fix Slight glitch in tabbed dialog CSS. I had lost px unit and ponctuation
[citadel.git] / citadel /
2007-10-20 Art CancroCreate and maintain a directory for pop3client uidl...
2007-10-20 Art CancroCreate a linked list with learned uidl's
2007-10-19 Art CancroRetrieve POP3 UIDL for each message. (Not yet doing
2007-10-18 Art CancroRewrote extract_key() without repeated calls to strlen().
2007-10-18 Art CancroPOP3 aggregation client: transmit CRLF newlines instead
2007-10-16 Dave WestFixed a bug that could cause us to keep a temporary...
2007-10-16 Dave WestAdded a comment to serv_ldap.c
2007-10-14 Dave WestAdded new function calls for aide_message and lprintf.
2007-10-14 Dave WestNow we build the Makefile includes for user modules...
2007-10-14 Dave WestAdded a simple comment to include/ctdl_module.h
2007-10-14 Art CancroRemove 'can_do_msg4' variable from client. If
2007-10-13 Wilfried Göesgens* speed up imap_pick_range by getting the Imap-Context...
2007-10-13 Wilfried Göesgens* speed up client_write by fetching the context once.
2007-10-13 Wilfried Göesgens* imap profiling: mimeparser: use MemReadlineLen, keep...
2007-10-13 Wilfried Göesgens* don't call the context getter to frequent.
2007-10-13 Wilfried Göesgens* Imap profiling: memreadline function that returns...
2007-10-13 Wilfried Göesgens* we need to compare sizeof int to sizeof sizet to...
2007-10-12 Art CancroSlight change to previous commit.
2007-10-12 Dave WestFixed a bug in serv_network.c that was causing strange...
2007-10-12 Dave WestFix function names to be in line with coding style.
2007-10-12 Dave WestBegin fix ups of coding style to get a bit closer to...
2007-10-11 Art CancroCompleted the implementation of RFC2359
2007-10-10 Art CancroBegan implementing the UIDPLUS extension.
2007-10-10 Dave WestFixed userlist command so it defaults to using unix...
2007-10-10 Art CancroVersion number to 7.22
2007-10-10 Dave WestLDAP module no longer allows duplicate values for the...
2007-10-10 Dave WestFixed a bug in extract_token that allowed a buffer...
2007-10-10 Dave WestMade some ldap functions a little more generic, pass...
2007-10-09 Dave WestLDAP module changes.
2007-10-06 Dave Westwhen delete from GAB now delete from ldap.
2007-10-06 Dave WestNow make upgrade doesn't balk on already existing unstr...
2007-10-06 Art CancroTest of commit log mailing
2007-10-06 Art CancroTest of commit log mailing
2007-10-06 Dave WestWe now try to reconnect to the ldap server if it got...
2007-10-06 Dave WestLots of LDAP changes.
2007-10-06 Dave WestAdded LDAP: to begining of lprintfs in ldap module.
2007-10-06 Wilfried Göesgens* install a copy of the unstripped binaries for debugging.
2007-10-06 Wilfried Göesgens* now ecrash gives us at least some usable values.
2007-10-06 Wilfried Göesgens* as we now spend allmost all of our time on en/decodin...
2007-10-06 Wilfried Göesgens* strip blanks / whitespaces more effectively
2007-10-05 Wilfried Göesgens* don't use CC in frequent loops. use it once outside.
2007-10-05 Wilfried Göesgens* zero structs before handing them to getpeername(...
2007-10-05 Dave WestMoved config check for ldap into ldap init.
2007-10-05 Dave WestAdded code to rebuild citadel.control if it gets delete...
2007-10-05 Wilfried Göesgens* just use ldap if it's enabled by config.
2007-10-05 Dave WestBig change to the ldap code to break its dependancy...
2007-10-05 Dave WestChanged serv_network.c receive_spool to remove the...
2007-10-04 Dave WestThe pid file now contains a valid pid (it used to be 0).
2007-10-04 Art CancroAdded serv_pager.h (sorry)
2007-10-04 Art CancroAdded pager config to tuiconfig.c
2007-10-04 Art CancroAdded pager config to tuiconfig.c
2007-10-04 Art CancroApplied Matt's patch for pager config -- NOT TESTED
2007-10-03 Wilfried Göesgens* don't steal memory from bdb structures.
2007-10-03 Wilfried Göesgens* check the username for length so we don't smash our...
2007-10-02 Art CancroAdded a developer ID for Robert Barta (Perl module)
2007-09-30 Art CancroAdded 'subject' to aidepost utility
2007-09-30 Art Cancrocitmail now produces more verbose errors
2007-09-26 Art CancroDon't try to do a DB_STAT_ALL statistics dump
2007-09-26 Art CancroPatch to handle Matt's issue with parentheses
2007-09-24 Art Cancro* Citadel configuration screens in the text mode client
2007-09-24 Art Cancro* When saving a netconfigs file, citserver now copies
2007-09-21 Art CancroParse the • entity
2007-09-21 Art CancroThe 'master user' account and password may now
2007-09-20 Art CancroFixed compiler warning about ssl_lock
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-20 Art CancroRemoved the ifdef for the pop3client module
2007-09-20 Wilfried Göesgens* these includes are needed on freebsd to use pid_t
2007-09-20 Art Cancro* Add CONF options for master user/pass
2007-09-20 Art CancroMaster User hack is now defined in site config instead of
2007-09-20 Art CancroMinor tagging and comments
2007-09-18 Art CancroAggregation of remote POP3 accounts is now working.
2007-09-17 Art Cancrofix bug in previous commit
2007-09-17 Art CancroLogin to POP3 server
2007-09-17 Art CancroScan each room's netconfig for remote POP3 account...
2007-09-17 Art CancroPOP3 client is now in development, add -DPOP3_AGGREGATI...
2007-09-17 Art CancroSkeleton module for POP3 client
2007-09-17 Art CancroSkeleton module for POP3 client
2007-09-14 Art CancroCitadel 7.20 meta-release to be deployed to Easy Install
2007-09-12 Wilfried Göesgens* compare SIZEOF_SIZE_T with SIZEOF_LONG rather than...
2007-09-11 Wilfried Göesgens* 64 bit cleanness: format size_t properly in printf()
2007-09-10 Art CancroFor the SSL-only ports, if crypto negotiation fails,
2007-09-08 Wilfried Göesgens* sun cc doesn't like us to do empty lines with ';...
2007-09-08 Wilfried Göesgens* the blastwave emacs doesn't like me.
2007-09-08 Wilfried Göesgens* use AC_CHECK_FUNCS to check for flock()
2007-09-08 Wilfried Göesgens* didn't see some \'s theres so much of them.
2007-09-08 Wilfried Göesgens* use here-documents instead of printf. this should...
2007-09-08 Wilfried Göesgens* allow the debian build to enable profiling and backtr...
2007-09-05 Dave WestFix to speed up Sieve processing, taking relatively...
2007-09-05 Dave WestA fix for Sieve/Vacation bug. *** This may break networ...
2007-09-04 Wilfried Göesgens* sending the startup-problem-message now does work.
2007-09-03 Art CancroAdded davew to the credits file
2007-09-01 Wilfried Göesgens* matts patch fixing the ecrash <-> autoconf interferance.
2007-08-30 Wilfried Göesgens* modify the ld + cflags for gprof and backtrace if...
2007-08-29 Wilfried Göesgens* make backtrace optional.
2007-08-27 Dave WestGet the aide room message working again if a port open...
2007-08-27 Dave WestGet ecrash.o to build automatically.
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-24 Wilfried Göesgens* no, we don't want to remember everything we logged.
2007-08-24 Art CancroCompile with -DDISABLE_IMAP_ACL to build a Citadel...
2007-08-23 Dave WestClean up unused include of serv_network.h
next