Age | Commit message (Collapse) | Author |
|
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.
|
|
command. Fixes bug #1617.
|
|
|
|
before the timer tick which will still enforce the collide
|
|
|
|
into enforcers
|
|
|
|
|
|
some systems for no reason
|
|
|
|
avoid increasing the auto_increment counter on each INSERT IGNORE. For existing tables please manually run 'ALTER TABLE anope_chanstats ENGINE=MyISAM'.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
|
|
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
|
|
as 3.2.10.4 has changed thie behavior
|
|
bump the ts to try again later.
|
|
|
|
|
|
|
|
|
|
|
|
we're not forking. Also don't issue the run as root warning if we're going to setuid later.
|
|
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ Command English Language
|
|
|
|
|
|
|
|
away, and invalidate the type pointer of objects when the type goes away
|