]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
Comments, add more detail, remove dnsqueue.h include from tons of places
[user/henk/code/inspircd.git] / src / userprocess.cpp
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainRemove the same craq
2006-08-01 brainRemove ZapThisDns
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-30 brainI think ive found the answer to the hanging connections...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-22 brainMake OnCheckReady safe against the user being killed...
2006-07-20 brainExtra sanity checks
2006-07-19 brainStability fix
2006-07-16 brainFix socket leak properly this time
2006-07-16 brainMAJOR tidy of line parser, some parts rewritten and...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 w00tThis doesn't belong in userprocess.cpp. :P
2006-03-15 omComment one of w00tie's comments, fix typo in log messa...
2006-03-14 brainSanity check, writing to array[-1] is not clever and...
2006-03-11 brainMORE BUGS GRR
2006-03-11 brainChecks and stuff :p
2006-03-11 brainRe-enterant safety
2006-03-10 brainCommented all the new config stuff
2006-03-09 brainSpeedups
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