]> jfr.im git - irc/rqf/shadowircd.git/log
irc/rqf/shadowircd.git
14 years agoSCAN UMODES: default list-max to 500, like a global WHO.
Jilles Tjoelker [Fri, 1 Jan 2010 21:55:25 +0000 (22:55 +0100)] 
SCAN UMODES: default list-max to 500, like a global WHO.

14 years agoUpdate some copyright years.
Jilles Tjoelker [Fri, 1 Jan 2010 21:46:34 +0000 (22:46 +0100)] 
Update some copyright years.

14 years agots6-protocol.txt: mention meaning of capabs EX, IE, SERVICES, KNOCK.
Jilles Tjoelker [Fri, 25 Dec 2009 23:25:52 +0000 (00:25 +0100)] 
ts6-protocol.txt: mention meaning of capabs EX, IE, SERVICES, KNOCK.

14 years agoRemove FLAGS_SENDQEX, fix sendq exceeded snotes for servers.
Jilles Tjoelker [Mon, 21 Dec 2009 15:58:25 +0000 (16:58 +0100)] 
Remove FLAGS_SENDQEX, fix sendq exceeded snotes for servers.

from ircd-ratbox

15 years agoRemove two obsolete constants.
Jilles Tjoelker [Wed, 3 Jun 2009 21:18:07 +0000 (23:18 +0200)] 
Remove two obsolete constants.

14 years agoMerge
Stephen Bennett [Tue, 8 Dec 2009 19:23:32 +0000 (19:23 +0000)] 
Merge

14 years agoRevert all presence-related changes
Stephen Bennett [Tue, 8 Dec 2009 19:22:55 +0000 (19:22 +0000)] 
Revert all presence-related changes

14 years agoFix crashes when there are no alias blocks in the conf.
Jilles Tjoelker [Sat, 5 Dec 2009 19:48:02 +0000 (20:48 +0100)] 
Fix crashes when there are no alias blocks in the conf.

14 years agoAdd two more reasons why ssld_count>1 can be useful: bugs and fd limits.
Jilles Tjoelker [Tue, 17 Nov 2009 23:00:07 +0000 (00:00 +0100)] 
Add two more reasons why ssld_count>1 can be useful: bugs and fd limits.

14 years agossld: Fix an fd leak when closing connections.
Jilles Tjoelker [Sun, 15 Nov 2009 22:11:18 +0000 (23:11 +0100)] 
ssld: Fix an fd leak when closing connections.

Lightly tested.

14 years agossld: Do not crash if not all fds in a message could be received.
Jilles Tjoelker [Sun, 15 Nov 2009 21:41:02 +0000 (22:41 +0100)] 
ssld: Do not crash if not all fds in a message could be received.
Actually fill the mod_ctl_buf_t.nfds field.

14 years agoAutomated merge with ssh://hg.atheme.org//hg/charybdis
William Pitcock [Sun, 25 Oct 2009 02:07:53 +0000 (21:07 -0500)] 
Automated merge with ssh://hg.atheme.org//hg/charybdis

14 years agoIf you're going to censor my jokes, at least do it right.
William Pitcock [Sun, 25 Oct 2009 02:07:41 +0000 (21:07 -0500)] 
If you're going to censor my jokes, at least do it right.

14 years agoNote that blacklist{} only accepts host/reason pairs, no host+host+reason.
Jilles Tjoelker [Sun, 18 Oct 2009 19:08:37 +0000 (21:08 +0200)] 
Note that blacklist{} only accepts host/reason pairs, no host+host+reason.

14 years agoUse full (:n!u@h) prefix for sending ETB from a user to clients.
Jilles Tjoelker [Sat, 19 Sep 2009 22:44:47 +0000 (00:44 +0200)] 
Use full (:n!u@h) prefix for sending ETB from a user to clients.

14 years agoForce part local users (not resv_exempt) on channel resv.
Jilles Tjoelker [Sat, 19 Sep 2009 19:24:35 +0000 (21:24 +0200)] 
Force part local users (not resv_exempt) on channel resv.
A notice will be sent to any force parted users that the channel
is temporarily/permanently unavailable on the server.
A new config option channel::resv_forcepart can be used to disable this.

from ircd-ratbox (dubkat)

14 years agoDisplay o:line "nickname" in global oper-up messages.
William Pitcock [Mon, 13 Jul 2009 17:55:35 +0000 (12:55 -0500)] 
Display o:line "nickname" in global oper-up messages.

