1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made Dummy module use TEST instead of ModuleTest to conform to lordofsraams OCD, also updated ChangeLog and fixed some invalid log history
Justasic
as Justin Crawford
More... over 13 years ago
Cleaned up some debug mode printing..
Justasic
as Justin Crawford
More... over 13 years ago
Deleted Flux_S3rvices module, as DeathBlade's module is very inspircd 2.0 specific and this module is useless
Justasic
as Justin Crawford
More... over 13 years ago
Added OnKick and added a handler for it as well
Justasic
as Justin Crawford
More... over 13 years ago
Made bot catch CTCP replies, and not process the commands processor which can mistaken a CTCP with a command
Justasic
as Justin Crawford
More... over 13 years ago
removed old about me module
Justasic
as Justin Crawford
More... over 13 years ago
Converted about_me
Justasic
as Justin Crawford
More... over 13 years ago
converted dns module, changed some file modes, removed crap code
Justasic
as Justin Crawford
More... over 13 years ago
converted Searcher module, Added module list in config, removed some junk code
Justasic
as Justin Crawford
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..
Justasic
as Justin Crawford
More... over 13 years ago
Started Converting the System module
Justasic
as Justin Crawford
More... over 13 years ago
Added Part command
Justasic
as Justin Crawford
More... over 13 years ago
help.cpp NullChex!
Justasic
as Justin Crawford
More... over 13 years ago
changed module map to be case insensitive, this makes finding modules MUCH easler
Justasic
as Justin Crawford
More... over 13 years ago
Converted ModuleHandler module
Justasic
as Justin Crawford
More... over 13 years ago
Fixed symbol errors because i never defined module::SetAuthor() and module::GetAuthor()
Justasic
as Justin Crawford
More... over 13 years ago
removed old ping_pong module
Justasic
as Justin Crawford
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 >.>
Justasic
as Justin Crawford
More... over 13 years ago
Removed old help module
Justasic
as Justin Crawford
More... over 13 years ago
Added help module as .so
Justasic
as Justin Crawford
More... over 13 years ago
moved some log messages around, deleted the old module code from main.cpp as its... well... old
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Added some modules.. Did some changes to prevent the bot from crashing as fast.. updated ChangeLog, etc.
Justasic
as Justin Crawford
More... over 13 years ago
Seems the config caused issues with the module system, spent quite a while whipping up this quick little fix..
Justasic
as Justin Crawford
More... over 13 years ago
Fixes for small stuff, removed some old documentation
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Cleaned up a lot of junk code in the socket engine, now we dont need std::queue anymore :D
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
made more 'safe' socket stuff.. had dlopen use RTLD_LAZY
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago