]> arthur.barton.de Git - ngircd-alex.git/log
ngircd-alex.git
20 years agoNew debian version.
Alexander Barton [Mon, 26 Jan 2004 03:09:20 +0000 (03:09 +0000)]
New debian version.

20 years agoUpdated some copyright notices to include the year 2004.
Alexander Barton [Mon, 26 Jan 2004 02:23:54 +0000 (02:23 +0000)]
Updated some copyright notices to include the year 2004.

20 years agoThe type of service (TOS) of all sockets is set to "interactive" now.
Alexander Barton [Sun, 25 Jan 2004 16:06:34 +0000 (16:06 +0000)]
The type of service (TOS) of all sockets is set to "interactive" now.

20 years agoRemoved some debug code; translated some source code comments.
Alexander Barton [Mon, 19 Jan 2004 21:54:59 +0000 (21:54 +0000)]
Removed some debug code; translated some source code comments.

20 years agoUse "__attribute__" only if gcc is at least version 2.7
Alexander Barton [Sat, 17 Jan 2004 03:22:46 +0000 (03:22 +0000)]
Use "__attribute__" only if gcc is at least version 2.7

20 years agoAdded #include for strings.h to fix compiler warnings.
Alexander Barton [Sat, 17 Jan 2004 03:17:49 +0000 (03:17 +0000)]
Added #include for strings.h to fix compiler warnings.

20 years agoAdded #include for strings.h and added some casts to remove compiler warnings.
Alexander Barton [Sat, 17 Jan 2004 03:17:00 +0000 (03:17 +0000)]
Added #include for strings.h and added some casts to remove compiler warnings.

20 years agoFixed order of #include's: time.h moves up! ;-)
Alexander Barton [Sat, 17 Jan 2004 03:15:45 +0000 (03:15 +0000)]
Fixed order of #include's: time.h moves up! ;-)

20 years agoClean up files for "ngircd-full" package, too ...
Alexander Barton [Tue, 13 Jan 2004 01:10:11 +0000 (01:10 +0000)]
Clean up files for "ngircd-full" package, too ...

20 years agoAdjusted copyright notice to include 2004.
Alexander Barton [Fri, 2 Jan 2004 19:23:30 +0000 (19:23 +0000)]
Adjusted copyright notice to include 2004.

20 years agoRestructured debian packaging system: now there are two packages, a "standard"
Alexander Barton [Thu, 1 Jan 2004 22:24:48 +0000 (22:24 +0000)]
Restructured debian packaging system: now there are two packages, a "standard"
version that includes all the default options and a "full" version that
additionally includes support for TCP wrappers and IDENT lookups.

20 years agoChanges for new source code layout: contrib/Debian/.
Alexander Barton [Wed, 31 Dec 2003 17:31:03 +0000 (17:31 +0000)]
Changes for new source code layout: contrib/Debian/.

