Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | New source tree structure for modules. From commands/cs_access => ↵ | Adam | |
chanserv/access etc. | |||
2014-06-23 | Mostly working language string rewrite with new format strings | Adam | |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam | |
2014-04-20 | New event system | Adam | |
2014-04-01 | Require cmake 2.8 and C++11 support | 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-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-27 | Fix typos, remove dead language defines. | Robby- | |
os_set: Add missing debug text in help output. | |||
2013-09-08 | Fix logging /os set list. Enforce snlines on ircds that can't have snlines ↵ | Adam | |
set by just killing the user. Fix double call to OnMatch() when a user matches an xline | |||
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-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-07-18 | Warn about really big integer values in the config | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ↵ | Adam | |
notifiications | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-09-10 | Made service_reference type safe | Adam | |
2011-08-08 | Standardized some of the SyntaxError/Help replies and corrected some syntax ↵ | lethality | |
in BotServ set | |||
2011-08-06 | Fixed suepradmin | 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" |