serene-ircd.git
12 years agoAdd simple script to check for running ircd in cron
Remco Rijnders [Sat, 7 Dec 2013 11:57:41 +0000 (12:57 +0100)]
Add simple script to check for running ircd in cron

12 years agoPatch so the ircd compiles, even when 'U_TYPES' are not defined
Remco Rijnders [Wed, 20 Nov 2013 10:28:15 +0000 (11:28 +0100)]
Patch so the ircd compiles, even when 'U_TYPES' are not defined

12 years agoWhen Q-lining a nick, show the pattern it matched to IRC ops online
Remco Rijnders [Fri, 7 Jun 2013 16:19:45 +0000 (18:19 +0200)]
When Q-lining a nick, show the pattern it matched to IRC ops online

13 years agoRemove obsoleted doc/INSTALL and doc/conf.doc files, instructions are in
Remco Rijnders [Sat, 20 Apr 2013 10:08:13 +0000 (12:08 +0200)]
Remove obsoleted doc/INSTALL and doc/conf.doc files, instructions are in
INSTALL now and the example ircd.conf shipped with this project

13 years agoRemoval of m4 code, cleanup of obsolete comments
Remco Rijnders [Sat, 20 Apr 2013 10:02:20 +0000 (12:02 +0200)]
Removal of m4 code, cleanup of obsolete comments

13 years agoRemove seperate handling of o and O lines
Remco Rijnders [Wed, 14 Nov 2012 05:45:44 +0000 (06:45 +0100)]
Remove seperate handling of o and O lines

13 years agoClean up old-style parameter declarations for parse.c functions
Remco Rijnders [Wed, 14 Nov 2012 05:44:03 +0000 (06:44 +0100)]
Clean up old-style parameter declarations for parse.c functions

Remove code which was commented out

13 years agos/it's/its/ in example.conf documentation
Remco Rijnders [Mon, 12 Nov 2012 03:38:18 +0000 (04:38 +0100)]
s/it's/its/ in example.conf documentation

13 years agos/then/than/ in example.conf documentation
Remco Rijnders [Mon, 12 Nov 2012 03:36:01 +0000 (04:36 +0100)]
s/then/than/ in example.conf documentation

13 years agoUpdate example.conf to Serene 5.28
Remco Rijnders [Mon, 12 Nov 2012 03:13:17 +0000 (04:13 +0100)]
Update example.conf to Serene 5.28

13 years agoINSTALL text was several years out of date
Remco Rijnders [Wed, 17 Oct 2012 06:14:03 +0000 (08:14 +0200)]
INSTALL text was several years out of date

Brought it into 2012 :-)

13 years agoConfig script would no longer source Options file
Remco Rijnders [Thu, 23 Aug 2012 05:50:21 +0000 (07:50 +0200)]
Config script would no longer source Options file

Is this due to a change in bash perhaps? By preceeding the file being
sourced with ./ it works again.

13 years agoClean up old-style parameter declarations for res.c functions
Remco Rijnders [Wed, 22 Aug 2012 17:41:43 +0000 (19:41 +0200)]
Clean up old-style parameter declarations for res.c functions

13 years agoRemove list2.c, not sure how it even ended up here
Remco Rijnders [Wed, 22 Aug 2012 16:59:24 +0000 (18:59 +0200)]
Remove list2.c, not sure how it even ended up here

13 years agoCleaned up some compile time warnings (on casting)
Remco Rijnders [Wed, 22 Aug 2012 16:56:40 +0000 (18:56 +0200)]
Cleaned up some compile time warnings (on casting)

13 years agoinet.h clean up, take two
Remco Rijnders [Wed, 22 Aug 2012 16:23:58 +0000 (18:23 +0200)]
inet.h clean up, take two

13 years agoRemove shipped inet.h file and use system version instead
Remco Rijnders [Wed, 22 Aug 2012 16:17:38 +0000 (18:17 +0200)]
Remove shipped inet.h file and use system version instead

13 years agoI accidentally added the Makefile, boo me.
Remco Rijnders [Wed, 22 Aug 2012 15:50:03 +0000 (17:50 +0200)]
I accidentally added the Makefile, boo me.

13 years agoRemove broken legacy resolv code
Remco Rijnders [Wed, 22 Aug 2012 15:42:13 +0000 (17:42 +0200)]
Remove broken legacy resolv code

The IRCD shipped with two versions of its own resolv header files,
as well as a variety of res_*.c helper files. These are all no
longer needed on Linux and have been removed.

A lot of thanks to an anonymous contributor for helping to solve this
long standing issue!

14 years agoRemove unneeded sanity check (according to the compiler)
Remco Rijnders [Wed, 15 Feb 2012 19:35:35 +0000 (20:35 +0100)]
Remove unneeded sanity check (according to the compiler)

14 years agoAdded function prototype for function sendto_channel_butone
Remco Rijnders [Wed, 15 Feb 2012 19:29:37 +0000 (20:29 +0100)]
Added function prototype for function sendto_channel_butone

14 years agoRemove unused cconf item
Remco Rijnders [Wed, 15 Feb 2012 19:24:15 +0000 (20:24 +0100)]
Remove unused cconf item

14 years agoRemove support for unsupported OS'es
Remco Rijnders [Wed, 15 Feb 2012 18:06:46 +0000 (19:06 +0100)]
Remove support for unsupported OS'es

14 years agoAdd function prototype for 'collapse' function in match.c
Remco Rijnders [Wed, 15 Feb 2012 17:55:32 +0000 (18:55 +0100)]
Add function prototype for 'collapse' function in match.c

14 years agoRemove SCO Unix *spits* workarounds
Remco Rijnders [Wed, 15 Feb 2012 17:46:11 +0000 (18:46 +0100)]
Remove SCO Unix *spits* workarounds

14 years ago- Remove support for unsupported OS'es
Remco Rijnders [Wed, 15 Feb 2012 17:22:21 +0000 (18:22 +0100)]
- Remove support for unsupported OS'es
- Remove unused cconf items

14 years agoRemove support for unsupported OS'es
Remco Rijnders [Wed, 15 Feb 2012 17:19:14 +0000 (18:19 +0100)]
Remove support for unsupported OS'es

14 years agoRemove unused character string
Remco Rijnders [Wed, 15 Feb 2012 17:11:10 +0000 (18:11 +0100)]
Remove unused character string

14 years agoRemove support from Makefile for obsolete / no longer supported OS'es
Remco Rijnders [Wed, 15 Feb 2012 11:09:25 +0000 (12:09 +0100)]
Remove support from Makefile for obsolete / no longer supported OS'es

16 years agoFix compilation on modern Linux platforms.
Daniel Drake [Sat, 1 May 2010 08:17:09 +0000 (10:17 +0200)]
Fix compilation on modern Linux platforms.
Other operating systems should function as before, but Linux platforms
running glibc-2.1 or older will probably fail.
(we're talking glibc releases more than 10 years old)

Also fix a 64 bit typing error in the DNS resolution code.

16 years agoFixed compile time error.
Remco Rijnders [Sun, 5 Jul 2009 06:01:37 +0000 (08:01 +0200)]
Fixed compile time error.

16 years agoInitial import of 'Serene5.28' into git repository.
Remco Rijnders [Sun, 5 Jul 2009 05:02:48 +0000 (07:02 +0200)]
Initial import of 'Serene5.28' into git repository.