| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Refactor the ServerConfig class.•••All fields are now ordered in the most memory efficient way and all public fields use the correct case. Every member has been redocumented to match the current documentation style. | 2023-07-03 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+3 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -3/+3 | |
| |\| | |||||
| | * | Normalise paths in the httpd module. | 2020-12-04 | 1 | -1/+1 | |
| | * | Improve HTTP logging. | 2020-12-04 | 1 | -1/+1 | |
| * | | Use a range-based for loop in the httpd_config module. | 2020-11-10 | 1 | -5/+6 | |
| * | | Rename ConfigTag::tag to ConfigTag::name. | 2020-11-03 | 1 | -2/+2 | |
| * | | Move FilePosition to fileutils.h and use in ConfigTag. | 2020-11-03 | 1 | -1/+1 | |
| * | | Rename ConfigItems to ConfigTag::Items. | 2020-11-03 | 1 | -3/+3 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -3/+1 | |
| * | | 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 | -6/+3 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+6 | |
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | 2019-02-06 | 1 | -1/+1 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Rewrite m_httpd_config.•••- Send the configuration as plain text instead of HTML. - Show the location where each tag was located in a comment. - Indent configuration keys consistently so they are easy to read. | 2018-08-15 | 1 | -63/+25 | |
| * | Remove module file extensions from user-visible messages. | 2017-08-27 | 1 | -1/+1 | |
| * | Store config values in a map instead of a unique vector of pairs. | 2016-12-08 | 1 | -2/+2 | |
| * | Convert the HTTPd request event to use the new cross-module event system | 2015-02-11 | 1 | -5/+11 | |
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -1/+0 | |
| * | Automatically attach modules to events | 2013-08-04 | 1 | -6/+0 | |
| * | Change httpd modules to use the MODNAME constant in headers. | 2013-08-04 | 1 | -1/+1 | |
| * | Change modules to use the MODNAME constant when logging.•••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. | 2013-08-04 | 1 | -1/+1 | |
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| * | Change the API of m_httpd to be dynamic_reference-based | 2013-06-07 | 1 | -1/+8 | |
| * | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| * | 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. | 2013-05-15 | 1 | -3/+3 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -1/+1 | |
| * | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -1/+1 | |
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -4/+0 | |
| * | 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 | 2012-12-02 | 1 | -1/+1 | |
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -1/+2 | |
| * | Module description updates | 2012-05-30 | 1 | -2/+2 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| * | Allow opermotd to specify its file in <files> without also requiring an <oper...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12355 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-02 | 1 | -19/+5 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
