]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/helperfuncs.cpp
Removed deprecated direct reference to file_cache MOTD, RULES
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
2005-12-14 brainRemoved deprecated direct reference to file_cache MOTD...
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainMoved tons of stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
2005-12-13 brainModified channel joining to allow > MAXCHANS for opers...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-13 w00tMore old /map code removal, removed stuff from headers
2005-12-13 w00tRemoved old /map code
2005-12-13 w00tRemoved some remnants from mesh linking
2005-12-04 brainAdded notice-to-servermask
2005-12-04 brainFixed usercounts to not screw up on remote users
2005-11-30 brainAdded OnGetServerDescription (mainly for link modules)
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-05-30 brainStarted on -Wall - safe compile
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-25 brainFixed to never append double sums
2005-05-20 brainAdded COMMANDS command (yes, really)
2005-05-18 brainReplacement of bzero with memset for solaris 10 compat.
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...