Kwoth
59cea6ee38
Version upped to 4.0.5, updated changelog
2022-03-21 16:00:05 +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
4cf3bdb53a
Removed unneeded httpclient for searchimages and some minor cleanup
2022-03-21 13:33:43 +01:00
Hokuto Chen
363ef42923
incorrect bot version (we are on 4.0.4)?
2022-03-12 20:55:03 +00:00
Kwoth
c4efe2965b
Upped version to 4.0.3
2022-03-04 01:28:14 +01:00
Kwoth
03367c5ec4
Added usePrivilegedIntents to creds.yml as an option for users who don't have them enabled
...
Added an explanation on how to enable intents if the bot doesn't have them and fails to login
2022-03-03 02:31:32 +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
2ce3262d59
Fixed around 140 wrong namings and other refactorings which were marked as warnings
2022-01-08 11:51:41 +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
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
Kwoth
82000c97a4
Applied codestyle to all .cs files
2021-12-29 06:07:16 +01:00
Kwoth
723447c7d4
- Updated editorconfig rules to hopefully look a bit nicer.
...
- Removed configureawait(false) from everywhere as it doesnt' do anything in a console app and just makes the code look ugly
- Started using .WhenAll extension instead of Task.WhenAll to make it look nicer when chaining methods
2021-12-28 21:14:40 +01:00
Kwoth
59f5056035
NadekoBot.Extensions should now be fully annotated with nullable reference types as well as many classes from NadekoBot.Common
2021-12-28 10:44:00 +01:00
Kwoth
b85ba177cd
Using declarations and other code reformats
2021-12-26 03:22:45 +01:00
Kwoth
da849f7c7b
global using NadekoBot.Extensions
2021-12-23 08:04:00 +07:00
Kwoth
c66e491ce9
Implicit usings and more global usings
2021-12-21 02:36:47 +01:00
Kwoth
da2ee0c158
await usings and minor cleanup
2021-12-20 03:02:02 +01:00
Kwoth
1b2017024c
More target-typed new and redundant paranthesis cleanup
2021-12-20 00:33:11 +01:00
Kwoth
ee33313519
Global usings and file scoped namespaces
2021-12-19 05:14:11 +01:00
Kwoth
7bff20cc70
Upped version to 3.0.11
2021-12-17 23:41:31 +01:00
Kwoth
1e6d0806d7
Fixed some console log spam which was incorrectly done by streamrole feature, upped version to 3.0.10 in stats
2021-12-01 07:02:01 +01:00
Kwoth
8499e1da70
Updated changelog, upped version in the stats to 3.0.9
2021-11-24 01:51:34 +01:00
Kwoth
dc344caec6
Version upped to 3.0.8
2021-11-03 15:23:45 +01:00
Kaoticz
92365fd22d
Fixed memory counter not refreshing over time
2021-10-17 22:56:10 +00:00
Kaoticz
2fd7d97025
Corrected memory usage on StatusService
2021-10-15 22:04:30 +00:00
Kwoth
db7cf3d757
Upped version to 3.0.7, Updated changelog
2021-10-05 13:12:28 +02:00
Kwoth
52c9ec670d
Upped version to 3.0.6. Slightly updated hangman help string
2021-09-27 10:57:10 +02:00
Kwoth
2d92424dd4
Version upped to 3.0.5
2021-09-20 19:45:13 +02:00
Kwoth
2cbb4ecd3d
Version upped to 3.0.4
2021-09-16 23:10:19 +02:00
Kwoth
ed039977c2
Release 3.0.3
2021-09-15 19:07:36 +02:00
Kwoth
0429210a73
.boost should now us the correct channel, and it should send a message for users boosting the same server more than once
2021-09-12 21:05:19 +02:00
Kwoth
8735dcf94d
Upped version to 3.0.1
2021-09-11 00:01:05 +02:00
Kwoth
c3586c7a6d
Upped version to 3.0.0
2021-09-06 21:34:55 +02:00
Kwoth
5e83d5570d
Fixed some migration issues which arose due to invalid database state. Upped version to beta3
2021-09-06 21:34:54 +02:00
Kwoth
0e81f2abf4
Upped version to beta2
2021-09-06 21:34:52 +02:00
Kwoth
65b4c1fab7
- Owner only attributes will now use fresh creds every time (no need for restart for owner only commands to start working once creds are changed)
...
- setgame/setstream use the new pubsub (also setstream will actually apply to all shards now)
- setgame/setstream moved to SelfService
- small cleanup
2021-09-06 21:34:49 +02:00
Kwoth
873eaa290e
- fixed remote coordinator being initialized when local one is supposed to be used
...
- Fixed services loading multiple times
- cleaned up service adding with scrutor
- INService moved from some interfaces to concrete implementation
2021-09-06 21:34:49 +02:00
Kwoth
49f9b96755
One of the last major cleanups. All NadekoBot.Core.* namespaces renamed to NadekoBot.*
2021-09-06 21:34:48 +02:00
Kwoth
91ecf9ca41
Restructured folders and project names, ci should be fixed
2021-09-06 21:29:51 +02:00