summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-08Speed up and deuglify the second part of CompressModes(), stop it searching f...om
2006-03-08Remove some tabbing, remove a typo, use Exit() rather than exit()w00t
2006-03-07w00t may want to check this worksbrain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-07For the record, it's 17 lines - not 5.w00t
2006-03-07What MUPPET made stdin, stdout and stderr FILE* pointers rather than ints?!brain
2006-03-07close stdin, stderr and stdout rather than freopen to /dev/nullbrain
2006-03-07Took out space in version identifier that might break stuffbrain
2006-03-07Safety checking (a really really clever trick btw) in CullList, to make sure ...brain
2006-03-07Buffer flush time now under 0.5 secsbrain
2006-03-07Flush user buffers more often (every 30 iterations)brain
2006-03-07Too many 'end of whowas' numericsbrain
2006-03-07Whois typo fixesbrain
2006-03-07Typos round onebrain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-07NETBURSTS ARE STABLE AGAIN :Dbrain
2006-03-07Tweaks to socket engine, faster buffer flush and hopefully more stablebrain
2006-03-07true and false transposed in new codebrain
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-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