]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/userprocess.cpp
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / src / userprocess.cpp
2006-10-30 brainFor users, we now only write when the socketengine...
2006-10-28 brainNeeds more testing but seems to work: In DoBackgroundUs...
2006-10-02 w00tUse a ternary operator to remove bracketing from ping...
2006-10-01 w00tFix ping timeout messages. This is what I get for not...
2006-10-01 brainEverybody loves boobies. It's true.
2006-10-01 w00tInspIRCd: Now with 100% more boobies. Err, ping timeout...
2006-09-03 brainRemoval of debug
2006-09-01 brainAdd snomask f (flood)
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainOptimization and removal of casts (profiling stuff)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainMove ReadBuffer into InspIRCd class
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
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...
next