]> jfr.im git - irc/rqf/shadowircd.git/log
irc/rqf/shadowircd.git
16 years agoPull in libratbox from ircd-ratbox-3.0.0beta1 and integrate into the build system.
William Pitcock [Tue, 1 Apr 2008 16:52:26 +0000 (11:52 -0500)] 
Pull in libratbox from ircd-ratbox-3.0.0beta1 and integrate into the build system.

16 years agoAllow ENCAP GCAP to be reused to broadcast capability changes to the network.
William Pitcock [Tue, 1 Apr 2008 16:45:46 +0000 (11:45 -0500)] 
Allow ENCAP GCAP to be reused to broadcast capability changes to the network.
This means that modules can now be added which change CAPs.

16 years agoClarify last sentence in that help file.
Jilles Tjoelker [Sun, 30 Mar 2008 22:42:04 +0000 (00:42 +0200)] 
Clarify last sentence in that help file.

16 years agoMove PRIVS command from extensions to modules (shows effective oper privs).
Jilles Tjoelker [Sun, 30 Mar 2008 22:39:14 +0000 (00:39 +0200)] 
Move PRIVS command from extensions to modules (shows effective oper privs).

16 years agoUse ERR_DISABLED in CHGHOST and STATS e.
Jilles Tjoelker [Sun, 30 Mar 2008 18:02:55 +0000 (20:02 +0200)] 
Use ERR_DISABLED in CHGHOST and STATS e.

16 years agoAdd ERR_DISABLED (517) from ircu.
Jilles Tjoelker [Sun, 30 Mar 2008 17:56:20 +0000 (19:56 +0200)] 
Add ERR_DISABLED (517) from ircu.

16 years agoSome tweaks, apparently you can have multiple <author> tags now.
William Pitcock [Sun, 30 Mar 2008 06:54:14 +0000 (01:54 -0500)] 
Some tweaks, apparently you can have multiple <author> tags now.

16 years agoUnbreak /quote help stats as an oper (all where oper and user help are different).
Jilles Tjoelker [Sat, 29 Mar 2008 22:38:22 +0000 (23:38 +0100)] 
Unbreak /quote help stats as an oper (all where oper and user help are different).
Remove symlink optimization, so helpfiles equal for
opers and users are loaded into memory twice, which
is not an issue.

16 years agoUse ERR_NOPRIVS when an oper is not allowed to see admin-only /stats.
Jilles Tjoelker [Sat, 29 Mar 2008 22:09:45 +0000 (23:09 +0100)] 
Use ERR_NOPRIVS when an oper is not allowed to see admin-only /stats.
This includes opers without the admin flag and admins on other servers.

16 years agoFix type mismatch with format string.
Jilles Tjoelker [Sat, 29 Mar 2008 20:56:15 +0000 (21:56 +0100)] 
Fix type mismatch with format string.
Could have broken on some 64-bit machines.

16 years agoNote that +i must be included in default_umodes.
Jilles Tjoelker [Sat, 29 Mar 2008 20:37:12 +0000 (21:37 +0100)] 
Note that +i must be included in default_umodes.

16 years agoAdd force_user_invis extension from charybdis+sn.
Jilles Tjoelker [Sat, 29 Mar 2008 20:36:39 +0000 (21:36 +0100)] 
Add force_user_invis extension from charybdis+sn.
Forces nonopers +i.

16 years agoFix compiler warning.
Jilles Tjoelker [Sat, 29 Mar 2008 20:36:11 +0000 (21:36 +0100)] 
Fix compiler warning.

16 years agoFix Invalid CAP subcommand error if the user has no nick.
Jilles Tjoelker [Tue, 18 Mar 2008 22:47:37 +0000 (23:47 +0100)] 
Fix Invalid CAP subcommand error if the user has no nick.

16 years agoCleanups to 005 code, from ratbox (androsyn).
Jilles Tjoelker [Tue, 18 Mar 2008 22:28:03 +0000 (23:28 +0100)] 
Cleanups to 005 code, from ratbox (androsyn).

16 years agotarget change: use fnv32 hash of UID instead of pointer to identify clients
Jilles Tjoelker [Sat, 15 Mar 2008 23:39:49 +0000 (00:39 +0100)] 
target change: use fnv32 hash of UID instead of pointer to identify clients
This way, the information remains valid after a split.
For clients on TS5 servers, the nick is used; this is
not much of a problem because these are on pseudoservers
and not assumed to change nick much at all.

