Age | Commit message (Expand) | Author |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-07-03 | Use !empty() instead of 'size() > 0' when checking parameter count. | B00mX0r |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-02-02 | Add names for a bunch of numerics. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2016-08-22 | Switch to irc::equals() from irc::string in modules that use it for comparing... | Attila Molnar |
2016-03-29 | Simplify GetRouting() methods doing unicast | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-06-03 | m_silence Change silencelist type to vector | Attila Molnar |
2015-06-03 | m_silence Remove unused parameters from OnBuildExemptList and rename it | Attila Molnar |
2015-02-05 | modules/m_silence: Allow U-lined services to bypass silence masks | Renegade334 |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-09 | Stop null checking pointers that are always valid | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-10-26 | Fix m_silence looking for maxentries in <showwhois> instead of <silence>. | Peter Powell |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-31 | Improve support for rarely used compilers, EKOPath in this case. | ChrisTX |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-03-30 | Fix bug 126, thanks to Seb | DjSlash |
2010-10-15 | Register the silence list extension | Jackmcbarn |
2010-09-04 | Fix crash in m_silence when provided with a bad pattern (bug #79) | Daniel De Graaf |
2010-01-15 | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |