diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-30 13:27:14 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-30 14:01:07 +0000 |
commit | 1f31621bbffa885992d7a3062bb8d2369d7c96d2 (patch) | |
tree | bfd0887dddd78a5ce4319643d22b05a539f57d9f | |
parent | dfd41b9b9470a7f2a7a8f1f22afaba9afeb97ad3 (diff) |
Remove various references to old versions.
-rw-r--r-- | docs/CMakeLists.txt | 2 | ||||
-rw-r--r-- | docs/DEFCON | 2 | ||||
-rw-r--r-- | docs/MODULES | 2 | ||||
-rw-r--r-- | docs/NEWS | 6 | ||||
-rw-r--r-- | docs/REDIS | 2 | ||||
-rw-r--r-- | docs/XMLRPC/XMLRPC | 2 |
6 files changed, 5 insertions, 11 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index fd93e81c0..64387fc73 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -7,7 +7,7 @@ if(WIN32) # Add README.txt to list of files for CPack to ignore add_to_cpack_ignored_files("README.txt$" TRUE) endif() - set(DOCS Changes Changes.conf DEFCON FAQ INSTALL LANGUAGE MODULES NEWS ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) + set(DOCS Changes Changes.conf DEFCON FAQ INSTALL LANGUAGE MODULES ${CMAKE_CURRENT_BINARY_DIR}/README.txt WIN32.txt) install(FILES ${DOCS} DESTINATION ${DOC_DIR} ) diff --git a/docs/DEFCON b/docs/DEFCON index 2eaaa3dfe..44510e05e 100644 --- a/docs/DEFCON +++ b/docs/DEFCON @@ -10,7 +10,7 @@ Anope DefCon 1) Introduction - Anope 1.6 onwards supports a unique protection mechanism based on the + Anope supports a unique protection mechanism based on the military "Defense Readiness Condition" (DefCon) system. It is based on 5 levels of defense readiness defined as: diff --git a/docs/MODULES b/docs/MODULES index d74f4f35a..4edf509db 100644 --- a/docs/MODULES +++ b/docs/MODULES @@ -12,7 +12,7 @@ Anope Modules 1) Introduction - Anope 1.6 onwards supports external modules. External modules are pieces + Anope supports external modules. External modules are pieces of code that can be attached to a running Anope process dynamically. These modules can serve several purposes, and perform all kind of operations to enhance your network. diff --git a/docs/NEWS b/docs/NEWS deleted file mode 100644 index 07911e66c..000000000 --- a/docs/NEWS +++ /dev/null @@ -1,6 +0,0 @@ -Highlighted News in Anope 1.9 -============================= - -* Added in live updating SQL and the ability to execute commands through SQL -* Re-designed configuration file -* Code refresh / rewrite into C++ diff --git a/docs/REDIS b/docs/REDIS index 761d6de9e..603fa034a 100644 --- a/docs/REDIS +++ b/docs/REDIS @@ -1,4 +1,4 @@ -Starting in Anope 1.9.9, Anope has Redis database support (https://redis.io/). +Anope has Redis database support (https://redis.io/). This document explains the data structure used by Anope, and explains how keyspace notification works. diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC index 7a64556db..72f81e4b8 100644 --- a/docs/XMLRPC/XMLRPC +++ b/docs/XMLRPC/XMLRPC @@ -1,4 +1,4 @@ -Starting with Anope 1.9.4 XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported. +XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported. This allows external applications, such as websites, to execute remote procedure calls to Anope in real time. Currently there are 5 supported XMLRPC calls, provided by xmlrpc_main: |