14 years agoFix fd passing on FreeBSD/amd64 and possibly Solaris/sparc.
Jilles Tjoelker [Thu, 9 Jul 2009 22:27:01 +0000 (00:27 +0200)] 
Fix fd passing on FreeBSD/amd64 and possibly Solaris/sparc.
The number of file descriptors in the message was not
determined correctly.

15 years agoShow yyerror() parse errors on stderr on startup.
Jilles Tjoelker [Wed, 17 Jun 2009 22:37:19 +0000 (00:37 +0200)] 
Show yyerror() parse errors on stderr on startup.

Noticed by: spb

15 years agoCorrect clone command.
Jilles Tjoelker [Tue, 9 Jun 2009 16:46:40 +0000 (18:46 +0200)] 
Correct clone command.

15 years agoDisallow changing away status via /presence.
Jilles Tjoelker [Wed, 3 Jun 2009 22:01:57 +0000 (00:01 +0200)] 
Disallow changing away status via /presence.
Allowing this desynchronizes clients and servers that
do not know about this extension without good reason.
If you want to allow this, change it to spit out the
usual AWAY protocol.

15 years agoReject presence updates with too long keys, instead of truncating them
Jilles Tjoelker [Wed, 3 Jun 2009 21:49:50 +0000 (23:49 +0200)] 
Reject presence updates with too long keys, instead of truncating them
and causing soft assertion failures. Values are still
silently truncated though.

15 years agoAdd new constants for presence key/value lengths
Jilles Tjoelker [Wed, 3 Jun 2009 21:38:07 +0000 (23:38 +0200)] 
Add new constants for presence key/value lengths
instead of overloading NICKLEN/TOPICLEN.

15 years agoRemove two obsolete constants.
Jilles Tjoelker [Wed, 3 Jun 2009 21:18:07 +0000 (23:18 +0200)] 
Remove two obsolete constants.

15 years agoDo not send two 792 numerics when changing a metadata from one non-empty value to...
Jilles Tjoelker [Wed, 3 Jun 2009 18:44:37 +0000 (20:44 +0200)] 
Do not send two 792 numerics when changing a metadata from one non-empty value to another.

15 years agoCorrect minimum parameter counts for PRESENCE.
Jilles Tjoelker [Wed, 3 Jun 2009 18:03:15 +0000 (20:03 +0200)] 
Correct minimum parameter counts for PRESENCE.

15 years agoENCAPs cannot come from local clients, no need to check.
Jilles Tjoelker [Wed, 3 Jun 2009 17:57:27 +0000 (19:57 +0200)] 
ENCAPs cannot come from local clients, no need to check.

15 years agoRemove special CAP presence handling of /whois away message.
Jilles Tjoelker [Wed, 3 Jun 2009 17:54:49 +0000 (19:54 +0200)] 
Remove special CAP presence handling of /whois away message.
This cannot work because /whois is executed remotely too
and CAPs aren't known remotely.

15 years agopresence: m_presence module: Use safer get_metadata() where appropriate, to avoid...
William Pitcock [Tue, 2 Jun 2009 07:55:45 +0000 (02:55 -0500)] 
presence: m_presence module: Use safer get_metadata() where appropriate, to avoid crash possibilities.

15 years agopresence: send..._with_capability...(): don't send if the client does not have the...
William Pitcock [Tue, 2 Jun 2009 07:48:22 +0000 (02:48 -0500)] 
presence: send..._with_capability...(): don't send if the client does not have the capab but isn't on a channel

15 years agopresence: delete_metadata(): Free from the right heap.
William Pitcock [Tue, 2 Jun 2009 07:46:37 +0000 (02:46 -0500)] 
presence: delete_metadata(): Free from the right heap.

15 years agopresence: Use RPL_WHOISMETADATA.
William Pitcock [Tue, 2 Jun 2009 07:44:31 +0000 (02:44 -0500)] 
presence: Use RPL_WHOISMETADATA.

15 years agopresence: Add _butone() variant of sendto_common_channels_local_with_capability().
William Pitcock [Tue, 2 Jun 2009 07:38:38 +0000 (02:38 -0500)] 
presence: Add _butone() variant of sendto_common_channels_local_with_capability().

15 years agopresence: Broadcast presence changes to peer clients with CLICAP_PRESENCE.
William Pitcock [Tue, 2 Jun 2009 07:36:18 +0000 (02:36 -0500)] 
presence: Broadcast presence changes to peer clients with CLICAP_PRESENCE.

