summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-03-02Experimental improvements to TreeSocket::Splitbrain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-03-024.1 fixbrain
2006-03-01Deny +g words >35 chars to prevent having massive words that some users can r...brain
2006-03-01Allow removal of mode with new checkbrain
2006-03-01Dont allow +J 0 or +J < 0brain
2006-03-01Fix for missing 'end of list' numericbrain
2006-03-01Changed encryption to work with yield systembrain
2006-03-01Added checking for +sp channels to safelist that someone left out *nonchalant...brain
2006-03-014.1.0 fixbrain
2006-02-28Changed to throw exception when theres no cloak keybrain
2006-02-28Changed loglevel of cloak key errors to SPARSEbrain
2006-02-28Added configurable cloakkey and cloakprefixbrain
2006-02-27With small sendq's, this can still exceed the sendq, so now we've reduced the...brain
2006-02-27Removed unneccessary debugbrain
2006-02-27Extra output during sync to know if we're receving the other end's netburst o...brain
2006-02-26Put the EAGAIN stuff back now we're done testingbrain
2006-02-26That's enough tweaks for nowbrain
2006-02-26Valgrind fixes (libstdc++ is broken! :O)brain
2006-02-26Tweaks to closed socket detectionbrain
2006-02-26Guess what this is?brain
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