Skip to content

Releases: Volte6/GoMud

release-9453855

04 Mar 20:26
9453855
Compare
Choose a tag to compare
Discord merge notification

# Changes

* Adds a workflow job to send notification to a discord channel that a PR has been merged.

release-8af62af

04 Mar 16:42
8af62af
Compare
Choose a tag to compare
Discord efficiency

# Changes

* Moved requests to goroutines
* Added a 30 second backoff if requests fail

release-8ab360c

04 Mar 20:48
8ab360c
Compare
Choose a tag to compare
Update build-and-release.yml (#258)

Trying to fix discord notifications

release-808346e

04 Mar 21:31
808346e
Compare
Choose a tag to compare
Discord webhook url property change #260

# Changes
* Changing property from `embed-footer-text` to `embed-url`
* Removing markdown from url

release-7967ca7

04 Mar 01:06
1351d6e
Compare
Choose a tag to compare
feature: adds discord integration to GoMud (#245)

This PR adds a very simple discord integration to GoMud.

To use the integration:
1. Setup a discord webhook: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
2. Set the environment variable "DISCORD_WEBHOOK_URL" prior to running GoMud. (`DISCORD_WEBHOOK_URL=https://www.mywebhook.com ./gomud` on linux).

All feedback is encouraged and welcome, learning Golang slowly.

release-3e3e470

04 Mar 02:21
3e3e470
Compare
Choose a tag to compare
Webclient fix

# Changes
* Setting websocket port from config
* provisioning script change

release-29cf88d

04 Mar 20:36
29cf88d
Compare
Choose a tag to compare
Fixing faulty workflow job (#257)

# Changes
* Fixing bad property assignment in workflow for git merge -> discord notifications.

release-1362be7

04 Mar 02:44
1362be7
Compare
Choose a tag to compare
Fixing host (#249)

# Changes
* Remove port specification
  * Port is included in `location.host` if not port 80

release-1351d6e

04 Mar 01:07
1351d6e
Compare
Choose a tag to compare
feature: adds discord integration to GoMud (#245)

This PR adds a very simple discord integration to GoMud.

To use the integration:
1. Setup a discord webhook: https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
2. Set the environment variable "DISCORD_WEBHOOK_URL" prior to running GoMud. (`DISCORD_WEBHOOK_URL=https://www.mywebhook.com ./gomud` on linux).

All feedback is encouraged and welcome, learning Golang slowly.

release-034d4f3

04 Mar 04:16
034d4f3
Compare
Choose a tag to compare
Cleaning up spammy errors (#251)

# Changes
* many `Error` logs turned to `Warn`
* Suppressed some messages
* adjusted some messages.