15 years agopresence: Declare RPL_METADATACHG.
William Pitcock [Tue, 2 Jun 2009 07:32:07 +0000 (02:32 -0500)] 
presence: Declare RPL_METADATACHG.

15 years agopresence: Add sendto_common_channels_local_with_capability(), used for broadcasting...
William Pitcock [Tue, 2 Jun 2009 07:28:02 +0000 (02:28 -0500)] 
presence: Add sendto_common_channels_local_with_capability(), used for broadcasting presence updates.

15 years agopresence: Declare RPL_WHOISMETADATA.
William Pitcock [Tue, 2 Jun 2009 07:19:37 +0000 (02:19 -0500)] 
presence: Declare RPL_WHOISMETADATA.

15 years agopresence: If CLICAP_PRESENCE is enabled, then RPL_AWAY is replaced by the "away"...
William Pitcock [Tue, 2 Jun 2009 07:17:42 +0000 (02:17 -0500)] 
presence: If CLICAP_PRESENCE is enabled, then RPL_AWAY is replaced by the "away" keyword in the presence dataset.
As such, only fall back to legacy RPL_AWAY if CLICAP_PRESENCE is not set on source_p.

15 years agopresence: Add CLICAP_PRESENCE.
William Pitcock [Tue, 2 Jun 2009 07:14:44 +0000 (02:14 -0500)] 
presence: Add CLICAP_PRESENCE.
This will enable broadcasting presence updates on channels.

15 years agopresence: Remove no longer used away_heap.
William Pitcock [Tue, 2 Jun 2009 07:08:45 +0000 (02:08 -0500)] 
presence: Remove no longer used away_heap.

15 years agopresence: Replace stagnant free_away() call with delete_metadata(..., "away").
William Pitcock [Tue, 2 Jun 2009 07:06:18 +0000 (02:06 -0500)] 
presence: Replace stagnant free_away() call with delete_metadata(..., "away").

15 years agopresence: Remove user.away, replaced by a metadata entry.
William Pitcock [Tue, 2 Jun 2009 07:03:51 +0000 (02:03 -0500)] 
presence: Remove user.away, replaced by a metadata entry.
Cache the metadata retrieval value where feasible for minimal performance impact.

15 years agopresence: Make set_metadata() erase any old metadata for an entry.
William Pitcock [Tue, 2 Jun 2009 06:53:05 +0000 (01:53 -0500)] 
presence: Make set_metadata() erase any old metadata for an entry.

15 years agopresence: Add get_metadata().
William Pitcock [Tue, 2 Jun 2009 06:50:40 +0000 (01:50 -0500)] 
presence: Add get_metadata().

15 years agopresence: Add m_presence module. This provides an ENCAP s2s interface and lowlevel...
William Pitcock [Tue, 2 Jun 2009 06:45:43 +0000 (01:45 -0500)] 
presence: Add m_presence module.  This provides an ENCAP s2s interface and lowlevel client interface.

15 years agopresence: Add set_metadata() and delete_metadata().
William Pitcock [Tue, 2 Jun 2009 06:41:44 +0000 (01:41 -0500)] 
presence: Add set_metadata() and delete_metadata().

15 years agopresence: Declare RPL_METADATASET and RPL_METADATAREM.
William Pitcock [Tue, 2 Jun 2009 06:32:09 +0000 (01:32 -0500)] 
presence: Declare RPL_METADATASET and RPL_METADATAREM.

15 years agopresence: Declare MetadataEntry struct.
William Pitcock [Tue, 2 Jun 2009 06:29:58 +0000 (01:29 -0500)] 
presence: Declare MetadataEntry struct.

15 years agopresence: Create presence metadata tracking structures where appropriate.
William Pitcock [Sat, 30 May 2009 18:30:57 +0000 (13:30 -0500)] 
presence: Create presence metadata tracking structures where appropriate.

15 years agostruct Client: add a dictionary to contain presence metadata.
William Pitcock [Sat, 30 May 2009 18:17:39 +0000 (13:17 -0500)] 
struct Client: add a dictionary to contain presence metadata.

15 years agoAutomated merge with ssh://hg.atheme.org//hg/charybdis
William Pitcock [Sat, 30 May 2009 18:16:01 +0000 (13:16 -0500)] 
Automated merge with ssh://hg.atheme.org//hg/charybdis

