summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04This doesn't belong in userprocess.cpp. :Pw00t
2006-03-15Comment one of w00tie's comments, fix typo in log message, and make it look l...om
2006-03-14Sanity check, writing to array[-1] is not clever and not profitable.brain
2006-03-11MORE BUGS GRRbrain
2006-03-11Checks and stuff :pbrain
2006-03-11Re-enterant safetybrain
2006-03-10Commented all the new config stuffbrain
2006-03-09Speedupsbrain
2006-03-09Tidyup to pass some stuff by reference (much faster, no copy involved)brain
2006-03-08Made this readable, removed spacing, etc.w00t
2006-03-08Remove some tabbing, remove a typo, use Exit() rather than exit()w00t
2006-03-02Changed output on startupbrain
2006-03-01Removed old >512 checkbrain
2006-02-26And fixes for typosbrain
2006-02-26Added ability to provide -logfile parameter on commandlinebrain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Added exception handling for module loadingbrain
2006-02-08Increased how often socket timeout checks occur which will mean flushing writ...brain
2006-02-02Removed bool return of DoBackgroundUserStuff()brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-22Tweaks for openssl compatibilitybrain
2006-01-22Stopped lines longer than 512b from being killed, instead, warning sent and d...frostycoolslug
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-15Made inspircd close and reopen its log on rehashbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2006-01-03Fixed to not crash on /PARK (still more to test)brain
2005-12-28Tidyups to mainloop, why were we using isnick() to check if a user was regist...brain
2005-12-28New system for client exits using CullList seems stable, needs testingbrain
2005-12-28Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W...brain
2005-12-19SSL is a fucking mess.brain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Moved serverstats stuff outbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Changing stuff to using CommandParser classbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Changed I/O reading stuff for modules to be much faster (and exclusive :()brain
2005-12-15Added 'local users' vectorbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Fixed ModuleError()brain
2005-12-14Sucky stuffbrain
2005-12-14Grrrrrrbrain
2005-12-14Tidy tidybrain
2005-12-14Removed externs for module_socketsbrain
2005-12-14Code tidyingbrain
2005-12-14More config tidyupsbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain