Fri, 29 Oct 2021 22:31:10 +0200 Build System Fixes for debhelper 10 default tip
Markus Bröker <mbroeker@4customers.de> [Fri, 29 Oct 2021 22:31:10 +0200] rev 62
Build System Fixes for debhelper 10
Fri, 27 Dec 2013 12:24:39 +0100 URL Changed master remote/master
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 27 Dec 2013 12:24:39 +0100] rev 61
URL Changed
Thu, 18 Nov 2010 23:32:58 +0100 proper includes for getaddrinfo
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 18 Nov 2010 23:32:58 +0100] rev 60
proper includes for getaddrinfo committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 13 Nov 2010 15:49:44 +0100 irc_login: csocket holds a valid descriptor or -1 on error
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Nov 2010 15:49:44 +0100] rev 59
irc_login: csocket holds a valid descriptor or -1 on error committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 13 Nov 2010 08:14:04 +0100 IPv6 Support for mcbot
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Nov 2010 08:14:04 +0100] rev 58
IPv6 Support for mcbot We initialize the socket functions with AF_UNSPEC and let the library fill in the proper values. Connects to IPv4 or IPv6. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 22 Oct 2010 19:18:16 +0200 vaccuum spelling error
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 22 Oct 2010 19:18:16 +0200] rev 57
vaccuum spelling error prints now: "i have reorganized the database" committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 26 Aug 2010 18:22:18 +0200 fixed an install error in the current build
Markus Brökers <mbroeker@largo.homelinux.org> [Thu, 26 Aug 2010 18:22:18 +0200] rev 56
fixed an install error in the current build the /etc/rc.d/ folder does no longer exist under ubuntu
Sat, 05 Jun 2010 03:32:57 +0200 changelog entry added
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 05 Jun 2010 03:32:57 +0200] rev 55
changelog entry added committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 05 Jun 2010 03:32:51 +0200 Useless feof: just use fgets.
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 05 Jun 2010 03:32:51 +0200] rev 54
Useless feof: just use fgets. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 03 Apr 2010 15:11:03 +0200 Compatibility: use default prefix and std make switches
Markus Bröker <mbroeker@volpe.spectre.org> [Sat, 03 Apr 2010 15:11:03 +0200] rev 53
Compatibility: use default prefix and std make switches
Wed, 03 Mar 2010 18:36:54 +0100 Compatibility to other distributions...
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 03 Mar 2010 18:36:54 +0100] rev 52
Compatibility to other distributions... 1) find needs a path parameter and 2) the targets have to be linked against gettext committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 27 Feb 2010 19:00:11 +0100 code review, close and free all resources in config.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 27 Feb 2010 19:00:11 +0100] rev 51
code review, close and free all resources in config.c committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 27 Feb 2010 18:58:24 +0100 No such username(402) status code updated
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 27 Feb 2010 18:58:24 +0100] rev 50
No such username(402) status code updated committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 26 Feb 2010 01:42:46 +0100 safe_strncpy replaces the insecure strncpy function
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 26 Feb 2010 01:42:46 +0100] rev 49
safe_strncpy replaces the insecure strncpy function strncpy copies up to n bytes and does not terminate it, except the null byte is in the first n bytes... committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 23 Feb 2010 11:04:52 +0100 message.email renamed to message.domain
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 23 Feb 2010 11:04:52 +0100] rev 48
message.email renamed to message.domain The struct field "email" is not an email, it's the "domain" of the admin user. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Mon, 22 Feb 2010 19:06:15 +0100 fgets may return a NULL pointer...
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 22 Feb 2010 19:06:15 +0100] rev 47
fgets may return a NULL pointer... fgets can return NULL and if it returns NULL, the application will be in an undefined state. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 16 Feb 2010 23:45:45 +0100 mcbot version 0.99-3
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:45:45 +0100] rev 46
mcbot version 0.99-3 committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 16 Feb 2010 23:38:02 +0100 Prevent further segmentation faults in parse.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:38:02 +0100] rev 45
Prevent further segmentation faults in parse.c Some critical parts in parse.c depend on parseable data in message->user and message->email. These values will never be NULL and will never again result in a segmentation fault. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 16 Feb 2010 23:36:49 +0100 fixed a segmentation fault in irc_parsemessage
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:36:49 +0100] rev 44
fixed a segmentation fault in irc_parsemessage The old hyperion ircd shows usernames as * user!~user=domain.com and the new ircdseven as * user!~user@domain.com committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 16 Feb 2010 23:33:22 +0100 distclean: remove the debian build dir
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:33:22 +0100] rev 43
distclean: remove the debian build dir committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 02 Feb 2010 12:54:44 +0100 This Bot uses bashisms und thus, a bash shell
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:54:44 +0100] rev 42
This Bot uses bashisms und thus, a bash shell committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 02 Feb 2010 12:51:49 +0100 Login Error after Server Software has changed
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:51:49 +0100] rev 41
Login Error after Server Software has changed The bot was not able to login because it has not recognized it properly. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Tue, 02 Feb 2010 12:50:52 +0100 Topic command added
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:50:52 +0100] rev 40
Topic command added The bot can change the topic on the fly right now committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 30 May 2009 21:58:25 +0200 fixed some typos in the help screen
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 30 May 2009 21:58:25 +0200] rev 39
fixed some typos in the help screen I have removed some semicolons in the help screen and that's consistent now committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 30 May 2009 21:56:21 +0200 enumerated types for parse.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 30 May 2009 21:56:21 +0200] rev 38
enumerated types for parse.c The irc section gets an enumerated type for constant values. This makes the code more readable and less error prone. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 28 May 2009 14:08:48 +0200 enumerated types for irc.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 28 May 2009 14:08:48 +0200] rev 37
enumerated types for irc.c The irc section gets an enumerated type for constant values. This makes the code more readable and less error prone. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Thu, 28 May 2009 14:08:06 +0200 enumerated types for config.c
Markus Bröker <mbroeker@largo.dyndns.tv> [Thu, 28 May 2009 14:08:06 +0200] rev 36
enumerated types for config.c The config section gets an enumerated type for constant values. This makes the code more readable and less error prone. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Fri, 10 Apr 2009 21:03:24 +0200 Lintian Checks
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 10 Apr 2009 21:03:24 +0200] rev 35
Lintian Checks Don't use bashisms in debian scripts. committer: Markus Bröker <mbroeker@largo.homelinux.org>
Wed, 25 Mar 2009 08:27:46 +0100 Useless filedescriptor checking removed
Markus Bröker <mbroeker@largo.dyndns.tv> [Wed, 25 Mar 2009 08:27:46 +0100] rev 34
Useless filedescriptor checking removed committer: Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 03 Jan 2009 21:41:51 +0100 safe buffers, a memory leak and cleanups
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 03 Jan 2009 21:41:51 +0100] rev 33
safe buffers, a memory leak and cleanups sizeof(buffer) is always the right choice for a static buffer... The error handler must appear before the printf Useful make targets like deb and debclean Trivial changes like removing trailing white spaces committer: Markus Bröker <mbroeker@largo.homelinux.org>
(0) -50 -30 tip