release/atheme-services-4.0

changeset 3984:fe0cdbfe947b

Update NEWS.
author Jilles Tjoelker <jilles@stack.nl>
date Tue Jan 27 00:09:01 2009 +0100 (2009-01-27)
parents 64a5c3cf5267
children 62078092a3af
files NEWS
line diff
     1.1 --- a/NEWS	Mon Jan 26 00:51:53 2009 +0100
     1.2 +++ b/NEWS	Tue Jan 27 00:09:01 2009 +0100
     1.3 @@ -20,6 +20,7 @@
     1.4  - Add tracking for the "server admin" umode in some ircds.
     1.5  - Remove some obsolete protocol modules: aurora, sorcery, ptlink, shadowircd.
     1.6    If you do still use one of these, please contact us.
     1.7 +- Add support for P10 account creation times.
     1.8  nickserv
     1.9  - Snoop on freeze on/off.
    1.10  - Add nickserv/vacation module, allowing to temporarily extend expiry times.
    1.11 @@ -29,27 +30,47 @@
    1.12  - In FUNGROUP, allow dropping account names, by specifying a new account name.
    1.13  - Add optional nickserv/listownmail to allow users to see accounts with
    1.14    their email.
    1.15 +- When refusing a login due to maxlogins, tell the user what the logged in
    1.16 +  nicks are.
    1.17 +- Show FREEZE status (but not setter, time or reason) to normal users.
    1.18 +- Show taxonomy (property, metadata) in INFO.
    1.19 +- Show recognized (access list) a bit better in INFO.
    1.20 +- Ignore access lists for frozen accounts. [MERGED]
    1.21 +- Add ns_enforce contrib module. This allows admins to toggle enforce on any
    1.22 +  nickname.
    1.23 +- When a user is recognized but not identified, still tell them to identify,
    1.24 +  but with a shorter message.
    1.25  chanserv
    1.26  - Allow multiple spaces before fantasy commands when ChanServ is addressed
    1.27    by nickname.
    1.28  - QUIET/UNQUIET now notify the target user or channel.
    1.29  - Show the current successor in /cs info (for +A users and opers).
    1.30  - FFLAGS now overrides the NEVEROP setting on the target account.
    1.31 +- Set owner/protect if appropriate after xOP ADD.
    1.32 +- Show taxonomy (property, metadata) in INFO.
    1.33 +- Add chanserv/set_limitflags, allows limiting +f's power.
    1.34  alis
    1.35  - Fix handling of key and limit options.
    1.36  - Allow alis list on a single +s channel the user is on.
    1.37  memoserv
    1.38  - Add DELETE OLD to delete all read memos.
    1.39  gameserv
    1.40 +- Do not add chanserv commands if fantasy is disabled.
    1.41  oper
    1.42  - Allow searching for AKILLs matching a given mask or id in AKILL LIST.
    1.43  - Allow running an operserv-only services instance, which picks up login
    1.44 -  names from the main instance (currently only for hyperion and TS6 ircds).
    1.45 +  names from the main instance (currently only for hyperion, TS6 and P10
    1.46 +  ircds).
    1.47  - Add optional PCRE support. Configure --with-pcre to enable it and add
    1.48    the p flag to use it (e.g. /os rmatch /\d\d\d/p). The regex wrapper has
    1.49    been changed slightly to make this possible.
    1.50  - Report other nicks of deleted accounts to snoop and log file.
    1.51 +- Add operserv/greplog module (from freenode modules) to allow searching
    1.52 +  through recent logs from IRC.
    1.53 +- Automatically rehash after loading modules that need a rehash.
    1.54  xmlrpc
    1.55 +- Fix atheme.memo.ignore.list and atheme.memo.ignore.clear to require only
    1.56 +  two arguments (third wasn't ever in use). [MERGED]
    1.57  code
    1.58  - Change kline_delete() to take a kline_t pointer instead of a user and host.
    1.59  - Allow modules to influence the expiry process.
    1.60 @@ -82,6 +103,10 @@
    1.61    incompatible modules often caused a crash.
    1.62  - Rework the configuration file parser to detect more errors and make it
    1.63    easier to add configuration options.
    1.64 +- Add +a to the example configuration's SOP to fit expectations better.
    1.65 +- Update anope_convert for anope 1.8 enc_md5/enc_sha1 passwords.
    1.66 +- Wake up the process less often if it is idling.
    1.67 +- Install an example services MOTD automatically.
    1.68  
    1.69  Atheme Services 3.1 Release Notes
    1.70  =================================