WebCit v7.34
[citadel.git] / citadel /
2008-03-03 Wilfried Göesgens* wrong number set
2008-03-03 Wilfried Göesgens* THIS IS 7.33 / 1.08
2008-03-02 Wilfried Göesgens* missing typo
2008-03-01 Wilfried Göesgens* Prepend our explicit warrant to link with openssl...
2008-02-29 Wilfried Göesgens* html.c is in libcitadel now, don't try to compile...
2008-02-28 Wilfried Göesgens* distribute the ldap schemata on make install-doc
2008-02-28 Art Cancrohtml_to_ascii() moved into libcitadel
2008-02-26 Art CancroXMPP service ... remove from tech preview, as several
2008-02-25 Wilfried Göesgens* allow users to move messages into a room they're...
2008-02-24 Wilfried Göesgens* hm, how could this get through? we don't have getpwui...
2008-02-20 Wilfried Göesgens* re-designed loop with strlen inside
2008-02-20 Wilfried Göesgens* sanitize migrate_aliases.sh
2008-02-18 Wilfried Göesgens* fix exec permissions
2008-02-17 Art CancroRemoved a temporary hack to vlprintf() that displayed the
2008-02-17 Art CancroThe networker and RSS client each start up their own...
2008-02-17 Art CancroThe auto-purger has its own thread so it needs its own
2008-02-17 Art CancroThe fix to Bug 311 didn't work. Applied a cleaner...
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-14 Art CancroWhen reading/writing netconfigs files, do not purge
2008-02-13 Dave WestWhen using host auth mode the user is given a default...
2008-02-13 Dave WestFixed a small bug in serv_vcard.c that could leave...
2008-02-13 Dave WestWe are unable to purge users that have no name but...
2008-02-13 Art CancroRemoved the 'defrag databases' stub function and command
2008-02-12 Wilfried Göesgens* fix endless loop if we don't find a PID file.
2008-02-11 Wilfried GöesgensTHIS IS 7.31
2008-02-11 Wilfried Göesgens* allow LMTP posting to all rooms.
2008-02-10 Wilfried Göesgens* make the aide-room public postable for cron, hostmast...
2008-02-10 Wilfried Göesgens* add typedefs in citadel.h so we don't need to typedef...
2008-02-09 Wilfried Göesgens* f'bse seems to carry its resolver calls in its libc...
2008-02-09 Wilfried Göesgens* UIMG and UOPN require the client to specify a Mimetyp...
2008-02-08 Wilfried Göesgens* refuse empty passvoids against host auth
2008-02-07 Wilfried Göesgens* ctdl_message_dir is the directory where messages...
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-02-07 Art CancroChanged the 'No subscribers found' error message to...
2008-02-07 Art Cancrofunambol65.c: cleaned up compiler warnings
2008-02-06 Wilfried Göesgens* handle situations were just one set of bdb utils...
2008-02-05 Art CancroNew option in the text client to open attachments
2008-02-04 Wilfried Göesgens* build the modules stuff while configuring. it's funct...
2008-02-04 Art Cancrohtml.c support the '´' entity tag
2008-02-04 Wilfried Göesgens* don't link unused libs
2008-02-03 Art CancroDo not allow external editor in citadel.rc by default
2008-02-02 Wilfried Göesgens* dereference symlinks
2008-02-02 Wilfried Göesgens* set execute bit on the right files
2008-02-02 Art Cancro* Thread ID's are now displayed in 0x%08lx format instead
2008-01-31 Art Cancro--- VERSION 7.30 ---
2008-01-30 Michael HamptonText client: allow message quoting of lines over 1000
2008-01-29 Art CancroMissed a few :)
2008-01-29 Art CancroEliminated unnecessary complexity by removing support
2008-01-29 Art Cancrosmtp service: offer the 8BITMIME extension, because
2008-01-29 Art CancroThird try. :(
2008-01-29 Art CancroMoved the libcitadel version check below the point
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* 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 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-22 Wilfried Göesgens* OpenBSD compatibility: select properly while reading...
2008-01-21 Art CancroAdded funambol_newmail_soap.xml
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 CancroBacked out previous commit
2008-01-19 Art CancroApplied matt's latest patch set
2008-01-17 Art CancroFixed infinite-loop bug in room name display code.
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-16 Wilfried Göesgens* checking a pointer is useless if you dereference...
2008-01-16 Dave WestChanged log message when worker thread select is interr...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-15 Dave WestClean up in housekeeping.c
2008-01-15 Dave WestNow citadel.pid contains the pid of the watcher process...
2008-01-15 Dave WestNow the autopurger will always attempt to purge users...
2008-01-13 Wilfried Göesgens* urlescs new parameter added.
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 Wilfried Göesgens* openbsd doesn't like pam. so... if we don't have...
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 Art CancroPrepared some of the authmode stuff for the imminent...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
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...
next