summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-17Optimization and removal of casts (profiling stuff)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11Move ReadBuffer into InspIRCd classbrain
2006-08-11Move whowas into InspIRCdbrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-09Move fd_ref_table into class InspIRCd*brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Remove the same craqbrain
2006-08-01Remove ZapThisDnsbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-30I think ive found the answer to the hanging connections problem. The majority...brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-22Make OnCheckReady safe against the user being killed, SO LONG AS THE MODULE W...brain
2006-07-20Extra sanity checksbrain
2006-07-19Stability fixbrain
2006-07-16Fix socket leak properly this timebrain
2006-07-16MAJOR tidy of line parser, some parts rewritten and major chunks removedbrain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
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