]> jfr.im git - irc/rqf/shadowircd.git/log
irc/rqf/shadowircd.git
13 years agoAllow kick_on_split_riding to protect channels with mlocked keys.
Jilles Tjoelker [Wed, 6 Apr 2011 17:05:08 +0000 (19:05 +0200)] 
Allow kick_on_split_riding to protect channels with mlocked keys.

Do kick_on_split_riding if services sends an SJOIN
with a lower TS and a different key. This relies on
services restoring TS (changets option in atheme) and
services not immediately parting after receiving the
KICK, which is the case in recent atheme.

For invite-only channels, still only do
kick_on_split_riding in netbursts. Services is
assumed to handle this itself (atheme does).

13 years agobantool: _XOPEN_SOURCE should die in a fire
William Pitcock [Thu, 17 Mar 2011 15:45:57 +0000 (10:45 -0500)] 
bantool: _XOPEN_SOURCE should die in a fire

13 years agoStyle: use a consistent order for the _C constants.
Jilles Tjoelker [Wed, 30 Mar 2011 22:05:42 +0000 (00:05 +0200)] 
Style: use a consistent order for the _C constants.

13 years agoDisallow mIRC italics in channel names when disable_fake_channels
Stephen Bennett [Wed, 30 Mar 2011 10:30:47 +0000 (11:30 +0100)] 
Disallow mIRC italics in channel names when disable_fake_channels

13 years agoCope with OPENSSL_VERSION_NUMBER not being a long.
Jilles Tjoelker [Sun, 20 Mar 2011 17:46:32 +0000 (18:46 +0100)] 
Cope with OPENSSL_VERSION_NUMBER not being a long.

Contrary to the documentation, this is the case on recent FreeBSD at least.

13 years agoDon't allow +Z to be set by default_umodes
Stephen Bennett [Fri, 11 Mar 2011 13:12:40 +0000 (13:12 +0000)] 
Don't allow +Z to be set by default_umodes

13 years agom_challenge: fix use of undefined behaviour.
Elizabeth Jennifer Myers [Tue, 22 Feb 2011 17:00:45 +0000 (12:00 -0500)] 
m_challenge: fix use of undefined behaviour.

GCC does what we expect, but other compilers could do just about anything.

13 years agoWhen setting/unsetting cmode +M, only wallops once, not for every server on the network.
JD Horelick [Sun, 15 May 2011 18:01:07 +0000 (14:01 -0400)] 
When setting/unsetting cmode +M, only wallops once, not for every server on the network.

13 years agoAdded tag shadowircd-6.3.0 for changeset 031bedf7e340
JD Horelick [Sun, 6 Feb 2011 02:24:19 +0000 (21:24 -0500)] 
Added tag shadowircd-6.3.0 for changeset 031bedf7e340

13 years agoShadowIRCd 6.3.0 shadowircd-6.3.0
JD Horelick [Sun, 6 Feb 2011 02:24:08 +0000 (21:24 -0500)] 
ShadowIRCd 6.3.0

13 years agoRegenerate libratbox configure.
JD Horelick [Sun, 6 Feb 2011 02:23:08 +0000 (21:23 -0500)] 
Regenerate libratbox configure.

13 years agoAdd endian test to autoconf and convert crypt to use it.
Elizabeth Jennifer Myers [Tue, 25 Jan 2011 02:03:00 +0000 (21:03 -0500)] 
Add endian test to autoconf and convert crypt to use it.

13 years agoFix memory leak of operator certfp fields.
Jilles Tjoelker [Mon, 24 Jan 2011 23:39:07 +0000 (00:39 +0100)] 
Fix memory leak of operator certfp fields.

13 years agonewconf: fix a warning
Elizabeth Jennifer Myers [Sun, 23 Jan 2011 21:56:36 +0000 (16:56 -0500)] 
newconf: fix a warning

13 years agonewconf: fix certificate fingerprint auth.
Elizabeth Jennifer Myers [Sun, 23 Jan 2011 21:12:32 +0000 (16:12 -0500)] 
newconf: fix certificate fingerprint auth.

yy_oper->certfp was not copied into yy_tmpoper->certfp, thus the information was lost and certfp auth was never really working, since the string was always empty.

13 years agoWhen changing an oper's host, be sure that the mode value has enough room to hold...
JD Horelick [Wed, 26 Jan 2011 21:45:41 +0000 (16:45 -0500)] 
When changing an oper's host, be sure that the mode value has enough room to hold +ah too.