16 years agoGenerate include/serno.h from the hg revision data.
Jilles Tjoelker [Wed, 12 Mar 2008 17:44:47 +0000 (18:44 +0100)] 
Generate include/serno.h from the hg revision data.
The code is inspired by the code in atheme-services, but
* it uses 'hg parents' instead of 'hg tip' so it will
  also work if the working directory is not updated
  to the latest version in the local repository
* the format is different (date-shorthash instead of
  revnum:shorthash)
* some sort of serno.h is always generated, be it
  "unknown" only

16 years agoHide cmode +r from 005 if there is no service{} block.
Jilles Tjoelker [Tue, 11 Mar 2008 22:56:23 +0000 (23:56 +0100)] 
Hide cmode +r from 005 if there is no service{} block.

16 years agosgml docs: mention that connect::topicburst is now enabled by default
Jilles Tjoelker [Tue, 11 Mar 2008 20:58:13 +0000 (21:58 +0100)] 
sgml docs: mention that connect::topicburst is now enabled by default

16 years agoClearer error messages for failed joins.
Jilles Tjoelker [Tue, 11 Mar 2008 18:48:58 +0000 (19:48 +0100)] 
Clearer error messages for failed joins.

16 years agoShow some target change statistics in /stats t.
Jilles Tjoelker [Sun, 2 Mar 2008 16:03:56 +0000 (17:03 +0100)] 
Show some target change statistics in /stats t.
- the number of messages blocked by target change on
  this server since it was started
- the number of IPs currently subject to a a lower
  target limit on this server (these expire over time)

16 years agoUpdate copyright year in sgml documentation.
Jilles Tjoelker [Fri, 29 Feb 2008 19:18:09 +0000 (20:18 +0100)] 
Update copyright year in sgml documentation.

16 years agoAdd more details to stats in sgml docs.
Jilles Tjoelker [Fri, 29 Feb 2008 16:10:20 +0000 (17:10 +0100)] 
Add more details to stats in sgml docs.

16 years agoUpdate docs for change to masked stats k/K.
Jilles Tjoelker [Fri, 29 Feb 2008 15:27:55 +0000 (16:27 +0100)] 
Update docs for change to masked stats k/K.

16 years agoRemove CHFL_DEOPPED entirely.
William Pitcock [Wed, 27 Feb 2008 20:08:27 +0000 (14:08 -0600)] 
Remove CHFL_DEOPPED entirely.
Since charybdis 2.3 will require TS6, emulating legacy semantics is
unnecessary.

16 years agoRemove CHFL_DEOPPED check from TMODE.
Jilles Tjoelker [Sun, 24 Feb 2008 23:05:15 +0000 (00:05 +0100)] 
Remove CHFL_DEOPPED check from TMODE.
This check sometimes blocks oper overrides (OMODE).
It does not stop any hacks that the channelTS check
already stops, because CHFL_DEOPPED is only set when
this server ignored an @ in an incoming SJOIN (the
SJOIN is then propagated without the @) and this
can only be because of a TS difference.

16 years agoFix a UID leak.
Jilles Tjoelker [Mon, 4 Feb 2008 22:56:13 +0000 (23:56 +0100)] 
Fix a UID leak.

16 years agoDefault connect::flags topicburst to true.
Jilles Tjoelker [Sat, 2 Feb 2008 16:15:34 +0000 (17:15 +0100)] 
Default connect::flags topicburst to true.
Use ~topicburst if you must disable it.

16 years agoUpdate /stats z for removal of struct User from whowas.
Jilles Tjoelker [Tue, 22 Jan 2008 21:07:11 +0000 (22:07 +0100)] 
Update /stats z for removal of struct User from whowas.
This was done in hybrid 5 or earlier...

16 years agosend_linebuf_remote(): Remove broken and useless ghost check that can never happen.
Jilles Tjoelker [Thu, 17 Jan 2008 00:06:32 +0000 (01:06 +0100)] 
send_linebuf_remote(): Remove broken and useless ghost check that can never happen.

Reasoning why it never does anything:
- the to = to->from line makes sure that MyConnect(to)
- then IsPerson(to) && (to == from->from) implies that to == from
- so MyClient(to)
- which cannot happen because it also wants that !MyClient(from)

Originally, the to = to->from line was below, and it did a
fake direction check, killing a client if servers could be
confused about it. The kill cannot do any good with TS6.

The fake direction check is and was performed by the
callers of send_linebuf_remote().

