Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
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-09-23 | language: Add some overloaded Translate functions that accept Anope::string | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
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-14 | Rename "services.conf" to "anope.conf". | Peter Powell | |
2015-03-12 | Show passlen in PASSWORD_TOO_LONG | Adam | |
2014-11-24 | Rewrite serializable to have field level granularity | Adam | |
Represent serializable objects in a digraph, and as a result made most object relationships implicitly defined, and use the graph to trace references between objects to determine relationships. Edges may also be marked as having a dependency of the object they point to, which allows for automatic cleanup and deletion of most objects when no longer needed. Additionally, this allows not having to require in-memory copies of everything when using external databases. db_sql has been rewritten for this and now always requires a database to function. db_sql with MySQL now requires InnoDB to make use of transactions and foreign key constraints. | |||
2014-06-23 | Mostly working language string rewrite with new format strings | Adam | |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: .travis.yml src/config.cpp src/version.sh | |||
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam | |
2014-03-31 | Small Grammar Fix | Zantox | |
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-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-06-12 | Allow users to change their language to english when the default language is not | Adam | |
2013-03-01 | Fix Windows build | Adam | |
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 | Fix compile/pch generation | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-12-20 | Updated /bs info output and note db_sql can truncate entire databases | Adam | |
2011-12-19 | Fixed formatting of many lists and INFO outputs | Adam | |
2011-08-17 | Include when an access entry was created in access view | Adam | |
2011-08-14 | Brought back the old 1.7 behavior of a level -1 matching all users and 0 ↵ | Adam | |
matching all identified users | |||
2011-07-26 | A few small fixes | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use ↵ | Adam | |
to translate strings in 3rd party modules | |||
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator | |
2011-05-16 | Added os_forbid | Adam | |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group ↵ | Adam | |
is dropped | |||
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam | |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam | |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ↵ | Adam | |
ns_resetpass allow remote-id to get past things such as kill immed. | |||
2011-02-26 | Replaced the few language strings we use with #defines to prevent ↵ | Adam | |
accidentally translating them if we shouldnt | |||
2011-02-04 | Moved the language strings which are only used once | Adam | |
out of the core and into the modules that use them. | |||
2011-01-18 | Added amsg kicker settings to /bs info | Adam | |
2011-01-17 | Added ns_ajoin | Adam | |
2011-01-15 | Added an amsg kicker | Adam | |
2010-12-28 | Bug #1225 - Made REGISTER show in /cs help | Adam | |
2010-12-23 | Rewrote the ignore code. Adds creator and reason to /os ignore list. | Adam | |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam | |
2010-12-12 | Added /bs set msg | Adam | |
2010-12-12 | Added cs_entrymsg | Adam | |
2010-12-12 | Removed some unused code paths in some of the modules | Adam | |
2010-12-12 | Fixed some of the language strings | Adam | |
2010-12-12 | Removed the AUTODEOP level, it is unnecessary now because of cs_mode | Adam | |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam | |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os ↵ | Adam | |
clearmodes, removed /cs akick (un)stick, added /cs clearusers | |||
2010-12-12 | Added /chanserv clone command | Adam | |