Teknikode
|
0a16425b51
|
Bot - Added logging command to send output to interface.
- Fixed multiple issues regarding Mono support.
- Updated Readme with Linux instructions.
|
5 years ago |
Teknikode
|
cb0ffe6d05
|
Finished Relay module.
Added Helper class with some Mode extensions.
|
5 years ago |
Teknikode
|
3be96ac393
|
Added initial Relay module.
Added .IsChannel static to Channel class.
|
5 years ago |
Teknikode
|
88cebd04e6
|
Fixed issue where Nickname was being set as host for kicked nicks.
|
5 years ago |
Teknikode
|
049b1422b9
|
Added whois module.
Fixed messaging where it was adding the nickname as host and realname.
|
5 years ago |
Teknikode
|
6cb9719227
|
Fixing visual studio
|
5 years ago |
Teknikode
|
ebb8720f9c
|
Added logging of nick changes under the nick info and nicks.
Added banning of all hosts a nick has been (As well as unbanning).
|
5 years ago |
Teknikode
|
0a6bcb2d82
|
Fixed possible NullReferenceException points for asynchronous methods.
|
6 years ago |
Teknikode
|
1b2c7903b1
|
Added basic console app for those who do not want a GUI.
Changed build procedure to use one directory for all output.
|
6 years ago |
Teknikode
|
011f81db8b
|
Added Command class for handling bot commands.
Added command specific info types.
Modified all instances of bot commands to use the new class.
|
6 years ago |
Teknikode
|
c187cf53e7
|
Changed Database queries to synchronous from asynchronous.
Fixed minor bugs.
Added blacklist checking for non-command actions.
|
6 years ago |
Teknikode
|
7e4dc0343d
|
Added Owner Module.
Fixed GetReply and GetError functions.
Added some TODO notes.
|
6 years ago |
Teknikode
|
08923b3987
|
Added moderation module.
Added help module.
Added better access checking.
Added more channel/nick updating.
Added better control of commands.
|
6 years ago |
Teknikode
|
a95e397dd1
|
Added Version and Invite modules.
Finished PingMe module.
Fixed bugs.
|
6 years ago |
Teknikode
|
4fcff398e1
|
Added Command parsing to main Bot class.
Added command passing and access restriction to modules.
Renamed send commands to be friendlier.
|
6 years ago |
Teknikode
|
f2b81f19b8
|
Added Module loading and running.
Added command parsing to bot.
Added initial PingMe module as POC.
|
6 years ago |
Teknikode
|
7625034ebd
|
Added comments.
Added Topic initialization on join.
|
6 years ago |
Teknikode
|
a5e849b804
|
Added configuration saving and loading.
Added save config command for bot session access.
Added packages/ to git ignore.
Added Json.NET to nuget package list.
|
6 years ago |
Teknikode
|
c9027431f9
|
Added updating of Channel object automatically. Fixed bugs.
|
6 years ago |
Teknikode
|
ca82f763d0
|
Added message parsing. Added Message events. Added basic interface. Separated core services into separate modules.
|
6 years ago |