Age | Commit message (Expand) | Author |
2018-07-30 | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell |
2018-07-26 | Replace irc::stringjoiner with a generic stdalgo::string::join. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-09-08 | Implement support for configurable casemapping & default to ASCII. | Peter Powell |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar |
2016-08-30 | Replace loop over alphabet with loop over mode list in several places | Attila Molnar |
2016-01-06 | m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM... | Attila Molnar |
2015-02-22 | capab: m_kicknorejoin: Don't advertise upper bound to 2.0 servers | Daniel Vassdal |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar |
2014-06-22 | Change all occurrences of plain sort() to std::sort() | Attila Molnar |
2014-04-29 | m_spanningtree Advertise the availability of m_globops in CAPAB CAPABILITIES | 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 |