summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Someone forgot to test compile this *whistles nonchalantly*brain
2006-03-08Allow for fallback of older ircds without TS in BURST commandbrain
2006-03-08Stupid, retarded, idiotic bug here where any PONG after the first one gets yo...om
2006-03-08Changed m_sqlauth to allow more advanced encryption typesbrain
2006-03-08Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j...brain
2006-03-08Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!brain
2006-03-08Added ConvToStrbrain
2006-03-08Typosbrain
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