]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/usermanager.h
Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install
[user/henk/code/inspircd.git] / include / usermanager.h
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
2013-05-18 attilamolnarInitialize local_count
2013-05-16 attilamolnarWorkaround for std::list::size() having linear complexi...
2012-11-29 attilamolnarMake LocalUserList an std::list
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-18 danieldgRemove more classbase
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgRoute whois notices using ENCAP WHOISNOTICE to properly...
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSimulate AF_INET addresses for 4in6 connections [danieldg]
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tFeh. Remember the header too.