20 years agoRemoved outdated Mac OS X ProjectBuilder project files (will be re-added
Alexander Barton [Wed, 31 Dec 2003 17:20:11 +0000 (17:20 +0000)]
Removed outdated Mac OS X ProjectBuilder project files (will be re-added
and updated for XCode soon); moved the debian/ directory to contrib/Debian/.

20 years agoAdded some files to the maintainer-clean-local target which havn't beed
Alexander Barton [Wed, 31 Dec 2003 17:09:40 +0000 (17:09 +0000)]
Added some files to the maintainer-clean-local target which havn't beed
removed by "make maintainer-clean".

20 years agoAdded new short command line option "-t" as alternative to "--configtest".
Alexander Barton [Mon, 29 Dec 2003 14:53:26 +0000 (14:53 +0000)]
Added new short command line option "-t" as alternative to "--configtest".

20 years agoAdded IDENT option to version string.
Alexander Barton [Sat, 27 Dec 2003 13:09:24 +0000 (13:09 +0000)]
Added IDENT option to version string.

20 years agoAdded optional support for IDENT lookups (configure switch "--with-ident").
Alexander Barton [Sat, 27 Dec 2003 13:01:12 +0000 (13:01 +0000)]
Added optional support for IDENT lookups (configure switch "--with-ident").

20 years agoRemoved "USE_" prefixes of configuration #defines.
Alexander Barton [Fri, 26 Dec 2003 15:55:07 +0000 (15:55 +0000)]
Removed "USE_" prefixes of configuration #defines.

20 years agoFixed error messages related to server name configuration; updated
Alexander Barton [Fri, 19 Dec 2003 14:32:59 +0000 (14:32 +0000)]
Fixed error messages related to server name configuration; updated
sample configuration file. (from 0.7.x)

20 years agoChanges for version 0.7.6
Alexander Barton [Fri, 5 Dec 2003 13:40:44 +0000 (13:40 +0000)]
Changes for version 0.7.6

20 years agoAdded missing postinst file to distribution list. (from branch-0-7-x)
Alexander Barton [Fri, 5 Dec 2003 13:32:11 +0000 (13:32 +0000)]
Added missing postinst file to distribution list. (from branch-0-7-x)

20 years agoFixed abort() when inviting users to nonexistent channels.
Alexander Barton [Fri, 5 Dec 2003 11:57:28 +0000 (11:57 +0000)]
Fixed abort() when inviting users to nonexistent channels.

20 years agoExtended version reporting of CVS builds.
Alexander Barton [Thu, 4 Dec 2003 14:05:16 +0000 (14:05 +0000)]
Extended version reporting of CVS builds.

20 years agoUpdated, corrected and extended (examples!) protocol documentation.
Alexander Barton [Sun, 30 Nov 2003 20:30:56 +0000 (20:30 +0000)]
Updated, corrected and extended (examples!) protocol documentation.

20 years agoUpdated RPM and Debian package description and configuration.
Alexander Barton [Sat, 29 Nov 2003 20:29:09 +0000 (20:29 +0000)]
Updated RPM and Debian package description and configuration.

20 years agoUpdated config.guess and config.sub to new upstream versions.
Alexander Barton [Fri, 28 Nov 2003 15:31:49 +0000 (15:31 +0000)]
Updated config.guess and config.sub to new upstream versions.

20 years agoChanges from branch-0-7-x for version 0.7.5.
Alexander Barton [Fri, 7 Nov 2003 21:32:15 +0000 (21:32 +0000)]
Changes from branch-0-7-x for version 0.7.5.

20 years agoFixed ban behavior: users which are banned from a channel can't no longer
Alexander Barton [Thu, 6 Nov 2003 01:07:44 +0000 (01:07 +0000)]
Fixed ban behavior: users which are banned from a channel can't no longer
send PRIVMSG's to this channel (fixes Bug #47).

20 years agoFixed test suite: allow more connections ;-)
Alexander Barton [Wed, 5 Nov 2003 23:31:43 +0000 (23:31 +0000)]
Fixed test suite: allow more connections ;-)

20 years agoFixed and enhanced penalty handling; changed internal time resoluiton of
Alexander Barton [Wed, 5 Nov 2003 23:24:48 +0000 (23:24 +0000)]
Fixed and enhanced penalty handling; changed internal time resoluiton of
the server to one second. Code cleanup.

20 years agoNew configuration option "MaxConnectionsIP".
Alexander Barton [Wed, 5 Nov 2003 21:41:01 +0000 (21:41 +0000)]
New configuration option "MaxConnectionsIP".

20 years agoFixed build problems under Mac OS X 10.3 "Panther".
Alexander Barton [Tue, 4 Nov 2003 00:41:06 +0000 (00:41 +0000)]
Fixed build problems under Mac OS X 10.3 "Panther".

20 years agoUse "-pipe" when compiling with gcc, speeds things up a little :-)
Alexander Barton [Sun, 19 Oct 2003 23:03:34 +0000 (23:03 +0000)]
Use "-pipe" when compiling with gcc, speeds things up a little :-)

20 years agoNew configuration option "Listen" to bind the server to a specific ip.
Alexander Barton [Thu, 11 Sep 2003 12:05:28 +0000 (12:05 +0000)]
New configuration option "Listen" to bind the server to a specific ip.

20 years agoSuppress misleading error message of diff during make run.
Alexander Barton [Tue, 9 Sep 2003 13:24:41 +0000 (13:24 +0000)]
Suppress misleading error message of diff during make run.

20 years agoUpdated and fixed project file for Mac OS X ProjectBuilder.app
Alexander Barton [Wed, 3 Sep 2003 11:54:21 +0000 (11:54 +0000)]
Updated and fixed project file for Mac OS X ProjectBuilder.app