15 years agoAdd irc_dictionary.h to stdinc. I'm lazy.
William Pitcock [Sat, 30 May 2009 18:15:58 +0000 (13:15 -0500)] 
Add irc_dictionary.h to stdinc.  I'm lazy.

15 years agoRemove check_banned_lines() code duplication.
Jilles Tjoelker [Thu, 21 May 2009 21:11:32 +0000 (23:11 +0200)] 
Remove check_banned_lines() code duplication.
We can just call check_dlines(), check_klines() and check_xlines().

15 years agoRemove some obsolete unused definitions.
Jilles Tjoelker [Thu, 21 May 2009 14:01:46 +0000 (16:01 +0200)] 
Remove some obsolete unused definitions.

15 years agoAllow ctcp replies through floodcount after ctcp'ing a large group.
Jilles Tjoelker [Sun, 17 May 2009 18:52:16 +0000 (20:52 +0200)] 
Allow ctcp replies through floodcount after ctcp'ing a large group.

A large group is any $$ or $# or a channel with more than
floodcount/2 local members, checked on each server separately.
Note that floodcount checks are done on the sender's server.

The special treatment is active for 15 seconds.

15 years agoCheck the return value on rb_pipe.
Jilles Tjoelker [Wed, 13 May 2009 20:07:57 +0000 (22:07 +0200)] 
Check the return value on rb_pipe.
from ircd-ratbox (r26515) (androsyn)

15 years agoRemove unused inet_socketpair() code, this is in libratbox now.
Jilles Tjoelker [Tue, 12 May 2009 21:56:28 +0000 (23:56 +0200)] 
Remove unused inet_socketpair() code, this is in libratbox now.

15 years agoMore rb_socketpair() return value checks.
Jilles Tjoelker [Tue, 12 May 2009 21:30:46 +0000 (23:30 +0200)] 
More rb_socketpair() return value checks.
from ircd-ratbox (r26507) (androsyn)

15 years agoReport errors and close the incoming connection if socketpair fails
Jilles Tjoelker [Tue, 12 May 2009 21:18:41 +0000 (23:18 +0200)] 
Report errors and close the incoming connection if socketpair fails
for ssl connections.
from ircd-ratbox (r26503) (androsyn)

15 years agoUpdate copyright years in sgml docs.
Jilles Tjoelker [Fri, 8 May 2009 20:40:18 +0000 (22:40 +0200)] 
Update copyright years in sgml docs.

15 years agoRemove notes about now fixed xline \s bugs from sgml docs.
Jilles Tjoelker [Fri, 8 May 2009 20:37:20 +0000 (22:37 +0200)] 
Remove notes about now fixed xline \s bugs from sgml docs.

15 years agoRewrite perm xlines containing '",' from local opers (to '"\,').
Jilles Tjoelker [Fri, 8 May 2009 12:42:55 +0000 (14:42 +0200)] 
Rewrite perm xlines containing '",' from local opers (to '"\,').
The change also applies to xlines sent to other servers.
Note that the backslash must be supplied in an unxline.
Incoming xlines containing '",' are rejected to avoid
inconsistency between servers.

15 years agoDisallow the sequence '",' in perm xlines,
Jilles Tjoelker [Fri, 8 May 2009 12:27:30 +0000 (14:27 +0200)] 
Disallow the sequence '",' in perm xlines,
it would cause problems with xline.conf.

15 years agoChange \s to space when writing xline.conf, to be compatible with older versions.
Jilles Tjoelker [Fri, 8 May 2009 11:40:09 +0000 (13:40 +0200)] 
Change \s to space when writing xline.conf, to be compatible with older versions.

15 years agoDisallow double quotes in klines.
Jilles Tjoelker [Thu, 7 May 2009 23:50:35 +0000 (01:50 +0200)] 
Disallow double quotes in klines.
These could cause parse problems with kline.conf.

15 years agoDisallow commas in channel resvs.
Jilles Tjoelker [Thu, 7 May 2009 23:23:40 +0000 (01:23 +0200)] 
Disallow commas in channel resvs.
These can never match and could cause parse problems in resv.conf.

15 years agoChange xlines to store spaces as \s.
Jilles Tjoelker [Thu, 7 May 2009 22:21:14 +0000 (00:21 +0200)] 
Change xlines to store spaces as \s.

Spaces in xline.conf files are changed to \s in memory
and recognized on unxline, but are not changed in the
file. New xlines are added to xline.conf files with \s.

