]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Rename `<bind:ssl>` to `<bind:sslprofile>`.
[user/henk/code/inspircd.git] / src / usermanager.cpp
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
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgReturn server port in GetPort rather than the arbitrary...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-18 brainFix for bug #788, set user->quitting before writing...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-10 danieldgFix fast quit/connect by changing nick to UID on QuitUser
2009-02-14 peaveyNuke trailing spaces
2009-01-25 w00tFormat this message a little nicer.
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-17 w00tFix recursion in QuitUser
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-10-16 peaveypossible fix for bug #623, reported by MacGyver. Untest...
2008-09-07 w00tMove a socket sanity check into the generic listener...
2008-09-07 w00tMerge the second interface for socket hooking into...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-12 w00tScary.. CIDR range clone checking for <connect> tags.
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainFix this to not have the same issue
2008-05-23 aquanightFix user->host not being assigned correctly for new...
next