| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m_spanningtree Add function to easily determine whether a server was ↵ | 2012-07-08 | 2 | -1/+10 | |
| | | | | | introduced to the network, use it to determine when to send SQUIT | ||||
| * | m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist | 2012-07-04 | 1 | -7/+9 | |
| | | |||||
| * | m_spanningtree Call the collision handler with the proper parameter (client ↵ | 2012-07-01 | 1 | -1/+1 | |
| | | | | | ip instead of modestring) when a nick collides at burst | ||||
| * | m_spanningtree Return when ecountering an invalid command coming from a ↵ | 2012-07-01 | 1 | -1/+3 | |
| | | | | | remote server | ||||
| * | Fix crash in ADDLINE handler when the command had no parameters | 2012-07-01 | 1 | -1/+1 | |
| | | |||||
| * | Fix pending invites not being removed when a channel was deleted or had its ↵ | 2012-06-17 | 1 | -0/+1 | |
| | | | | | TS lowered | ||||
| * | m_spanningtree Burst to a new server before introducing it to the rest of ↵ | 2012-06-12 | 3 | -13/+20 | |
| | | | | | | | the network Fixes issue #103 reported by @nenolod | ||||
| * | Be consistent with Robby's qQ snomask changes | 2012-06-12 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Only add a resolved server IP as valid if it still exists ↵ | 2012-06-11 | 1 | -1/+9 | |
| | | | | | when the lookup completes | ||||
| * | m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h | 2012-06-11 | 2 | -22/+25 | |
| | | |||||
| * | m_spanningtree Disallow server passwords which contain a space char and ↵ | 2012-06-11 | 1 | -0/+6 | |
| | | | | | | | those which begin with a colon Update links.conf.example | ||||
| * | m_spanningtree Notify opers upon ecountering a configuration error when ↵ | 2012-06-11 | 2 | -55/+36 | |
| | | | | | rehashing | ||||
| * | m_spanningtree Fix desync issue #37 reported by @Joah - part 2 | 2012-05-31 | 1 | -7/+7 | |
| | | |||||
| * | Debian typo fixes. | 2012-05-25 | 1 | -2/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 51 | -392/+784 | |
| | | |||||
| * | Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c. | 2012-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Log mode errors when processing FJOIN. | 2012-04-18 | 1 | -3/+5 | |
| | | |||||
| * | Fix typo. | 2012-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Match the logging in the rest of this module. | 2012-04-18 | 1 | -3/+3 | |
| | | |||||
| * | Be more helpful when processing commands from a linked server. | 2012-04-18 | 1 | -5/+18 | |
| | | | | | | When diagnosing errors with s2s traffic, it costs us next to nothing to try a little harder to generate useful errors so errors are immediately apparent. | ||||
| * | Fix some of the include guard names (requested by SaberUK) | 2012-04-14 | 9 | -18/+18 | |
| | | |||||
| * | Fixes for bug #12 | 2012-04-14 | 9 | -18/+18 | |
| | | |||||
| * | Fix unused variables reported by the clang static analyzer. | 2012-04-14 | 1 | -1/+0 | |
| | | |||||
| * | Always use local SID as the source for PONG replies | 2011-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Fixed Windows build on VS 2010 | 2011-04-10 | 2 | -1/+0 | |
| | | |||||
| * | Fix timeout defaulting to zero for link blocks | 2011-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug #117, found by satmd, thanks | 2011-01-19 | 1 | -3/+3 | |
| | | |||||
| * | Restore prefix | 2010-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Fix possible crash | 2010-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Use the remote channel's capitalization on a losing TS merge | 2010-08-03 | 1 | -2/+4 | |
| | | |||||
| * | Correct source of initial BURST line from servers sending it without one ↵ | 2010-05-08 | 1 | -1/+1 | |
| | | | | | (like denora) | ||||
| * | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | 2010-05-08 | 1 | -0/+2 | |
| | | |||||
| * | Don't use an empty direction when receiving a sourceless server command | 2010-04-29 | 1 | -6/+2 | |
| | | |||||
| * | Fix crash when a remote server has the same name as we do | 2010-04-16 | 1 | -2/+3 | |
| | | |||||
| * | Prevent using invalid UIDs and enforce UID/SID matching | 2010-04-11 | 1 | -4/+8 | |
| | | |||||
| * | Add RAWIO log level which is more verbose than DEBUG | 2010-03-19 | 2 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix some more incorrect socket use | 2010-03-02 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | What, I have to make this compile now? | 2010-03-02 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12581 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Log duplicate UUID events a bit better | 2010-03-02 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12580 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Log invalid S2S commands a bit better | 2010-03-02 | 1 | -0/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12579 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Let ENCAP target match on server names, not just SIDs | 2010-03-01 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12577 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix snomask sending having the final-parameter colon stripped (noticed in ↵ | 2010-02-28 | 1 | -1/+2 | |
| | | | | | | | globops in bug #951) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12573 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers | 2010-02-25 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12566 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ↵ | 2010-02-23 | 1 | -5/+0 | |
| | | | | | | | specified git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add HMAC implementation to HashProvider | 2010-02-21 | 2 | -24/+19 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12508 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow SASL messages to be targeted at the services server | 2010-02-18 | 4 | -15/+20 | |
| | | | | | | | | <sasl target="services.example.net"> will avoid broadcasting all authentication messages across the network, which improves security. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix double-erase of iterator if a server dies and times out at the same time | 2010-02-18 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12490 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix routing of prefix-channel messages now that 2.0 sends to status and ↵ | 2010-02-17 | 2 | -2/+11 | |
| | | | | | | | above, not just status git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12483 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login | 2010-02-15 | 1 | -6/+12 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up treesocket naming confusion by adding a link block reference during ↵ | 2010-02-13 | 8 | -157/+84 | |
| | | | | | | | negotiation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12452 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
