summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Remco Rijnders [Mon, 12 Nov 2012 03:36:01 +0000 (04:36 +0100)]
s/then/than/ in example.conf documentation
Remco Rijnders [Mon, 12 Nov 2012 03:13:17 +0000 (04:13 +0100)]
Update example.conf to Serene 5.28
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 :-)
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.
Remco Rijnders [Wed, 22 Aug 2012 17:41:43 +0000 (19:41 +0200)]
Clean up old-style parameter declarations for res.c functions
Remco Rijnders [Wed, 22 Aug 2012 16:59:24 +0000 (18:59 +0200)]
Remove list2.c, not sure how it even ended up here
Remco Rijnders [Wed, 22 Aug 2012 16:56:40 +0000 (18:56 +0200)]
Cleaned up some compile time warnings (on casting)
Remco Rijnders [Wed, 22 Aug 2012 16:23:58 +0000 (18:23 +0200)]
inet.h clean up, take two
Remco Rijnders [Wed, 22 Aug 2012 16:17:38 +0000 (18:17 +0200)]
Remove shipped inet.h file and use system version instead
Remco Rijnders [Wed, 22 Aug 2012 15:50:03 +0000 (17:50 +0200)]
I accidentally added the Makefile, boo me.
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!
Remco Rijnders [Wed, 15 Feb 2012 19:35:35 +0000 (20:35 +0100)]
Remove unneeded sanity check (according to the compiler)
Remco Rijnders [Wed, 15 Feb 2012 19:29:37 +0000 (20:29 +0100)]
Added function prototype for function sendto_channel_butone
Remco Rijnders [Wed, 15 Feb 2012 19:24:15 +0000 (20:24 +0100)]
Remove unused cconf item
Remco Rijnders [Wed, 15 Feb 2012 18:06:46 +0000 (19:06 +0100)]
Remove support for unsupported OS'es
Remco Rijnders [Wed, 15 Feb 2012 17:55:32 +0000 (18:55 +0100)]
Add function prototype for 'collapse' function in match.c
Remco Rijnders [Wed, 15 Feb 2012 17:46:11 +0000 (18:46 +0100)]
Remove SCO Unix *spits* workarounds
Remco Rijnders [Wed, 15 Feb 2012 17:22:21 +0000 (18:22 +0100)]
- Remove support for unsupported OS'es
- Remove unused cconf items
Remco Rijnders [Wed, 15 Feb 2012 17:19:14 +0000 (18:19 +0100)]
Remove support for unsupported OS'es
Remco Rijnders [Wed, 15 Feb 2012 17:11:10 +0000 (18:11 +0100)]
Remove unused character string
Remco Rijnders [Wed, 15 Feb 2012 11:09:25 +0000 (12:09 +0100)]
Remove support from Makefile for obsolete / no longer supported OS'es
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.
Remco Rijnders [Sun, 5 Jul 2009 06:01:37 +0000 (08:01 +0200)]
Fixed compile time error.
Remco Rijnders [Sun, 5 Jul 2009 05:02:48 +0000 (07:02 +0200)]
Initial import of 'Serene5.28' into git repository.