1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added threading example into testmod.cpp
Justasic
as Justin Crawford
More... over 13 years ago
Completed the Thread engine, needs testing..
Justasic
as Justin Crawford
More... over 13 years ago
Added some Lordofsraam files and crap
Justasic
as Justin Crawford
More... over 13 years ago
Made Command constructor default to no minimum or maximum params, Why is module->AddCommand() and module->AddChanCommand() protected?, also fixed a crash in unloading modules i think
Justasic
as Justin Crawford
More... over 13 years ago
and about_me.cpp
Justasic
as Justin Crawford
More... over 13 years ago
it would also help if world clock was in the repository
Justasic
as Justin Crawford
More... over 13 years ago
Fixed World clock not being a clock
Justasic
as Justin Crawford
More... over 13 years ago
Added bot uptime to !uptime and /msg navn stats
Justasic
as Justin Crawford
More... over 13 years ago
Fixed a few commands not working..
Justasic
as Justin Crawford
More... over 13 years ago
Fixed vector size specifier in command constructor, Fixed how syntax replies are replied for the different types of commands
Justasic
as Justin Crawford
More... over 13 years ago
Added Flux::string.tolower() and Flux::string.toupper() this converts strings to upper or lower case, partaly fixed the command class not using the min/max params
Justasic
as Justin Crawford
More... over 13 years ago
Remove server names from the user map, they're not supposed to be in there anyways
Justasic
as Justin Crawford
More... over 13 years ago
Fixed nickname changes, now we dont need to make a new user every time a nickname changes.
Justasic
as Justin Crawford
More... over 13 years ago
Check to make sure we're the one being kicked, if not then ignore, instead of crashing on a server sending a kick.
Justasic
as Justin Crawford
More... over 13 years ago
Removed os_time() as CTCP now uses the new do_strftime() function
Justasic
as Justin Crawford
More... over 13 years ago
QUIT does not specify the channel, there for we cannot log the channel if there was no channel, nor can we announce what channel the user quit from, so i removed the channel from I_OnQuit
Justasic
as Justin Crawford
More... over 13 years ago
Updated channel_logger, added some more FOREACH_MOD hooks, ready to push :D
Justasic
as Justin Crawford
More... over 13 years ago
Removed old system.h and world_clock.h modules, also removed tinyurl module as i will never finish it.
Justasic
as Justin Crawford
More... over 13 years ago
Ported some more functions over from older modules, added I_OnNickChange
Justasic
as Justin Crawford
More... over 13 years ago
Converted Da_Goat to the new module format, moved some commands over from Da_Goat to m_system, Finished off the channel commands system, this system is still literal (read last commit)
Justasic
as Justin Crawford
More... over 13 years ago
Fixed channel commands
Justasic
as Justin Crawford
More... over 13 years ago
Added part of a Channel Commands system, this should work just like the /msg commands except with commands in the channel, you need to be carful with how they work, commands are added literal so say 'derp' in the channel and the module was made to reply to '@derp' but you added 'derp' it will reply to 'derp', not '@derp', also fixed navn replying to notices
Justasic
as Justin Crawford
More... over 13 years ago
Fixed ping-timeout not working
Justasic
as Justin Crawford
More... over 13 years ago
Fixed MODINFO being owner only, also added log to the command
Justasic
as Justin Crawford
More... over 13 years ago
Added version and loadtime to the modules, also added /msg navn modinfo to modulehandler.cpp
Justasic
as Justin Crawford
More... over 13 years ago
Unload the commands in the module before unloading the module.. this half fixes the crashing
Justasic
as Justin Crawford
More... over 13 years ago
Updated time module
Justasic
as Justin Crawford
More... over 13 years ago
Updated weather module
Justasic
as Justin Crawford
More... over 13 years ago
updated encyclopedia module, LORDOFSRAAM I SWEAR I DIDNT BREAK ANYTHING!
Justasic
as Justin Crawford
More... over 13 years ago
Added a few little things, removed dummy.h as its replaced by testmod.cpp
Justasic
as Justin Crawford
More... over 13 years ago