Commit Graph

40 Commits

Author SHA1 Message Date
0a37873241
[core] Fix: Accept proper token declaration in Authorization header
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-05-24 13:59:29 +02:00
eb37a75da8
Update dependencies
remove addition of Sprig functions as korvike functions now are based on
the Sprig functions

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-04-26 19:34:35 +02:00
30482591a7
[core] Switch to go_helpers FieldCollection
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-04-07 13:37:13 +02:00
bb83c34344
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-03-28 00:18:28 +01:00
7f4470e692
[spotify] Add spotifyCurrentPlaying template function
together with Spotify integration for the bot

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-03-15 19:51:00 +01:00
e0e9f6d80a
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-15 23:15:00 +01:00
6f3a2b6193
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-01-24 20:46:02 +01:00
4fdcd86dee
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-31 13:48:40 +01:00
6df8fd42c2
[core] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-04 16:19:36 +01:00
a1fa9972a8
[core] Fix: Do not retry requests with status 429
which for example can happen when doing two shoutouts within the 120s
cooldown period enforced by Twitch

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-11-27 23:18:53 +01:00
803019e72d
Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-10-21 16:22:27 +02:00
bcc5b4eba7
[core] Update go-irc to v4.0.0
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-09-11 19:51:38 +02:00
dc648d1dba
[ci] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-09-02 13:31:07 +02:00
ebfad40b98
[core] Update go-git
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-25 00:37:34 +02:00
2c77c762c3
[core] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-07-21 20:50:29 +02:00
f5f8feb730
[core] Deps: Update dependencies
also switch to yaml.v3 to improve config rendering

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-06-30 17:42:13 +02:00
e9ba4d2c88
[core] Update Go dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-05-15 23:09:29 +02:00
e38b6a6f6d
[core] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-04-08 02:24:33 +02:00
553ede1298
Update Go dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-02-18 13:32:41 +01:00
33697c50ad
[core] Add Sentry / GlitchTip error reporting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-11-05 02:59:47 +01:00
ae7879447e
[core] Update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-31 15:51:28 +01:00
c0075db1f3
Breaking: Add support for multiple database backends (#32) 2022-10-23 00:08:02 +02:00
af38aaa5e4
[templating] Add sprig functions, replace some built-ins
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-10-02 17:12:52 +02:00
499313fbe6
[templating] Add jsonAPI template function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-09-26 23:32:48 +02:00
a7533cbd8b
[core] Move storage to SQLite database (#30)
fixes #29
2022-09-10 13:39:07 +02:00
8a8347401e
[overlays] Add overlays server capability (#14) 2022-02-08 19:58:19 +01:00
437ef14fb0
[core] Implement dynamic token update and broadcaster permissions (#13) 2021-12-31 13:42:37 +01:00
fdeccc304a
[core] Allow the bot to track config editor changes through Git
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-10-22 17:09:39 +02:00
b59676492e
Breaking: Add configuration interface and switch to more generic config format (#7) 2021-09-22 15:36:45 +02:00
2f1d8ff76d
Re-work HTTP API, create API for counter and setvariable modules
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-28 17:27:24 +02:00
404ece80ed
Provide HTTP server and registration function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-25 20:55:02 +02:00
d880d7cb00
Update dependencies and bring plugin example to work with master
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-19 22:58:10 +02:00
810e18c93a
Move to Go1.17 mod-file, update dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-08-19 17:24:20 +02:00
dbb36bc941
Fix ID generation handling different automessages as same
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-06-13 15:45:19 +02:00
60fe2621c4
Drop HCL support (causes too much effort for too little benefit)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-05-25 01:01:46 +02:00
50f1e01e3b
Replace non-reliable fsevents library with simple check
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-05-24 17:55:12 +02:00
aa649da902
Add HCL config format support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-05-24 17:36:16 +02:00
95be0de55b
Add automated messages (#2) 2021-03-27 17:59:56 +01:00
914f0a8a24
Use strings array for channel matching
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-12-24 15:07:20 +01:00
da62d913c8
Initial version 2020-12-21 01:33:57 +01:00