| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -5/+3 | |
| * | Always enable HTTP parameters for user statistics. | 2023-08-18 | 1 | -15/+1 | |
| * | Fix an unclosed tag in the httpd_stats module. | 2023-08-18 | 1 | -1/+2 | |
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -2/+2 | |
| * | Rework how away state is stored internally.•••This will be necessary for implementing pre-away as well as some changes for WATCH compatibility with Unreal. | 2023-08-04 | 1 | -2/+2 | |
| * | Retain the "real" username properly like we do for hostnames.•••This introduces the concept of a real username. This value comes from either the initial USER message or from an ident lookup. Doing this allows us to use it for bans through vidents and cloaking web client users using their remote username. While changing this I also changed all of the uses of "ident" other than RFC 1413 lookups and some compatibility cases to refer to usernames as user(name) instead of ident. Our use of ident in these places was incorrect as that only refers to the RFC 1413 response and is not commonly used in the way we used it by any other IRC server implementations. | 2023-06-29 | 1 | -1/+2 | |
| * | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -1/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -2/+6 | |
| * | | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -1/+1 | |
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -2/+2 | |
| * | | Rename User::age to User::nickchanged and fix the docs. | 2022-10-11 | 1 | -1/+1 | |
| * | | Fix serializing attributes in httpd_stats. | 2022-10-10 | 1 | -2/+5 | |
| * | | Replace GetUserCounter() with GetUsers().size().•••This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. | 2022-08-24 | 1 | -1/+1 | |
| * | | Get rid of an indirection when handling the httpd_stats request. | 2022-06-07 | 1 | -14/+8 | |
| * | | Begin to separate the output from the format in httpd_stats. | 2022-05-21 | 1 | -125/+189 | |
| * | | Merge branch 'insp3' into master. | 2022-05-21 | 1 | -14/+3 | |
| |\| | |||||
| | * | Fix httpd_stats swallowing requests that it doesn't handle.•••e.g. /stats/wibble | 2022-05-21 | 1 | -14/+3 | |
| * | | Split the httpd_stats <version> field out into multiple fields. | 2022-05-17 | 1 | -3/+5 | |
| * | | Store a set of list mode pointers in Membership instead of characters. | 2022-05-17 | 1 | -1/+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 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | | Use C++11-style initialisation for the entity map in httpd_stats. | 2022-01-18 | 1 | -17/+7 | |
| * | | Merge branch 'insp3' into master. | 2022-01-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix accessing the /stats/general and /stats/users sub-routes. | 2022-01-12 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 1 | -2/+2 | |
| |\| | |||||
| | * | Escape the IP address in httpd_stats. | 2021-11-24 | 1 | -1/+1 | |
| | * | Escape the real and displayed hostnames in httpd_stats. | 2021-11-24 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -2/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+3 | |
| * | | 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 | |
