]> code.citadel.org Git - citadel.git/history - citadel
lost quote...
[citadel.git] / citadel /
2007-02-19 Art CancroFor sessions using the Citadel wire protocol, follow
2007-02-18 Art Cancro* Cache the Friendly Name (fn) from the user's vCard
2007-02-16 Art CancroApplied matt's latest serv_funambol.c patch
2007-02-16 Wilfried Göesgensremoved stuff that wasn't ready for commit'
2007-02-16 Wilfried Göesgens* handle =\r\n's in the qp decoder
2007-02-14 Wilfried Göesgens* tell what we did to the debs
2007-02-12 Art CancroEliminate the use of LOG_PERROR. Not all platforms...
2007-02-12 Art CancroObserve CC->nologin (too many users already online...
2007-02-10 Art Cancroimap_acl: never output the 'a' flag, even if the user
2007-02-10 Art Cancro* IMAP 'LISTRIGHTS' command (skeleton) implemented
2007-02-08 Wilfried Göesgens* added abuse@ default account.
2007-02-08 Michael HamptonCommand prompt was much too short; lengthened it.
2007-02-07 Wilfried Göesgens* call useradd the right way.
2007-02-05 Wilfried Göesgens* tell what we've changed.
2007-02-05 Wilfried Göesgens* remove =\n and friends instead of replacing it.
2007-02-04 Wilfried Göesgens* reworked CtdlDecodeQuotedPrintable
2007-02-04 Art CancroImplemented client configuration of the new RBL handlin...
2007-02-04 Art Cancro* Added a config option to check RBL's immediately...
2007-01-30 Wilfried Göesgens* ask questions on install too
2007-01-27 Art Cancro* Moved message deletion into the CtdlRoomAccess()...
2007-01-26 Art Cancro* Only call set_msgcall() if Berkeley DB is v4.3 or...
2007-01-26 Wilfried Göesgens* lurk the faq from our wiki to provide package documen...
2007-01-25 Wilfried Göesgens* renamed var.
2007-01-25 Wilfried Göesgens* say what we've changed.
2007-01-25 Art CancroIMAP SEARCH - more internal validation to avoid crashing
2007-01-25 Art Cancro* Added a temporary command to insert a bogus message...
2007-01-24 Wilfried Göesgens* precalculate the position of chkpwd like we do it...
2007-01-24 Art CancroDon't use imap_strout() for ACL bits. Technically...
2007-01-23 Wilfried Göesgens* create user and directories needed in common package.
2007-01-23 Art Cancro* Add serv_funambol.h to version control
2007-01-23 Art Cancro* Applied matt's funambol patch
2007-01-23 Art Cancro* ACL extension - GETACL and MYRIGHTS share output...
2007-01-21 Wilfried Göesgens* use message purger api function instead of jut free...
2007-01-21 Wilfried Göesgens* free buffer in config reader
2007-01-21 Wilfried Göesgens* don't loose pointers to cal structs and destruct...
2007-01-21 Wilfried Göesgens* shut down libical apropriate.
2007-01-20 Wilfried Göesgens* free the other lists in here too on shutdown.
2007-01-20 Wilfried Göesgens* free the validated recipients
2007-01-20 Wilfried Göesgens* flush networker caching list on exit
2007-01-20 Wilfried Göesgens* use getpwent_r
2007-01-20 Art CancroDon't advertise the ACL extension. It isn't finished
2007-01-20 Art Cancro* Initialize more variables during declaration,
2007-01-20 Wilfried Göesgens* Close the fd to our control file.
2007-01-20 Wilfried Göesgens* strlen is sloouuw.... don't use it over and over.
2007-01-20 Wilfried Göesgens* more message pointers initialized.
2007-01-20 Wilfried Göesgens* if the message is not valid, try to free the message...
2007-01-20 Wilfried Göesgens * cleanup ourselfs on exit.
2007-01-20 Art Cancro* svn add serv_funambol.c
2007-01-20 Art Cancro* Applied Matt's patches to submit messages to Funambol
2007-01-19 Michael HamptonFix problem where HTML listsub subscribe/unsubscribe...
2007-01-18 Art Cancro* CtdlCheckRoomAccess() now sets a new bit UA_ADMINALLOWED
2007-01-18 Art Cancro* Removed ctdl_ssl_dir because there was already ctdl_k...
2007-01-17 Wilfried Göesgens* corrected files to open
2007-01-16 Wilfried Göesgens* corrected pid file calcing in debian init script
2007-01-16 Wilfried Göesgens* make the crypto functions use precalculated files...
2007-01-16 Wilfried Göesgens* if /etc/init.d/ is not there, create the init script...
2007-01-15 Wilfried Göesgens* use more of our precalculated dirs and files.
2007-01-15 Art CancroChecked in matt's patches for TCP performance on Mac OS:
2007-01-14 Wilfried Göesgens* added sourcedist targets for building tgz's with...
2007-01-11 Art CancroFixed a syntax error
2007-01-11 Art CancroChanged some of the ACL logic
2007-01-10 Art Cancro* Augmented the access control model and API
2007-01-10 Art CancroWorked on GETACL a little bit
2007-01-09 Art Cancro* Allow ACL commands without having a folder selected.
2007-01-09 Art CancroChecking in a skeleton of RFC 2086 (IMAP ACL extension).
2007-01-07 Wilfried Göesgens* created common package.
2007-01-06 Art Cancro* Updated some comments
2007-01-06 Wilfried Göesgens* remove unwanted blanks.
2007-01-06 Art Cancro* Replaced citadel.pam with one that ought to be
2007-01-05 Fathi Boudra* update changelog
2007-01-05 Wilfried Göesgens* send welcome mail on first debian package installation.
2007-01-04 Fathi Boudra* some cleanup and debian code beautification (tab...
2007-01-04 Art Cancro* CtdlOutputPreLoadedMessage() -- buffer up to 1K chara...
2007-01-03 Wilfried Göesgens* more debian build added.
2007-01-03 Wilfried Göesgens* say what we got and what we want
2007-01-03 Art Cancroconfig.c: more verbose error reporting on citadel.config
2007-01-03 Art Cancro* Removed some of the extra sleep() calls in setup
2007-01-03 Wilfried Göesgens* purge the last remains of ctdlsvc
2007-01-03 Wilfried Göesgens* more changes towards the debian.org packaging.
2007-01-03 Wilfried Göesgens* another place to add we're sending utf-8
2007-01-02 Wilfried Göesgens*merge together into .install
2007-01-02 Wilfried Göesgens* removed unneded file.
2007-01-02 Wilfried Göesgens* moved another file to ETC_DIR
2007-01-02 Wilfried Göesgens* removed unused files.
2007-01-02 Wilfried Göesgens* cleanup init scripts
2007-01-02 Wilfried Göesgens* added patches from Fathi boudra
2007-01-02 Art CancroReduced the size of some of the string buffers in the...
2007-01-01 Art CancroUpdated copyright notice to 2007
2007-01-01 Wilfried Göesgens* i was wrong on the position of help & message files...
2006-12-30 Wilfried Göesgens* encode message subjects in rfc2047 style if they...
2006-12-28 Wilfried Göesgens* we don't have a changelog anymore.
2006-12-28 Wilfried Göesgens* bumped verison to 7.02
2006-12-28 Art CancroFixed pidfile handling
2006-12-28 Wilfried Göesgens* replaced $(root) in make file with standart name...
2006-12-28 Wilfried Göesgens* cleanup
2006-12-28 Wilfried Göesgens* correct spelling of options.
2006-12-27 Art Cancrosetup.c: include -h option when calling citserver
2006-12-27 Art Cancro* setup.c: updated to use new built-in daemonization
2006-12-27 Wilfried Göesgens* if called with 'buildpackage debian src' we will...
2006-12-27 Art Cancroupdated roadmap.txt
next