]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/usermanager.cpp
Move MODENOTICE command to a command module
[user/henk/code/inspircd.git] / src / usermanager.cpp
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...
2008-05-19 brainConvert connection::host
2008-05-19 w00tRemove outdated comment
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainSame here
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-02 brainSquish a warning
2008-04-02 brainRemove MAXCLIENTS, this is supported at runtime by...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
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 brainThe outer if (socket > -1) check in AddClient is obsole...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-13 w00tUndo my constructor playing, I'm pretty sure it will...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd usermanager.cpp