summaryrefslogtreecommitdiff
path: root/src/userprocess.cpp
AgeCommit message (Expand)Author
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
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