Age | Commit message (Expand) | Author |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-29 | Attempt to cut out unneccessary printf() va_args voodoo (ugleh) | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-22 | Changed two fields in ConnectClass to strings, moved constructor stuff to ini... | brain |
2005-12-19 | Removed debug | brain |
2005-12-19 | SSL is a fucking mess. | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-16 | Missing extern | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved more command parsing stuff to CommandParser | brain |
2005-12-16 | Fixed warning | brain |
2005-12-16 | Some things just cant be static... | brain |
2005-12-16 | Moving to faster way of hooking i/o | brain |
2005-12-16 | Removed syscalls in log, moved va* buffers to static char | brain |
2005-12-16 | Optimized away a memset made it potentially 10x faster | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Optimized helperfuncs | brain |
2005-12-15 | Improved pointer voodoo in chanmodes(), many less strlcats | brain |
2005-12-14 | Moved some other stuff into ServerConfig | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |
2005-12-14 | Removed reference to RULES | brain |
2005-12-14 | More references to RULES and MOTD | brain |
2005-12-14 | Removed deprecated direct reference to file_cache MOTD, RULES | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Moved tons of stuff into class ServerConfig | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Half way through updating to move a ton of extern confs into class ServerConfig | brain |
2005-12-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | optimized a ton of strcmps down to an integer comparison! | brain |
2005-12-13 | Modified channel joining to allow > MAXCHANS for opers/remote (when complete) | brain |
2005-12-13 | Made MAXCHANS growable for opers/ulines (growing of list not implemented yet) | brain |
2005-12-13 | More old /map code removal, removed stuff from headers | w00t |
2005-12-13 | Removed old /map code | w00t |
2005-12-13 | Removed some remnants from mesh linking | w00t |
2005-12-04 | Added notice-to-servermask | brain |
2005-12-04 | Fixed usercounts to not screw up on remote users | brain |
2005-11-30 | Added OnGetServerDescription (mainly for link modules) | brain |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-25 | Fixed to never append double sums | brain |
2005-05-20 | Added COMMANDS command (yes, really) | brain |
2005-05-18 | Replacement of bzero with memset for solaris 10 compat. | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |