| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Sort opers alphabetically in `/STATS P`. | 2023-02-27 | 1 | -0/+1 | |
| * | Make module classes specify their priority manually. | 2023-02-27 | 1 | -2/+2 | |
| * | Fix a missing doxygen parameter. | 2022-12-04 | 1 | -0/+1 | |
| * | Allow attaching tags with extra info to stats rows.•••Stats responses are incredibly non-standard and no clients render them correctly. This makes using /STATS a massive pain in the ass for users. However, now we have message tags we have a way to fix this. We can send a <trailing> with the message details and for clients (probably bots) that need to parse the response we can include the specific details in message tags enabled by the new inspircd.org/stats-tags capability. The average user will get this: :<server> 210 <nick> <stats-char> :<stats-message> If however they enable the newcapability they will get this instead: @inspircd.org/stats-foo=bar;inspircd.org/stats-baz=bax :<server> 210 <nick> <stats-char> :<stats-message> | 2022-11-30 | 1 | -6/+41 | |
| * | Use `T&&` instead of `T` or `const T&`. | 2022-11-29 | 1 | -2/+2 | |
| * | Remove duplicate includes from module headers. | 2022-01-25 | 1 | -2/+0 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | Move RPL_STATS to the stats header. | 2021-12-24 | 1 | -0/+6 | |
| * | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 1 | -0/+12 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -3/+5 | |
| * | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+1 | |
| * | | Convert repetitive functions to use C++11 variadic templates. | 2019-01-25 | 1 | -87/+3 | |
| |/ | |||||
| * | Move OnStats from the core to a cross-module event.•••Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | 2018-04-08 | 1 | -0/+18 | |
| * | Fix oversight in the last Stats::Context:AddRow() method | 2016-02-25 | 1 | -0/+1 | |
| * | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 2016-02-25 | 1 | -0/+172 | |
