Kwoth
|
41e4936f52
|
- Fixed .logevents and .log bugs related to thread logging
- Upped version to 4.3.16
- closes #418
|
2023-05-24 10:33:45 +02:00 |
|
Kwoth
|
bbf167df4d
|
.logserver will now enable newer log events as well, closes #403
|
2023-02-22 14:43:29 +01:00 |
|
Kwoth
|
fb4aac9f0d
|
Fixed .log userpresence, closes #402
|
2023-02-20 21:53:25 +01:00 |
|
Kwoth
|
8dca948224
|
Fixed some build warnings. Fixed TimeOut punishment not allowing duration
|
2022-12-22 21:18:26 +01:00 |
|
Kwoth
|
e10530bc0e
|
Thread log
|
2022-11-22 20:41:57 +00:00 |
|
Kwoth
|
e63ac07a52
|
Fixed typo
|
2022-10-01 08:54:11 +02:00 |
|
Kwoth
|
a294e3bf8f
|
Fixed -c GlobalNadeko compilation
|
2022-10-01 08:52:29 +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
|
643987c41f
|
Added .log userwarned
|
2022-07-03 21:58:05 +02:00 |
|
Kwoth
|
03396642a4
|
Added ban reason to .log userbanned (and if you used nadeko to ban someone, it will also show the mod who did the ban because nadeko adds it to the reason)
|
2022-07-03 17:03:27 +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
|
b079492d38
|
Fixed voice presence logging, closes #338
|
2022-03-21 19:58:36 +01:00 |
|
Kwoth
|
80800673b9
|
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
|
2022-02-26 08:11: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
|
2ce3262d59
|
Fixed around 140 wrong namings and other refactorings which were marked as warnings
|
2022-01-08 11:51:41 +01:00 |
|
Kwoth
|
51a396ec9f
|
Logging should work on selfhosts, not public
|
2022-01-06 14:42:17 +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
|
9c590668df
|
Reorganizing module and submodule folders
|
2022-01-01 16:30:08 +01:00 |
|
Kwoth
|
9b4eb21321
|
Using pattern matching for nulls where applicable, discarded unused lambda parameters, cleaned up some classes. Unignored ServerLog commands which was mistakenly ignored due to a .gitignore rule
|
2022-01-01 08:44:51 +01:00 |
|