| Commit message (Expand) | Author | Age | Files | Lines |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -2/+2 |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | Sadie Powell | 2021-12-23 | 1 | -1/+1 |
| * | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -1/+1 |
| * | Mark all module classes as final. | Sadie Powell | 2021-10-01 | 1 | -1/+2 |
| * | Added -Wshorten-64-to-32 and fixed all warnings. | Dominic Hamon | 2021-05-30 | 1 | -2/+6 |
| * | Add ChannelManager::IsPrefix. | Sadie Powell | 2021-05-08 | 1 | -2/+2 |
| * | Pascalize Set in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-05 | 1 | -0/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-03-05 | 1 | -0/+1 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Add ConfigParser::getEnum for parsing enum values. | Sadie Powell | 2020-05-13 | 1 | -12/+8 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -7/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-02-04 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -4/+5 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -4/+5 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -3/+3 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -3/+3 |
| * | | UserManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -3/+3 |
| |/ |
|
| * | Remove the original line parameter of On{Pre,Post}Command.•••In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.
In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
| Peter Powell | 2018-08-10 | 1 | -1/+1 |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -1/+1 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -4/+4 |
| * | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell | 2018-04-16 | 1 | -3/+3 |
| * | Convert a bunch of time-related config options to getDuration. | Peter Powell | 2017-09-03 | 1 | -1/+1 |
| * | Switch to irc::equals() from irc::string in modules that use it for comparing... | Attila Molnar | 2016-08-22 | 1 | -4/+4 |
| * | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -1/+2 |
| * | m_blockamsg Update coding style, use User::WriteNotice() | Attila Molnar | 2014-08-31 | 1 | -13/+13 |
| * | m_blockamsg Remove redundant check | Attila Molnar | 2014-08-31 | 1 | -1/+1 |
| * | m_blockamsg Uncrook channel counting logic | Attila Molnar | 2014-08-31 | 1 | -11/+5 |
| * | m_blockamsg Prevent double copy of the target string | Attila Molnar | 2014-08-31 | 1 | -3/+3 |
| * | m_blockamsg Remove useless variable | Attila Molnar | 2014-08-31 | 1 | -4/+1 |
| * | Automatically register ServiceProviders created by modules | attilamolnar | 2013-09-08 | 1 | -5/+0 |
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init()
| attilamolnar | 2013-08-30 | 1 | -2/+1 |
| * | Automatically attach modules to events | attilamolnar | 2013-08-04 | 1 | -2/+0 |
| * | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | 2013-07-04 | 1 | -2/+0 |
| * | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
| Peter Powell | 2013-05-15 | 1 | -4/+4 |
| * | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | 2013-04-01 | 1 | -6/+1 |
| * | Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
| attilamolnar | 2012-12-02 | 1 | -1/+1 |
| * | Attach to events and register services in init() | attilamolnar | 2012-12-02 | 1 | -1/+4 |
| * | Remove usage of the deprecated ConfigReader | attilamolnar | 2012-11-12 | 1 | -8/+3 |
| * | m_blockamsg, m_sslinfo Don't convert the command name to irc::string in OnPre...•••See 44e89aafb69fb266bdf780d12a31947bfff4e330
| attilamolnar | 2012-09-13 | 1 | -5/+1 |
| * | m_blockamsg Remove redundant null pointer and IS_LOCAL() check | attilamolnar | 2012-07-13 | 1 | -2/+2 |
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-19 | 1 | -8/+18 |