summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-14Set access masks to the case of the nick they match, if anyAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
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.
2014-10-12Move nick register event to make it easier for modules to determine if a ↵Adam
newly registered nick is confirmed or not. Add confirm event.
2014-10-12Add exempts and optionally allow authenticated users past m_dnsblAdam
2014-10-12Squit uplink when I receive an squit for myselfAdam
2014-10-12Hide dumb user notice if we are quittingAdam
2014-10-12Add an operserv/oper/modify privilege.Thomas Fargeix
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.
2014-10-12Add a chanserv/access/list privilegeThomas Fargeix
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.
2014-10-09operserv.example.conf: Add missing permission definition to os_defcon's ↵Robby-
command. Fixes bug #1617.
2014-10-06Log when memos are sentAdam
2014-10-06Clean up collide timers on identify, otherwise you can login and logout ↵Adam
before the timer tick which will still enforce the collide
2014-10-06Don't add duplicate akills in os_sessionAdam
2014-10-06Clear pending collided state on release, fixes colliding users using recover ↵Adam
into enforcers
2014-10-06Add a confirmation reply to ns recover on an unidentified user with svsnickAdam
2014-10-06ngircd doesn't allow sourceless messagesAdam
2014-10-06Remove auto cmake downloader Config stuff, which randomally doesn't work on ↵Adam
some systems for no reason
2014-10-06Update INSTALL to reflect cmake requirementAdam
2014-09-14changed the engine of the chanstats table from InnoDB back to MyISAM to ↵DukePyrolator
avoid increasing the auto_increment counter on each INSERT IGNORE. For existing tables please manually run 'ALTER TABLE anope_chanstats ENGINE=MyISAM'.
2014-09-14fixed typo in the last commitDukePyrolator
2014-09-14added missing support for operonly and silentoperonly in os_defconDukePyrolator
2014-09-13fixed a possible crashbug in the german language fileDukePyrolator
2014-09-01Fix unserializing badwords to not add dupes when unserializing an existing ↵Adam
bw object
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
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.
2014-08-11cs_set: Fix logging for SET SUCCESSOR to correctly log overrides.Robby-
2014-08-03List opertypes in /os oper infoAdam
2014-08-03Make botserv fantasy override its own privilegeAdam
2014-08-03Fix some botserv help entries from showing when they shouldn'tAdam
2014-08-03Add cs_mode:max config optionAdam
2014-08-03Allow "modify" in flags to be optionalAdam
2014-08-03Allow "set" in topic set to be optionalAdam
2014-08-03Add ms_ignore:max config optionAdam
2014-08-03Do not allow unconfirmed users to send memos or request vhostsAdam
2014-08-03Fix stats u on WindowsAdam
2014-08-01Fuzzy italian signkick helpAdam
2014-07-27Regenerate anope.en_US.poRobby-
2014-07-27Update the dutch language file.Robby-
2014-07-27Fix a few help messages.Robby-
2014-07-26Merge pull request #81 from miwob/master+invite_tsAdam
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp...
2014-07-26Merge pull request #85 from attilamolnar/2.0+helpAdam
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
2014-07-26Use ts version of services stamp when the account is unconfirmed on Unreal ↵Adam
as 3.2.10.4 has changed thie behavior
2014-07-26When object unserialization fails (due to not having dependency objects) ↵Adam
bump the ts to try again later.
2014-07-15Check modetimes in CheckModes before enabling bouncy modesAdam
2014-07-11Fix channelcount with cloneAdam
2014-07-11Fix Log() calls in m_ldap_operAdam
2014-07-04Correct the help text of options:useprivmsg ("defmsg" -> "msg")Attila Molnar
2014-06-28Check that the list of items isn't NULL when destructing typesAdam
2014-06-28Don't try to setuid down until after we signal the parent to exit, unless ↵Adam
we're not forking. Also don't issue the run as root warning if we're going to setuid later.
2014-06-26Merge pull request #84 from Zantox/2.0Robby-
Minor cs_unban Lang Update @Robby- Updated HostServ Command English Language Updated ChanServ Command English Language Updated BotServ Command English Language
2014-06-26Minor cs_unban Lang Update @Robby-Zantox
2014-06-25Updated HostServ Command English LanguageZantox