xline.conf written by this commit or newer will not work
properly with charybdis older than 1124:131254925f32 (which
introduced \s support in match_esc()).

15 years agoStop changing \s to spaces in masktrace and testmask,
Jilles Tjoelker [Thu, 7 May 2009 21:58:32 +0000 (23:58 +0200)] 
Stop changing \s to spaces in masktrace and testmask,
match_esc() handles \s directly now.

15 years agoMove check for required CAPABs to mr_server -- CAPAB may not be sent.
Jilles Tjoelker [Tue, 21 Apr 2009 16:43:07 +0000 (18:43 +0200)] 
Move check for required CAPABs to mr_server -- CAPAB may not be sent.
Also fix exit message.

15 years agoAllow for capabilities to be marked as "required".
William Pitcock [Mon, 20 Apr 2009 14:36:55 +0000 (09:36 -0500)] 
Allow for capabilities to be marked as "required".
If capability negotiation fails on these capabilities, then the server link is dropped.

15 years agocan_kick hook, based on the ircd-seven one.
William Pitcock [Mon, 20 Apr 2009 14:20:11 +0000 (09:20 -0500)] 
can_kick hook, based on the ircd-seven one.

15 years agoAutomatic branch merge from 'origin/freenode/ircd-seven-merge-to-3.2' to 'trunk'.
William Pitcock [Mon, 20 Apr 2009 13:43:35 +0000 (08:43 -0500)] 
Automatic branch merge from 'origin/freenode/ircd-seven-merge-to-3.2' to 'trunk'.

15 years ago/ is a host character and not a nick character, so make pretty_mask treat it as such
Stephen Bennett [Mon, 20 Apr 2009 13:42:41 +0000 (08:42 -0500)] 
/ is a host character and not a nick character, so make pretty_mask treat it as such

15 years agoAllow / in spoofed hosts
Stephen Bennett [Mon, 20 Apr 2009 13:37:13 +0000 (08:37 -0500)] 
Allow / in spoofed hosts

15 years agoSimplify floodcount checking, it is no longer affected by +g/+R anymore.
Jilles Tjoelker [Sat, 18 Apr 2009 22:04:21 +0000 (00:04 +0200)] 
Simplify floodcount checking, it is no longer affected by +g/+R anymore.

15 years agoUse uid/sid for some ERR_CHANOPRIVSNEEDED if they go to a remote client.
Jilles Tjoelker [Thu, 9 Apr 2009 21:45:35 +0000 (23:45 +0200)] 
Use uid/sid for some ERR_CHANOPRIVSNEEDED if they go to a remote client.

15 years agoFix compilation with --enable-assert=soft.
Jilles Tjoelker [Wed, 8 Apr 2009 19:30:58 +0000 (21:30 +0200)] 
Fix compilation with --enable-assert=soft.

15 years agoRemove some unused variables.
Jilles Tjoelker [Wed, 8 Apr 2009 19:30:34 +0000 (21:30 +0200)] 
Remove some unused variables.

15 years agoAdd description for TB and TOPIC messages.
Jilles Tjoelker [Sun, 29 Mar 2009 20:05:59 +0000 (22:05 +0200)] 
Add description for TB and TOPIC messages.

15 years agoUpdate sgml documentation for +z enhancement.
Jilles Tjoelker [Sun, 29 Mar 2009 16:55:23 +0000 (18:55 +0200)] 
Update sgml documentation for +z enhancement.

15 years agoAdd new topic command ETB, allowing services to set topic+setter+ts always
Jilles Tjoelker [Sun, 29 Mar 2009 15:08:42 +0000 (17:08 +0200)] 
Add new topic command ETB, allowing services to set topic+setter+ts always
(provided channelTS != 0).

ETB is controlled by the EOPMOD capab. Fairly complicated
stuff is needed for older servers.

ETB can come from clients or servers, but at this time it
should only be sent from clients, as otherwise it is not
always possible to update older servers.

15 years agoApply +z to messages blocked by +b and +q as well.
Jilles Tjoelker [Sun, 29 Mar 2009 13:48:07 +0000 (15:48 +0200)] 
Apply +z to messages blocked by +b and +q as well.
This adds a new server capab EOPMOD which will be used
for an extended topic command also.

15 years agoMention that @#chan/+#chan requires CHW capab.
Jilles Tjoelker [Sun, 29 Mar 2009 13:04:17 +0000 (15:04 +0200)] 
Mention that @#chan/+#chan requires CHW capab.

