Age | Commit message (Expand) | Author |
2012-08-10 | m_spanningtree Add missing aposthrope to connection failed server notice | attilamolnar |
2012-08-10 | m_spanningtree: Resolve issue #250 | ChrisTX |
2012-08-08 | m_spanningtree Specify the uuid of the remote user when sending server NOTICE... | attilamolnar |
2012-08-08 | m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP | attilamolnar |
2012-07-08 | m_spanningtree Add function to easily determine whether a server was introduc... | attilamolnar |
2012-07-04 | m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist | attilamolnar |
2012-07-01 | m_spanningtree Call the collision handler with the proper parameter (client i... | attilamolnar |
2012-07-01 | m_spanningtree Return when ecountering an invalid command coming from a remot... | attilamolnar |
2012-07-01 | Fix crash in ADDLINE handler when the command had no parameters | attilamolnar |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-06-12 | m_spanningtree Burst to a new server before introducing it to the rest of the... | attilamolnar |
2012-06-12 | Be consistent with Robby's qQ snomask changes | Sir Poggles |
2012-06-11 | m_spanningtree Only add a resolved server IP as valid if it still exists when... | attilamolnar |
2012-06-11 | m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h | attilamolnar |
2012-06-11 | m_spanningtree Disallow server passwords which contain a space char and those... | attilamolnar |
2012-06-11 | m_spanningtree Notify opers upon ecountering a configuration error when rehas... | attilamolnar |
2012-05-31 | m_spanningtree Fix desync issue #37 reported by @Joah - part 2 | attilamolnar |
2012-05-25 | Debian typo fixes. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-18 | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. | attilamolnar |
2012-04-18 | Log mode errors when processing FJOIN. | Robin Burchell |
2012-04-18 | Fix typo. | Robin Burchell |
2012-04-18 | Match the logging in the rest of this module. | Robin Burchell |
2012-04-18 | Be more helpful when processing commands from a linked server. | Robin Burchell |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2012-04-14 | Fix unused variables reported by the clang static analyzer. | Peter Powell |
2011-06-23 | Always use local SID as the source for PONG replies | Daniel De Graaf |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2011-02-28 | Fix timeout defaulting to zero for link blocks | Daniel De Graaf |
2011-01-19 | Fix bug #117, found by satmd, thanks | Jackmcbarn |
2010-12-02 | Restore prefix | Jackmcbarn |
2010-12-02 | Fix possible crash | Jackmcbarn |
2010-08-03 | Use the remote channel's capitalization on a losing TS merge | Daniel De Graaf |
2010-05-08 | Correct source of initial BURST line from servers sending it without one (lik... | Daniel De Graaf |
2010-05-08 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf |
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf |
2010-04-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-02 | Fix some more incorrect socket use | danieldg |
2010-03-02 | What, I have to make this compile now? | danieldg |
2010-03-02 | Log duplicate UUID events a bit better | danieldg |
2010-03-02 | Log invalid S2S commands a bit better | danieldg |
2010-03-01 | Let ENCAP target match on server names, not just SIDs | danieldg |
2010-02-28 | Fix snomask sending having the final-parameter colon stripped (noticed in glo... | danieldg |
2010-02-25 | Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-21 | Add HMAC implementation to HashProvider | danieldg |
2010-02-18 | Allow SASL messages to be targeted at the services server | danieldg |