Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-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-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-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-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-20 | Readonlyize many commands | Adam | |
2013-08-12 | Fix some issues with suspend | 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-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-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-02-02 | Some more typo and help text fixes, proper formatting of control codes, ↵ | Robby- | |
missing privileges, and settings corrections. | |||
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
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' {} \; | |||
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-05-08 | Allow services operators to release other user's nicks, and allow services ↵ | Robby | |
operators to view the access list of other operators | |||
2012-04-25 | Clarify access denied messages caused by NSSecureAdmins | Adam | |
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-11-20 | Allow services operators to modify other users access list | Adam | |
2011-09-10 | Made service_reference type safe | Adam | |
2011-08-05 | Rewrote the example configurations and split them | Adam | |
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core" |