20 years agoUpdated documentation.
Alexander Barton [Tue, 2 Sep 2003 16:09:29 +0000 (16:09 +0000)]
Updated documentation.

20 years agoUpdated documentation.
Alexander Barton [Sat, 30 Aug 2003 20:37:15 +0000 (20:37 +0000)]
Updated documentation.

20 years agoFixed typo in debug output.
Alexander Barton [Sat, 30 Aug 2003 20:28:54 +0000 (20:28 +0000)]
Fixed typo in debug output.

20 years agoEnhanced testsuite, should run under GNU/Hurd now.
Alexander Barton [Fri, 22 Aug 2003 11:31:18 +0000 (11:31 +0000)]
Enhanced testsuite, should run under GNU/Hurd now.

20 years agoNew Debian package for 0.7.1
Alexander Barton [Fri, 18 Jul 2003 20:59:48 +0000 (20:59 +0000)]
New Debian package for 0.7.1

20 years agoUpdated documentation (for release 0.7.1).
Alexander Barton [Fri, 18 Jul 2003 20:59:34 +0000 (20:59 +0000)]
Updated documentation (for release 0.7.1).

20 years agoUpdated documentation.
Alexander Barton [Fri, 18 Jul 2003 20:46:17 +0000 (20:46 +0000)]
Updated documentation.

20 years agoAdded debian packaging files from branch-0-7-x to HEAD.
Alexander Barton [Sat, 12 Jul 2003 23:27:37 +0000 (23:27 +0000)]
Added debian packaging files from branch-0-7-x to HEAD.

20 years agoIncluded debian/-subdirectory into build system.
Alexander Barton [Wed, 9 Jul 2003 21:16:33 +0000 (21:16 +0000)]
Included debian/-subdirectory into build system.

20 years agoUpdated debian changelog.
Alexander Barton [Wed, 9 Jul 2003 20:41:32 +0000 (20:41 +0000)]
Updated debian changelog.

20 years agoIncluded debian/-subdirectory with files required to build Debian packages.
Alexander Barton [Wed, 9 Jul 2003 20:23:35 +0000 (20:23 +0000)]
Included debian/-subdirectory with files required to build Debian packages.

20 years agoUpdated config.guess and config.sub to newer upstream versions.
Alexander Barton [Wed, 9 Jul 2003 20:13:17 +0000 (20:13 +0000)]
Updated config.guess and config.sub to newer upstream versions.

20 years agoUpdated ChangeLog.
Alexander Barton [Wed, 9 Jul 2003 18:48:49 +0000 (18:48 +0000)]
Updated ChangeLog.

20 years agoNJOIN: Fixed propagation of user channel modes.
Alexander Barton [Wed, 9 Jul 2003 18:45:56 +0000 (18:45 +0000)]
NJOIN: Fixed propagation of user channel modes.

20 years agoAdded SunOS 5.7 (Solaris 7).
Alexander Barton [Sun, 6 Jul 2003 15:47:27 +0000 (15:47 +0000)]
Added SunOS 5.7 (Solaris 7).

20 years ago- Updated documentation.
Alexander Barton [Sun, 8 Jun 2003 11:11:20 +0000 (11:11 +0000)]
- Updated documentation.

20 years agoVERSION shows the CVS date if apropriate now.
Alexander Barton [Fri, 6 Jun 2003 20:46:11 +0000 (20:46 +0000)]
VERSION shows the CVS date if apropriate now.

20 years agoFixed a compiler warning related to an unnecessary assert().
Alexander Barton [Thu, 5 Jun 2003 10:48:13 +0000 (10:48 +0000)]
Fixed a compiler warning related to an unnecessary assert().

20 years agoUpdated documentation.
Alexander Barton [Thu, 15 May 2003 21:47:57 +0000 (21:47 +0000)]
Updated documentation.

20 years agoUpdated documentation.
Alexander Barton [Thu, 15 May 2003 21:33:47 +0000 (21:33 +0000)]
Updated documentation.

20 years agoAdded support for GNU/Hurd.
Alexander Barton [Mon, 5 May 2003 00:33:32 +0000 (00:33 +0000)]
Added support for GNU/Hurd.

20 years agoMade Makefiles more compatible with "make -j<N>".
Alexander Barton [Sat, 3 May 2003 16:29:57 +0000 (16:29 +0000)]
Made Makefiles more compatible with "make -j<N>".

