diff options
| author | Adam <Adam@anope.org> | 2011-04-22 03:16:11 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-05-16 04:06:17 -0400 |
| commit | c8c23158a4ff74822d6c7d201dc53d879e3d91e8 (patch) | |
| tree | 4bc9ae029691d5e7c03ebc1481683a010b733844 /docs | |
| parent | 1782ce260c5bc214ec0b2e39257ab1371b68ae9c (diff) | |
Moved the core pseudo clients out into their own modules
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Changes.conf | 17 | ||||
| -rw-r--r-- | docs/README | 31 |
2 files changed, 17 insertions, 31 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf index 3690de84a..aae4b6658 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,5 +1,22 @@ Anope Version 1.9.5 ------------------- +** ADDED CONFIGURATION DIRECTIVES ** +global:modules +global:globaloncycle +global:globaloncycledown +global:globaloncycleup +global:anonymousglobal + +** MODIFIED CONFIGURATION DIRECTIVES ** +opertype:permissions added memoserv/no-limit +operserv:modules removed os_global + +** DELETED CONFIGURATION DIRECTIVES ** +memoserv:notifyall +options:globaloncycle +options:globaloncycledown +options:globaloncycleup +options:anonymousglobal Anope Version 1.9.4 ------------------- diff --git a/docs/README b/docs/README index 34bdaa0be..79a6619c7 100644 --- a/docs/README +++ b/docs/README @@ -116,37 +116,6 @@ Table of Contents * Christopher N. <saka@epiknet.org> (fr.l) * Yusuf Kurekci <ysfm.20@gmail.com> (tr.l) - Anope uses the strlcat() and strlcpy() functions from OpenSSH 2.5.1p2. - These functions are copyrighted by Todd C. Miller: - - Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED `AS IS'' AND ANY EXPRESS OR IMPLIED - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR - TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE - USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - 2) Presentation Anope is a set of Services for IRC networks that allows users to manage |
