summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-02-26Fixed bursting stuff a littlebrain
2006-02-26Made this safer, dont try and yield back when sending channel list or user li...brain
2006-02-26And morebrain
2006-02-26Now the obligotary typo fixesbrain
2006-02-26Yields back to user processing to give users a chance to issue commands durin...brain
2006-02-26Tweaksbrain
2006-02-26Moved to irc::string for commands in server-server so that whiney newbs can g...brain
2006-02-26Whoops, overriding EVERY command!brain
2006-02-26Warning fixesbrain
2006-02-26Missing includebrain
2006-02-26Added m_operwho, allows opers to list everyonebrain
2006-02-26Fixed Server* Srv stuff in these too, although by default these arent availab...brain
2006-02-26How did this random stray '1' get in here before the brace?brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-25Auto-lowercase all server names read in from <link> tags so that people cant ...brain
2006-02-23Removed bit of logging that said the timer was ticking -- we know it works no...brain
2006-02-23Moved LIST headerbrain
2006-02-23And the typo.brain
2006-02-23listusers has to be global now (ugh)brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Optimized a littlebrain
2006-02-22Force burst to end if a remote server pings us, or answers a pong, if this is...brain
2006-02-22Improved calculation to account for server name on start of numeric, plus spa...brain
2006-02-22SAFELIST 005 token is now part of m_safelist not the core 005brain
2006-02-22Fix typos :pbrain
2006-02-22Cleanups on module unload or user /QUITbrain
2006-02-22Added m_safelist. This was originally w00t's code, but i bastardized it (just...brain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Added which word is blocked to the numericw00t
2006-02-21Added 'is a registered nick' to whoisw00t
2006-02-21Missing includebrain
2006-02-21Enforce 64 char dns limitsbrain
2006-02-20Lets fix it right this time (and annoy ol with more tweaks)brain
2006-02-20User kicks being ignored!!!brain
2006-02-20Fix to stop new code treating all KICK messages as server KICKsbrain
2006-02-20Propogation of remote kicks (testy test)brain
2006-02-20Fix for hide-ulines in /linksbrain
2006-02-19I repeat, missing semicolons are badbrain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-19More exception throwing in constructorsbrain
2006-02-19Added FilterException and throw codebrain
2006-02-19Added exception throwerbrain
2006-02-19Should fix case insensitivity issuebrain
2006-02-19- Don't allow invalid channel names in /mode #chan +L #chanw00t
2006-02-16Bad maths, bad! go sit in the cornerbrain
2006-02-16More debugbrain
2006-02-16New tweak doesnt work yet, dont usebrain
2006-02-16Extra tweak for exceptional conditionbrain