Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-15 | Fix access dup check to account for accounts | 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 | 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-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 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 | 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-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 | 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-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-17 | Correct some language strings | Adam | |
2014-06-09 | Fix help log output example | Adam | |
2014-06-09 | Fix information leak in cs_updown | Adam | |
2014-05-30 | Fix access check in ns_group | Adam | |
2014-05-21 | Core prep for p10 stuff | Adam | |
2014-05-20 | Speed up akill xline checks | Adam | |
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. | |||
2014-05-20 | Add English language file which users can edit to modify language strings | Adam | |
2014-05-20 | Also search channel descriptions and topics in /cs list | Adam | |
2014-05-14 | Fix access lists showing the wrong mask if the display nick for a group | Adam | |
expires but the group still exists. This can cause access entries for nicks to not be deleted whenever the nicks are deleted. | |||
2014-05-13 | Accept an optional reason for svspart | Adam | |
2014-05-13 | Don't show both online from's if they have the same mask in ns_info | Adam | |
2014-05-13 | Update Paramater length for os_dns to fix DNS SET | Cronus89 | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2014-04-30 | Fix undefined symbol error when loading os_stats, caused by ↵ | Attila Molnar | |
82008d507cccbf24c73502bc97bc492d21305549 |