Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-02 | Send channel topics on initial burst, sync chanels after db load, and try to ↵ | Adam | |
after unserializing persist on | |||
2013-12-01 | Fix crash from loading exceptions with db_old and then unloading db_old | Adam | |
2013-11-30 | Require email address to be passed to resetpass | Adam | |
2013-11-24 | Revert "Fix session user logoff hook" | Adam | |
This reverts commit 3b8f1cd59f523205d96c54c517b4d3e06bc061c4. | |||
2013-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam | |
2013-11-21 | Fix session user logoff hook | Adam | |
2013-11-18 | Actually we can use this ssl ext type which apparently does exist | Adam | |
2013-11-18 | Give a reason why we cant clear nonssl users on ircds with no ssl usermode | Adam | |
2013-11-18 | Make /ms check better able to tell if youve recently sent a memo to someone | Adam | |
2013-11-18 | Check override permission in cs_flags for modifying existing entries too | Adam | |
2013-11-18 | Merge pull request #28 from Robby-/1.9+cslevels | Adam | |
cs_access: Fixed disabling channel levels. Also, correctly log /cs levels commands. | |||
2013-11-18 | Show the correct setting name in /ns help set message | Adam | |
2013-11-18 | Default adding to 1 in mlock add/del, always reply with something even if ↵ | Adam | |
the input is invalid | |||
2013-11-18 | cs_access: Fixed disabling channel levels. Also, correctly log /cs levels ↵ | Robby- | |
commands as an override or a normal command at the time it is executed, so, right before levels actually get modified. | |||
2013-11-16 | Add missing .founder checks to cs_flags | Adam | |
2013-11-16 | Make /cs up set modes you have the priv for, but not the auto priv, because ↵ | Adam | |
Robby says so | |||
2013-11-16 | Also check command names in cs_log when seeing if a newly added entry ↵ | Adam | |
already exists. Also force command names lowercase when looking them up. | |||
2013-11-16 | Tell people why they cant disable the founder level instead of claiming it ↵ | Adam | |
doesn't exist | |||
2013-11-16 | Add help for /cs set keepmodes | Adam | |
2013-11-16 | Allow founders to change flags even if they don't have any matching access ↵ | Adam | |
entries on the channel | |||
2013-11-15 | Add general:hideregisteredcommands to hide commands that require you to be ↵ | Adam | |
identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute. | |||
2013-11-12 | try/catch cs_access AccessUnserialize just incase, don't crash if ns_ajoin ↵ | Adam | |
is loaded before the protocol module | |||
2013-11-09 | Merge pull request #25 from Robby-/1.9-nsidfaillogacctnames | Adam | |
ns_identify: When logging failures, also show the account name, and that it exists or not. | |||
2013-11-09 | Show (none) on flags list if a user is on the access list but has no flags | Adam | |
2013-11-08 | Don't allow users to remove non-flags access entries that are >= them with ↵ | Adam | |
/cs flags, also spotted by TGS | |||
2013-11-04 | ns_identify: When logging failures, also show the account name, and that it ↵ | Robby- | |
exists or not. | |||
2013-11-01 | Attempt #3 | Adam | |
2013-11-01 | Fix release build, not too sure why this is, compiler seems to infer this as ↵ | Adam | |
a copy of ChanAccess | |||
2013-11-01 | Compare access entries created with the levels access system by access level ↵ | Adam | |
and not by privilege set, as two entries can have the same privset but different levels, but still represent two different levels of access. This prevented users from adding other users at a lower access level when that level had the same privset as them. Spotted by TSG. | |||
2013-10-28 | Fix logging when identifying with an SSL certificate fingerprint. | Robby- | |
2013-10-28 | Fix kill and killquick default expiry times. | Robby- | |
ns_access and ns_cert: Fix accessmax defaults, also state in the config that 0 is not a valid value. | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator | |
2013-10-22 | Make nickserv's confirmemailchanges option work | Adam | |
2013-10-19 | Fix some typos of language | Adam | |
2013-10-19 | Fix os_dns not using remove_split_servers and fix remove_split_servers=true ↵ | Adam | |
readd_connected_servers=false causing delinked servers to remaing in pooled+not active state | |||
2013-10-05 | Hide expires in /cs info if the channel is actively in use as it confuses people | Adam | |
2013-10-05 | Big update of the Dutch language file. | Robby- | |
cs_ban: Merge the syntaxes into one. | |||
2013-10-05 | cs_mode: Fix override in /cs mode set. | Robby- | |
2013-10-05 | os_news: Add some logging. | Robby- | |
2013-10-05 | Fix logging for log type 'other'. | Robby- | |
os_ignore: Log expired ignores to the normal log level. cs_drop: Allow Services Operators to actually drop channels in Read-Only mode. os_akill, os_sxline, cs_akick: Log deletions by number. | |||
2013-10-05 | Fix /ns alist showing a header/column header if the user has no access | Adam | |
2013-10-05 | Hide privileged commands in ns help set and cs help set if configured | Adam | |
2013-10-05 | Log akill deleteions by number | Adam | |
2013-10-05 | cs_entrymsg: Check for the correct override privilege. | Robby- | |
Make some more commands check if Read-Only mode is active. cs_flags: Show a meaningful message when a user is not found on the access list. os_set: Add missing capabilities to the readonly help output. OperServ: Add logging to certain commands. NickServ: Undo logging for listings. | |||
2013-10-05 | Don't explicitly reference services nicks. | Robby- | |
os_forbid: If NickServ is available, have it send the forbid reason instead of OperServ. | |||
2013-09-29 | os_session: Add some empty lines to the session help command to improve ↵ | Robby- | |
readability. | |||
2013-09-29 | NickServ: Change a few log wordings and add missing log calls to some commands. | Robby- | |
ns_suspend and cs_suspend: Fix log wording, and correct syntax to show the reason is optional. | |||
2013-09-29 | ns_access: Allow LIST by Services Operators on suspended nicks. Change wording. | Robby- | |
ns_ajoin: Fix the number of command parameters. Check for nick suspension. Do not allow just any Services Operator to access other users' AJOIN, require nickserv/ajoin. Change wording. ns_cert: Add ability for Services Operators to modify other users' certificate lists. | |||
2013-09-29 | cs_akick: Make the default autokick reason translatable. | Robby- | |
os_forbid: It is required to specify a reason. |