Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-15 | Fix access dup check to account for accounts | Adam | |
2014-11-08 | Fix bahamut mode handler | Adam | |
2014-11-08 | Fix not removing zones from server->zones | Adam | |
2014-11-04 | Show access denied if /os kick can't kick the target | Adam | |
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-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 | 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-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-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-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-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 | Use ts version of services stamp when the account is unconfirmed on Unreal ↵ | Adam | |
as 3.2.10.4 has changed thie behavior | |||
2014-07-26 | When object unserialization fails (due to not having dependency objects) ↵ | Adam | |
bump the ts to try again later. | |||
2014-07-11 | Fix Log() calls in m_ldap_oper | Adam | |
2014-06-26 | Merge pull request #84 from Zantox/2.0 | Robby- | |
Minor cs_unban Lang Update @Robby- Updated HostServ Command English Language Updated ChanServ Command English Language Updated BotServ Command English Language | |||
2014-06-26 | Minor cs_unban Lang Update @Robby- | Zantox | |
2014-06-25 | Updated HostServ Command English Language | Zantox | |
2014-06-25 | Updated ChanServ Command English Language | Zantox | |
2014-06-23 | Updated BotServ Command English Language | Zantox | |
2014-06-19 | hybrid.cpp: add our own SendInvite() which sends the channel's timestamp ↵ | miwob | |
along the INVITE command. INVITE with channel TS will be mandatory in some future release of ircd-hybrid | |||
2014-06-17 | Correct some language strings | Adam | |
2014-06-15 | Log more when unable to backup databases in db_flatfile | Adam | |