aboutsummaryrefslogtreecommitdiff
path: root/include/modules/shun.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2025-12-031-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Fix shun matching (again) and document what the matches do.Gravatar Sadie Powell2023-07-031-3/+6
* Fix matching IP shuns.Gravatar Sadie Powell2023-06-291-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. Gravatar Sadie Powell2023-06-291-1/+4
* Make XLine::Matches const.Gravatar Sadie Powell2023-06-051-2/+2
* Make XLine::Displayable const.Gravatar Sadie Powell2023-06-051-1/+1
* Refactor the caching methods in User and rename to make more sense.Gravatar Sadie Powell2023-01-241-2/+2
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-1/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+2
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-3/+3
|/
* Store durations as unsigned long not long in XLine and m_filter.Gravatar Peter Powell2018-12-131-1/+1
* Fix building on Windows (mostly).Gravatar Peter Powell2018-02-171-1/+1
* Add SHUN as a /filter action•••This resolves #483 Gravatar B00mX0r2017-12-211-0/+70