16 years agoFix some split servers not appearing in oper /map.
Jilles Tjoelker [Wed, 16 Jan 2008 18:53:42 +0000 (19:53 +0100)] 
Fix some split servers not appearing in oper /map.
Needed another scache_split() call, in qs_server().

16 years agoRemove silly a2client_p, entirely pointless since User.server removal.
Jilles Tjoelker [Mon, 14 Jan 2008 22:59:46 +0000 (23:59 +0100)] 
Remove silly a2client_p, entirely pointless since User.server removal.
(and was pointless since Client.servptr was introduced)

16 years agokline_exempt does not exempt from D:lines, so don't tell user it does.
Jilles Tjoelker [Sun, 6 Jan 2008 16:41:59 +0000 (17:41 +0100)] 
kline_exempt does not exempt from D:lines, so don't tell user it does.

16 years agoPRIVS: Show name of operator block.
Jilles Tjoelker [Sun, 6 Jan 2008 14:29:54 +0000 (15:29 +0100)] 
PRIVS: Show name of operator block.
Change the "O" to "operator:<name>".

16 years agoRemove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits).
Jilles Tjoelker [Sat, 5 Jan 2008 23:16:57 +0000 (00:16 +0100)] 
Remove FLAGS2_NOLIMIT (IsExemptLimits/SetExemptLimits).
This only has an effect at connection time, and the
ConfItem flag suffices for that.

16 years agoAdd two missing colons for sendto_one_notice().
Jilles Tjoelker [Sat, 5 Jan 2008 23:12:51 +0000 (00:12 +0100)] 
Add two missing colons for sendto_one_notice().

16 years agoAdd PRIVS extension, a command that shows oper and some auth{} privileges.
Jilles Tjoelker [Sat, 5 Jan 2008 22:59:43 +0000 (23:59 +0100)] 
Add PRIVS extension, a command that shows oper and some auth{} privileges.

16 years agoflag_table -> oper_table (more descriptive name)
Jilles Tjoelker [Sat, 5 Jan 2008 21:51:09 +0000 (22:51 +0100)] 
flag_table -> oper_table (more descriptive name)

16 years agoIf stats k is masked for nonopers, treat stats k and K the same.
Jilles Tjoelker [Sat, 5 Jan 2008 16:00:00 +0000 (17:00 +0100)] 
If stats k is masked for nonopers, treat stats k and K the same.
There is no point in forcing two stats requests for just
one line of information.

16 years agoUse a more expected value for SHARED_TRESV.
Jilles Tjoelker [Sat, 5 Jan 2008 13:58:13 +0000 (14:58 +0100)] 
Use a more expected value for SHARED_TRESV.

16 years agoShow full flag name, not letter, when refusing to set umode +s +n or +a.
Jilles Tjoelker [Sat, 5 Jan 2008 00:37:03 +0000 (01:37 +0100)] 
Show full flag name, not letter, when refusing to set umode +s +n or +a.

16 years agosgml docs: kline_exempt does not exempt from D:lines in any way
Jilles Tjoelker [Fri, 4 Jan 2008 23:52:02 +0000 (00:52 +0100)] 
sgml docs: kline_exempt does not exempt from D:lines in any way

16 years agoSend a rate-limited server notice if a blacklist gives a non-127.0.0.x reply.
Jilles Tjoelker [Fri, 4 Jan 2008 23:38:23 +0000 (00:38 +0100)] 
Send a rate-limited server notice if a blacklist gives a non-127.0.0.x reply.

16 years agoVarious updates to the INSTALL document.
Jilles Tjoelker [Fri, 4 Jan 2008 17:50:46 +0000 (18:50 +0100)] 
Various updates to the INSTALL document.

16 years agoconfig.h: remove some obsolete options, move MAX_BUFFER to tunable section
Jilles Tjoelker [Fri, 4 Jan 2008 17:42:59 +0000 (18:42 +0100)] 
config.h: remove some obsolete options, move MAX_BUFFER to tunable section

16 years agoOverwrite config.h.dist with config.h.
Jilles Tjoelker [Fri, 4 Jan 2008 17:33:36 +0000 (18:33 +0100)] 
Overwrite config.h.dist with config.h.
config.h.dist serves no purpose other than a backup copy
for local changes to config.h

16 years agoCharybdis does not have --enable-services, it is always enabled.
Jilles Tjoelker [Fri, 4 Jan 2008 16:29:15 +0000 (17:29 +0100)] 
Charybdis does not have --enable-services, it is always enabled.

16 years agoUpdate some copyright years.
Jilles Tjoelker [Wed, 2 Jan 2008 21:34:29 +0000 (22:34 +0100)] 
Update some copyright years.

