Releases: Volte6/GoMud
Releases · Volte6/GoMud
release-9453855
Discord merge notification # Changes * Adds a workflow job to send notification to a discord channel that a PR has been merged.
release-8af62af
Discord efficiency # Changes * Moved requests to goroutines * Added a 30 second backoff if requests fail
release-8ab360c
Update build-and-release.yml (#258) Trying to fix discord notifications
release-808346e
Discord webhook url property change #260 # Changes * Changing property from `embed-footer-text` to `embed-url` * Removing markdown from url
release-7967ca7
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
Webclient fix # Changes * Setting websocket port from config * provisioning script change
release-29cf88d
Fixing faulty workflow job (#257) # Changes * Fixing bad property assignment in workflow for git merge -> discord notifications.
release-1362be7
Fixing host (#249) # Changes * Remove port specification * Port is included in `location.host` if not port 80
release-1351d6e
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
Cleaning up spammy errors (#251) # Changes * many `Error` logs turned to `Warn` * Suppressed some messages * adjusted some messages.