summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-03-08Checks for timestamps, boot server off and abort if time delay > 10 mins (the...brain
2006-03-07w00t may want to check this worksbrain
2006-03-07For the record, it's 17 lines - not 5.w00t
2006-03-07Fixed timedbans (new mode parser didnt like being passed const char* element...brain
2006-03-07Took strlen's out of fjoinbrain
2006-03-07Optimisation of optimisation :P ty w00tieom
2006-03-07Different way of displaying squit server groupbrain
2006-03-07More work on /check.. now gives basic information on a user, no channel list ...w00t
2006-03-07Initial revision of /check - doesn't do anything yetw00t
2006-03-05Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...brain
2006-03-05OPTIMIZED!!! OPTIMIZED!!!!! :-pbrain
2006-03-05Ignore spaces/tabsom
2006-03-05Change comment (I didn't c/p the +c module...honest)om
2006-03-05> != >= && < != <=om
2006-03-05Add block caps module, I'm kinda between the extremes of 'Brain' and 'normal'...om
2006-03-05Hopefully speed this up, it was strlcpy()ing every line even when +c wasnt se...om
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-03-04More verbose when setting g/z/k/q/e lines from other servers. With the new sy...brain
2006-03-04Typo fixbrain
2006-03-04Unknown command error now tells the opposite server WHICH command is bad so t...brain
2006-03-04Tidyup of m_hostchange to not use configreader on each connection!brain
2006-03-04Tidied up m_override to avoid use of configreader during free-runningbrain
2006-03-04Fixed bugsbrain
2006-03-04Fixed a few typosbrain
2006-03-04Tidyup of m_filterbrain
2006-03-04Changed m_censor to avoid reading config several times for each pmbrain
2006-03-04m_censor skenmy fixbrain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-03-02Remove debug, allow empty 'final' parameterbrain
2006-03-02Typobrain
2006-03-02I hate having to commit to get these onto the other test serverbrain
2006-03-02Should be working nowbrain
2006-03-02More logic tweaksbrain
2006-03-02Logic fixesbrain
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