9 Commits

Author SHA1 Message Date
Sadie Powell
4e52832bff Allow rmode to remove all modes matching a specific user. 2024-03-24 17:06:55 +00:00
satmd
f60c060b6b
Document the PROP command. 2023-12-22 18:57:11 +00:00
Sadie Powell
9adcc16396 Allow using SSLINFO with no params to view your own cert details. 2023-09-13 07:48:24 +01:00
Sadie Powell
470805acf6 Allow hiding silenced users messages instead of blocking.
Implements part 1 of #1606.
2023-07-21 13:23:30 +01:00
Sadie Powell
120b777ffb Remove the now obsolete partmsg module.
Closes #979.
2023-07-06 18:30:18 +01:00
Sadie Powell
568be755ba Merge branch 'insp3' into master. 2023-07-06 15:11:43 +01:00
Sadie Powell
1e20faa07f Misc grammar fixes. 2023-06-29 19:29:59 +01:00
Sadie Powell
29705306f2 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 17:01:25 +01:00
Sadie Powell
c2e954903a Rename the helpop module to help. 2023-02-27 11:13:12 +00:00