summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
AgeCommit message (Expand)Author
2006-10-31Update configure, remove a bunch of deprecated makefiles that have been just ...brain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Move AllModulesReportReady into a private method of class InspIRCdbrain
2006-08-10Move strlower into nspace namespace where hash<std::string> livesbrain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-10Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfigbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09Remove do_log() prototypesbrain
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain
2006-08-08WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs...brain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
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