| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | |||||
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| | | |||||
| * | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -7/+7 | |
| |\| | |||||
| | * | Improve chanlog config reading. | 2022-03-09 | 1 | -9/+9 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+3 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -0/+1 | |
| | | | |||||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -1/+1 | |
| | | | |||||
| * | | Add stdalgo::equal_range and switch more stuff to iterator_range. | 2020-11-11 | 1 | -5/+4 | |
| | | | |||||
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -9/+4 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -2/+2 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Make more modules rehash atomically (#1535) | 2018-12-19 | 1 | -5/+4 | |
| | | | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -1/+2 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Change type of log messages to MODNAME in several modules | 2016-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -1/+1 | |
| | | | | | Extensible storage | ||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -6/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Clean up the protocol interface | 2013-08-25 | 1 | -1/+1 | |
| | | |||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | |||||
| * | Change modules to use the MODNAME constant when logging. | 2013-08-04 | 1 | -2/+2 | |
| | | | | | | | | | 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 | |
| | | |||||
| * | Purge the old chanlog code from the module file. | 2013-05-18 | 1 | -54/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -5/+5 | |
| | | | | | | - 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. | ||||
| * | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -4/+3 | |
| | | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | ||||
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -2/+2 | |
| | | |||||
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -6/+0 | |
| | | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -1/+2 | |
| | | |||||
| * | ServerConfig::ServerName is a std::string, don't call .c_str() on it when ↵ | 2012-11-19 | 1 | -2/+2 | |
| | | | | | passing it to Channel::WriteChannelWithServ, etc. | ||||
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -4/+4 | |
| | | |||||
| * | m_chanlog Use std::multimap::equal_range for iteratation instead of ::find ↵ | 2012-07-11 | 1 | -14/+6 | |
| | | | | | and then checking each key after it | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| | | |||||
