summaryrefslogtreecommitdiff
path: root/src/modules/m_messageflood.cpp
AgeCommit message (Expand)Author
2006-07-10Change to templated GetExt()brain
2006-07-09Add stuff for propogating mode out on +f * banbrain
2006-07-09Same here, tidy up the parameter to show what we actually stored (e.g. 1:5fdf...brain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-09Port to new API (last mode that has akward parameters done, yay!)brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-14Fix reversed parameters in x:y - joinflood was not brokenbrain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11Yet more const ref changesbrain
2006-02-20Propogation of remote kicks (testy test)brain
2006-02-03Altered format of OnUserMessagebrain
2006-01-25Change m_redirect, m_joinflood and m_messageflood to put their modes in the c...om
2006-01-22Or so i thought...brain
2006-01-22Fixedbrain
2006-01-22Was using OnUserPre* when i wanted to use OnUser*, which meant that remote se...brain
2006-01-22Put some stuff back that was NEEDED.brain
2006-01-22Added MakeWildHost to userrec (*!*@dhost)brain
2006-01-22Fixes to server kick (i hope)brain
2006-01-22Forgot NOTICE and PRIVMSG implements()brain
2006-01-22And yae, the compiler sayeth to brain, fix thine warning. and thou warning ar...brain
2006-01-22Fixed simple typosbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Made '*' ban-specifier workbrain
2006-01-22Fixed typos etc to make this compile nowbrain
2006-01-22Fixed 005 to be f not Lbrain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain