Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-04 | Allow mlock to be enforced when unsetting defcon modes | Adam | |
2014-11-04 | Move chan register event prior to applying final mode changes, so cs_mode ↵ | Adam | |
can set mlock on register. #1620 | |||
2014-11-03 | enc_bcrypt is no longer extra because it doesn't depend on external ↵ | Adam | |
dependencies anymore | |||
2014-11-03 | Fix log message when enabling botserv kickers | Adam | |
2014-11-03 | Merge pull request #91 from Alef-Burzmali/2.0+fix-addakiller | Adam | |
Keep the akiller's name when updating the reason. | |||
2014-11-03 | Merge pull request #92 from Alef-Burzmali/2.0+update-fr | Adam | |
Update the French translation | |||
2014-10-29 | Update French language file. | Thomas Fargeix | |
2014-10-28 | Update the French install instructions. | Thomas Fargeix | |
2014-10-24 | Keep the akiller's name when updating the reason. | Thomas Fargeix | |
The name of the oper issuing an akill or a sxline could be removed by updating the reason, even though addkiller was enabled. | |||
2014-10-16 | Validate credentials sent via sasl more | Adam | |
2014-10-14 | Show extended strftime output for suspend info | Adam | |
2014-10-14 | Set access masks to the case of the nick they match, if any | Adam | |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
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-12 | Move 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-12 | Add exempts and optionally allow authenticated users past m_dnsbl | Adam | |
2014-10-12 | Squit uplink when I receive an squit for myself | Adam | |
2014-10-12 | Hide dumb user notice if we are quitting | Adam | |
2014-10-12 | Add 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-12 | Add a chanserv/access/list privilege | Thomas 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-09 | operserv.example.conf: Add missing permission definition to os_defcon's ↵ | Robby- | |
command. Fixes bug #1617. | |||
2014-10-06 | Log when memos are sent | Adam | |
2014-10-06 | Clean up collide timers on identify, otherwise you can login and logout ↵ | Adam | |
before the timer tick which will still enforce the collide | |||
2014-10-06 | Don't add duplicate akills in os_session | Adam | |
2014-10-06 | Clear pending collided state on release, fixes colliding users using recover ↵ | Adam | |
into enforcers | |||
2014-10-06 | Add a confirmation reply to ns recover on an unidentified user with svsnick | Adam | |
2014-10-06 | ngircd doesn't allow sourceless messages | Adam | |
2014-10-06 | Remove auto cmake downloader Config stuff, which randomally doesn't work on ↵ | Adam | |
some systems for no reason | |||
2014-10-06 | Update INSTALL to reflect cmake requirement | Adam | |
2014-09-14 | changed 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-14 | fixed typo in the last commit | DukePyrolator | |
2014-09-14 | added missing support for operonly and silentoperonly in os_defcon | DukePyrolator | |
2014-09-13 | fixed a possible crashbug in the german language file | DukePyrolator | |
2014-09-01 | Fix unserializing badwords to not add dupes when unserializing an existing ↵ | Adam | |
bw object | |||
2014-08-24 | Change Channel::GetModeList to return a copy of the mode list, not a | Adam | |
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-11 | cs_set: Fix logging for SET SUCCESSOR to correctly log overrides. | Robby- | |
2014-08-03 | List opertypes in /os oper info | Adam | |
2014-08-03 | Make botserv fantasy override its own privilege | Adam | |
2014-08-03 | Fix some botserv help entries from showing when they shouldn't | Adam | |
2014-08-03 | Add cs_mode:max config option | Adam | |
2014-08-03 | Allow "modify" in flags to be optional | Adam | |
2014-08-03 | Allow "set" in topic set to be optional | Adam | |
2014-08-03 | Add ms_ignore:max config option | Adam | |
2014-08-03 | Do not allow unconfirmed users to send memos or request vhosts | Adam | |
2014-08-03 | Fix stats u on Windows | Adam | |
2014-08-01 | Fuzzy italian signkick help | Adam | |
2014-07-27 | Regenerate anope.en_US.po | Robby- | |
2014-07-27 | Update the dutch language file. | Robby- | |
2014-07-27 | Fix a few help messages. | Robby- | |
2014-07-26 | Merge pull request #81 from miwob/master+invite_ts | Adam | |
hybrid.cpp: add our own SendInvite() which sends the channel's timestamp... | |||
2014-07-26 | Merge pull request #85 from attilamolnar/2.0+help | Adam | |
Correct the help text of options:useprivmsg ("defmsg" -> "msg") |