summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-03-09Better calculation of LUSERSbrain
2006-03-09Changed LUSERS to show global current to not include unregistered connectionsbrain
2006-03-09Don't show channels where all users are invisible and therefore usercount is 0brain
2006-03-09Wrong var used here, oooopsbrain
2006-03-09Calling a method of a null object due to refactoring and HasUser - fixedbrain
2006-03-08These modules were using deprecated Server::IsOnChannel. They arent any more :)brain
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