20 years agoFixed typo: .IT instead of the correct.TP ...
Alexander Barton [Fri, 2 May 2003 20:51:42 +0000 (20:51 +0000)]
Fixed typo: .IT instead of the correct.TP ...

20 years agoChanged version string to "CVSHEAD".
Alexander Barton [Thu, 1 May 2003 10:17:50 +0000 (10:17 +0000)]
Changed version string to "CVSHEAD".

20 years agoUpdated documentation (ngIRCd 0.7.0).
Alexander Barton [Thu, 1 May 2003 10:17:24 +0000 (10:17 +0000)]
Updated documentation (ngIRCd 0.7.0).

20 years agoAdded HP-UX 9.10/m68k.
Goetz Hoffart [Wed, 30 Apr 2003 21:03:01 +0000 (21:03 +0000)]
Added HP-UX 9.10/m68k.

20 years agoFixed small typo.
Goetz Hoffart [Tue, 29 Apr 2003 13:37:36 +0000 (13:37 +0000)]
Fixed small typo.

20 years agoAdded "Why should I use ngIRCd?"
Goetz Hoffart [Tue, 29 Apr 2003 13:36:55 +0000 (13:36 +0000)]
Added "Why should I use ngIRCd?"

20 years ago"ServerName" is checked better now: a dot (".") is required.
Alexander Barton [Tue, 29 Apr 2003 12:36:09 +0000 (12:36 +0000)]
"ServerName" is checked better now: a dot (".") is required.

20 years agoThe KILL comand verifies and logs more parameters.
Alexander Barton [Tue, 29 Apr 2003 12:19:20 +0000 (12:19 +0000)]
The KILL comand verifies and logs more parameters.

20 years agoUpdated documentation.
Alexander Barton [Mon, 28 Apr 2003 00:14:48 +0000 (00:14 +0000)]
Updated documentation.

20 years agoUpdated documentation.
Alexander Barton [Sun, 27 Apr 2003 11:48:06 +0000 (11:48 +0000)]
Updated documentation.

20 years agoFixed --configtest: there is no variable "ServerPwd", it's "Password".
Alexander Barton [Sun, 27 Apr 2003 11:46:52 +0000 (11:46 +0000)]
Fixed --configtest: there is no variable "ServerPwd", it's "Password".

20 years agoDocumented missing "Password" variable in section "[Global]".
Alexander Barton [Sun, 27 Apr 2003 11:45:27 +0000 (11:45 +0000)]
Documented missing "Password" variable in section "[Global]".

20 years agoUpdated documentation.
Alexander Barton [Fri, 25 Apr 2003 16:59:02 +0000 (16:59 +0000)]
Updated documentation.

20 years agoUpdated documentation.
Alexander Barton [Fri, 25 Apr 2003 16:49:11 +0000 (16:49 +0000)]
Updated documentation.

20 years agoThe server tried to connect to other servers only once when DNS or socket
Alexander Barton [Fri, 25 Apr 2003 16:47:52 +0000 (16:47 +0000)]
The server tried to connect to other servers only once when DNS or socket
failures occured.

21 years agoUpdated documentation.
Alexander Barton [Fri, 25 Apr 2003 15:05:40 +0000 (15:05 +0000)]
Updated documentation.

21 years agoDisabling "-ansi" on Cygwin: system headers are incompatible.
Alexander Barton [Fri, 25 Apr 2003 15:04:43 +0000 (15:04 +0000)]
Disabling "-ansi" on Cygwin: system headers are incompatible.

21 years agoUpdated documentation: added i686/pc/cygwin platform.
Alexander Barton [Wed, 23 Apr 2003 23:18:17 +0000 (23:18 +0000)]
Updated documentation: added i686/pc/cygwin platform.

21 years agoDetecting broken gcc used by Mac OS X and disabling "-pedantic" in this case.
Alexander Barton [Wed, 23 Apr 2003 01:07:59 +0000 (01:07 +0000)]
Detecting broken gcc used by Mac OS X and disabling "-pedantic" in this case.

21 years agoUpdated documentation.
Alexander Barton [Wed, 23 Apr 2003 01:07:16 +0000 (01:07 +0000)]
Updated documentation.

21 years agoUpdated documentation.
Alexander Barton [Tue, 22 Apr 2003 23:55:06 +0000 (23:55 +0000)]
Updated documentation.

