summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-07Exception to the rules for EAGAINbrain
2006-03-07Check for write errors in inspsocket (this is probably causing excessive cpu...brain
2006-03-07Optimizationsbrain
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-07Improved userlist to avoid strlenbrain
2006-03-07Tidying, strlen, strcasecmp where not needed.brain
2006-03-07TOPIC optimizations, fixes to mode setting with new custom_modes systembrain
2006-03-07Checking of user/nick/pass without strncmp! (compare object pointers in the c...brain
2006-03-07Fixed to work properly with new refactoringbrain
2006-03-07Fixed typobrain
2006-03-07*TEST CODE* Faster custom mode set/unsetbrain
2006-03-07Added a 'max depth' to stop recursive issuebrain
2006-03-07Fixed issue with parameterless module modesbrain
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-07No need to be inline in the includebrain
2006-03-07Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ???brain
2006-03-07Removed a lot of total craqbrain
2006-03-07Initial revision of /check - doesn't do anything yetw00t
2006-03-07Improved ProcessParameters (removed strlen)brain
2006-03-06Changed return to break in mainloop for better efficiencybrain
2006-03-06Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...brain
2006-03-06maxbans fixesbrain
2006-03-06MaxBans -> maxbansbrain
2006-03-06CM -> CM1brain
2006-03-06select not casebrain
2006-03-06Tidied GetMaxBans to leave the ConfigReader subsystem alonebrain
2006-03-06Tidyupsbrain
2006-03-06Removed unneccessary backticks from a copy/pastebrain
2006-03-06More documentation.w00t
2006-03-06Yarr, fixed a typo in a comment, yarrw00t
2006-03-06Added the beginnings of some function documentationw00t
2006-03-06Tidying of some vars here and therebrain
2006-03-06Sorted out some silly indenting left over from an if() that died a death year...brain
2006-03-06Removal of variable that no longer has any usebrain
2006-03-06Tidied up give/take methodsbrain
2006-03-06Indent tidyupbrain
2006-03-06Unneccessary strcasecmpsbrain
2006-03-06Comments in the right placesbrain
2006-03-06I dont think there are any more non-essential strlcpy's left in here.brain
2006-03-06Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...brain
2006-03-06Removed redundant strlcpybrain
2006-03-06Removed debugbrain
2006-03-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-05Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...brain
2006-03-05Fixed to not show real server name if you have hiding of servernames in WHOISbrain
2006-03-05OPTIMIZED!!! OPTIMIZED!!!!! :-pbrain
2006-03-05Ignore spaces/tabsom