summaryrefslogtreecommitdiff
path: root/include/language.h
AgeCommit message (Collapse)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-06-17Fix various spelling issues (#274).Josh Soref
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
2021-05-23Improve the message for NICK_IDENTIFY_REQUIRED.Sadie Powell
2021-01-07Update copyright to 2021.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
2020-01-04Update copyright to 2020.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
2019-01-01Update copyright to 2019.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
2018-04-25Update copyright to 2018.Robby
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update 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-01-28Update 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-03-12Show passlen in PASSWORD_TOO_LONGAdam
2014-03-31Small Grammar FixZantox
2014-01-01Update 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-27Fix typos, remove dead language defines.Robby-
os_set: Add missing debug text in help output.
2013-09-20Readonlyize many commandsAdam
2013-06-12Allow users to change their language to english when the default language is notAdam
2013-03-01Fix Windows buildAdam
2013-01-09Update 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-22Fix compile/pch generationAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-01-02Updated Copyright to 2012Adam
2011-12-20Updated /bs info output and note db_sql can truncate entire databasesAdam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-08-17Include when an access entry was created in access viewAdam
2011-08-14Brought back the old 1.7 behavior of a level -1 matching all users and 0 ↵Adam
matching all identified users
2011-07-26A few small fixesAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
This allows naming commands and having spaces within command names.
2011-06-17Search all domains for language strings, fixes the mess that we used to use ↵Adam
to translate strings in 3rd party modules
2011-06-13changed some _() to gtl() and updated do_strftime() and duration()DukePyrolator
2011-05-16Added os_forbidAdam
2011-05-01Fixed sometimes not removing nick masks from the access list when the group ↵Adam
is dropped
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-02-26Replaced the few language strings we use with #defines to prevent ↵Adam
accidentally translating them if we shouldnt
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.
2011-01-18Added amsg kicker settings to /bs infoAdam
2011-01-17Added ns_ajoinAdam
2011-01-15Added an amsg kickerAdam
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Added /bs set msgAdam
2010-12-12Added cs_entrymsgAdam
2010-12-12Removed some unused code paths in some of the modulesAdam
2010-12-12Fixed some of the language stringsAdam
2010-12-12Removed the AUTODEOP level, it is unnecessary now because of cs_modeAdam