21 years agoAdded new documentation file "Platforms.txt".
Alexander Barton [Tue, 22 Apr 2003 23:50:18 +0000 (23:50 +0000)]
Added new documentation file "Platforms.txt".

21 years agoNew documentation file doc/Platforms.txt included.
Alexander Barton [Tue, 22 Apr 2003 23:47:39 +0000 (23:47 +0000)]
New documentation file doc/Platforms.txt included.

21 years agoUpdated documentation.
Alexander Barton [Tue, 22 Apr 2003 20:42:28 +0000 (20:42 +0000)]
Updated documentation.

21 years agoUpdated documentation.
Alexander Barton [Tue, 22 Apr 2003 19:35:05 +0000 (19:35 +0000)]
Updated documentation.

21 years agoMade scripts mor portable (run on SunOS 5.6 now).
Alexander Barton [Tue, 22 Apr 2003 19:27:50 +0000 (19:27 +0000)]
Made scripts mor portable (run on SunOS 5.6 now).

21 years agoUpdated documentation.
Alexander Barton [Tue, 22 Apr 2003 18:45:19 +0000 (18:45 +0000)]
Updated documentation.

21 years agoAdded defines for SunOS (5.6).
Alexander Barton [Tue, 22 Apr 2003 18:44:03 +0000 (18:44 +0000)]
Added defines for SunOS (5.6).

21 years agoMade setting of WANT_AUTOMAKE more portable.
Alexander Barton [Tue, 22 Apr 2003 10:15:46 +0000 (10:15 +0000)]
Made setting of WANT_AUTOMAKE more portable.

21 years agoUpdated documentation. rel-0-7-0-pre1
Alexander Barton [Mon, 21 Apr 2003 23:31:39 +0000 (23:31 +0000)]
Updated documentation.

21 years agoUpdated documentation.
Alexander Barton [Mon, 21 Apr 2003 22:52:18 +0000 (22:52 +0000)]
Updated documentation.

21 years agoFixed tabs to spaces.
Goetz Hoffart [Mon, 21 Apr 2003 21:59:34 +0000 (21:59 +0000)]
Fixed tabs to spaces.

21 years agoTranslated documentation from German to English.
Goetz Hoffart [Mon, 21 Apr 2003 21:46:57 +0000 (21:46 +0000)]
Translated documentation from German to English.

21 years agoUpdated documentation.
Alexander Barton [Mon, 21 Apr 2003 21:33:18 +0000 (21:33 +0000)]
Updated documentation.

21 years agoUpdated documentation.
Alexander Barton [Mon, 21 Apr 2003 12:55:39 +0000 (12:55 +0000)]
Updated documentation.

21 years agoTranslated Protocol.txt to english.
Alexander Barton [Mon, 21 Apr 2003 12:48:40 +0000 (12:48 +0000)]
Translated Protocol.txt to english.

21 years agoAdded implicit initialisation of "i" in Conf_GetServer to workaround a egcs
Alexander Barton [Mon, 21 Apr 2003 11:06:07 +0000 (11:06 +0000)]
Added implicit initialisation of "i" in Conf_GetServer to workaround a egcs
2.91.66 bug which claims that this valiable could be used uninitialized.

21 years agoRemoved unportable %z formater in strftime().
Alexander Barton [Mon, 21 Apr 2003 10:54:30 +0000 (10:54 +0000)]
Removed unportable %z formater in strftime().

21 years agoAdded missing prototype for dummy_snprintf().
Alexander Barton [Mon, 21 Apr 2003 10:53:38 +0000 (10:53 +0000)]
Added missing prototype for dummy_snprintf().

21 years agoAdded missing include for <sys/select.h>.
Alexander Barton [Mon, 21 Apr 2003 10:53:10 +0000 (10:53 +0000)]
Added missing include for <sys/select.h>.

21 years agoFixed up some castings.
Alexander Barton [Mon, 21 Apr 2003 10:52:26 +0000 (10:52 +0000)]
Fixed up some castings.

21 years agoAdded some defines for Linux/glibc, reverted unused test for poll(), and
Alexander Barton [Mon, 21 Apr 2003 10:51:44 +0000 (10:51 +0000)]
Added some defines for Linux/glibc, reverted unused test for poll(), and
enhanced summary output.