summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
AgeCommit message (Expand)Author
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Changes to how classes are looked up (connects slightly faster) and fix for c...brain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-29Attempt to cut out unneccessary printf() va_args voodoo (ugleh)brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-22Changed two fields in ConnectClass to strings, moved constructor stuff to ini...brain
2005-12-19Removed debugbrain
2005-12-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Missing externbrain
2005-12-16Moved serverstats stuff outbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Fixed warningbrain
2005-12-16Some things just cant be static...brain
2005-12-16Moving to faster way of hooking i/obrain
2005-12-16Removed syscalls in log, moved va* buffers to static charbrain
2005-12-16Optimized away a memset made it potentially 10x fasterbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Optimized helperfuncsbrain
2005-12-15Improved pointer voodoo in chanmodes(), many less strlcatsbrain
2005-12-14Moved some other stuff into ServerConfigbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Removed reference to RULESbrain
2005-12-14More references to RULES and MOTDbrain
2005-12-14Removed deprecated direct reference to file_cache MOTD, RULESbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-13Modified channel joining to allow > MAXCHANS for opers/remote (when complete)brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-13More old /map code removal, removed stuff from headersw00t
2005-12-13Removed old /map codew00t
2005-12-13Removed some remnants from mesh linkingw00t
2005-12-04Added notice-to-servermaskbrain
2005-12-04Fixed usercounts to not screw up on remote usersbrain
2005-11-30Added OnGetServerDescription (mainly for link modules)brain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removal of mesh stuff (lots of)brain
2005-05-30Started on -Wall - safe compilebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-25Fixed to never append double sumsbrain
2005-05-20Added COMMANDS command (yes, really)brain
2005-05-18Replacement of bzero with memset for solaris 10 compat.brain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain