citadel.git
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-27 Wilfried Göesgens* now getmail does s.th. almost usefull
2008-01-27 Wilfried Göesgens* user creation commandline tool
2008-01-27 Wilfried Göesgens* support dele command
2008-01-27 Wilfried Göesgens* we didn't calculate our directories in a proper seque...
2008-01-27 Wilfried Göesgens* try to watch the PID for shutting down citserver
2008-01-26 Wilfried Göesgens* restart by doing 'sendcommand down 1' which will...
2008-01-26 Dave WestFix the segault on server shutdown that crept in when...
2008-01-25 Art CancroShuffled around the order of resolver library tests.
2008-01-24 Art CancroFixed bug #226. The sample message supplied was
2008-01-24 Art CancroAdded a second test for libresolv that takes into
2008-01-24 Art CancroNothing happens.
2008-01-23 Art CancroImplemented the XYZZY command.
2008-01-23 Art CancroApplied Matt's latest funambol65 patch.
2008-01-23 Art CancroModified ical_dezonify() again. It seems that there
2008-01-22 Wilfried Göesgens* OpenBSD compatibility: select properly while reading...
2008-01-22 Wilfried Göesgens* if two edit in the same screen...
2008-01-22 Wilfried Göesgens* correctly handle tcp write, so that we work properly...
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Dave WestClean up in Hash functions.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2008-01-21 Art CancroAdded funambol_newmail_soap.xml
2008-01-20 Wilfried Göesgens* sanitize the next message pointer loop in the "Goto...
2008-01-20 Wilfried Göesgens* add skelleton hash lib.
2008-01-20 Dave WestNow when a room is created or deleted this users icon...
2008-01-20 Art CancroAdd remote hostname and IP address to 'Session started...
2008-01-20 Art CancroApplied Matt's new patch. Adds 'extnotify' and removes
2008-01-19 Dave WestFix the user purge / delete thing once and for all.
2008-01-19 Dave WestIf we are redirected we need to close this socket befor...
2008-01-19 Art CancroAha! Finally found the culprit. Someone (possibly...
2008-01-19 Art CancroBacked out previous commit
2008-01-19 Art CancroApplied matt's latest patch set
2008-01-18 Art CancroReinstated the call to icaltimezone_copy()
2008-01-17 Wilfried Göesgens* this way the package builds again.
2008-01-17 Art CancroFixed infinite-loop bug in room name display code.
2008-01-17 Dave WestFix reply quoting in webcit.
2008-01-17 Wilfried Göesgens* decode subject in the right position; if we decode...
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2008-01-17 Art CancroBacked out r5921 and r5936 because they were causing
2008-01-17 Art CancroTemporary workaround to compile with old libical
2008-01-17 Art Cancrodtable/etable initialization code in libcitadel was
2008-01-16 Wilfried Göesgens* checking a pointer is useless if you dereference...
2008-01-16 Wilfried Göesgens* for loops seem to execute at least once? hm.
2008-01-16 Wilfried Göesgens* if the token extractor fails to do its work, rather...
2008-01-16 Wilfried Göesgens* don't overrun our room list.
2008-01-16 Dave WestChanged log message when worker thread select is interr...
2008-01-16 Dave WestFixed the configure message for libical. It now says...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-16 Wilfried Göesgens* have a friendly buildpackage script here to.
2008-01-15 Wilfried Göesgens* our upstream changelog.
2008-01-15 Wilfried Göesgens* free the libical ringbuffer after displaying all...
2008-01-15 Wilfried Göesgens* use snprintf
2008-01-15 Dave WestClean up in housekeeping.c
2008-01-15 Dave WestAlter the webcit shutdown a bit more.
2008-01-15 Dave WestNow citadel.pid contains the pid of the watcher process...
2008-01-15 Dave WestFixed signal handlers and contents of pid file.
2008-01-15 Dave WestNow the autopurger will always attempt to purge users...
2008-01-14 Wilfried Göesgens* if we can't find iconv in the libc, try to find it...
2008-01-14 Wilfried Göesgens* new urlesc here too.
2008-01-13 Wilfried Göesgens* urlescs new parameter added.
2008-01-13 Wilfried Göesgens* remove snprintf
2008-01-13 Wilfried Göesgens* sanitize urlesc, so we don't buffer overrun.
2008-01-13 Wilfried Göesgens* more witchhunt on sprintf
2008-01-13 Wilfried Göesgens* the same for msgescputs
2008-01-13 Wilfried Göesgens* jsesc works with pointermagic rather than strcat...
2008-01-13 Wilfried Göesgens* openbsd has no -lresolv, its in their libc.
2008-01-13 Wilfried Göesgens* avoid some function calls openBSD doesn't like us...
2008-01-13 Dave Westdo_hosekeeping is now a seperate thread. This releases...
2008-01-12 Wilfried Göesgens* fixed tbirds managesieve login troubles.
2008-01-11 Art Cancroadded some debugging traces
2008-01-10 Dave WestAttempt to fix bug #313.
2008-01-10 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
2008-01-09 Dave WestFix the repeated signature and extra space at beginning...
2008-01-08 Art Cancroconfigure now *requires* libresolv to be present.
2008-01-07 Dave WestSmall increase in performance when creating new threads.
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2008-01-04 Wilfried Göesgens* sanitized the decision whether we have one line auth...
2008-01-02 Wilfried Göesgens* free the libical ringbuffer in apropriate places
2008-01-02 Wilfried Göesgens* remove more unneeded files from the sourcedist tgz
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-31 Art Cancro* Cleaned up some misc comments
2007-12-30 Wilfried Göesgens* disable dspam
2007-12-29 Dave WestFixed up a compiler warning
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestRemoved redundant prototype of create_maintenance_threads()
2007-12-29 Dave WestRemoved two unused mutex's.
2007-12-29 Dave WestRemoved a few unneccesary lock calls to get a small...
2007-12-29 Dave WestRemoved excess return from init function as it breaks...
2007-12-29 Dave WestCreated a function to close the master sockets. It...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-29 Art CancroAnother test commit
2007-12-29 Art CancroCopyright dates are now 2008.
2007-12-29 Art Cancrocommit test
2007-12-29 Art Cancroinclude threads.h in serv_rssclient.c
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-25 Wilfried Göesgens* don't load the module.
2007-12-25 Wilfried Göesgens* initial dspam integration module
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-23 Dave WestMoved all threading code into threads.c
next