summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
AgeCommit message (Expand)Author
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-06-29Change log() to a #define, the real symbol is now do_log(), the new macro aut...om
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04Add WriteOpers_NoFormat, now to remember what I wanted it forom
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
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-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain
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-13Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...w00t
2006-02-03Typo fixes #2brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-01-31Key hiding when youre not on the channelbrain
2006-01-25Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the...om
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Class lookup adjustmentbrain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-15Optimized helperfuncsbrain
2005-12-13More old /map code removal, removed stuff from headersw00t
2005-12-04Added notice-to-servermaskbrain
2005-11-25Removal of mesh stuff (lots of)brain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain