]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Change allocation of InspIRCd::BanCache to be physically part of the object containing it
[user/henk/code/inspircd.git] / src / usermanager.cpp
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
2009-11-06 danieldgShow IP of the user in the quit snomask [dKingston]
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-21 danieldgAllow objects to be added to cull list during apply...
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-21 danieldgRemove mistaken duplicate check for fake users
2009-09-21 danieldgPrevent fake users from quitting
2009-09-17 danieldgPrevent fake users from quitting
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
next