Age | Commit message (Expand) | Author |
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 |
2009-09-01 | Return server port in GetPort rather than the arbitrary client port | danieldg |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-18 | Fix for bug #788, set user->quitting before writing error to users socket, an... | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-10 | Fix fast quit/connect by changing nick to UID on QuitUser | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-25 | Format this message a little nicer. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-17 | Fix recursion in QuitUser | w00t |
2008-11-01 | Simulate AF_INET addresses for 4in6 connections [danieldg] | w00t |
2008-10-16 | possible fix for bug #623, reported by MacGyver. Untested please test :D | peavey |
2008-09-07 | Move a socket sanity check into the generic listener handler, avoiding the ne... | w00t |
2008-09-07 | Merge the second interface for socket hooking into one, so it's all done by A... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Scary.. CIDR range clone checking for <connect> tags. | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-23 | Fix this to not have the same issue | brain |
2008-05-23 | Fix user->host not being assigned correctly for new connections | aquanight |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Remove outdated comment | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Same here | brain |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |