summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Fixed #defines to be enums (tidier)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-08Actually, 64.brain
2006-03-08chanrec::custom_modes only needs 96 values not 190brain
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-08Removed unneccessary temporary casts to char* when casting a userrecbrain
2006-03-08It's neat. It's tidy. It has no spaces, and almost matches our guidelines...w00t
2006-03-08More optimisations, memory saving, use the char* loop everywhere else seems t...om
2006-03-08Made this readable, removed spacing, etc.w00t
2006-03-08Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ...om
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-07Made split_chlist available for external use from commands.hbrain
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