|
5c72c6562f
|
Version upped to 5.1.13, updated CHANGELOG.md
Fixed seq comment in creds
|
2024-10-05 13:29:09 +13:00 |
|
|
dd939ce55a
|
Grpc api will no longer start unless it's enabled in creds
|
2024-10-05 13:24:40 +13:00 |
|
|
1a52085340
|
Forgot a entry in CHANGELOG.md
|
2024-10-05 12:53:07 +13:00 |
|
|
487c7865cb
|
Fixed greet/bye messages showing wrong message in the wrong server sometimes
Fixed the check for updates service
Version upped to 5.1.12. Updated CHANGELOG.md
|
2024-10-05 11:44:44 +13:00 |
|
|
3ba1d06fd0
|
expressions will no longer cause exceptions if the bot doesn't have perms to write in the target channel
Cleaned up expr code a little bit
|
2024-10-05 11:17:12 +13:00 |
|
|
4338df0b38
|
Updated Changelog, version upped to 5.1.11
Ellie might grumble about the ngrpc marmalade not being able to load but it should be fine
|
2024-10-03 19:14:24 +13:00 |
|
|
a321cdbe55
|
fixed build warnings
|
2024-10-03 18:51:55 +13:00 |
|
|
391d2e43e8
|
Added grpc api, perm system
grpc api config in creds
|
2024-10-03 18:46:10 +13:00 |
|
|
de97213046
|
Possible fixes for buggy .bye behavior
|
2024-10-03 17:51:01 +13:00 |
|
|
b506b4461b
|
Updated Help.cs
|
2024-10-03 17:39:47 +13:00 |
|
|
a62a26091f
|
Fixed a build warning
|
2024-10-03 17:38:49 +13:00 |
|
|
c0cd161c90
|
Added initial version of the grpc api. Added relevant dummy settings to creds (they have no effect rn)
Yt searches now INTERNALLY return multiple results but there is no way right now to paginate plain text results
moved some stuff around
|
2024-10-03 17:24:13 +13:00 |
|
|
564ae52291
|
Version upped to 5.1.10, updated changelog
|
2024-09-24 22:08:13 +12:00 |
|
|
72a556c7cf
|
added some logs in greet service
|
2024-09-24 22:02:13 +12:00 |
|
|
4afa604a1b
|
Fixed claimed waifu decay that was introduced in a recent patch.
Cleaned up a little bit in marmalade loading. Clean marmalade unloading will be broken for a while probably
|
2024-09-24 20:48:49 +12:00 |
|
|
4659da224b
|
Updated changelog, version upped to 5.1.9
|
2024-09-22 14:42:16 +12:00 |
|
|
3be1105ea5
|
updatd migration script as mysql no longer exists
|
2024-09-22 14:27:58 +12:00 |
|
|
3195377e25
|
Fixed marmalade dependency loading. In case your marmalade has other dependencies they will be correctly loaded now. Note: Make sure to not publish any other DLLs besides the ones you are sure you will need, as there can be version conflicts which didn't happen before. For example if you have a EllieMarmalade.dll which is a different version in the data/marmalade/mymarmalade folder, your marmalade will now break, as this fix will now (correctly) try to load it and there will be a version mismatch between the attributes. In a future patch i'll try to mitigate this by not loading dlls which are already loaded by the bot (even if their versions are different) but this might cause new issues as sometimes you do need different version of libraries for marmalade... The best option is to just keep what you need, and make sure to remove any other dlls
|
2024-09-22 14:24:35 +12:00 |
|
|
8ec4e6cbb0
|
Fixed .greettest byetest greetdmtest and boosttest command if you didn't have them enabled. Also fixed greetdmtest sending messages twice.
|
2024-09-22 14:18:41 +12:00 |
|
|
6b44f9f5b7
|
Added Help module
|
2024-09-21 15:36:39 +12:00 |
|
|
4b5bfed33a
|
Added Utility module
|
2024-09-21 15:08:40 +12:00 |
|
|
aee8d32f61
|
Fixed some service names
|
2024-09-21 14:57:09 +12:00 |
|
|
a0bd130a5f
|
Updated Global settings
|
2024-09-21 14:43:36 +12:00 |
|
|
a6939b2220
|
Added Searches module
|
2024-09-21 14:42:25 +12:00 |
|
|
c4ba5e5593
|
Added Games module
|
2024-09-21 14:41:22 +12:00 |
|
|
3c1b994ab5
|
Updated Gambling module
|
2024-09-21 14:40:47 +12:00 |
|
|
a079333d8c
|
Added Expressions module
|
2024-09-21 14:39:22 +12:00 |
|
|
69f7e0bcba
|
Updated Administration module
|
2024-09-21 14:38:40 +12:00 |
|
|
086b7fd9d7
|
Added Music module
|
2024-09-21 01:02:47 +12:00 |
|
|
fdd13aa087
|
Added Patronage module
|
2024-09-21 00:52:25 +12:00 |
|
|
eb9ed57547
|
Added Xp module
|
2024-09-21 00:46:59 +12:00 |
|
|
eb17820a50
|
Added Gambling module
|
2024-09-21 00:44:21 +12:00 |
|
|
ff653b5c57
|
Added Administration module
|
2024-09-21 00:13:18 +12:00 |
|
|
03ab232251
|
Added Marmalades module
|
2024-09-20 23:46:42 +12:00 |
|
|
5505052af4
|
Added permissions module
|
2024-09-20 23:24:21 +12:00 |
|
|
d9b644d50e
|
Added services/impl files
|
2024-09-20 23:23:55 +12:00 |
|
|
f18808fb1c
|
Added the removed common files
|
2024-09-20 23:23:21 +12:00 |
|
|
6b1d961642
|
Added Migration files
Why did I do this again?
|
2024-09-20 23:20:03 +12:00 |
|
|
6b5334025f
|
Fixed a namespace being wrong
|
2024-09-20 23:18:49 +12:00 |
|
|
7049a3fee9
|
Added Db files
|
2024-09-20 21:07:27 +12:00 |
|
|
b12102f735
|
Removing all the broken code and remaking it
|
2024-09-20 20:29:40 +12:00 |
|
|
9c94a66323
|
I apparently updated this file?
|
2024-09-20 19:27:30 +12:00 |
|
|
e896c14303
|
Hopefully fixed the startup issue
|
2024-09-20 19:15:37 +12:00 |
|
|
0d6b4da1ce
|
possible fix for docker
|
2024-09-20 17:41:07 +12:00 |
|
|
47b146a501
|
Updated changelog
I was meant to put this in the last commit but forgot
|
2024-09-20 00:46:07 +12:00 |
|
|
3f21f300e0
|
Updated changelog, version upped to 5.1.8
|
2024-09-20 00:44:00 +12:00 |
|
|
fc8e97e13a
|
comment cleanup
|
2024-09-20 00:40:53 +12:00 |
|
|
1ea0e63379
|
Added .q support for invidious. If you have ytProvider set to invidious in data/searches.yml, invidious will be used to queue up songs and play them work.
|
2024-09-20 00:38:05 +12:00 |
|
|
6d0eac2d6f
|
Greet reworked under the hood
|
2024-09-16 14:24:50 +12:00 |
|
|
cb705ade41
|
fixed creds_example
|
2024-09-15 13:51:25 +12:00 |
|