Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
change topics through topiclock
|
|
|
|
Correcting syntax error
(i don't actually know c++)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can set mlock on register. #1620
|
|
|
|
The name of the oper issuing an akill or a sxline could be removed by updating the reason,
even though addkiller was enabled.
|
|
|
|
|
|
auto-attach event stuff.
Also remove logically dead code from os_defcon, and make os_defcon akill
similar masks to os_session when enforcing session akills.
Fixes #1618 which relies on os_session to be prioritized before
os_defcon.
|
|
newly registered nick is confirmed or not. Add confirm event.
|
|
The operserv/oper command privilege allows to add operators
with fewer or the same privileges as ourself.
This new privilege allows to have operators who can use operserv/oper
to see the list of operators and their privileges, but cannot add new
operators.
|
|
Replace the existing chanserv/access/list command access,
only used in cs_xop, by a privilege with the same name.
It which allows read-only access to cs_access, cs_flags, cs_xop
and cs_akick, while the already-existing chanserv/access/modify
privilege allows to modify them.
|
|
|
|
|
|
into enforcers
|
|
|
|
|
|
|
|
bw object
|
|
pair of lower/upper bound iterators.
Sometimes when iterating the list, like in cs_mode, we can modify the
contents of it, which combined with mlock always agressively trying to
readd modes to it can do bad things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ Command English Language
|
|
|
|
|
|
|
|
|
|
|
|
|