16 years agoOnly accept 127.0.0.x as a dnsbl listing.
Jilles Tjoelker [Wed, 2 Jan 2008 21:32:09 +0000 (22:32 +0100)] 
Only accept 127.0.0.x as a dnsbl listing.

16 years agoUpdate main copyright year.
Jilles Tjoelker [Tue, 1 Jan 2008 23:09:50 +0000 (00:09 +0100)] 
Update main copyright year.

16 years agoInclude time the k/d line was set in the reason when reading ban confs.
Jilles Tjoelker [Tue, 1 Jan 2008 23:06:08 +0000 (00:06 +0100)] 
Include time the k/d line was set in the reason when reading ban confs.
This correspond to what happens when a kline or dline is set.

16 years agoRemove idle time checking (auto disconnecting users idle too long).
Jilles Tjoelker [Tue, 1 Jan 2008 22:04:34 +0000 (23:04 +0100)] 
Remove idle time checking (auto disconnecting users idle too long).

16 years agoDocument special characters in stats i/testmask in sgml.
Jilles Tjoelker [Tue, 1 Jan 2008 21:40:22 +0000 (22:40 +0100)] 
Document special characters in stats i/testmask in sgml.

16 years agoSTATS I and TESTMASK: Show some more auth{} flags.
Jilles Tjoelker [Tue, 1 Jan 2008 20:54:27 +0000 (21:54 +0100)] 
STATS I and TESTMASK: Show some more auth{} flags.
flood_exempt (|), dnsbl_exempt ($), gline_exempt (_)
All these are only shown to opers.

16 years agoFix a crash when connecting to a server.
Jilles Tjoelker [Tue, 1 Jan 2008 17:47:10 +0000 (18:47 +0100)] 
Fix a crash when connecting to a server.

16 years agoSTATS I: Show spoofed auth{} blocks and ^<> flags to remote opers also.
Jilles Tjoelker [Tue, 1 Jan 2008 17:25:04 +0000 (18:25 +0100)] 
STATS I: Show spoofed auth{} blocks and ^<> flags to remote opers also.

16 years agoFix a crash after a local client exits.
Jilles Tjoelker [Tue, 1 Jan 2008 17:15:56 +0000 (18:15 +0100)] 
Fix a crash after a local client exits.

16 years agoRemove various obsolete ConfItem statuses (types) and flags.
Jilles Tjoelker [Tue, 1 Jan 2008 15:06:59 +0000 (16:06 +0100)] 
Remove various obsolete ConfItem statuses (types) and flags.

16 years agoRemove long obsolete comment.
Jilles Tjoelker [Fri, 28 Dec 2007 22:23:15 +0000 (23:23 +0100)] 
Remove long obsolete comment.

16 years agoReplace int fd; in local client object with an fde object.
William Pitcock [Fri, 28 Dec 2007 21:06:33 +0000 (15:06 -0600)] 
Replace int fd; in local client object with an fde object.

16 years agoUse connect_timeout for handshakes; add snote and log when they time out.
Jilles Tjoelker [Fri, 28 Dec 2007 15:38:39 +0000 (16:38 +0100)] 
Use connect_timeout for handshakes; add snote and log when they time out.

16 years agoRemove code for unregistered clients from check_pings_list()
Jilles Tjoelker [Fri, 28 Dec 2007 15:17:39 +0000 (16:17 +0100)] 
Remove code for unregistered clients from check_pings_list()
because it is only called for lists of registered clients.

16 years agoMore helpful ERROR server notices.
Jilles Tjoelker [Fri, 28 Dec 2007 00:31:56 +0000 (01:31 +0100)] 
More helpful ERROR server notices.
- Do not use hide_error_messages for certain "safe" ERRORs.
- If hide_error_messages hides an ERROR from a handshake,
  send a server notice anyway, but without the message
  text.
- Send server notices about ERRORs from handshakes network
  wide if it was a remote connect.

16 years agoMake remote numerics to channels work.
Jilles Tjoelker [Wed, 26 Dec 2007 21:46:43 +0000 (22:46 +0100)] 
Make remote numerics to channels work.
Note that +D clients do not get these.  This is consistent
with how ircu treats remote numerics and with how we treat
server notices from other servers, but not with how locally
generated notices and numerics are sent also to +D clients.

