summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
AgeCommit message (Expand)Author
2006-03-12*NEEDS TESTING* changed binarymodes to use the custom_modes entriesbrain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-03-11Tidyup by making some thing sprintf only once rather than n times (where n is...brain
2006-03-10Another const reference conversion, and remove redundant declaration of userr...om
2006-03-10patch <inspircd-userlist-ptr-safety.diff (Thanks nenolod)brain
2006-03-09Typical. 0 and 1 to choose from, and i pick the wrong one. (back to front bin...brain
2006-03-09Modes the wrong way aroundbrain
2006-03-09(Needs test) Improved userlist()brain
2006-03-09Added userrec::modebits - fast way of checking if user has +swi rather than a...brain
2006-03-09Fixed to correctly use iteratorbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-09mptr++ not *mptr++!brain
2006-03-09Fix buffer overflow (visible in /mode #channel)om
2006-03-08Fixed externsbrain
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-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