Age | Commit message (Expand) | Author |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-07-24 | Make more config stuff case insensitive. | Peter Powell |
2018-04-16 | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell |
2016-08-22 | Switch to irc::equals() from irc::string in modules that use it for comparing... | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-08-31 | m_blockamsg Update coding style, use User::WriteNotice() | Attila Molnar |
2014-08-31 | m_blockamsg Remove redundant check | Attila Molnar |
2014-08-31 | m_blockamsg Uncrook channel counting logic | Attila Molnar |
2014-08-31 | m_blockamsg Prevent double copy of the target string | Attila Molnar |
2014-08-31 | m_blockamsg Remove useless variable | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
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-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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-13 | m_blockamsg, m_sslinfo Don't convert the command name to irc::string in OnPre... | attilamolnar |
2012-07-13 | m_blockamsg Remove redundant null pointer and IS_LOCAL() check | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-19 | Fix these | brain |
2008-05-04 | Convert a whole bunch more | peavey |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-03-24 | And more of them | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |