]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_timedbans.cpp
Fix more timedban stuff - possible infinite loop if ban expires after the channel...
[user/henk/code/inspircd.git] / src / modules / m_timedbans.cpp
2006-07-30 brainFix more timedban stuff - possible infinite loop if...
2006-07-29 brainFix for bug which can lock up ircd if someone adds...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-11 brainLast ones
2006-03-07 brainFixed timedbans (new mode parser didnt like being passe...
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-01-15 brainChanged some .cpp to .so in the this->source field
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
2005-12-17 brainFixed typo in command source
2005-12-16 brainLast set of modules converted to new command system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMade modules use irc::string where they were using...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-27 brainA little more error checking on the banmask etc
2005-04-27 brainFixed WriteChannelWithServ
2005-04-27 brainAdded preliminary timed bans module