Skip to content

Commit 218e8cd

Browse files
committed
Xtheme v8.0.0-dev1 & NEWS
Update version for 8.0.0-dev1 release and also bring NEWS up-to-date.
1 parent a105b87 commit 218e8cd

File tree

3 files changed

+40
-21
lines changed

3 files changed

+40
-21
lines changed

NEWS.md

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
Xtheme IRC Services git (8.0.0-dev) Development Notes
1+
Xtheme IRC Services git (8.0.0-dev1) Development Notes
22
==================================================
33
botserv
44
-------
55
* BotServ bots are now automatically un-assigned if a channel is frozen.
66
(Previously, ChanServ would additionally join the channel; causing
77
there to be ChanServ as well as a BotServ bot in a frozen channel
88
and duplicated output of fantasy commands.)
9+
* botserv/say_caller: Added two checks that were overlooked, thanks to
10+
@MrBenC and [ChatServices](https://bitbucket.org/chatlounge/chatservices/)
911

1012
chanserv
1113
--------
12-
* AKICK enforcement (kick messages) have been updated to a more
14+
* AKICK enforcement _(kick messages)_ have been updated to a more
1315
modern kickreason.
1416
Was: "Banned: Reason" - Now:
1517
"(setter) Reason"
@@ -20,6 +22,8 @@ chanserv
2022
when enabled; only allows users who have completed account verification
2123
(when 'auth' is set to email) to be able to be added to access lists or
2224
given flags on channels.
25+
* chanserv/suspend: No longer refers to "lists", as there aren't any. It's
26+
a flag _(+P)_.
2327

2428
config
2529
------
@@ -31,13 +35,13 @@ config
3135
* A new config option 'vhost_change' has been added, allowing network staff
3236
to limit how often (in days) a user must wait between vHost changes
3337
such as use of TAKE or REQUEST command.
34-
This causes one (1) additional configuration addition:
38+
This causes one (1) additional configuration addition:
3539
* vhost_change (in days)
36-
* A new config option 'verifiedaccess' was added to the chanserv section
37-
which (when enabled) only allows verified users to be given channel
40+
* A new config option 'verifiedaccess' was added to the chanserv section
41+
which (when enabled) only allows verified users to be given channel
3842
flags or access.
39-
This causes one (1) additional configuration addition to the chanserv
40-
section:
43+
This causes one (1) additional configuration addition to the chanserv
44+
section:
4145
* verifiedaccess; (or #verifiedaccess; to disable)
4246

4347
contrib
@@ -60,6 +64,8 @@ contrib
6064
but sets ZLINEs/DLINEs instead of AKILLs - managed via ZLINE
6165
management in OperServ. (LIST,ADD,DEL,etc.)
6266
* os_trace: updated to use the new akill_time config option.
67+
* ns_generatehash & ns_sendpassmail updated with new crypto
68+
improvements.
6369

6470
core
6571
----
@@ -70,6 +76,11 @@ core
7076
within Services, as well as the AKILL reason when the user/bot
7177
ignores the first two notices.
7278

79+
crypto
80+
------
81+
* Many improvements to crypto modules and security. (from upstream
82+
atheme group: most notably @amdj)
83+
7384
database
7485
--------
7586
* opensex database improvements
@@ -78,7 +89,7 @@ database
7889
general
7990
-------
8091
* xtheme.conf.example: Various updates for added modules, missing info,
81-
and maintenance. **4 changes to xtheme.conf so far.**
92+
and maintenance. **5 changes to xtheme.conf so far.**
8293

8394
hostserv
8495
--------
@@ -97,17 +108,25 @@ nickserv
97108
* badmail: You now filter the LIST output by pattern. Also, a new
98109
TEST subcommand was added to allow lookup of patterns that would
99110
prevent the use of an email address.
111+
* badmail: You can now REJECT _(traditional)_ or AKILL on badmail matches
112+
or hits. _(Helpful to combat botnets calling NickServ REGISTER)_
113+
* nickserv/info: Reveals a user's account _(if different than their nickname)_
114+
100115

101116
operserv
102117
--------
103118
* netlog: New module for logging/relaying network information (similar
104119
to Anope's LOGUSERS functionality) and logtype: NETLOG
105-
* info: Now refers to KLINEs as AKILLs for better consistency
120+
* info: Now refers to KLINEs as AKILLs for better consistency
121+
* info: Now shows vhost_change value as well as verifiedaccess value.
122+
106123

107124
protocol
108125
--------
109126
* chatircd protocol added (a modern Charybdis fork)
110127
https://bitbucket.org/chatlounge/chatircd/
128+
* UnrealIRCd 4: Advertise SASL mechanisms to UnrealIRCd servers.
129+
(From upstream atheme - Thanks @syzop)
111130

112131

113132
## STAY UP TO DATE WITH XthemeOrg NEWS, UPDATES & SECURITY ADVISORIES

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Xtheme 8.0.0-dev.
3+
# Generated by GNU Autoconf 2.69 for Xtheme 8.0.0-dev1.
44
#
55
# Report bugs to <https://github.com/XthemeOrg/Xtheme/issues>.
66
#
@@ -266,7 +266,7 @@ fi
266266
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267267
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
268268
else
269-
$as_echo "$0: Please tell [email protected] and
269+
$as_echo "$0: Please tell [email protected] and
270270
$0: https://github.com/XthemeOrg/Xtheme/issues about your
271271
$0: system, including any error, possibly output before this
272272
$0: message. Then install a modern shell, or manually run
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='xtheme'
582582
PACKAGE_TARNAME='xtheme'
583-
PACKAGE_VERSION='8.0.0-dev'
584-
PACKAGE_STRING='xtheme 8.0.0-dev'
583+
PACKAGE_VERSION='8.0.0-dev1'
584+
PACKAGE_STRING='xtheme 8.0.0-dev1'
585585
PACKAGE_BUGREPORT='https://github.com/XthemeOrg/Xtheme/issues'
586586
PACKAGE_URL=''
587587

@@ -1340,7 +1340,7 @@ if test "$ac_init_help" = "long"; then
13401340
# Omit some internal or obsolete options to make the list less imposing.
13411341
# This message is too long to be a string in the A/UX 3.1 sh.
13421342
cat <<_ACEOF
1343-
\`configure' configures xtheme 8.0.0-dev to adapt to many kinds of systems.
1343+
\`configure' configures xtheme 8.0.0-dev1 to adapt to many kinds of systems.
13441344
13451345
Usage: $0 [OPTION]... [VAR=VALUE]...
13461346
@@ -1405,7 +1405,7 @@ fi
14051405

14061406
if test -n "$ac_init_help"; then
14071407
case $ac_init_help in
1408-
short | recursive ) echo "Configuration of xtheme 8.0.0-dev:";;
1408+
short | recursive ) echo "Configuration of xtheme 8.0.0-dev1:";;
14091409
esac
14101410
cat <<\_ACEOF
14111411
@@ -1526,7 +1526,7 @@ fi
15261526
test -n "$ac_init_help" && exit $ac_status
15271527
if $ac_init_version; then
15281528
cat <<\_ACEOF
1529-
xtheme configure 8.0.0-dev
1529+
xtheme configure 8.0.0-dev1
15301530
generated by GNU Autoconf 2.69
15311531
15321532
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2035,7 +2035,7 @@ cat >config.log <<_ACEOF
20352035
This file contains any messages produced by compilers while
20362036
running configure, to aid debugging if configure makes a mistake.
20372037
2038-
It was created by xtheme $as_me 8.0.0-dev, which was
2038+
It was created by xtheme $as_me 8.0.0-dev1, which was
20392039
generated by GNU Autoconf 2.69. Invocation command line was
20402040
20412041
$ $0 $@
@@ -4828,7 +4828,7 @@ fi
48284828
48294829
PACKAGE=xtheme
48304830
4831-
VERSION=8.0.0-dev
4831+
VERSION=8.0.0-dev1
48324832
48334833
48344834
@@ -10436,7 +10436,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1043610436
# report actual input values of CONFIG_FILES etc. instead of their
1043710437
# values after options handling.
1043810438
ac_log="
10439-
This file was extended by xtheme $as_me 8.0.0-dev, which was
10439+
This file was extended by xtheme $as_me 8.0.0-dev1, which was
1044010440
generated by GNU Autoconf 2.69. Invocation command line was
1044110441
1044210442
CONFIG_FILES = $CONFIG_FILES
@@ -10502,7 +10502,7 @@ _ACEOF
1050210502
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1050310503
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1050410504
ac_cs_version="\\
10505-
xtheme config.status 8.0.0-dev
10505+
xtheme config.status 8.0.0-dev1
1050610506
configured by $0, generated by GNU Autoconf 2.69,
1050710507
with options \\"\$ac_cs_config\\"
1050810508

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl Process this file with autoconf to produce a configure script.
88

99
AC_PREREQ(2.59)
1010

11-
AC_INIT(xtheme, 8.0.0-dev, [https://github.com/XthemeOrg/Xtheme/issues])
11+
AC_INIT(xtheme, 8.0.0-dev1, [https://github.com/XthemeOrg/Xtheme/issues])
1212

1313
AC_CONFIG_AUX_DIR(autoconf)
1414

0 commit comments

Comments
 (0)