Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
2017-01-23 | Make log system use newer format strings | Adam | |
Also allow log messages to be translatable | |||
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-10-02 | language: incrementing _nl_msg_cat_cntr is still required on some systems ↵ | Adam | |
apparently (freebsd 10?). I don't know why. (cherry picked from commit 1b12b80b48227089be90bfe48a46f499cf4849f8) | |||
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-03-08 | language: incrementing _nl_msg_cat_cntr is still required on some systems ↵ | Adam | |
apparently (freebsd 10?). I don't know why. | |||
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-10-27 | Merge branch '2.0' into 2.1 | Adam | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2014-12-10 | Unconst these config Get<Anope::string> calls as it makes no sense | 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 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: cmake/Anope.cmake cmake/FindGettext.cmake include/access.h include/messages.h include/modes.h include/modules.h include/users.h modules/CMakeLists.txt modules/commands/bs_bot.cpp modules/commands/cs_access.cpp modules/commands/cs_ban.cpp modules/commands/cs_clone.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_list.cpp modules/commands/cs_log.cpp modules/commands/cs_mode.cpp modules/commands/cs_status.cpp modules/commands/cs_suspend.cpp modules/commands/cs_updown.cpp modules/commands/cs_xop.cpp modules/commands/ms_check.cpp modules/commands/ns_access.cpp modules/commands/ns_cert.cpp modules/commands/ns_group.cpp modules/commands/ns_register.cpp modules/commands/ns_set.cpp modules/commands/ns_suspend.cpp modules/commands/os_session.cpp modules/commands/os_svs.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_regex_pcre.cpp modules/extra/m_sql_authentication.cpp modules/extra/stats/m_chanstats.cpp modules/protocol/bahamut.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd12.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/chanserv/channel.cpp modules/pseudoclients/nickserv/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp src/access.cpp src/bots.cpp src/channels.cpp src/language.cpp src/modes.cpp src/modulemanager.cpp src/process.cpp src/users.cpp src/version.sh | |||
2014-05-31 | Update FindGettext.cmake for new Windows stuff and fix language.cpp | Adam | |
compile | |||
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam | |
2014-05-21 | Fix deflanguage from 4034b3054aaff28da1db5545063cf8b3c2e8aa24, this ↵ | Adam | |
shouldn't have been removed | |||
2014-05-20 | Add English language file which users can edit to modify language strings | 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-11-23 | Fix/clean/clarify some stuff found by coverity scan | Adam | |
2013-06-12 | Allow users to change their language to english when the default language is not | 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-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-12-15 | Made all langauges default to the UTF-8 charset | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-09-10 | Fixed gettext on freebsd/any other system that uses LANG not LANGUAGE | Adam | |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-02-14 | Clean up and reorganize our header files | 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-14 | Fixed a few small things | Adam | |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator | |
2011-03-30 | Fixed bug #1258, more Windows stuff, and more language strings | Adam | |
2011-03-13 | Set the locale to the default system locale on startup | DukePyrolator | |
2011-02-26 | Replaced the few language strings we use with #defines to prevent ↵ | Adam | |
accidentally translating them if we shouldnt | |||
2011-02-25 | More fixes. Also made db_mysql_live not keep bots updated because thats ↵ | Adam | |
pointless and made m_asynch_commands respect user language settings. | |||
2011-02-11 | Made the help command description code more sane | Adam | |
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-21 | fixed some minor presentation, grammar mis-use and copyright date in DP's ngircd | lethality | |
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-13 | Bug #1113 - Document the fantasy character in /bs help | Adam | |
2010-12-12 | Bug #1177 - Readded in support for cs_mode to act on every channel | Adam | |
2010-12-12 | Document that /cs owner and deowner allow nick args | Adam | |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam | |
2010-12-12 | The rest of the earlier command changes | Adam | |