Age | Commit message (Expand) | Author |
2016-08-05 | Fix challenge auth when using m_hash_gnutls instead of m_sha256. | Peter Powell |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar |
2014-04-29 | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | Attila Molnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-10-02 | m_spanningtree Use iterators in CAPAB handler and when generating reply to sp... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-05-08 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-13 | Clean up treesocket naming confusion by adding a link block reference during ... | danieldg |
2010-02-09 | Fix typo | danieldg |
2010-02-09 | Sort CAPAB CHANMODES and USERMODES | danieldg |
2010-02-09 | Add random number generation functions to InspIRCd class. | danieldg |
2010-02-09 | Fix error message on OPTCOMMON mismatch | danieldg |
2010-02-06 | Fix left/right inversion in ListDifference | danieldg |
2010-01-16 | Fix use of commasepstream on now space-separated items | danieldg |
2010-01-16 | Make CHANMODES/USERMODES split by spaces | danieldg |
2010-01-15 | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-02 | Add modules to the VF_COMMON list in backwards compatability link mode, trans... | danieldg |
2009-09-02 | Add s2s backward compatability for protocol changes | danieldg |
2009-09-02 | Make VF_OPTCOMMON module mismatches a fatal link error by default | danieldg |
2009-09-02 | Add VF_OPTCOMMON for optionally common modules | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-08-17 | Allow forward linking compatability by accepting higher protocol version numb... | danieldg |
2009-04-21 | Abort link early when mismatched modules are detected so that the error messa... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-27 | Fix previous module mismatch message; "remote" is misleading when sent as an ... | danieldg |
2009-02-24 | Clarify module mismatch message | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-09-21 | Be consistent. Use ServerInstance in all places instead of 'Instance' in half... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-04-18 | Make the CAPAB sender in spanningtree more readable | aquanight |
2008-03-30 | Make sure CAPAB always comes before SERVER on either side of the link at all ... | brain |
2008-02-11 | Remove many unneeded headers from spanningtree files | w00t |
2008-02-03 | Split treesocket1 into a number of smaller files | w00t |