Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-12-01 | cs_access: fix typo | Adam | |
2016-11-05 | cs_access: fix negative access to apply to the -1/0 special casing | Adam | |
2016-02-13 | Rewrite access path system to be simplier and use recursion | Adam | |
Show where access is "from" in chanserv/status | |||
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-12-13 | Only special case level -1 to everyone and not everything <0 | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-06-14 | Allow opers with chanserv/access/list to view the levels list | Thomas Fargeix | |
2014-11-15 | Fix access dup check to account for accounts | Adam | |
2014-10-14 | Set access masks to the case of the nick they match, if any | Adam | |
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-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-01-09 | Remove help access levels from help output because it no longer exists | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-26 | Default the founder privilege to level 10000 as I had originally intended. ↵ | Adam | |
Document set fonder usage in cs_levels help. | |||
2013-12-20 | Fix deleting multiple access entries when one of them matches your access group | Adam | |
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 | Tell people why they cant disable the founder level instead of claiming it ↵ | Adam | |
doesn't exist | |||
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-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-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-09-27 | Make column titles in listings translatable. | Robby- | |
Make some more strings translatable, and remove some that don't need translation at all. Make expirytimes and units translatable. Make predefined messages in listings also translatable. Make the remaining command descriptions translatable. Make some ns/cs info strings equal to dedupe in translation file. Add missing no-autoop setting to cs info output. Make some strings translatable. | |||
2013-09-27 | Translate listformatter properly | Adam | |
2013-09-27 | Fix typos, remove dead language defines. | Robby- | |
os_set: Add missing debug text in help output. | |||
2013-09-20 | Readonlyize many commands | Adam | |
2013-08-22 | Do not have cs_access try to represent non levels access entries as levels ↵ | Adam | |
access entries. Sometimes it cant accurately be done and it confuses people. | |||
2013-07-22 | Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>: | Federico G. Schwindt | |
Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs | |||
2013-07-04 | Allow access and flags to take privilege names | Adam | |
2013-07-03 | Allow channels on access lists | Adam | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-17 | Removed some hard coded command names in help output | Adam | |
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-08 | Made XOP privileges configurable | Adam | |
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam | |
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config | |||
2013-04-07 | Optimizations of much of the more commonly used code | Adam | |
2013-02-14 | Switch Destroy methods to delete | Adam | |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam | |
2013-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2013-01-06 | Fix deleting access by number | Adam | |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-09 | Made access del and xop del behave like access add/xop add by using a users ↵ | Adam | |
mask if given an unregistered nick |