| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Fix shun matching (again) and document what the matches do. | 2023-07-03 | 1 | -3/+6 | |
| * | Fix matching IP shuns. | 2023-06-29 | 1 | -1/+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/+4 | |
| * | Make XLine::Matches const. | 2023-06-05 | 1 | -2/+2 | |
| * | Make XLine::Displayable const. | 2023-06-05 | 1 | -1/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -2/+2 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+2 | |
| * | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -3/+3 | |
| |/ | |||||
| * | Store durations as unsigned long not long in XLine and m_filter. | 2018-12-13 | 1 | -1/+1 | |
| * | Fix building on Windows (mostly). | 2018-02-17 | 1 | -1/+1 | |
| * | Add SHUN as a /filter action•••This resolves #483 | 2017-12-21 | 1 | -0/+70 | |
