Age | Commit message (Expand) | Author |
2013-05-18 | Initialize local_count | attilamolnar |
2013-05-16 | Workaround for std::list::size() having linear complexity on some implementat... | attilamolnar |
2013-04-21 | Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e... | attilamolnar |
2013-04-19 | Fix uuids getting truncated in the nick hash in UserManager::AddUser() if nic... | attilamolnar |
2013-03-11 | Stop user initialization when the user is marked as quitting after OnSetUserIP | attilamolnar |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-29 | Reorder local user initialization steps | attilamolnar |
2012-11-24 | Simplify UserManager::AddLocalClone()/AddGlobalClone() | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ident,host,dh... | attilamolnar |
2012-06-29 | Fix typo in log message. | Peter Powell |
2012-06-12 | Snomask qQ: Swap quit message and IP for easier parsing by bots or scripts | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-06 | Fix logged error when user is denied by connect class | danieldg |
2010-03-02 | Move DNSBL and ident lookups after <connect deny>/bancache/Z:line checks | danieldg |
2010-03-02 | Fix m_ident deleting sockets that are still in use | danieldg |
2010-03-02 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-01-30 | Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on ... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-06 | Show IP of the user in the quit snomask [dKingston] | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-11-01 | Fix global clone count not being decremented on remote user quit | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-21 | Allow objects to be added to cull list during apply - fixes user deletion on ... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-21 | Remove mistaken duplicate check for fake users | danieldg |
2009-09-21 | Prevent fake users from quitting | danieldg |
2009-09-17 | Prevent fake users from quitting | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | Move user quit logic out of cull list | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |