]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/helperfuncs.h
Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive headers...
[user/henk/code/inspircd.git] / include / helperfuncs.h
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove AllModulesReportReady into a private method of...
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainRemove do_log() prototypes
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
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...