Age | Commit message (Collapse) | Author |
|
|
|
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...
|
|
as 3.2.10.4 has changed thie behavior
|
|
bump the ts to try again later.
|
|
|
|
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ Command English Language
|
|
|
|
|
|
|
|
|
|
along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix crash on Windows when unloading a module because it threw an
exception.
|
|
|
|
|
|
|
|
|
|
|
|
Cache xline nick, user, host, etc instead of rebuilding it everytime its
requested. Store users ip in sockaddr form and not string form to
prevent having to rebuild sockaddrs when checking xlines.
Also do not try to convert empty config values in Config::Get as this
can be rather common if a non string configuration value is not set, and
the cost of the ConvertException is great.
|
|
|
|
|
|
expires but the group still exists. This can cause access entries for
nicks to not be deleted whenever the nicks are deleted.
|
|
|
|
screws with our internal tracking of them
|
|
|
|
|
|
Update ircd-hybrid protocol module
|
|
|
|
|
|
information is shown to non opers
|