Age | Commit message (Expand) | Author |
2013-05-14 | m_spanningtree UID handler: Fix parsing user modes | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar |
2013-04-12 | m_spanningtree UID handler: Log and drop the link when a server introduces a ... | attilamolnar |
2013-04-12 | m_spanningtree UID handler: Remove dead code | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-01 | Change User::GetIPString() to return const std::string& | attilamolnar |
2012-11-28 | m_spanningtree Remove redundant params.size() checks | attilamolnar |
2012-10-21 | Make better use of User::GetFullRealHost() | attilamolnar |
2012-07-01 | m_spanningtree Call the collision handler with the proper parameter (client i... | attilamolnar |
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-04-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf |
2010-03-02 | Log duplicate UUID events a bit better | danieldg |
2010-02-11 | Make UID modify its parameter on a nick collision so that services has an eas... | danieldg |
2010-01-30 | Remove a few needless string crops, compile fix | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | 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-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-08 | Update Event and Request APIs | 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-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | 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-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Revert r11194 "Quiet bursts for uplinks, suggested by HiroP, thanks!" | danieldg |
2009-03-10 | Quiet bursts for uplinks, suggested by HiroP, thanks! | brain |
2009-03-06 | Send SVSNICKs during nick collision to prevent servers that do not fully impl... | danieldg |
2009-01-22 | Revert "Check nickname validity on introduction, closes bug #682 reported by ... | w00t |
2009-01-21 | Check nickname validity on introduction, closes bug #682 reported by danieldg... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-04 | Fix malformed UID errors so that w00t can troubleshoot! :) | brain |
2008-10-28 | Remove comment, as it is now done. | w00t |
2008-10-27 | Be a hell of a lot more strict about malformed UID commands. We've always bee... | w00t |
2008-10-05 | Some more safety checks to catch out invalid client introductions (e.g. from ... | brain |
2008-10-02 | Comments here too | brain |
2008-09-30 | Some suggestions from jilles about handling unknown prefix errors, and some i... | brain |
2008-09-22 | warning-free on windows | brain |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-08-31 | Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we... | brain |
2008-08-31 | More debugging mesages for troubleshooting invalid mode sequences in UID | brain |
2008-08-31 | I guess it makes sense never to let the gecos be parsed as a mode param, even... | brain |