anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

Changes.conf (8565B)

      1 Anope Version 2.0.12
      2 --------------------
      3 Added the regex_pcre2 module
      4 
      5 Anope Version 2.0.11
      6 --------------------
      7 No significant changes.
      8 
      9 Anope Version 2.0.10
     10 --------------------
     11 No significant changes.
     12 
     13 Anope Version 2.0.9
     14 -------------------
     15 No significant changes.
     16 
     17 Anope Version 2.0.8
     18 -------------------
     19 Fix ns_register:unconfirmedexpire not being used
     20 
     21 Anope Version 2.0.7
     22 -------------------
     23 Add nickserv/recover permission
     24 Add inspircd3 protocol module
     25 Add default permission for chanstats saset chanstats command
     26 
     27 Anope Version 2.0.6
     28 -------------------
     29 Mark enc_md5 and enc_sha1 as deprecated. Their use has been discouraged for years, and they will be removed in a future release.
     30 Exempt all of 127.0.0.0/8 from m_dnsbl by default
     31 Load m_sasl by default
     32 Fix documentation for nickserv default option ns_keep_modes
     33 
     34 Anope Version 2.0.5
     35 -------------------
     36 No significant changes.
     37 
     38 Anope Version 2.0.4
     39 -------------------
     40 Removed m_sasl_dh-aes and m_sasl_dh-blowfish
     41 
     42 Anope Version 2.0.3
     43 -------------------
     44 Add operserv/chankill to default globops log
     45 Add ns_identify:maxlogins to limit the max number of concurrent logins per account
     46 Document ns_no_expire nickserv default
     47 Remove default session exception expiry time
     48 
     49 Anope Version 2.0.2
     50 -------------------
     51 Add an operserv/oper/modify privilege, required to use oper add and oper del
     52 Add a chanserv/access/list privilege, which allow readonly access to ChanServ access and akick lists
     53 Changed m_dnsbl's result configuration to be more extensible
     54 Add 'max' setting to cs_mode
     55 Add 'nickchars' setting to networkinfo
     56 Add 'botserv/fantasy', 'chanserv/access/list', and 'operserv/oper/modify' oper privileges
     57 Fix 'emailchange_message' to include the proper email address
     58 Set a default permission on operserv/defcon
     59 
     60 Anope Version 2.0.1
     61 -------------------
     62 Add MUTE command to BotServ fantasy configuration
     63 Document memo_mail option in nickserv.conf
     64 Add 'show' setting to ns_info and cs_info to control which fields are shown to non opers
     65 
     66 Anope Version 2.0.0
     67 -------------------
     68 options:passlen, enforceruser, enforcerhost, releasetimeout, and guestnickprefix moved to nickserv's module configuration
     69 options:hideregisteredcommands added
     70 m_ssl renamed to m_ssl_openssl
     71 mail:restrict removed
     72 
     73 Anope Version 1.9.9
     74 -------------------
     75 There is not many config changes between 1.9.8 and 1.9.9, however many of the
     76 options have been moved around to make more sense, too many to list here,
     77 so get a new config.
     78 
     79 Anope Version 1.9.8
     80 -------------------
     81 networkinfo:chanlen added
     82 options:user and options:group added
     83 nickserv:modesonid added to set modes on everyone who identifies
     84 nickserv:kill and nickserv:killquick added to configure NickServ's kill timeout
     85 nickserv:restoreonrecover added to try to restore a user's session after a ghost
     86 command:group added
     87 fantasy block added
     88 dns block has been moved to modules.conf as a part of m_dns
     89 
     90 Anope Version 1.9.7
     91 -------------------
     92 operserv:notifications removed in favor of log{} blocks
     93 options:regexengine added
     94 options:casemap added
     95 chanserv:require added
     96 nickserv:registration added, emailregistration removed.
     97 nickserv:unregistered_notice added
     98 
     99 Anope Version 1.9.6
    100 -------------------
    101 service:channels added to join services to channels
    102 mail block modified to allow configuring of email messages
    103 oper:host and oper:vhost added
    104 oper:require_oper added
    105 options:nonicknameownership added
    106 operserv:akillids added
    107 nickserv/access oper privilege added
    108 
    109 Anope Version 1.9.5
    110 -------------------
    111 Don't even try it, get a new config and start over.
    112 
    113 Anope Version 1.9.4
    114 -------------------
    115 ** ADDED    CONFIGURATION DIRECTIVES **
    116 memoserv:modules added ms_ignore
    117 chanserv:modules added cs_clone and cs_mode
    118 nickserv:suspendexpire and nickserv:forbidexpire added
    119 chanserv:suspendexpire and chanserv:forbidexpire added
    120 module added cs_entrymsg
    121 nickserv:modules added ns_ajoin, ns_cert
    122 options:nomlock added
    123 log:target added globops
    124 nickserv:confirmemailchanges added
    125 operserv:modules added os_config, os_login
    126 
    127 ** MODIFIED CONFIGURATION DIRECTIVES **
    128 operserv:notifications removed osglobal, osmode, oskick, osakill, ossnline, ossqline, osszline, osnoop, osjupe, getpass, setpass, forbid, drop
    129 renamed nickserv:preregexpire to nickserv:unconfirmedexpire
    130 
    131 ** DELETED  CONFIGURATION DIRECTIVES **
    132 opertype:commands removed operserv/umode
    133 operserv:modules removed os_umode
    134 
    135 Anope Version 1.9.3
    136 -------------------
    137 ** ADDED    CONFIGURATION DIRECTIVES **
    138 nickserv/auspex privilege added
    139 SSL module added for SSL support
    140 opertype:inherits added to allow opertypes to inherit commands and privs from other opertypes
    141 Various nickserv/saset/* and chanserv/saset/* opertype command privileges added
    142 nickserv:modules added many new ns_set_command modules
    143 chanserv:modules added many new cs_set_command modules
    144 opertype:commands added nickserv/saset/* and chanserv/saset/*
    145 options:socketengine added to choose what socket engine to use
    146 module:cs_set_misc and module:ns_set_misc added to replace the old set url/icq/email modules
    147 options:hideprivilegedcommands added to hide privileged commands from normal users
    148 log block added to customize logging
    149 dns block added to configure dns settings
    150 m_dnsbl added
    151 mysql configuration block added
    152 
    153 ** MODIFIED CONFIGURATION DIRECTIVES **
    154 opertype:commands changed operserv/sgline to opserv/snline
    155 operserv:modules changed os_sgline to os_snline
    156 operserv:modules added os_modreload
    157 operserv:sglineexpiry changed to operserv:snlineexpiry
    158 operserv:killonsgline changed to operserv:killonsnline
    159 operserv:notifications ossgline changed ossnline
    160 memoserv was made optional
    161 moved operserv:global configuration into its own global block
    162 chanserv was made optional
    163 
    164 ** DELETED  CONFIGURATION DIRECTIVES **
    165 serverinfo:helpchannel removed because it has been readded in m_helpchan
    166 networkinfo:logchannel, logbot, logusers, logmaxusers, logchannel, and options:keeplogs removed because of the log block
    167 dumpcore because it really didn't do anything
    168 
    169 Anope Version 1.9.2
    170 -------------------
    171 ** ADDED    CONFIGURATION DIRECTIVES **
    172 options:enablelogchannel added to auto turn on the logchannel on startup
    173 options:mlock added to configure the default mlock modes on new channels
    174 options:database added for the database modules
    175 options:botmodes added to configure modes BotServ bots should use
    176 options:userlen added to configure maximum ident length
    177 options:hostlen added to configure maximum hostname length
    178 options:database added to configure what database modules to use
    179 options:passlen added to specify the maximum length of passwords
    180 uplink:ipv6 added to enable IPv6 connectivity
    181 options:maxretries added to specify the number of reconnect attempts allowed
    182 options:retrywait added to specify how long to wait between reconnect attempts
    183 opertype command chanserv/aop/list removed as it was unnecessary, use chanserv/access/list instead
    184 
    185 ** MODIFIED CONFIGURATION DIRECTIVES **
    186 options:encryption added enc_sha256
    187 chanserv:modules added cs_unban
    188 nickserv:modules added ns_resetpass
    189 
    190 ** DELETED  CONFIGURATION DIRECTIVES **
    191 nickserv:database deleted because of new database system
    192 nickserv:prenickdatabase deleted because of new database system
    193 chanserv:database deleted because of the new database system
    194 botserv:database deleted because of the new database system
    195 hostserv:database deleted because of the new database system
    196 operserv:database deleted because of the new database system
    197 operserv:newsdatabase deleted because of the new database system
    198 operserv:exceptiondatabase deleted because of the new database system
    199 hs_request:database deleted because of the new database system
    200 os_ignore:database deleted because of the new database system
    201 serverinfo:localport deleted
    202 
    203 Anope Version 1.9.1
    204 -------------------
    205 ** ADDED    CONFIGURATION DIRECTIVES **
    206 Opertypes have been added, through the opertype blocks.
    207 Services Operators are now specified in the oper blocks.
    208 
    209 ** MODIFIED CONFIGURATION DIRECTIVES **
    210 botserv:modules no longer contains bs_fantasy* modules, fantasy is now seamless.
    211 operserv:modules has replaced os_logonnews, os_opernews, and os_randomnews with os_news.
    212 operserv:modules no longer contains os_admin and os_oper modules, removed in favor of oper blocks.
    213 operserv:notifications no longer contains osraw due to removal of OS RAW.
    214 
    215 ** DELETED  CONFIGURATION DIRECTIVES **
    216 Nick tracking has been removed as an option.
    217 Restricting of NS GETPASS and CS GETPASS removed in favor of opertypes.
    218 Host Setters were removed in favor of opertypes.
    219 HelpServ has been removed entirely.
    220 operserv:disableraw removed due to removal of OS RAW.