]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Remove dead code from UserManager::AddUser()
[user/henk/code/inspircd.git] / src / usermanager.cpp
2015-05-22 Attila MolnarRemove dead code from UserManager::AddUser()
2015-05-22 Attila MolnarFix some oversights
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-03-22 Attila MolnarMerge pull request #1016 from Renegade334/insp20+docs...
2015-03-22 Attila MolnarMerge pull request #1009 from SaberUK/insp20+fix-dirty-env
2015-03-21 AdamRebuild clone counts on rehash
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2014-12-30 Attila MolnarFix signon time of clients being off by dns_timeout...
2014-10-27 Attila MolnarMerge insp20
2014-08-04 md-5Fix off by one in ping timeout.
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila MolnarErase local users from UserManager::local_list in QuitU...
2014-06-13 Attila MolnarChange allocation of InspIRCd::BanCache to be physicall...
2014-06-13 Attila MolnarPull in bancache.h from inspircd.h
2014-06-07 Attila MolnarRelax fd bounds checking
2014-04-07 Attila MolnarMerge insp20
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-04 AdamFix ping timeout message seconds vs second
2014-01-25 Attila MolnarDestroy Memberships of a quitting user in QuitUser...
2014-01-24 Attila MolnarConvert LocalUserList to an intrusively linked list
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-12-18 Attila MolnarClean up CoreException
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMove stuff around a bit:
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
2013-06-06 attilamolnarMove code between usermanager.(cpp|h), clarify comments
2013-06-06 attilamolnarMove DoBackgroundUserStuff() and AllModulesReportReady...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-18 attilamolnarRemove unused UserManager::ServerPrivmsgAll()
2013-05-18 attilamolnarInitialize local_count
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarLog some internal errors on DEFAULT loglevel instead...
2013-04-19 attilamolnarFix uuids getting truncated in the nick hash in UserMan...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-04 attilamolnarStop recreating hashmaps every hour, move garbage colle...
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-11 attilamolnarStop user initialization when the user is marked as...
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-11-29 attilamolnarReorder local user initialization steps
2012-11-24 attilamolnarSimplify UserManager::AddLocalClone()/AddGlobalClone()
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarCall OnUserSetIP() whenever the IP of a local user...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-06-29 Robin BurchellMerge pull request #238 from SaberUK/insp20-spelling-fix
2012-06-29 Peter PowellFix typo in log message.
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 Robby-Snomask qQ: Swap quit message and IP for easier parsing...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-06 danieldgFix logged error when user is denied by connect class
2010-03-02 danieldgMove DNSBL and ident lookups after <connect deny>/banca...
2010-03-02 danieldgFix m_ident deleting sockets that are still in use
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-02-14 danieldgm_dnsbl updates
2010-01-30 danieldgRemove users from uuidlist on QuitUser, not during...
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2009-11-06 danieldgMove StreamSocket inheritance off of User
next