| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert uncontroversial anonymous numerics to use constants. | 2017-09-06 | 1 | -1/+7 | |
| | | |||||
| * | Refactor topic setting logic to go through Channel::SetTopic() in all cases | 2016-04-11 | 1 | -22/+3 | |
| | | | | | | - Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -1/+1 | |
| | | | | | parameters | ||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+1 | |
| | | |||||
| * | Remove some dead code | 2014-01-31 | 1 | -4/+0 | |
| | | |||||
| * | Introduce Server class | 2014-01-05 | 1 | -1/+1 | |
| | | | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | |||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -1/+0 | |
| | | |||||
| * | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -1/+1 | |
| | | | | | | | | | The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | ||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -4/+4 | |
| | | | | | | - 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. | ||||
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| | | |||||
| * | m_topiclock Prefix ModDesc with $ | 2012-10-23 | 1 | -1/+1 | |
| | | |||||
| * | New module to support server-side topic locking and server-to-server ↵ | 2012-10-06 | 1 | -0/+179 | |
| SVSTOPIC command SVSTOPIC can either set the topic, the topic setter and the topic timestamp to the given parameters or can nuke the topic entirely on a channel (like it was never set) It is for ulines only | |||||
