]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
Tidyup to pass some stuff by reference (much faster, no copy involved)
[user/henk/code/inspircd.git] / src / userprocess.cpp
2006-03-09 brainTidyup to pass some stuff by reference (much faster...
2006-03-08 w00tMade this readable, removed spacing, etc.
2006-03-08 w00tRemove some tabbing, remove a typo, use Exit() rather...
2006-03-02 brainChanged output on startup
2006-03-01 brainRemoved old >512 check
2006-02-26 brainAnd fixes for typos
2006-02-26 brainAdded ability to provide -logfile parameter on commandline
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-08 brainIncreased how often socket timeout checks occur which...
2006-02-02 brainRemoved bool return of DoBackgroundUserStuff()
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-22 brainTweaks for openssl compatibility
2006-01-22 frostycoolslugStopped lines longer than 512b from being killed, inste...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-15 brainMade inspircd close and reopen its log on rehash
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-03 brainFixed to not crash on /PARK (still more to test)
2005-12-28 brainTidyups to mainloop, why were we using isnick() to...
2005-12-28 brainNew system for client exits using CullList seems stable...
2005-12-28 brainChanges to the way clients are exited during mainloop...
2005-12-19 brainSSL is a fucking mess.
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainChanging stuff to using CommandParser class
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainChanged I/O reading stuff for modules to be much faster...
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainFixed ModuleError()
2005-12-14 brainSucky stuff
2005-12-14 brainGrrrrrr
2005-12-14 brainTidy tidy
2005-12-14 brainRemoved externs for module_sockets
2005-12-14 brainCode tidying
2005-12-14 brainMore config tidyups
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
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 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-14 w00tUse our shiny new IS_LOCAL() macro, and add a query.
2005-12-13 brainSet up externs to allow moving loads of crap out of...
2005-12-12 brainMoved some stuff out to userprocess.cpp