]>
git.ipfire.org Git - thirdparty/mlmmj.git/log
mmj [Tue, 27 Apr 2004 20:11:59 +0000 (06:11 +1000)]
if 0 ... #endif out debug messages
mmj [Tue, 27 Apr 2004 17:30:39 +0000 (03:30 +1000)]
README adjustments
mmj [Tue, 27 Apr 2004 17:24:19 +0000 (03:24 +1000)]
Small typo and bouncehandling now works
mmj [Tue, 27 Apr 2004 17:24:04 +0000 (03:24 +1000)]
0.3.3 tagged
mmj [Tue, 27 Apr 2004 16:36:34 +0000 (02:36 +1000)]
Be nice and free some memory before exit
mortenp [Tue, 27 Apr 2004 16:07:42 +0000 (02:07 +1000)]
fixed subscription check (convert '=' to '@' before check)
mortenp [Tue, 27 Apr 2004 15:50:17 +0000 (01:50 +1000)]
added comment about bounce handling
mmj [Tue, 27 Apr 2004 15:48:16 +0000 (01:48 +1000)]
*** empty log message ***
mmj [Tue, 27 Apr 2004 15:47:43 +0000 (01:47 +1000)]
mlmmj-recieve fork()
mortenp [Tue, 27 Apr 2004 12:58:18 +0000 (22:58 +1000)]
bounces are now handled, so don't create the -bounces alias
mortenp [Tue, 27 Apr 2004 12:51:56 +0000 (22:51 +1000)]
changed bounce_from_adr() to match the bounce handling
mmj [Tue, 27 Apr 2004 12:37:58 +0000 (22:37 +1000)]
mlmmj-bounce now checks if it's a subscribed address
mmj [Tue, 27 Apr 2004 10:12:40 +0000 (20:12 +1000)]
Now we've bouncehandling underway, lets make mlmmj-make-ml.sh create the listdir/bounce dir as well
mortenp [Tue, 27 Apr 2004 10:09:40 +0000 (20:09 +1000)]
added primitive bounce handling
mortenp [Sun, 25 Apr 2004 11:33:07 +0000 (21:33 +1000)]
added a call to log_set_name()
mmj [Sun, 25 Apr 2004 10:20:35 +0000 (20:20 +1000)]
Debugging printf removed
mmj [Sun, 25 Apr 2004 10:09:11 +0000 (20:09 +1000)]
Change for new sub/unsub internal
mmj [Sun, 25 Apr 2004 10:08:50 +0000 (20:08 +1000)]
*** empty log message ***
mmj [Sat, 24 Apr 2004 15:17:56 +0000 (01:17 +1000)]
Let find_subscriber return the offset of the subscriber in the subscriber
file.
mmj [Sat, 24 Apr 2004 10:27:16 +0000 (20:27 +1000)]
mmap the subscriber file
mmj [Fri, 23 Apr 2004 16:52:57 +0000 (02:52 +1000)]
ChangeLog entry about loggin enhancement
mortenp [Fri, 23 Apr 2004 16:51:33 +0000 (02:51 +1000)]
changed log_error() to be a function (no C99 here)
mmj [Fri, 23 Apr 2004 14:15:52 +0000 (00:15 +1000)]
dirname(argv[0]) -> dirname(argv0);
mmj [Fri, 23 Apr 2004 13:54:04 +0000 (23:54 +1000)]
Send around the full path to the binaries
mmj [Fri, 23 Apr 2004 13:53:47 +0000 (23:53 +1000)]
ChangeLog update
mmj [Fri, 23 Apr 2004 11:06:38 +0000 (21:06 +1000)]
make mlmmj-make-ml.sh use /bin/sh (bourne shell)
mmj [Fri, 23 Apr 2004 08:25:37 +0000 (18:25 +1000)]
Rename mlmmj-{un,}subscribe to mlmmj-{un,}sub
mmj [Fri, 23 Apr 2004 08:25:16 +0000 (18:25 +1000)]
Rename mlmmj-subscribe to mlmmj-sub
mmj [Fri, 23 Apr 2004 08:24:31 +0000 (18:24 +1000)]
Adjust ChangeLog and README to pending 0.3.2 release
mortenp [Fri, 23 Apr 2004 00:02:58 +0000 (10:02 +1000)]
fixed leak of buf at EOF
mortenp [Thu, 22 Apr 2004 23:57:53 +0000 (09:57 +1000)]
fixed ch's type ('\n' was implicitly casted to an int and compared with ch, which had only one byte of initialized content)
mortenp [Thu, 22 Apr 2004 23:00:01 +0000 (09:00 +1000)]
updated to match mygetline.c
mmj [Thu, 22 Apr 2004 21:25:12 +0000 (07:25 +1000)]
mlmmj-{,un}subscribe uses mygetline(int fd); now
mmj [Thu, 22 Apr 2004 21:14:22 +0000 (07:14 +1000)]
mygetline is turned into myfgetline since it works on FILE *'s and
mygetline(int fd) was added.
mmj [Thu, 22 Apr 2004 17:41:20 +0000 (03:41 +1000)]
Bye bye readln--you wont be missed.
mmj [Thu, 22 Apr 2004 15:38:55 +0000 (01:38 +1000)]
log_error is it's own object now
mmj [Thu, 22 Apr 2004 15:38:37 +0000 (01:38 +1000)]
*** empty log message ***
mmj [Thu, 22 Apr 2004 14:18:37 +0000 (00:18 +1000)]
... and then of course include config.h
mmj [Thu, 22 Apr 2004 14:17:50 +0000 (00:17 +1000)]
#ifdef USE_SYSLOG becomes #ifdef HAVE_SYSLOG{,_H} now configure checks for it
mortenp [Thu, 22 Apr 2004 13:58:44 +0000 (23:58 +1000)]
only define BINDIR if it is undefined
mmj [Thu, 22 Apr 2004 13:46:17 +0000 (23:46 +1000)]
Remove strip_file_to_fd
mmj [Thu, 22 Apr 2004 13:46:04 +0000 (23:46 +1000)]
Add syslog check and remove strip_file_to_fd
mortenp [Thu, 22 Apr 2004 13:15:53 +0000 (23:15 +1000)]
changed to use log_error() all over
mmj [Thu, 22 Apr 2004 13:00:27 +0000 (23:00 +1000)]
Add GPL info in top of files where it was missing, and remove a file that
was committed by mistake
mmj [Thu, 22 Apr 2004 12:41:02 +0000 (22:41 +1000)]
Dont keep configure in CVS
mortenp [Thu, 22 Apr 2004 12:40:19 +0000 (22:40 +1000)]
added my middle initial
mortenp [Thu, 22 Apr 2004 12:38:04 +0000 (22:38 +1000)]
changed log_error() to be a macro, so we can get __FILE__ and __LINE__
mmj [Thu, 22 Apr 2004 12:36:50 +0000 (22:36 +1000)]
Added AUTHORS file
mmj [Thu, 22 Apr 2004 12:29:20 +0000 (22:29 +1000)]
Also add the P option to getopt, not only to the case
mmj [Thu, 22 Apr 2004 12:10:37 +0000 (22:10 +1000)]
do_all_the_voodo_here introducton plus a massive cleanup
mmj [Thu, 22 Apr 2004 12:10:12 +0000 (22:10 +1000)]
do_all_the_voodo_here introduction
mmj [Thu, 22 Apr 2004 12:09:52 +0000 (22:09 +1000)]
ChangeLog addition and version bump to 0.3.2 for now.
mortenp [Thu, 22 Apr 2004 11:25:32 +0000 (21:25 +1000)]
corrected comment style
mortenp [Thu, 22 Apr 2004 10:08:01 +0000 (20:08 +1000)]
cleaned up bounce_from_adr()
mmj [Wed, 21 Apr 2004 20:35:57 +0000 (06:35 +1000)]
Helper functions
mmj [Wed, 21 Apr 2004 20:35:42 +0000 (06:35 +1000)]
.cvsignore
mortenp [Wed, 21 Apr 2004 20:24:13 +0000 (06:24 +1000)]
added include of sys/types.h (for ssize_t)
mmj [Wed, 21 Apr 2004 20:20:34 +0000 (06:20 +1000)]
Mainly cleanups. More to follow.
mmj [Wed, 21 Apr 2004 20:18:22 +0000 (06:18 +1000)]
getline -> readln
mmj [Wed, 21 Apr 2004 19:08:53 +0000 (05:08 +1000)]
*** empty log message ***
mmj [Wed, 21 Apr 2004 18:02:09 +0000 (04:02 +1000)]
Initial revision