Commit graph

13 commits

Author SHA1 Message Date
adrianp
92da5a8ac3 Update to 5.0.63
2007/06/10 .62	Backported 5.1 fix for a bug allowing guest nicknames to be
		linked.
This release fixes two security-related bugs discovered in version 5.1 which
are also present in 5.0.
2007-11-24 00:47:35 +00:00
adrianp
961c425dcd Updatt to 5.0.61
2007/03/30 .61	Fixed crash on x86-64 systems under certain circumstances.
		Reported by Andrey V. Elsukov <bu7cher@xxxxxx.xx>
2007/03/24 .60	Changed ChanServ SET PASSWORD to remove founder privileges
		from any users who had previously identified for the
		channel (backported from 5.1a13)
2007-04-09 12:51:22 +00:00
adrianp
ea9a3451a9 Update to 5.0.59
2006/10/01 .59  Added support to convert-db for versions of PTlink Services
                through 2.26-eol.1
2006/08/16      Update documentation to reflect new domain name.
2006-11-13 23:12:38 +00:00
adrianp
664758d123 Update to 5.0.58
Added workaround to support the broken MD5 encryption used
in Epona/Anope (through at least version 1.7.14),
enabled by the EnableAnopeWorkaround option for the
encryption/md5 module in modules.conf.
configure -check (run by the Makefile) no longer leaves a
conf-tmp directory lying around.
Fixed error when compiling with recent versions of GNU make.
Fixed crash when importing some Anope databases.
Added support to convert-db for recent versions of Epona.
2006-09-02 08:42:58 +00:00
adrianp
1b2dcf616f Update to .57
2006/01/20 .57
            Fixed conversion of Anope 1.7 OperServ databases.  Reported
	    by Matt Smith <ratman6@xxxxxxx.xxx>
2006/01/20  ChanServ SET SECUREOPS now prevents unprivileged users from
	    gaining channel protect (+a) status as well.  Reported
	    by A.S. <loverboy@xxx.xxxxx.xxx.xx>
2006/01/20  Fixed a bug in the Cygnus database converter causing
	    autokills with invalid expiration data to expire
	    immediately rather than remain with no expiration time.
2006/01/07  Fixed a cosmetic bug in ChanServ LIST causing the no-expire
	    flag "!" to not be shown for suspended channels.
