Age | Commit message (Expand) | Author |
2014-06-22 | Change all occurrences of plain sort() to std::sort() | Attila Molnar |
2014-04-08 | m_spanningtree Don't rely on "m_sha256.so" being loaded, use any "hash/sha256... | Attila Molnar |
2014-04-08 | m_spanningtree Remove the (now) undocumented disablehmac config option | Attila Molnar |
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell |
2014-02-18 | Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo... | Attila Molnar |
2014-02-06 | Convert irc::stringjoiner to be a method instead of a class. | Peter Powell |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2013-11-21 | Fix a few issues | attilamolnar |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | attilamolnar |
2013-08-30 | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | attilamolnar |
2013-06-12 | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | attilamolnar |
2013-04-13 | m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES ent... | attilamolnar |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree atoi() to ConvToInt() conversion, add const where possible | attilamolnar |
2013-04-01 | Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68... | Adam |
2013-04-01 | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar |
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 |