16 years agoNever allow a duplicate kline; always allow a wider kline.
Jilles Tjoelker [Tue, 25 Dec 2007 23:51:22 +0000 (00:51 +0100)] 
Never allow a duplicate kline; always allow a wider kline.
Duplicate klines are now disallowed regardless of
no_redundant_klines.  There is a somewhat hackish check
to see if the new kline is wider than the existing one.

16 years agoWhen removing a temp kline, show removed mask, not given mask.
Jilles Tjoelker [Tue, 25 Dec 2007 23:18:22 +0000 (00:18 +0100)] 
When removing a temp kline, show removed mask, not given mask.
Example: when temp klining 10.0.0.0/16 and unklining 10.0.0.1/16,
it showed 10.0.0.1/16 being removed before, and shows
10.0.0.0/16 now.

16 years agoSend a few more snotes about remote connects netwide.
Jilles Tjoelker [Tue, 25 Dec 2007 15:19:54 +0000 (16:19 +0100)] 
Send a few more snotes about remote connects netwide.
(bad password for server, SID exists)

16 years agoAdd chm_quietunreg_compat extension, makes cmode +-R an alias for +-q $~a.
Jilles Tjoelker [Tue, 25 Dec 2007 12:56:05 +0000 (13:56 +0100)] 
Add chm_quietunreg_compat extension, makes cmode +-R an alias for +-q $~a.

16 years agoAdd no_locops extension to disable LOCOPS (force everyone -l).
Jilles Tjoelker [Tue, 25 Dec 2007 12:27:41 +0000 (13:27 +0100)] 
Add no_locops extension to disable LOCOPS (force everyone -l).

16 years agoUse "SID Exists" instead of "Server Exists" where appropriate.
Jilles Tjoelker [Tue, 25 Dec 2007 00:16:18 +0000 (01:16 +0100)] 
Use "SID Exists" instead of "Server Exists" where appropriate.

16 years agoConsolidate duplicate channel mode flags tables to one.
Jilles Tjoelker [Tue, 25 Dec 2007 00:00:20 +0000 (01:00 +0100)] 
Consolidate duplicate channel mode flags tables to one.

16 years agoMake the notable TS delta snote netwide as this may screw up the entire network.
Jilles Tjoelker [Mon, 24 Dec 2007 23:18:34 +0000 (00:18 +0100)] 
Make the notable TS delta snote netwide as this may screw up the entire network.

16 years agoPut full detail in the SQUIT reason for invalid TS version or excessive TS delta.
Jilles Tjoelker [Mon, 24 Dec 2007 23:16:26 +0000 (00:16 +0100)] 
Put full detail in the SQUIT reason for invalid TS version or excessive TS delta.

16 years agoRemove "<server> had been connected for <time>" snote.
Jilles Tjoelker [Mon, 24 Dec 2007 22:29:01 +0000 (23:29 +0100)] 
Remove "<server> had been connected for <time>" snote.
For registered servers, it is entirely redundant with the
"<server> was connected for <time>.  <traffic>" snote, and
only sent for some ways of closing; for handshakes, you
already know that it had not been connected for long.

16 years agoMake the other notices to snomask +b network wide.
Jilles Tjoelker [Mon, 24 Dec 2007 21:43:47 +0000 (22:43 +0100)] 
Make the other notices to snomask +b network wide.
(with the exception of flooding on an &channel)

16 years agoDocument the mass_notice oper privilege.
Jilles Tjoelker [Mon, 24 Dec 2007 21:04:18 +0000 (22:04 +0100)] 
Document the mass_notice oper privilege.

16 years agoDocument the resv oper privilege.
Jilles Tjoelker [Mon, 24 Dec 2007 20:59:21 +0000 (21:59 +0100)] 
Document the resv oper privilege.

16 years agoAdd mass_notice oper priv, enabled by default for compatibility.
Jilles Tjoelker [Mon, 24 Dec 2007 20:47:05 +0000 (21:47 +0100)] 
Add mass_notice oper priv, enabled by default for compatibility.
Controls /wallops and masked notices/privmsgs.

16 years agoRearrange flags2 to make room for 3 more oper privileges.
Jilles Tjoelker [Mon, 24 Dec 2007 20:16:19 +0000 (21:16 +0100)] 
Rearrange flags2 to make room for 3 more oper privileges.

16 years agoMove various flags from flags2 to flags.
Jilles Tjoelker [Mon, 24 Dec 2007 19:58:55 +0000 (20:58 +0100)] 
Move various flags from flags2 to flags.

16 years agoRemove various unused macros.
Jilles Tjoelker [Mon, 24 Dec 2007 19:40:12 +0000 (20:40 +0100)] 
Remove various unused macros.

