]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/helperfuncs.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / helperfuncs.h
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-06-29 omChange log() to a #define, the real symbol is now do_lo...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 omAdd WriteOpers_NoFormat, now to remember what I wanted...
2006-04-04 omAll new shiny config parser, there's probably some...
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-11 brainTidyup by making some thing sprintf only once rather...
2006-03-10 omAnother const reference conversion, and remove redundan...
2006-03-06 brainMode-code rewrite. Might act weird, needs proper testin...
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-02-21 brainFixed
2006-02-21 brainAdded second form of find() taking const char*, which...
2006-02-21 brainImproved speed of Find() by passing reference to std...
2006-02-13 w00tAdded bool IsValidChannelName(const char *) - it doesn...
2006-02-03 brainTypo fixes #2
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-25 omAdd InsertMode function to helperfuncs.(cpp|h) for...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainClass lookup adjustment
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-15 brainOptimized helperfuncs
2005-12-13 w00tMore old /map code removal, removed stuff from headers
2005-12-04 brainAdded notice-to-servermask
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...