| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m_spanningtree Add function to easily determine whether a server was introduc... | 2012-07-08 | 2 | -1/+10 | |
| * | 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 i... | 2012-07-01 | 1 | -1/+1 | |
| * | m_spanningtree Return when ecountering an invalid command coming from a remot... | 2012-07-01 | 1 | -1/+3 | |
| * | 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 T... | 2012-06-17 | 1 | -0/+1 | |
| * | m_spanningtree Burst to a new server before introducing it to the rest of the...•••Fixes issue #103 reported by @nenolod | 2012-06-12 | 3 | -13/+20 | |
| * | 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 when... | 2012-06-11 | 1 | -1/+9 | |
| * | 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 those...•••Update links.conf.example | 2012-06-11 | 1 | -0/+6 | |
| * | m_spanningtree Notify opers upon ecountering a configuration error when rehas... | 2012-06-11 | 2 | -55/+36 | |
| * | 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.•••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. | 2012-04-18 | 1 | -5/+18 | |
| * | 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 (lik... | 2010-05-08 | 1 | -1/+1 | |
| * | 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•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-19 | 2 | -2/+2 | |
| * | Fix some more incorrect socket use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12585 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -1/+0 | |
| * | What, I have to make this compile now?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12581 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -1/+1 | |
| * | Log duplicate UUID events a bit better•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12580 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -0/+1 | |
| * | Log invalid S2S commands a bit better•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12579 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -0/+5 | |
| * | Let ENCAP target match on server names, not just SIDs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12577 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-01 | 1 | -1/+1 | |
| * | Fix snomask sending having the final-parameter colon stripped (noticed in glo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12573 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-28 | 1 | -1/+2 | |
| * | Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12566 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-25 | 1 | -1/+1 | |
| * | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-23 | 1 | -5/+0 | |
| * | Add HMAC implementation to HashProvider•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12508 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-21 | 2 | -24/+19 | |
| * | Allow SASL messages to be targeted at the services server•••<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 | 2010-02-18 | 4 | -15/+20 | |
| * | Fix double-erase of iterator if a server dies and times out at the same time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12490 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-18 | 1 | -1/+1 | |
| * | Fix routing of prefix-channel messages now that 2.0 sends to status and above...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12483 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 2 | -2/+11 | |
| * | Add <oper:autologin> to allow SSL fingerprint-based automatic oper login•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12467 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-15 | 1 | -6/+12 | |
| * | Clean up treesocket naming confusion by adding a link block reference during ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12452 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-13 | 8 | -157/+84 |
