index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helperfuncs.cpp
Age
Commit message (
Expand
)
Author
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
2005-05-15
Moved StrHashComp and InAddr_HashComp into the irc:: namespace
brain
2005-05-15
sorted hashcomp etc
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
[prev]