13 years agoAdded tag shadowircd-6.3.0-RC1 for changeset 5d25c87c7895
JD Horelick [Thu, 20 Jan 2011 05:02:48 +0000 (00:02 -0500)] 
Added tag shadowircd-6.3.0-RC1 for changeset 5d25c87c7895

13 years agoShadowIRCd 6.3.0-RC1 shadowircd-6.3.0-RC1
JD Horelick [Thu, 20 Jan 2011 05:02:30 +0000 (00:02 -0500)] 
ShadowIRCd 6.3.0-RC1

13 years agoWrite a bit of Not The Nine O'Clock NEWS. :P
JD Horelick [Thu, 20 Jan 2011 05:01:50 +0000 (00:01 -0500)] 
Write a bit of Not The Nine O'Clock NEWS. :P

13 years agoFix some warnings.
JD Horelick [Wed, 19 Jan 2011 20:59:30 +0000 (15:59 -0500)] 
Fix some warnings.

13 years agoAdd blowfish to libratbox crypt.
Elizabeth Jennifer Myers [Mon, 17 Jan 2011 10:01:11 +0000 (05:01 -0500)] 
Add blowfish to libratbox crypt.

Also change u_int*_t to uint*_t whilst I'm here.

13 years agohunt_server: Disallow wildcarded nicknames.
Jilles Tjoelker [Sat, 8 Jan 2011 16:47:05 +0000 (17:47 +0100)] 
hunt_server: Disallow wildcarded nicknames.

Any hunted parameter with wildcards is now assumed
to be a server, never a user.

Reasons:
* fewer match() calls
* do not disclose existing nicknames
* more intuitive behaviour for CONNECT

m_trace has a copy of some hunt_server logic in it
(for the RPL_TRACELINK reply), so adjust that too.

13 years agoFix compiler warnings.
Jilles Tjoelker [Sat, 8 Jan 2011 16:40:12 +0000 (17:40 +0100)] 
Fix compiler warnings.

13 years agoMove list-related isupport items to the list module itself.
Keith Buck [Thu, 6 Jan 2011 08:40:08 +0000 (00:40 -0800)] 
Move list-related isupport items to the list module itself.

13 years agoMake SHA512 the default for mkpasswd again, as SHA512 support is guaranteed to *alway...
Elizabeth Jennifer Myers [Thu, 6 Jan 2011 06:56:47 +0000 (01:56 -0500)] 
Make SHA512 the default for mkpasswd again, as SHA512 support is guaranteed to *always* be in libratbox.

13 years agoOverhaul extensions/m_mkpasswd. It now allows SHA256/SHA512 hashes. DES support is...
Elizabeth Jennifer Myers [Wed, 19 Jan 2011 20:54:44 +0000 (15:54 -0500)] 
Overhaul extensions/m_mkpasswd. It now allows SHA256/SHA512 hashes. DES support is removed, as it is insecure and can be broken on my desktop in about 20 minutes.

