summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
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
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-14Half way through updating to move a ton of extern confs into class ServerConfigbrain
2005-12-14Added parameter to apply_lines to indicate what we want to applybrain
2005-12-14Use our shiny new IS_LOCAL() macro, and add a query.w00t
2005-12-13Set up externs to allow moving loads of crap out of inspircd.cppbrain
2005-12-12Moved some stuff out to userprocess.cppbrain