16 years agoRemove unused CONF_FLAGS_DO_IDENTD and FLAGS_NEEDID.
Jilles Tjoelker [Mon, 24 Dec 2007 19:32:41 +0000 (20:32 +0100)] 
Remove unused CONF_FLAGS_DO_IDENTD and FLAGS_NEEDID.

16 years agoRemove unused flag FLAGS_CHKACCESS.
Jilles Tjoelker [Mon, 24 Dec 2007 19:26:39 +0000 (20:26 +0100)] 
Remove unused flag FLAGS_CHKACCESS.

16 years agoBranch merge.
Jilles Tjoelker [Mon, 24 Dec 2007 17:24:49 +0000 (18:24 +0100)] 
Branch merge.

16 years agoRemove dot_in_ip6_addr config option.
Jilles Tjoelker [Mon, 24 Dec 2007 17:24:23 +0000 (18:24 +0100)] 
Remove dot_in_ip6_addr config option.

16 years agoupdate IDEAS for suggestions on how you can help with the I/O refactoring.
William Pitcock [Sat, 22 Dec 2007 22:38:09 +0000 (16:38 -0600)] 
update IDEAS for suggestions on how you can help with the I/O refactoring.

16 years agocomm_locate_fd(), not comm_lookup_fd().
William Pitcock [Sat, 22 Dec 2007 22:30:06 +0000 (16:30 -0600)] 
comm_locate_fd(), not comm_lookup_fd().

16 years agolinebuf_flush(): use fde_t's.
William Pitcock [Sat, 22 Dec 2007 22:28:05 +0000 (16:28 -0600)] 
linebuf_flush(): use fde_t's.

16 years agoMake fde raw I/O functions act on the FDE object, not the FD directly.
William Pitcock [Sat, 22 Dec 2007 22:15:09 +0000 (16:15 -0600)] 
Make fde raw I/O functions act on the FDE object, not the FD directly.

16 years agowtf mercurial, tbh.
William Pitcock [Sat, 22 Dec 2007 22:08:34 +0000 (16:08 -0600)] 
wtf mercurial, tbh.

16 years agoAutomated merge with ssh://hg.atheme.org//hg/charybdis
William Pitcock [Sat, 22 Dec 2007 22:06:35 +0000 (16:06 -0600)] 
Automated merge with ssh://hg.atheme.org//hg/charybdis

16 years ago- add IOReadFunc and IOWriteFunc types.
William Pitcock [Sat, 22 Dec 2007 22:05:51 +0000 (16:05 -0600)] 
- add IOReadFunc and IOWriteFunc types.
- add fde::read_impl, fde::write_impl.
  (defaults to read(2) and write(2) with raw FDs at the moment;
   this will be revised to act on the fde later.)

16 years agoFix includes.
William Pitcock [Sat, 22 Dec 2007 20:24:00 +0000 (14:24 -0600)] 
Fix includes.

16 years agoAutomated merge with ssh://hg.atheme.org//hg/charybdis
William Pitcock [Sat, 22 Dec 2007 20:05:45 +0000 (14:05 -0600)] 
Automated merge with ssh://hg.atheme.org//hg/charybdis

16 years agoAdd some GNUTLS helper code.
William Pitcock [Sat, 22 Dec 2007 20:05:03 +0000 (14:05 -0600)] 
Add some GNUTLS helper code.

16 years agoIt is ok to send 402 to local clients for any hunt_server operation.
Jilles Tjoelker [Fri, 21 Dec 2007 23:20:54 +0000 (00:20 +0100)] 
It is ok to send 402 to local clients for any hunt_server operation.

16 years agoagain, fbfile.c hasn't existed in a long time.
William Pitcock [Fri, 21 Dec 2007 17:14:08 +0000 (11:14 -0600)] 
again, fbfile.c hasn't existed in a long time.

16 years agofbfile.c hasn't existed in a long time.
William Pitcock [Fri, 21 Dec 2007 17:13:49 +0000 (11:13 -0600)] 
fbfile.c hasn't existed in a long time.

16 years agoRemove rfc1459, because IETF documentation does not contain any permission notices...
William Pitcock [Fri, 21 Dec 2007 17:09:55 +0000 (11:09 -0600)] 
Remove rfc1459, because IETF documentation does not contain any permission notices allowing modification.

16 years agoWe need to do that in another spot. Yuck.
William Pitcock [Thu, 20 Dec 2007 22:59:52 +0000 (16:59 -0600)] 
We need to do that in another spot. Yuck.