Skip to content

Releases: nielsAD/goop

v0.10.5

13 Mar 09:55
2d56d51
Compare
Choose a tag to compare

Changelog

1ddcf1d ci: Update CI badge in readme
4bb2630 ci: Remove invalid characters in artifact names
996eaf9 ci: Static link Windows binaries
45557e0 ci: Use date -u over date --utc for macOS compatibility
2d56d51 mod: Update gowarcraft3 submodule to v1.7.1

v0.10.4

23 Jan 18:44
ddfa941
Compare
Choose a tag to compare

Changelog

f2107a6 goop: Use filepath over path when working with files
504244b ci: Don't install md5sha1sum package, use coreutils
1a51e73 go: Switch to go modules
b0c774a ci: Use GitHub Actions
ddfa941 ci: Remove Travis and AppVeyor

v0.10.3

05 Oct 09:45
Compare
Choose a tag to compare

Changelog

bb3813b docs: Add note about expired CAPI keys
e35e46d docs: Add tip to use debug plugin during development
eb3fd3c plugin: Add sed plugin to execute sed substitution patterns
3c05e65 plugin: Also check for uppercase match in namefilter
f8da3d0 discord: Update crossed swords emoji
0bc4076 ci: Only run luacheck on Linux
58d5e53 discord: Fix alignment for online user list
f67bd33 ci: Fix luar import path

v0.10.2

25 Apr 21:07
Compare
Choose a tag to compare

Changelog

b5ec55b docs: Fill commands intro/built-in commands sections
b98bcad docs: Fill custom command section
337012f docs: Fill terminal section
894ce23 docs: Fill plugin intro section
3c1da03 docs: Fill plugin API section

v0.10.1

24 Apr 11:21
Compare
Choose a tag to compare

Changelog

68e828a cmd: Sort output of .who on access level
90a69a5 plugin: Try to preserve type info for config

v0.10.0

23 Apr 18:22
Compare
Choose a tag to compare

Changelog

08340f1 plugin: Do not ban @ in namefilter
554f942 docs: Use docsify for documention, done 'getting started' and 'gateway' sections
bf2a3d3 bnet: Add support for SHA1 password auth
b66c8e6 plugin: Support literal string events through topic()
94f7b3f goop: Add NewGateway/NewCommand events
ec78bee config: Add support for default options in plugins
b1b6bdb docs: Add section list to config.md
f4e8292 discord: Make online list a tiny bit smaller
98dbe6a discord: Add support for mentioning users/roles/channels
604f6b7 cmd: Change default .set priviledge to admin
8aa3c85 discord: Send Leave event when user leaves guild
ba46cb9 cmd: Support parsing string arguments
c7d0f7a cmd: Add who command to see online users
f9ef189 cmd: Move roll/flip commands from core to plugin
4fbbbf0 ci: Fix date call on OSX
5312df3 cmd: Add whitelist/blacklist aliases
8846ce5 discord: Fix mention regex pattern
f772d7e plugin: Import sync stdlib
8c09a34 structs: Check if CanInterface() before calling Interface()
af1f589 plugin: Import panic
02f0eef discord: Try to pin online user list
ba3d98a goop: Add version info/icon to Windows resources
ecacd1a vendor: Update gowarcraft3 submodule to v1.5.0
ced94ad plugin: Add defoptions func to replace _default mechanism

v0.9.12

18 Mar 12:54
Compare
Choose a tag to compare

Changelog

21acc67 goop: Print short commit hash with version command
12e140c plugin: Do not ban |c in namefilter
601682a plugin: Export gateway.User
043d97c plugin: Import numerous go packages as modules (fmt,io,http,regex,etc)
b3dbcf8 plugin: Add weather plugin to demonstrate usage of go modules
fb04a48 ci: Run luacheck on plugins
2748412 plugin: Do not export Lua io/os modules to prevent file access
eae0bc7 plugin: Add setTimeout
ae05491 plugin: Add plugin that checks for updates
7163b53 plugin: Add announce plugin to demonstrate setTimeout
05ec8ed plugin: Fix json error handling in update plugin
27159ad vendor: Update submodules
1276dad Revert "plugin: Do not ban |c in namefilter"

v0.9.11

12 Mar 17:29
Compare
Choose a tag to compare

Changelog

27d107e bnet,capi,discord: Fix SetUserAccess leave/join events when unsetting
261ecc3 config: Use namefilter instead of greet as example plugin
3c0ac41 gateway: Relay user updates
72ae8ae discord: Update style for online user list
09053f3 goop: Add version command
8b8a873 discord: Sort online list on user update

v0.9.10

11 Mar 18:09
Compare
Choose a tag to compare

Changelog

5fc7e3b plugin: Add support for lua plugins
7a87850 discord: Assume user goes offline when checking permission fails
6364c7a plugin: Add more imports
6b99ae3 plugin: Add cmdfilter plugin that demonstrates PreventNext()
a479e81 plugin: Add randkick plugin that demonstrates commands
2f33dcc plugin: Add debug plugin that prints all events
2b4e2f1 ci: Update travis/appveyor to go 1.12
a5746f3 readme: Add plugins section
f9595bc plugin: Fix namefilter
2f687d1 capi: Fix SetUserAccess leave/join events

v0.9.9

27 Feb 09:34
Compare
Choose a tag to compare

Changelog

762a109 discord: Limit online user list to 2k chars
a6350ef discord: Get data for UserChannelPermissions if not in cache