rubiks-ircd.git
20 years ago*** empty log message *** rubiks-ircd-1-0-1
Matthew Mondor [Wed, 16 Mar 2005 19:54:45 +0000 (19:54 +0000)]
*** empty log message ***

20 years agofixed ssl channel bug across multiple servers
Matthew Wiggins [Wed, 16 Mar 2005 19:12:16 +0000 (19:12 +0000)]
fixed ssl channel bug across multiple servers

20 years agofixed couple opf snafu
Matthew Wiggins [Tue, 8 Mar 2005 15:41:41 +0000 (15:41 +0000)]
fixed couple opf snafu

20 years ago*** empty log message ***
Matthew Wiggins [Mon, 7 Mar 2005 21:06:50 +0000 (21:06 +0000)]
*** empty log message ***

20 years agomisc release updates
Matthew Wiggins [Mon, 7 Mar 2005 20:31:43 +0000 (20:31 +0000)]
misc release updates

20 years agoAdded the scripts from fqircd to build SSL certificate in makefile
Matthew Wiggins [Mon, 7 Mar 2005 19:42:04 +0000 (19:42 +0000)]
Added the scripts from fqircd to build SSL certificate in makefile

20 years agoUnapplied COLORED_NICK patch
Matthew Wiggins [Mon, 7 Mar 2005 19:14:49 +0000 (19:14 +0000)]
Unapplied COLORED_NICK patch

20 years agomade remote msg hooks more robust
Matthew Wiggins [Wed, 19 Jan 2005 22:05:45 +0000 (22:05 +0000)]
made remote msg hooks more robust

20 years agosimple module example showing how to use new remotemsg hook...
Matthew Wiggins [Sat, 15 Jan 2005 23:38:00 +0000 (23:38 +0000)]
simple module example showing how to use new remotemsg hook...

20 years agoAdded an extra hook (and #ifdef), MODULE_HOOK_REMOTEMSG
Matthew Wiggins [Sat, 15 Jan 2005 23:35:03 +0000 (23:35 +0000)]
Added an extra hook (and #ifdef), MODULE_HOOK_REMOTEMSG
 in m_message() CHOOK_MSG fires if MyClient(sender) if not CHOOK_REMOTEMSG fires

20 years agore: ssl, fakehost
Matthew Wiggins [Fri, 14 Jan 2005 23:28:09 +0000 (23:28 +0000)]
re: ssl, fakehost
Reflected changes made to parsing engine in reference.conf
examples in template.conf

20 years agoSet proper version
Matthew Mondor [Fri, 14 Jan 2005 22:51:30 +0000 (22:51 +0000)]
Set proper version

20 years agoAdvertize proper version
Matthew Mondor [Fri, 14 Jan 2005 22:50:55 +0000 (22:50 +0000)]
Advertize proper version

20 years ago*** empty log message ***
Matthew Mondor [Fri, 14 Jan 2005 22:38:32 +0000 (22:38 +0000)]
*** empty log message ***

20 years agoMore default options fixing for rubiks network
Matthew Mondor [Fri, 14 Jan 2005 13:47:07 +0000 (13:47 +0000)]
More default options fixing for rubiks network

20 years agoAdded AOPER_AUTO to allow SA opers to automatically be set UMODE +Aa
Matthew Mondor [Fri, 14 Jan 2005 13:15:33 +0000 (13:15 +0000)]
Added AOPER_AUTO to allow SA opers to automatically be set UMODE +Aa

20 years ago*** empty log message ***
Matthew Wiggins [Fri, 14 Jan 2005 09:33:35 +0000 (09:33 +0000)]
*** empty log message ***

20 years agomade SEND_UMODES sane with SSL (config.h)
Matthew Wiggins [Fri, 14 Jan 2005 07:50:01 +0000 (07:50 +0000)]
made SEND_UMODES sane with SSL (config.h)
fixed channel +S vulnerabilities (channel.c)
fixed umode +S vulnerability (s_user.c)

20 years agoWe don't want SHOW_HEADERS on rubiks
Matthew Mondor [Fri, 14 Jan 2005 06:26:00 +0000 (06:26 +0000)]
We don't want SHOW_HEADERS on rubiks

20 years agoFixed bug related to !DO_IDENTD && NO_TILDE
Matthew Mondor [Fri, 14 Jan 2005 06:14:28 +0000 (06:14 +0000)]
Fixed bug related to !DO_IDENTD && NO_TILDE

20 years agoAdded NO_TILDE in include/config.h with corresponding conditional in code
Matthew Mondor [Fri, 14 Jan 2005 05:45:06 +0000 (05:45 +0000)]
Added NO_TILDE in include/config.h with corresponding conditional in code
to prevent prefixing tildes to usernames without idents

20 years ago*** empty log message ***
Matthew Mondor [Fri, 14 Jan 2005 03:57:54 +0000 (03:57 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Matthew Mondor [Fri, 14 Jan 2005 03:51:20 +0000 (03:51 +0000)]
*** empty log message ***

20 years agoMinor cleanup
Matthew Mondor [Fri, 14 Jan 2005 01:35:58 +0000 (01:35 +0000)]
Minor cleanup

20 years agoPermits to track changes between official bahamut releases and rubiks ones
Matthew Mondor [Thu, 13 Jan 2005 11:05:01 +0000 (11:05 +0000)]
Permits to track changes between official bahamut releases and rubiks ones

20 years agoMake distclean used to forget to get rid of zlib/Makefile zlib/zconf.h
Matthew Mondor [Thu, 13 Jan 2005 10:46:42 +0000 (10:46 +0000)]
Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h

20 years agoAdded OpenSSL support, ported from diff distributed against 1.4.x bahamut
Matthew Mondor [Thu, 13 Jan 2005 10:38:30 +0000 (10:38 +0000)]
Added OpenSSL support, ported from diff distributed against 1.4.x bahamut

20 years agoAllow FAKEHOST by default
Matthew Mondor [Thu, 13 Jan 2005 09:11:39 +0000 (09:11 +0000)]
Allow FAKEHOST by default

20 years agoCleaned up colored-nicks diff
Matthew Mondor [Thu, 13 Jan 2005 08:06:45 +0000 (08:06 +0000)]
Cleaned up colored-nicks diff

20 years agoCleaned up fake-host diff, and added missing preprocessor conditionals for
Matthew Mondor [Thu, 13 Jan 2005 08:04:03 +0000 (08:04 +0000)]
Cleaned up fake-host diff, and added missing preprocessor conditionals for
FAKEHOST

20 years agoWarning cleanup when assigning NULL to udata field of struct kevent,
Matthew Mondor [Thu, 13 Jan 2005 06:31:27 +0000 (06:31 +0000)]
Warning cleanup when assigning NULL to udata field of struct kevent,
a cast to intptr_t was required

20 years agoApplied colored-nicks diff
Matthew Mondor [Thu, 13 Jan 2005 06:21:18 +0000 (06:21 +0000)]
Applied colored-nicks diff

20 years agoApplied dcc-allow diff
Matthew Mondor [Thu, 13 Jan 2005 06:20:45 +0000 (06:20 +0000)]
Applied dcc-allow diff

20 years agoApplied fake-host diff
Matthew Mondor [Thu, 13 Jan 2005 06:19:56 +0000 (06:19 +0000)]
Applied fake-host diff

20 years agoInitial import of bahamut-1.8.3 BAHAMUT-1-8-3
Matthew Mondor [Wed, 12 Jan 2005 07:44:59 +0000 (07:44 +0000)]
Initial import of bahamut-1.8.3