Made Dummy module use TEST instead of ModuleTest to conform to lordofsraams OCD, also updated ChangeLog and fixed some invalid log history |
|
More...
|
over 13 years ago
|
Cleaned up some debug mode printing.. |
|
More...
|
over 13 years ago
|
Deleted Flux_S3rvices module, as DeathBlade's module is very inspircd 2.0 specific and this module is useless |
|
More...
|
over 13 years ago
|
Added OnKick and added a handler for it as well |
|
More...
|
over 13 years ago
|
Made bot catch CTCP replies, and not process the commands processor which can mistaken a CTCP with a command |
|
More...
|
over 13 years ago
|
removed old about me module |
|
More...
|
over 13 years ago
|
Converted about_me |
|
More...
|
over 13 years ago
|
converted dns module, changed some file modes, removed crap code |
|
More...
|
over 13 years ago
|
converted Searcher module, Added module list in config, removed some junk code |
|
More...
|
over 13 years ago
|
The FOREACH_MOD macro now works, just need to add the defines for everything.. now to convert modules and make it not crash.. |
|
More...
|
over 13 years ago
|
Started Converting the System module |
|
More...
|
over 13 years ago
|
Added Part command |
|
More...
|
over 13 years ago
|
help.cpp NullChex! |
|
More...
|
over 13 years ago
|
changed module map to be case insensitive, this makes finding modules MUCH easler |
|
More...
|
over 13 years ago
|
Converted ModuleHandler module |
|
More...
|
over 13 years ago
|
Fixed symbol errors because i never defined module::SetAuthor() and module::GetAuthor() |
|
More...
|
over 13 years ago
|
removed old ping_pong module |
|
More...
|
over 13 years ago
|
Made some functions in the module class protected as they should not be allowed to be set outside the module >.> |
|
More...
|
over 13 years ago
|
Removed old help module |
|
More...
|
over 13 years ago
|
Added help module as .so |
|
More...
|
over 13 years ago
|
moved some log messages around, deleted the old module code from main.cpp as its... well... old |
|
More...
|
over 13 years ago
|
Modules use a map instead of an std::list, this makes managing them easier, removed command type stuff like module->SetDesc(), updated TODO, other misc. stuff |
|
More...
|
over 13 years ago
|
Added some modules.. Did some changes to prevent the bot from crashing as fast.. updated ChangeLog, etc. |
|
More...
|
over 13 years ago
|
Seems the config caused issues with the module system, spent quite a while whipping up this quick little fix.. |
|
More...
|
over 13 years ago
|
Fixes for small stuff, removed some old documentation |
|
More...
|
over 13 years ago
|
Rewrote how the socket engine handles connection errors, now it will throw a CoreException if the errors get greater than or equal to 3 |
|
More...
|
over 13 years ago
|
Cleaned up a lot of junk code in the socket engine, now we dont need std::queue anymore :D |
|
More...
|
over 13 years ago
|
Added a virtual SocketIO::Read() class which will be used to receive stuff a lot better, i will finish this later today |
|
More...
|
over 13 years ago
|
made more 'safe' socket stuff.. had dlopen use RTLD_LAZY |
|
More...
|
over 13 years ago
|
Did some socket stuff to make it more 'safe', fixed Flux::string.std_str() causing issues with actual std::strings |
|
More...
|
over 13 years ago
|