citadel.git
2008-03-29 Dave WestFix up ARTV import so that imports actually work.
2008-03-28 Dave WestImporting REALLY BIG messages can also cause the watchd...
2008-03-28 Dave WestFix the artv import.
2008-03-28 Dave WestOn my slow system a watch dog time out of 5 seconds...
2008-03-27 Art CancroFixed a potential infinite-loop condition in previous...
2008-03-26 Art CancroHandle RFC822 'References:' field and Citadel W (Wefewe...
2008-03-26 Art CancroThread log was too verbose when writing to disk
2008-03-26 Wilfried Göesgens* use the utf8 functions to cut subjects at the border...
2008-03-26 Wilfried Göesgens* add functions to evaluate utf8 strings as described...
2008-03-25 Art Cancrosmall update to hack.txt
2008-03-25 Dave WestBump the citadel rev number to 733. It got missed in...
2008-03-24 Art CancroSending an instant message via Jabber now resets the...
2008-03-23 Wilfried Göesgens* added aditional licenses of the non-citadel created...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-21 Art Cancrosvn_revision() now declared in svn_revision.h
2008-03-20 Dave WestBootstrap now calls mk_svn_revision.sh for the package...
2008-03-20 Dave WestNow the text client and webcit show the servers svn...
2008-03-20 Dave WestNow the server records the SVN revision in the log...
2008-03-20 Dave WestA test fix for the thread cancellation routine.
2008-03-20 Dave WestPrevent cancellation of threads but log that we would...
2008-03-20 Wilfried Göesgens* use snprintf to avoid stack corruption.
2008-03-20 Wilfried Göesgens* init command buf empty to avoid fancy side effects
2008-03-19 Wilfried Göesgens* this way arround some compilers like the casts better.
2008-03-19 Art Cancrooops ... minor fix to above
2008-03-19 Art CancroEVT_LOGOUT hooks are now called with the thread's current
2008-03-19 Art Cancrobmstrcasestr() now returns NULL if either of its supplied
2008-03-19 Dave WestAuto purger thread was declaring itself as the indexer_...
2008-03-18 Dave WestWhen doing shutdown we allow each thread up to 5 second...
2008-03-18 Dave WestMoved remaining POP3 options onto the POP3 configuratio...
2008-03-18 Dave WestAdded new POP3 client config options
2008-03-18 Dave WestAdded code to handle new POP3 client config options.
2008-03-18 Dave WestOops, managed to commit a partial change regarding...
2008-03-18 Dave WestAdded some more CtdlThreadCheckStop() calls to speed...
2008-03-18 Dave WestPOP3 client now makes use of CtdlThreadCheckStop()...
2008-03-18 Dave WestRSS client now makes use of CtdlThreadCheckStop() to...
2008-03-18 Dave WestIgnet now makes use of CtdlThreadCheckStop() to check...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-03-18 Dave WestMissed one. Only need to use a copy of the context...
2008-03-18 Dave Westmrtg now reads the context list safely.
2008-03-18 Dave WestJabber now reads the context list safely and it writes...
2008-03-18 Dave WestRWHO command uses new function to read the context...
2008-03-18 Dave WestCreated a routine to get a copy of the context list...
2008-03-18 Dave West Now the RWHO command processes the context list in...
2008-03-17 Dave WestRe-ordered the sequence of checking email addresses...
2008-03-17 Dave WestZero calls is possible, contrary to the comment so...
2008-03-17 Art CancroApplied new nl.po translation
2008-03-17 Art CancroWhen dumping or scanning the wholist in the Jabber
2008-03-17 Wilfried Göesgens* corrected typo in iconv check
2008-03-16 Wilfried Göesgens* use larger buffer for subject, as QP encoded subjects...
2008-03-15 Art Cancroremoved an unused variable
2008-03-15 Art CancroMore reliable (hopefully) XMPP logout (unavailable +
2008-03-15 Art CancroNew utility function convert_spaces_to_underscores()
2008-03-14 Art CancroRewrote the sender/recipients/dsn display code in smtpq...
2008-03-14 Art CancroFixed missing display of messages in SMTP queue.
2008-03-13 Wilfried Göesgens* download attachments too.
2008-03-10 Wilfried Göesgens* abstract #ifdef HAVE_ICONV around utf8ify_rfc822_stri...
2008-03-10 Wilfried Göesgens* text interface for the recently added QR2 flags
2008-03-10 Wilfried Göesgens* check for links if they exist before trying to create...
2008-03-10 Art CancroWebCit UI for user rename
2008-03-10 Art CancroText mode user interface -- added UI for rename user
2008-03-09 Wilfried Göesgens* don't search for null-lengthened strings.
2008-03-09 Wilfried Göesgens* if we get a zero length line, skip the whole processing.
2008-03-07 Art CancroAdded a RENU command (REName a User)
2008-03-05 Wilfried Göesgens* first of the three sorts uses URLescputs, the second...
2008-03-05 Art CancroWebCit v7.34
2008-03-05 Art CancroBacked out changes in r6088 of addressbook_popup.c
2008-03-03 Wilfried Göesgens* removed unneeded DH-Targets.
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-02 Wilfried Göesgens* prefer the actual session id
2008-03-02 Wilfried Göesgens* make server_getln return the number of bytes it read
2008-03-02 Wilfried Göesgens* documented hashlist
2008-03-01 Wilfried Göesgens* hack gnome iconsets in.
2008-03-01 Wilfried Göesgens* Prepend our explicit warrant to link with openssl...
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-27 Wilfried Göesgens* don't double libcitadel header function for safestrnc...
2008-02-27 Wilfried Göesgens* safestrncpy counts the copied string anyway, and...
2008-02-27 Art CancroWhen clicking on a contact's email address to send
2008-02-27 Art CancroMultipart/alternative (possibly nested inside multipart...
2008-02-27 Wilfried Göesgens* sample aproach to use the citadel commandline client...
2008-02-26 Art CancroXMPP service ... remove from tech preview, as several
2008-02-25 Wilfried Göesgens* refreshed translation files with new strings
2008-02-25 Wilfried Göesgens* dynamicdrive.com 's fadeshow can be triggered from...
2008-02-25 Wilfried Göesgens* if we're in single-lang gettext mode, just show the...
2008-02-25 Wilfried Göesgens* allow users to move messages into a room they're...
2008-02-24 Wilfried Göesgens* use default configure options to find threadsafe...
2008-02-24 Wilfried Göesgens* hm, how could this get through? we don't have getpwui...
2008-02-24 Wilfried Göesgens* collect sender / read / unread information for calend...
2008-02-23 Wilfried Göesgens* add icon directory
2008-02-23 Wilfried Göesgens* fixed several crash / invalid data cases in the hash...
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* decode qp string in vcards, even if they're not expli...
2008-02-18 Wilfried Göesgens* add picture view to the files app
2008-02-18 Wilfried Göesgens* fix exec permissions
2008-02-17 Art CancroRemoved a temporary hack to vlprintf() that displayed the
next