| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -3/+4 | |
| | | | |||||
| * | | Refactor the Base64 encoding and decoding functions. | 2021-05-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -50/+33 | |
| | | | |||||
| * | | Fix core_dns failing to compile on GCC. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -5/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -10/+5 | |
| |\| | |||||
| | * | Normalise paths in the httpd module. | 2020-12-04 | 1 | -9/+4 | |
| | | | |||||
| | * | Improve HTTP logging. | 2020-12-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+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 | -8/+4 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+10 | |
| | | | |||||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -5/+14 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem. | 2019-08-07 | 1 | -1/+1 | |
| | | | | | | | | | Also, deprecate the old SerializeFormat/serialize/unserialise API. | ||||
| * | | Merge branch 'insp3' into master. | 2019-02-15 | 1 | -26/+164 | |
| |\| | |||||
| | * | Replace GetServerPort() with server_sa.port(). | 2019-02-15 | 1 | -1/+1 | |
| | | | |||||
| | * | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | 2019-02-06 | 1 | -26/+164 | |
| | | | |||||
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -4/+4 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -146/+226 | |
| |\| | |||||
| | * | Refactor m_httpd_stats, add subpages (#1554) | 2019-01-28 | 1 | -146/+226 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Change some usage of "gecos" to "real name" | 2018-04-11 | 1 | -2/+2 | |
| | | | | | | | Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). | ||||
| * | Change ServerInfo::gecos to description | 2018-04-11 | 1 | -3/+3 | |
| | | |||||
| * | Hide User#host and User#dhost and use accessors to modify them. | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM. | 2017-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | | - INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. | ||||
| * | Remove module file extensions from user-visible messages. | 2017-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 1 | -1/+1 | |
| |\ | |||||
| | * | m_httpd_stats: Also sanitize other server gecos | 2016-10-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up User::FormatModes(), rename to GetModeLetters() | 2016-12-30 | 1 | -1/+1 | |
| | | | | | | | | | Prefix the returned string with '+' | ||||
| * | | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -3/+5 | |
| | | | | | | | | | parameters | ||||
| * | | Adds <commandlist> tag with command usage to httpd_stats. | 2016-02-20 | 1 | -1/+9 | |
| | | | |||||
| * | | Merge branch 'master+crossmodevents' | 2015-02-12 | 1 | -5/+11 | |
| |\ \ | |||||
| | * | | Convert the HTTPd request event to use the new cross-module event system | 2015-02-11 | 1 | -5/+11 | |
| | | | | |||||
| * | | | m_httpd_stats Remove days/hours/mins/secs from <uptime> | 2015-02-12 | 1 | -7/+1 | |
| | | | | | | | | | | | | | Uptime can be calculated easily from the boot time | ||||
| * | | | m_httpd_stats Fix pointer being shown instead of server name in <user> | 2015-02-12 | 1 | -1/+1 | |
| |/ / | |||||
| * | | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -5/+5 | |
| | | | | | | | | | Extensible storage | ||||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -1/+1 | |
| | | | |||||
