]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/helperfuncs.cpp
Probably wont compile yet - purge_empty_channels refactor
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-09 brainmptr++ not *mptr++!
2006-03-09 omFix buffer overflow (visible in /mode #channel)
2006-03-08 brainFixed externs
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainRemoved unneccessary temporary casts to char* when...
2006-03-08 w00tIt's neat. It's tidy. It has no spaces, and almost...
2006-03-07 brainWhois typo fixes
2006-03-07 brainOptimizations
2006-03-07 brainImproved userlist to avoid strlen
2006-03-07 brainFixed typo
2006-03-07 brain*TEST CODE* Faster custom mode set/unset
2006-03-06 brainmaxbans fixes
2006-03-06 brainMaxBans -> maxbans
2006-03-06 brainTidied GetMaxBans to leave the ConfigReader subsystem...
2006-03-06 brainRemoved unneccessary backticks from a copy/paste
2006-03-06 w00tMore documentation.
2006-03-06 w00tYarr, fixed a typo in a comment, yarr
2006-03-06 w00tAdded the beginnings of some function documentation
2006-03-06 brainMode-code rewrite. Might act weird, needs proper testin...
2006-03-02 brainAdded stuff to log() to make it recalculate the time...
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-02-28 brainBanHiding
2006-02-26 brainValgrind fixes
2006-02-21 brainFixed
2006-02-21 brainAdded second form of find() taking const char*, which...
2006-02-21 brainImproved speed of Find() by passing reference to std...
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-13 w00tAdded bool IsValidChannelName(const char *) - it doesn...
2006-02-07 brainProperly count remote opers in /LUSERS
2006-02-03 brainExtra safety checks
2006-02-03 brainExtra debugging to locate segfault
2006-02-03 brainnumbskull moment
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-31 brainOptimized WriteServ - why use %s!%s@%s when we have...
2006-01-25 omAdd InsertMode function to helperfuncs.(cpp|h) for...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainChanged channel user lists from vector to map
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-01 brainFixes to typos and change to return by reference on...
2006-01-01 brainChanges to how classes are looked up (connects slightly...
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-29 brainAttempt to cut out unneccessary printf() va_args voodoo...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-22 brainChanged two fields in ConnectClass to strings, moved...
2005-12-19 brainRemoved debug
2005-12-19 brainSSL is a fucking mess.
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainMissing extern
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainFixed warning
2005-12-16 brainSome things just cant be static...
2005-12-16 brainMoving to faster way of hooking i/o
2005-12-16 brainRemoved syscalls in log, moved va* buffers to static...
2005-12-16 brainOptimized away a memset made it potentially 10x faster
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainOptimized helperfuncs
2005-12-15 brainImproved pointer voodoo in chanmodes(), many less strlcats
2005-12-14 brainMoved some other stuff into ServerConfig
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainRemoved reference to RULES
2005-12-14 brainMore references to RULES and MOTD
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...