summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
AgeCommit message (Expand)Author
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-07Whois typo fixesbrain
2006-03-07Optimizationsbrain
2006-03-07Improved userlist to avoid strlenbrain
2006-03-07Fixed typobrain
2006-03-07*TEST CODE* Faster custom mode set/unsetbrain
2006-03-06maxbans fixesbrain
2006-03-06MaxBans -> maxbansbrain
2006-03-06Tidied GetMaxBans to leave the ConfigReader subsystem alonebrain
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-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-02Added stuff to log() to make it recalculate the time using asctime() less oftenbrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain
2006-02-28BanHidingbrain
2006-02-26Valgrind fixesbrain
2006-02-21Fixedbrain
2006-02-21Added second form of find() taking const char*, which is faster in the core w...brain
2006-02-21Improved speed of Find() by passing reference to std::string instead of std::...brain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Added exception handling for module loadingbrain
2006-02-13Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...w00t
2006-02-07Properly count remote opers in /LUSERSbrain
2006-02-03Extra safety checksbrain
2006-02-03Extra debugging to locate segfaultbrain
2006-02-03numbskull momentbrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-01-31Key hiding when youre not on the channelbrain
2006-01-31Optimized WriteServ - why use %s!%s@%s when we have the more optimal userrec:...brain
2006-01-25Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...om
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-12Changed channel user lists from vector to mapbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Changes to how classes are looked up (connects slightly faster) and fix for c...brain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-29Attempt to cut out unneccessary printf() va_args voodoo (ugleh)brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-19Removed debugbrain
2005-12-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Missing externbrain
2005-12-16Moved serverstats stuff outbrain