summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-02-28 09:30:15 +0000
committerSadie Powell <sadie@witchery.services>2025-02-28 09:58:23 +0000
commit0781f8a82ab3b01d285bfe55d151028b88fc4d3b (patch)
tree55b8a502d044d6234d0ebe36747c91e3369803e6
parentfb03d745c5c7fab4a1e97ea0cbd944629ecc2584 (diff)
Update the changelogs.
-rw-r--r--docs/Changes21
-rw-r--r--docs/Changes.conf9
2 files changed, 28 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes
index ee69c3308..11e2708ad 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -1,6 +1,25 @@
Anope Version 2.1.12-git
------------------------
-No significant changes.
+Added an example JavaScript library for accessing the RPC interface.
+Added an option to require specifying the server name when running destructive network commands like restart or shutdown.
+Added support for importing X-line identifiers from Atheme.
+Added support for JSON-RPC to the RPC interface.
+Added support for killing SASL users that fail to log in repeatedly.
+Added support for more RPC response types to the RPC interface.
+Added support for multiple targets in chanserv/modes.
+Added support for SSL client certificate fallback fingerprints on InspIRCd.
+Added the anope. prefix to the channel and user RPC events and moved them to the rpc_data module.
+Added the anope.listChannels, anope.listServers, anope.listUsers, and anope.server RPC events to the new rpc_data module.
+Added the OPERONLY, UNUSED and VANITY filters to botserv/botlist.
+Added the system.listMethods RPC event to the new rpc_system module.
+Deprecated support for InspIRCd v3 (scheduled to be removed in around a year).
+Fixed enc_bcrypt silently truncating passwords longer than 71 characters.
+Fixed ns_set_language being able to be loaded when Anope was built without language support.
+Fixed sql_authentication not being able to use the IP address of a RPC, SASL, or web user in SQL queries.
+Made modules that use third-party libraries log the version in use on load.
+Redesigned the RPC interface to add support for emitting multiple data types.
+Replaced the opers RPC event with rpc.listOpers and rpc.oper events in the new rpc_data module.
+Updated the Dutch translation.
Anope Version 2.1.11
--------------------
diff --git a/docs/Changes.conf b/docs/Changes.conf
index c1a1c118b..a08e1002d 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -1,6 +1,13 @@
Anope Version 2.1.12-git
------------------------
-No significant changes.
+Added the jsonrpc module.
+Added the rpc_data module.
+Added the rpc_system module.
+Added {hostserv}:activate_on_deoper (defaults to yes).
+Added {os_shutdown}:requirename (defaults to yes).
+Moved nickserv/set/keepmodes and nickserv/saset/keepmodes to the ns_set_keepmodes module.
+Moved the xmlrpc module to extra.
+Renamed the xmlrpc_main module to rpc_main.
Anope Version 2.1.11
--------------------