2006-06-06 12:35:04 +00:00
adrianp
ed9de3bc3d Update to 5.0.56
Create the services group using PKG_GROUPS
From the ChangeLog:
> 2005/11/20 .56	Fixed a bug in StatServ that could cause a crash if
> 		    StatServ was unloaded with a rehash while Services
> 		    was running.
> 2005/11/07	Changed NickServ and ChanServ SET PASSWORD to prevent the
> 		    use of spaces in passwords.
> 2005/11/07	The NickServ commands DROP, RECOVER, RELEASE, and GHOST now
> 		    report a syntax error rather than "password incorrect"
> 		    when too many parameters are given.  (As a result,
> 		    passwords containing spaces can no longer be used with
> 		    these commands.  Use IDENTIFY followed by SET PASSWORD
> 		    to set a new password without spaces.)
> 2005/10/26	Fixed incorrect end-of-/WHOIS responses for several
> 		    pseudoclients.  Reported by Robin Burchell
> 		    <surreal.w00t@xxxxx.xxx>
> 2005/09/26 .55	Added documentation on CSSetChannelTime configuration option.
> 2005/08/25	Fixed rare bug allowing users to gain voice status
> 		    improperly.  Reported by Anton Wolkov <phan70m@xxxxx.xxx>
> 2005/08/23	Added "authed" callback for newly-authorized nicknames.
> 		    Suggested by Robin Burchell <surreal.w00t@xxxxx.xxx>
> 2005/08/16 .54	The ChanServ check_kick callback now passes the channel
> 		    name as a string instead of the Channel structure, so
> 		    the channel name can be known even if the channel is
> 		    empty.  Reported by Olly <olly@xxxxxxx.xx.xx>
> 2005/08/13	The S-line commands (SGLINE, SQLINE, and SZLINE) now check
> 		    that "*" or similarly overbroad masks are not used.
> 		    Suggested by Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/08/13	Fixed minor bugs in the code to check whether a new
> 		    autokill is too broad (such as "*").
> 2005/08/13	Fixed a compilation error (and many warnings) when
> 		    compiling with GCC 4.
> 2005/08/13	Added UNSET callbacks for NickServ and ChanServ.  Suggested
> 		    by Craig McLure <Craig@xxxxxxxxx.xxx>
> 2005/05/12 .53	Fixed bug causing server connection to fail.
> 2005/05/12 .52	Fixed occasional corruption of the NickServ REGISTER syntax
> 		    string upon reconfiguration (OperServ REHASH).
> 		    Reported by <alm@xxxxxxx.xx>
> 2005/05/06	Fixed attempts to send PING messages before connecting to
> 		    the server.  Reported by Craig McLure
> 		    <Craig@xxxxxxxxx.xxx>
> 2005/04/02 .51	convert-db now checks for more potential problems with the
> 		    imported databases before writing out the XML data.
> 2005/04/02	Fixed bugs when converting databases from old versions of
> 		    PTlink Services.
> 2005/04/01	Fixed handling of links to forbidden nicks when converting
> 		    Auspice databases.
> 2005/03/31	ChanServ KICK no longer allows Services opers to be kicked.
> 2005/03/31	Ensured that usermode +r is cleared from nicks which lose
> 		    their identification status (e.g. from FORBID/SUSPEND).
> 2005/03/31	NickServ SUSPEND now forces the user of the suspended
> 		    nick to change nicknames, as FORBID does.  Reported by
> 		    Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/03/31	ChanServ now stops non-identified users from joining
> 		    channels with mode +R locked on.  Suggested by
> 		    Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/03/29 .50	Fixed security hole in NickServ LISTLINKS allowing any user
> 		    to view a nick's links.  Reported by
> 		    <katarn@xxxxxxxxxx.xxx>
2005-11-30 17:47:54 +00:00
adrianp
96db453ec7 - Update ircservices from 5.0.44 -> 5.0.49
2005/03/06 .49  Added Russian language file, courtesy of Alexander Zverev
		<tty@inbox.ru>
2005/03/05      Services will now accept multiple PROTOCTL messages from
		the Unreal ircd (as implemented in Unreal CVS).
2005/03/04      Added support for +I/+j channel modes in Unreal 3.2.3.
		Reported by Kieron Thwaites <ron2k@webmail.co.za>
2005/02/23 .48  Fix careless bug leading to possible crash on exit or rehash.
2005/02/23 .47  Channels no longer expire while an auto-op user is in the
		channel; expiration is delayed until the time specified
		by CSExpire after the last such user leaves the channel.
		Reported by Anton Wolkov <phan70m@gmail.com>
2005/02/23      Added user IP addresses to the OperServ LISTUSER debug
		command as well.
2005/02/21 .46  Fixed some warnings during compilation.
2005/02/21      Fixed bug causing modified files to not be recompiled
		properly when compiling with GNU make 3.79.
2005/02/20      The OperServ debug command LISTUSERS now includes the IP
		address for each user before the user's mode string.
2005/02/19      Added workaround for GCC bugs on PowerPC systems.
2005/01/27      Fixed careless error in "make distclean".  Reported by
		Stanislav Zahariev <sofit@evronet.tv>
2005/01/21 .45  Added HybServ support to convert-db.  Suggested by
		Stanislav Zahariev <sofit@evronet.tv>
2005/01/21      convert-db is now recompiled properly if the compilation
		options passed to the configure script are changed.
