]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/usermanager.h
Move MODENOTICE command to a command module
[user/henk/code/inspircd.git] / include / usermanager.h
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.