13 years agoAdd SHA256/SHA512 support to crypt.c and fix up the MD5 component (it seemed to have...
JD Horelick [Wed, 19 Jan 2011 20:50:46 +0000 (15:50 -0500)] 
Add SHA256/SHA512 support to crypt.c and fix up the MD5 component (it seemed to have been broken). In addition, unconditionally use the libratbox crypt.

13 years agocosmetic fix: Blowfish doesn't use CamelCase
Lee T. Starnes [Thu, 6 Jan 2011 05:20:04 +0000 (23:20 -0600)] 
cosmetic fix: Blowfish doesn't use CamelCase

13 years agoAdd topic TS and channel TS constraints for /LIST.
JD Horelick [Wed, 19 Jan 2011 20:45:45 +0000 (15:45 -0500)] 
Add topic TS and channel TS constraints for /LIST.

13 years agoImplement operspy for /LIST.
JD Horelick [Wed, 19 Jan 2011 20:41:23 +0000 (15:41 -0500)] 
Implement operspy for /LIST.

13 years agoFix multiple RPL_LISTEND replies when aborting a /LIST.
Keith Buck [Sun, 2 Jan 2011 08:43:11 +0000 (00:43 -0800)] 
Fix multiple RPL_LISTEND replies when aborting a /LIST.

13 years agoRemove redundant prototypes in src/ircd_lexer.l.
Jilles Tjoelker [Wed, 15 Dec 2010 20:49:47 +0000 (21:49 +0100)] 
Remove redundant prototypes in src/ircd_lexer.l.

These seem unnecessary and may cause problems because they
are wrong in some cases.

A comment says these were needed for GCC 3.3. If you are
still using this compiler, check this and if it breaks,
some other approach is needed.

13 years agolibratbox: Unbreak compile.
Jilles Tjoelker [Wed, 15 Dec 2010 20:48:26 +0000 (21:48 +0100)] 
libratbox: Unbreak compile.

13 years agocommit c90f903a667ed5744b93b6b89892de4e8c045d17
JD Horelick [Wed, 19 Jan 2011 20:15:55 +0000 (15:15 -0500)] 
commit c90f903a667ed5744b93b6b89892de4e8c045d17
Author: Stephen Bennett <redacted>
Date:   Fri Dec 31 17:14:05 2010 +0000

    Expire umode +p correctly if it's set via oper_umodes, as well as by user_mode. Bug found by tgies.

13 years agocommit 90509b2e2a364471f2461367fd02c11c8ab3c72d
JD Horelick [Wed, 19 Jan 2011 20:15:50 +0000 (15:15 -0500)] 
commit 90509b2e2a364471f2461367fd02c11c8ab3c72d
Author: Stephen Bennett <redacted>
Date:   Fri Dec 31 17:11:50 2010 +0000

    Don't allow opers without the override privilege to get +p via the oper_umodes config setting

13 years agoFix small bug in the VERSION/RPL_MYINFO stuff, as pointed out by init.
B.Greenham [Wed, 19 Jan 2011 16:28:16 +0000 (11:28 -0500)] 
Fix small bug in the VERSION/RPL_MYINFO stuff, as pointed out by init.

13 years agoextensions/m_roleplay: Channelmode +E is no longer used to allow roleplay commands...
JD Horelick [Mon, 3 Jan 2011 00:26:09 +0000 (19:26 -0500)] 
extensions/m_roleplay: Channelmode +E is no longer used to allow roleplay commands. It is now +N. Fix the check for it.

13 years agoextensions/roleplay: Fix NPCA/FACTION not showing up properly on some clients.
B.Greenham [Wed, 15 Dec 2010 20:43:35 +0000 (15:43 -0500)] 
extensions/roleplay: Fix NPCA/FACTION not showing up properly on some clients.

13 years agoSend ERR_TOOMANYCHANNELS for each channel join that fails due to channel limits.
JD Horelick [Wed, 15 Dec 2010 05:02:47 +0000 (00:02 -0500)] 
Send ERR_TOOMANYCHANNELS for each channel join that fails due to channel limits.
The reason why we do this is because some clients are dependent on receiving a numeric
for every channel join failure, even due to this limit where it can be assumed that
subsequent joins failed.

13 years agossld: Request fingerprint when connecting to the server, not just on inbound connections.
William Pitcock [Wed, 15 Dec 2010 03:28:35 +0000 (21:28 -0600)] 
ssld: Request fingerprint when connecting to the server, not just on inbound connections.

13 years agoCorrect error message involving no fingerprint credentials or password credentials...
William Pitcock [Wed, 15 Dec 2010 03:25:44 +0000 (21:25 -0600)] 
Correct error message involving no fingerprint credentials or password credentials being available.

13 years agoAdd mr_flea (and Taros) to the list of Charybdis contributors.
JD Horelick [Tue, 14 Dec 2010 05:33:42 +0000 (00:33 -0500)] 
Add mr_flea (and Taros) to the list of Charybdis contributors.

13 years agoAdd support for linking using SSL certificate fingerprints as the link credential...
William Pitcock [Tue, 14 Dec 2010 05:14:00 +0000 (23:14 -0600)] 
Add support for linking using SSL certificate fingerprints as the link credential rather than the traditional server-password pair.

13 years agolibratbox: Use the server SSL certificate on outgoing connections.
William Pitcock [Tue, 14 Dec 2010 04:58:09 +0000 (22:58 -0600)] 
libratbox: Use the server SSL certificate on outgoing connections.

13 years agoCorrect an error in help roleplay.
B.Greenham [Sat, 11 Dec 2010 21:35:29 +0000 (16:35 -0500)] 
Correct an error in help roleplay.

13 years agoMove cmode +N to cmode +d, so that extensions/m_roleplay can retain cmode +N and...
JD Horelick [Thu, 20 Jan 2011 04:40:21 +0000 (23:40 -0500)] 
Move cmode +N to cmode +d, so that extensions/m_roleplay can retain cmode +N and maintain a consistent interface with charybdis.

13 years agoBring up updated roleplay module from charybdis.
B.Greenham [Sat, 11 Dec 2010 21:28:40 +0000 (16:28 -0500)] 
Bring up updated roleplay module from charybdis.

13 years agoMove flood_attack_channel to channel.c so it can be used outside m_message.c
B.Greenham [Sat, 11 Dec 2010 21:11:54 +0000 (16:11 -0500)] 
Move flood_attack_channel to channel.c so it can be used outside m_message.c

13 years agoAdd HELP ROLEPLAY.
B.Greenham [Wed, 8 Dec 2010 05:06:44 +0000 (00:06 -0500)] 
Add HELP ROLEPLAY.

13 years agoAdd extensions/m_roleplay, a module that provides various roleplaying commands.
B.Greenham [Wed, 8 Dec 2010 04:32:46 +0000 (23:32 -0500)] 
Add extensions/m_roleplay, a module that provides various roleplaying commands.

13 years agoUpdate CREDITS. spb is now a charybdis core developer and i'm a charybdis contributor...
JD Horelick [Tue, 7 Dec 2010 04:52:42 +0000 (23:52 -0500)] 
Update CREDITS. spb is now a charybdis core developer and i'm a charybdis contributor. YAY!

13 years agochmode: Remove chm_regonly, a vestige from ratbox which doesn't apply to native chary...
William Pitcock [Tue, 7 Dec 2010 04:51:14 +0000 (23:51 -0500)] 
chmode: Remove chm_regonly, a vestige from ratbox which doesn't apply to native charybdis (or shadowircd) networks.

13 years agoChange max_bans in reference.conf from 25 to 100, like example.conf.
Jilles Tjoelker [Sun, 5 Dec 2010 15:51:48 +0000 (16:51 +0100)] 
Change max_bans in reference.conf from 25 to 100, like example.conf.

13 years agoUse %u instead of %d.
William Pitcock [Sun, 5 Dec 2010 05:13:35 +0000 (23:13 -0600)] 
Use %u instead of %d.

13 years agoblacklist: Remove the sscanf() for the IPv4 blacklist check.
William Pitcock [Sun, 5 Dec 2010 05:11:04 +0000 (23:11 -0600)] 
blacklist: Remove the sscanf() for the IPv4 blacklist check.
From ratbox r27061 (androsyn).

13 years agoDo not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used...
JD Horelick [Sat, 4 Dec 2010 22:29:01 +0000 (17:29 -0500)] 
Do not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used anymore.

13 years agoRemove all the DEFINE's and the random places they were used for the .conf-based...
JD Horelick [Sat, 4 Dec 2010 22:26:14 +0000 (17:26 -0500)] 
Remove all the DEFINE's and the random places they were used for the .conf-based ban stuff.

13 years agoRemove auth_user support from m_pass.c. It's pointless here and it breaks the functio...
JD Horelick [Thu, 25 Nov 2010 08:22:02 +0000 (03:22 -0500)] 
Remove auth_user support from m_pass.c. It's pointless here and it breaks the functionality of having it in m_sasl which is actually useful....

13 years agoForce a password if auth_user is sent in PASS.
JD Horelick [Wed, 24 Nov 2010 09:46:36 +0000 (04:46 -0500)] 
Force a password if auth_user is sent in PASS.

Not doing this (and not having a password on the auth block) makes it really
easy for anyone to get access to that auth block.

13 years agolibratbox: Clean up uses of strcpy().
William Pitcock [Tue, 23 Nov 2010 14:52:18 +0000 (08:52 -0600)] 
libratbox: Clean up uses of strcpy().

13 years agoWallops (and log) upon setting/unsetting of +M or any hidden chmode.
JD Horelick [Mon, 22 Nov 2010 18:14:02 +0000 (13:14 -0500)] 
Wallops (and log) upon setting/unsetting of +M or any hidden chmode.
(+M is currently the only hidden chmode)

13 years agoDon't segfault if someone tries to OACCEPT a server for some inane reason.
B.Greenham [Mon, 22 Nov 2010 16:14:44 +0000 (11:14 -0500)] 
Don't segfault if someone tries to OACCEPT a server for some inane reason.

13 years agoMake auth_user work with SASL and add it to the example configs.
JD Horelick [Sun, 21 Nov 2010 20:03:17 +0000 (15:03 -0500)] 
Make auth_user work with SASL and add it to the example configs.

13 years agoFix up grammar in ShadowIRCd MOTD for great good!
JD Horelick [Wed, 17 Nov 2010 01:46:26 +0000 (20:46 -0500)] 
Fix up grammar in ShadowIRCd MOTD for great good!

13 years agoFix a small warning.
JD Horelick [Sun, 14 Nov 2010 01:37:41 +0000 (20:37 -0500)] 
Fix a small warning.

13 years agoUpdate TODO.
B.Greenham [Wed, 10 Nov 2010 04:32:26 +0000 (23:32 -0500)] 
Update TODO.

13 years agoChange the filenames of the generated SSL key/cert to ssl.* instead of test.* so...
JD Horelick [Sat, 13 Nov 2010 21:07:54 +0000 (16:07 -0500)] 
Change the filenames of the generated SSL key/cert to ssl.* instead of test.* so that they're a bit more descriptive.

13 years agoFilter bogus CTCP ACTION messages.
William Pitcock [Fri, 5 Nov 2010 06:16:03 +0000 (01:16 -0500)] 
Filter bogus CTCP ACTION messages.

13 years agoparse(): make reentrant
William Pitcock [Mon, 25 Oct 2010 02:02:32 +0000 (21:02 -0500)] 
parse(): make reentrant

13 years agoFix a minor spelling error in m_kick.
JD Horelick [Thu, 18 Nov 2010 00:08:47 +0000 (19:08 -0500)] 
Fix a minor spelling error in m_kick.
Thanks to Elizabeth for pointing this out.

13 years agoAdded tag shadowircd-6.2.0 for changeset e44527fbbaaa
JD Horelick [Wed, 10 Nov 2010 03:31:06 +0000 (22:31 -0500)] 
Added tag shadowircd-6.2.0 for changeset e44527fbbaaa

13 years agoShadowIRCd 6.2.0 shadowircd-6.2.0
JD Horelick [Wed, 10 Nov 2010 03:30:49 +0000 (22:30 -0500)] 
ShadowIRCd 6.2.0

13 years agoAdded tag shadowircd-6.2.0-RC1 for changeset 5fe83d338728
JD Horelick [Sat, 6 Nov 2010 20:11:39 +0000 (16:11 -0400)] 
Added tag shadowircd-6.2.0-RC1 for changeset 5fe83d338728

13 years agoShadowIRCd 6.2.0-RC1 shadowircd-6.2.0-RC1
JD Horelick [Sat, 6 Nov 2010 20:11:11 +0000 (16:11 -0400)] 
ShadowIRCd 6.2.0-RC1

13 years agoFix a bug I caused. Whoops.
JD Horelick [Tue, 26 Oct 2010 00:11:10 +0000 (20:11 -0400)] 
Fix a bug I caused. Whoops.

13 years agore-order the chary-3.3 news
JD Horelick [Sun, 24 Oct 2010 04:00:58 +0000 (00:00 -0400)] 
re-order the chary-3.3 news

13 years agoAdded tag shadowircd-6.2.0-beta1 for changeset d14667a87aee
JD Horelick [Sun, 24 Oct 2010 03:34:35 +0000 (23:34 -0400)] 
Added tag shadowircd-6.2.0-beta1 for changeset d14667a87aee

13 years agoShadowIRCd 6.2.0-beta1 shadowircd-6.2.0-beta1
JD Horelick [Sun, 24 Oct 2010 03:34:13 +0000 (23:34 -0400)] 
ShadowIRCd 6.2.0-beta1

13 years agoUpdate the shadowircd NEWS and TODO.
JD Horelick [Sun, 24 Oct 2010 03:32:52 +0000 (23:32 -0400)] 
Update the shadowircd NEWS and TODO.

13 years agoUpdate makerelease.sh to use standard filenames for archives.
JD Horelick [Sun, 24 Oct 2010 03:22:39 +0000 (23:22 -0400)] 
Update makerelease.sh to use standard filenames for archives.

13 years agoAdd the charybdis 3.3 NEWS to our NEWS file.
JD Horelick [Sun, 24 Oct 2010 03:20:10 +0000 (23:20 -0400)] 
Add the charybdis 3.3 NEWS to our NEWS file.

13 years agoExample configuration: Set the default TLS port to 6697.
William Pitcock [Fri, 17 Sep 2010 15:48:56 +0000 (10:48 -0500)] 
Example configuration: Set the default TLS port to 6697.

13 years agomkpasswd: Default to MD5-based crypt instead of SHA-based.
Jilles Tjoelker [Wed, 15 Sep 2010 23:39:06 +0000 (01:39 +0200)] 
mkpasswd: Default to MD5-based crypt instead of SHA-based.

We have own code for MD5-based crypt and can therefore
support this even if the OS does not. The SHA-based crypts
are not ubiquitous yet.

13 years agoA few more fixes. Part 3 of 2 I suppose.
JD Horelick [Sun, 24 Oct 2010 02:46:50 +0000 (22:46 -0400)] 
A few more fixes. Part 3 of 2 I suppose.

13 years agoClang warning fixes part 2 of 2.
JD Horelick [Sun, 24 Oct 2010 02:32:31 +0000 (22:32 -0400)] 
Clang warning fixes part 2 of 2.

13 years agoSome clang static analyzer fixes.
JD Horelick [Sun, 24 Oct 2010 02:30:52 +0000 (22:30 -0400)] 
Some clang static analyzer fixes.
More in a moment.

13 years agoClarify that serverhide::flatten_links disables /map for non-opers.
B.Greenham [Tue, 12 Oct 2010 17:30:27 +0000 (13:30 -0400)] 
Clarify that serverhide::flatten_links disables /map for non-opers.

13 years agoFix VERSION and RPL_MYINFO to only show modes that are enabled. Also fix up some...
B.Greenham [Mon, 11 Oct 2010 20:35:18 +0000 (16:35 -0400)] 
Fix VERSION and RPL_MYINFO to only show modes that are enabled. Also fix up some errors from the last commit.

13 years agoReturn an error upon trying to set orphaned cmode, rather than just silently ignoring...
B.Greenham [Mon, 11 Oct 2010 18:27:47 +0000 (14:27 -0400)] 
Return an error upon trying to set orphaned cmode, rather than just silently ignoring the mode command.

13 years agoAdd channel::disabledmodes.
B.Greenham [Mon, 11 Oct 2010 18:12:52 +0000 (14:12 -0400)] 
Add channel::disabledmodes.

This replaces use_invex, use_except, and use_forward, although
those options are still used internally and will continue to work
for users, to maintain config compatibility between charybdis
and shadowircd.

13 years agoAdded check for division by 0 in m_message.c Hopefully fixes #25
alxbl [Wed, 8 Sep 2010 00:21:29 +0000 (20:21 -0400)] 
Added check for division by 0 in m_message.c Hopefully fixes #25

13 years agoFix a bug that allowed users to set forwards to channels they lack ops in (and not...
B.Greenham [Thu, 29 Jul 2010 00:26:13 +0000 (20:26 -0400)] 
Fix a bug that allowed users to set forwards to channels they lack ops in (and not set forwards to channels they have ops in).

13 years agoRerun autoconf.
B.Greenham [Mon, 11 Oct 2010 16:08:49 +0000 (12:08 -0400)] 
Rerun autoconf.

13 years agoMerge.
B.Greenham [Mon, 11 Oct 2010 15:58:39 +0000 (11:58 -0400)] 
Merge.

13 years agoBacked out changeset 3097ade953f5
B.Greenham [Mon, 11 Oct 2010 15:58:21 +0000 (11:58 -0400)] 
Backed out changeset 3097ade953f5

Backout modesets.

They're overly invasive and a bit uglier than is required.
The same thing can be accomplished in a better way with another method.

13 years agoAdd an item to the FAQ about the flood notice weirdness in case others have the same...
JD Horelick [Fri, 1 Oct 2010 19:10:11 +0000 (15:10 -0400)] 
Add an item to the FAQ about the flood notice weirdness in case others have the same issue.

13 years agomkpasswd: Default to SHA512 instead of inherently insecure DES.
William Pitcock [Wed, 15 Sep 2010 08:44:58 +0000 (03:44 -0500)] 
mkpasswd: Default to SHA512 instead of inherently insecure DES.

13 years agoUpdate TODO-SHADOW
JD Horelick [Sun, 12 Sep 2010 00:09:22 +0000 (20:09 -0400)] 
Update TODO-SHADOW

13 years agoSend only one ERR_MLOCKRESTRICTED per MODE command.
Jilles Tjoelker [Tue, 24 Aug 2010 21:03:23 +0000 (23:03 +0200)] 
Send only one ERR_MLOCKRESTRICTED per MODE command.

This agrees with other error messages from MODE.

13 years agoChange ERR_MLOCKRESTRICTED to 742 as 735-739 seem for MONITOR extensions.
JD Horelick [Sat, 11 Sep 2010 17:55:06 +0000 (13:55 -0400)] 
Change ERR_MLOCKRESTRICTED to 742 as 735-739 seem for MONITOR extensions.