Kwoth
36b7fd2352
Possible fix for .reroa working even for non-patrons
2022-07-27 11:18:35 +02:00
Kwoth
e20212a6cb
Added .repeatskip
2022-07-26 16:56:33 +02:00
Kwoth
99c60459f8
Removed cmd source generator. Commands are no longer partial methods. Compilations should be slightly faster now. Updated packages and adapted drawing code to the new apis. There may be some bugs.
2022-07-18 04:33:50 +02:00
Kwoth
f41b1fb93c
Base for 4.3 work. Split Nadeko.Common into a separate project
2022-07-11 00:06:34 +02:00
Kwoth
744018802f
Rewrite xp gain loop. Hopefully faster and fixes xp freeze bugs.
2022-07-07 17:09:11 +00:00
Kwoth
470bb9657f
Fixed .timely button for sure this time
2022-07-06 13:41:27 +02:00
Kwoth
5fac500dcf
remind me interaction on .timely should now work correctly
2022-07-06 03:00:57 +02:00
Kwoth
fd25f5bf45
Multiword aliases are once again supported
2022-07-05 18:08:11 +02:00
Kwoth
4d175477f5
Bot will now 'try' to set status to invisible before going offline when '.die' command is used, but it doesn't seem to have (much/any) effect. .qsearch is more powerful
2022-07-03 22:26:41 +02:00
Kwoth
5d78f29329
Added %server.icon% placeholder
2022-07-03 13:47:41 +02:00
Kwoth
2a98aceae6
Fixed elipsis alias bug, closes #295
2022-07-02 15:03:24 +02:00
Kwoth
5c933b676d
.timely will now have a button to set a reminder
2022-07-02 14:15:02 +02:00
Kwoth
dfec2f589e
Nuked nsfw from the public bot, it shouldn't show up anymore. Uncommented patron owner check
2022-06-25 21:03:16 +02:00
Kwoth
df85b3b250
Added .eval command. Very dangerous, don't use.
2022-06-23 13:19:41 +00:00
Kwoth
210da263ad
Abstract away cache. 2 implementations: redis and memory
2022-06-23 13:07:45 +00:00
Kwoth
14bfcb54dc
Patron sytem should be *disabled* on selfhosted bots by default. Commited true by mistake.
2022-06-22 09:55:09 +02:00
Kwoth
9f445c0866
Fixed a patron bug which didn't let patrons execute patron commands in non-patron servers
2022-06-18 10:29:33 +02:00
Kwoth
3744dd287c
Revert "Fixed .crypto - some extra fields which were causing deserialization issues"
...
This reverts commit f65ba100af
.
2022-06-17 14:03:30 +02:00
Kwoth
f65ba100af
Fixed .crypto - some extra fields which were causing deserialization issues
2022-06-17 14:02:38 +02:00
Kwoth
3d3dc532dc
Made .timely use timestamp tags and fixed a bug
2022-06-17 04:37:08 +02:00
Kwoth
a826f4245f
Fixed .streamrole not updating in real time, closes #345
2022-06-16 03:37:19 +02:00
Kwoth
e9923a7691
Fixed bugs when users update their patreon pledge. Updated some packages
2022-06-15 13:11:27 +02:00
Kwoth
5fbe93d898
Possible fix for pledge updates
2022-06-15 10:24:09 +02:00
Kwoth
65995bdca4
Added missing patron tiers. Servers whose owner is bot owner will get excluded from patron quota. Use discord slowmode or cmdcd + nadeko permissions to limit usage
2022-06-15 10:11:46 +02:00
Kwoth
f9d18aa086
Added enabled property to .config patron just so it's not empty
2022-06-14 14:43:00 +02:00
Kwoth
7b5145f116
NadekoBot Patronage system, Search commands improvements + fixes
2022-06-14 07:24:33 +00:00
Kwoth
5b5bc278ff
- Reaction roles rewritten completely. They now support multiple exclusivity groups per message and level requirements. However they can only be added one by one
...
- Bot now support much higher XP values for global and server levels
2022-05-05 04:47:31 +02:00
Kwoth
35ddd150ba
Pagination is now using buttons instead of reactions
2022-04-28 06:10:06 +02:00
Kwoth
5d2d74b92a
Full support for embed arrays in .greet/.bye, .say and other commands which use embeds
...
- Website to create them is live at eb2.nadeko.bot (it will soon be replacing eb.nadeko.bot)
- Embed arrays don't have a plainText property (it's renamed to 'content')
- Embed arrays use color hex values instead of an integer
- Old embed format will still work
- There shouldn't be any breaking changes
2022-04-26 02:33:19 +02:00
Kwoth
7cb15f5278
Medusa System Added
...
Read about the medusa system [here](https://nadekobot.readthedocs.io/en/latest/medusa/creating-a-medusa/ )
2022-04-16 12:44:46 +00:00
Kwoth
e23233ee06
WIP db provider support for Mysql and Postgres
2022-04-11 10:41:26 +00:00
Kwoth
c1bfb19a1d
Fixed 'Features' output in .sinfo
2022-03-24 20:02:11 +01:00
Kwoth
75f0574cc8
Small fix for a reminder query
2022-03-24 01:51:49 +01:00
Kwoth
b7d1fd1b47
Many IDisposable fixes. GlobalNadeko won't have file watchers for creds. Wallet simplified
2022-03-21 15:33:18 +01:00
Kwoth
86e728b753
Converted many raw sql queries to their linq2db equivalents
2022-03-20 19:31:04 +01:00
Kwoth
80800673b9
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
2022-02-26 08:11:25 +01:00
Kwoth
0008eabdd2
.stock now shows a candlestick chart with a sparkline on top of it. Reorganized stock code slightly
2022-02-07 17:50:25 +01:00
Kwoth
eda38e64d1
Added many more braces for multiline if's, Improved .crypto command quite a bit and applied locale-specific format
2022-02-04 06:00:17 +01:00
Kwoth
41653a317b
More PeriodicTimer's instead of System.Threading.Timers
2022-02-02 06:28:33 +01:00
Kwoth
ffa2c3f119
Updated editorconfig to (mostly?) require braces around if/else statements, and applied the new formatting rules
2022-02-02 01:44:45 +01:00
Kwoth
b22cd5a81e
A few more throwaway variable syntax updated
2022-02-01 13:54:25 +01:00
Kwoth
3e0bbd8ada
Small refactoring. Finally made use of the type parameter in NadekoTypeReader<T> class
2022-01-31 05:45:51 +01:00
Kwoth
c6b0d75fd7
Fixed a patreon reward bug and coinmarketcap ratelimit issue
2022-01-22 18:20:41 +01:00
Kwoth
0ef2da6f10
Reworked currency service. Some features are missing
2022-01-20 13:22:38 +01:00
Kwoth
9de75d9109
Using PeriodicTimer instead of threading.timer in some services
2022-01-10 17:19:51 +01:00
Kwoth
f07a855912
More common refactorings like renaming variables, removing empty statements and unused variables, etc
2022-01-09 16:46:08 +01:00
Kwoth
2ce3262d59
Fixed around 140 wrong namings and other refactorings which were marked as warnings
2022-01-08 11:51:41 +01:00
Kwoth
a6330119e8
Possible fix for monthly patreon creds auto update
2022-01-07 06:39:49 +01:00
Kwoth
6c39044435
- Using PeriodicTimer in a few places instead of Timer
...
- Some small refactorings
- Fixed reference to non-existent command in bot.yml
2022-01-05 08:00:25 +01:00
Kwoth
3aa6a54b6e
- Renamed CustomReaction model to NadekoExpression
...
- Used structured logging everywhere
2022-01-04 07:35:55 +01:00