15 years agoAdd GUNGLINE to protocol documentation (efnet only, not in charybdis).
Jilles Tjoelker [Tue, 24 Mar 2009 23:34:12 +0000 (00:34 +0100)] 
Add GUNGLINE to protocol documentation (efnet only, not in charybdis).

15 years agoNo profanity.
Jilles Tjoelker [Fri, 13 Mar 2009 18:36:49 +0000 (19:36 +0100)] 
No profanity.

15 years agoOur IRC oper messages are now as enhanced as enhanced interrogation techniques.
William Pitcock [Mon, 9 Mar 2009 02:06:33 +0000 (21:06 -0500)] 
Our IRC oper messages are now as enhanced as enhanced interrogation techniques.

15 years agoAdd /rehash throttles to help file.
Jilles Tjoelker [Sun, 8 Mar 2009 15:45:09 +0000 (16:45 +0100)] 
Add /rehash throttles to help file.

15 years agorehash bans: show mask in k/x line over-ruled notice
Jilles Tjoelker [Sun, 8 Mar 2009 13:31:50 +0000 (14:31 +0100)] 
rehash bans: show mask in k/x line over-ruled notice
This was already shown in the over-ruled notices on k/x line add.

15 years agorehash bans: still check k/x lines for users exempt from dlines
Jilles Tjoelker [Sun, 8 Mar 2009 12:30:30 +0000 (13:30 +0100)] 
rehash bans: still check k/x lines for users exempt from dlines

15 years agoUse ratbox's match_esc(), this allows \s for space.
Jilles Tjoelker [Sun, 8 Mar 2009 01:14:26 +0000 (02:14 +0100)] 
Use ratbox's match_esc(), this allows \s for space.

15 years agoDo not send "<blah> is rehashing <blah>" notices to the remote oper.
Jilles Tjoelker [Sat, 7 Mar 2009 15:57:58 +0000 (16:57 +0100)] 
Do not send "<blah> is rehashing <blah>" notices to the remote oper.

15 years agoFix close detection with ssl+zip, porting more code from ircd-ratbox.
Jilles Tjoelker [Sat, 7 Mar 2009 02:23:17 +0000 (03:23 +0100)] 
Fix close detection with ssl+zip, porting more code from ircd-ratbox.
This tells the SSL ssld to report connection closure to ircd
using the new fd.

15 years agoAllow /rehash throttles to clear throttling.
Jilles Tjoelker [Sat, 7 Mar 2009 00:49:09 +0000 (01:49 +0100)] 
Allow /rehash throttles to clear throttling.

15 years agoRework remote rehash messages to apply to all server notices during rehash.
Jilles Tjoelker [Sat, 7 Mar 2009 00:27:05 +0000 (01:27 +0100)] 
Rework remote rehash messages to apply to all server notices during rehash.
Previously various notices such as those applying
to modules were not sent to the remote oper.

15 years agossld: Do not do redundant rb_setselect().
Jilles Tjoelker [Tue, 3 Mar 2009 21:32:18 +0000 (22:32 +0100)] 
ssld: Do not do redundant rb_setselect().
Apparently solaris devpoll/ports may have a problem
with this.
from ircd-ratbox (androsyn)

15 years agoRemove unused declaration.
Jilles Tjoelker [Tue, 3 Mar 2009 21:26:45 +0000 (22:26 +0100)] 
Remove unused declaration.

15 years agoCorrect WHOX overflow check so it also works for fields other than the last.
Jilles Tjoelker [Sun, 1 Mar 2009 00:58:53 +0000 (01:58 +0100)] 
Correct WHOX overflow check so it also works for fields other than the last.
Found with llvm static analyzer.

15 years agoRemove some unused variables.
Jilles Tjoelker [Sun, 1 Mar 2009 00:53:40 +0000 (01:53 +0100)] 
Remove some unused variables.
Found with llvm static analyzer.

15 years agoDocument efnet-style GLINE protocol.
Jilles Tjoelker [Sun, 1 Mar 2009 00:03:58 +0000 (01:03 +0100)] 
Document efnet-style GLINE protocol.

15 years agoImport new mkpasswd from ircd-ratbox.
Jilles Tjoelker [Sat, 21 Feb 2009 23:59:16 +0000 (00:59 +0100)] 
Import new mkpasswd from ircd-ratbox.
This now uses libratbox.