Added threading example into testmod.cpp |
|
More...
|
over 13 years ago
|
Completed the Thread engine, needs testing.. |
|
More...
|
over 13 years ago
|
Added some Lordofsraam files and crap |
|
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 |
|
More...
|
over 13 years ago
|
and about_me.cpp |
|
More...
|
over 13 years ago
|
it would also help if world clock was in the repository |
|
More...
|
over 13 years ago
|
Fixed World clock not being a clock |
|
More...
|
over 13 years ago
|
Added bot uptime to !uptime and /msg navn stats |
|
More...
|
over 13 years ago
|
Fixed a few commands not working.. |
|
More...
|
over 13 years ago
|
Fixed vector size specifier in command constructor, Fixed how syntax replies are replied for the different types of commands |
|
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 |
|
More...
|
over 13 years ago
|
Remove server names from the user map, they're not supposed to be in there anyways |
|
More...
|
over 13 years ago
|
Fixed nickname changes, now we dont need to make a new user every time a nickname changes. |
|
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. |
|
More...
|
over 13 years ago
|
Removed os_time() as CTCP now uses the new do_strftime() function |
|
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 |
|
More...
|
over 13 years ago
|
Updated channel_logger, added some more FOREACH_MOD hooks, ready to push :D |
|
More...
|
over 13 years ago
|
Removed old system.h and world_clock.h modules, also removed tinyurl module as i will never finish it. |
|
More...
|
over 13 years ago
|
Ported some more functions over from older modules, added I_OnNickChange |
|
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) |
|
More...
|
over 13 years ago
|
Fixed channel commands |
|
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 |
|
More...
|
over 13 years ago
|
Fixed ping-timeout not working |
|
More...
|
over 13 years ago
|
Fixed MODINFO being owner only, also added log to the command |
|
More...
|
over 13 years ago
|
Added version and loadtime to the modules, also added /msg navn modinfo to modulehandler.cpp |
|
More...
|
over 13 years ago
|
Unload the commands in the module before unloading the module.. this half fixes the crashing |
|
More...
|
over 13 years ago
|
Updated time module |
|
More...
|
over 13 years ago
|
Updated weather module |
|
More...
|
over 13 years ago
|
updated encyclopedia module, LORDOFSRAAM I SWEAR I DIDNT BREAK ANYTHING! |
|
More...
|
over 13 years ago
|
Added a few little things, removed dummy.h as its replaced by testmod.cpp |
|
More...
|
over 13 years ago
|