2005/01/13      IRC operators are now properly shown the operator version
		of ChanServ HELP LIST.  Reported by Kieron Thwaites
		<ron2k@webmail.co.za>
2005-03-26 17:28:29 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
adrianp
721b5dcd13 - Update to 5.0.44
2004/12/13 .44  Fixed a careless error in the va_copy workaround.
2004/12/02 .43  Added workaround for va_copy with obsolete compilers.
		Reported by <us44ever (at) hotmail.com>
2004/12/02      Added support for SGlines on Unreal.  Reported by Dionisios
		K. <vonitsa_net (at) yahoo.gr>
2004/12/02      Fixed "unknown message" on Unreal SWHOIS.  Reported by
		Anton Wolkov <phan70m (at) gmail.com>
2004/11/22      Fixed URLs in the documentation to point to the new website.
2004/11/22 .42  The mail/smtp module now allows multiple RelayHost
		configuration directives for backup relay servers.
		Suggested by Torbjorn Svennson <azoff (at) se.linux.org>
2004/11/22      Fixed extraneous "Unknown message" log messages on Unreal.
		Reported by Ali Sor <alisor (at) softhome.net>
2004/10/29      Clarified "please change your nick" message text.
		Suggested by Dylan v.d Merwe <dylanvdm (at) icon.co.za>
2004/10/25      Fixed crash when using the Japanese language file with the
		OperServ SLINE COUNT command.
2004/10/19      Fixed bug allowing StatServ and global noticer nicknames to
		be registered/linked.  Reported by M. van Cuijk
		<mark (at) phedny.net>
2004/10/14      Fixed various bugs and warnings when compiling on x86-64.
		Reported by <liverbugg (at) rinux.org>
2004/10/14      Added workaround for GNU coreutils (>=5.2) brokenness.
2004/10/13      SET MLOCK no longer allows locking +K without +i on Unreal.
		Reported by <help (at) thaiirc.in.th>
2004/10/13      Fixed cosmetic bug in MemoServ IGNORE.  Reported by
		<saman (at) ttnet.net.tr>
2004/10/11      Fixed disconnect on incoming data flood.  Reported by
		<ballsy (at) mystical.net>
2004/10/03      Updated the README file for the current manual structure.
2005-01-19 21:59:24 +00:00
wiz
642494be1c Update to 5.0.41:
2004/10/03 .41  Fixed SQUIT of juped servers on Bahamut.  Reported by Pasi
                    Hirvonen <psh@iki.fi>
2004/10/03      Fixed cosmetic bug in NickServ SUSPEND help.  Reported by
                    Craig McLure <Craig@chatspike.net>
2004/10/02      Fixed bug causing endless log messages on full network
                    buffer.  Reported by <ballsy@mystical.net>
2004/10/02      OperServ AKILLCHAN now honors the WallOSAkill setting.
                    Reported by Pasi Hirvonen <psh@iki.fi>
2004/09/19      Fixed missing object file in Hybrid module compilation.
                    Reported by Jon Christopherson <jon@layertek.com>

Closes PR 27141.
2004-10-04 15:06:34 +00:00
adrianp
f89da151de - Update irc-services from 5.0.16 to 5.0.40
Pkgsrc changes:
- Add a startup script
- Use SUBST_* framework (a lot)
- Install documentation and man pages
- Use CONF_FILES_* for installing config files

App changes:
- bugfixes
- documentation updates
- feature improvements
- See the Changes file for full details
2004-10-02 22:09:46 +00:00
jmc
204d238821 Bring up to date 2003-06-10 01:55:21 +00:00
jmmv
4c0a32991d Initial import of ircservices, version 5.0.16:
IRC Services is a system of services to be used with Internet Relay Chat
networks.  Services provides for definitive nickname and channel ownership,
as well as the ability to send messages to offline users, and gives IRC
operators considerably more control over the network.

Package provided by virtus@wanadoo.nl via pkgsrc-wip.
2003-04-11 16:02:53 +00:00