]> code.citadel.org Git - citadel.git/history - citadel
* create .pc file, seems to be a good thing to do.
[citadel.git] / citadel /
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroWhen opening the Berkeley DB environment, step
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-15 Wilfried Göesgens* tiny tool for message retrieval, first draft.
2007-11-15 Art CancroUpdated version number to 7.24
2007-11-15 Art CancroFixed a bug introduced in r5517 that was causing
2007-11-13 Wilfried Göesgens* to much c-coding spoilz bash-sk1lz
2007-11-13 Art CancroRemoved '#define CHUNKED_READ' from citadel_ipc.c
2007-11-13 Dave WestA little bit of speed up in the wordbreaker for full...
2007-11-12 Art CancroAmended the 'Corrupt message' error with more detail
2007-11-11 Wilfried Göesgens* buffered read next try; recv might give the solution?
2007-11-11 Art CancroAmended the MSGP command to provide a way for the client to
2007-11-11 Art Cancro* moved CtdlDecodeQuotedPrintable() into tools.c
2007-11-11 Art CancroExperimented with 'struct CitContext *CCC = CC;' for...
2007-11-10 Wilfried Göesgens* if -D added, citserver will print out the Directories.
2007-11-10 Wilfried Göesgens* this might be the try to free a null-pointer.
2007-11-09 Art CancroDon't crash on RSS feed items without descriptions
2007-11-09 Art CancroFix bug which appears when multiple feeds in one room
2007-11-09 Wilfried Göesgens* set basedir to ctdldir on startup for bin/sbin calcul...
2007-11-08 Wilfried Göesgens* free the ical struct after using it.
2007-11-08 Art CancroAdded the User-Agent: and Accept: headers to our
2007-11-08 Dave WestAnd nox ICAL putics works properly.
2007-11-07 Wilfried Göesgens* if citadel doesn't come down by sendcommand in 10...
2007-11-06 Dave WestAdd #include <stdarg.h>
2007-11-06 Art CancroApplied Matt's nov. 4 pager cleanup patch
2007-11-05 Art CancroDisabled client chunked reads by default.
2007-11-05 Art CancroHandle X31 response code from server
2007-11-05 Art CancroNew 231 response code (SERVER_SHUTTING_DOWN)
2007-11-04 Wilfried Göesgens* dump message headers on artv dump
2007-11-04 Wilfried Göesgens* init some numbers.
2007-11-04 Wilfried Göesgens* initializing strings empty faster.
2007-11-04 Art CancroHandle NULL data from XML parser in order to cope
2007-11-03 Dave WestFix the thirty second delay properly.
2007-11-03 Dave WestFix thirty second delay in sendcommand when downing...
2007-11-03 Dave WestFix bug in text client that causes parts of listings...
2007-11-03 Wilfried Göesgens* build depend on expat too.
2007-11-02 Art Cancrotuiconfig for RSS feed reader
2007-11-02 Art CancroBetter logic to detect channel title
2007-11-02 Art CancroUse RSS feed title as room name for saved messages
2007-11-02 Art Cancro* Updated internal version number of citadel and webcit...
2007-11-02 Art CancroHandle 30X redirects when requesting RSS
2007-11-02 Art CancroChecked in an RSS feed reader to replace the
2007-11-01 Wilfried Göesgens* sanitize parameters, check pointers for NULL
2007-11-01 Wilfried Göesgens* have an ARTV DUMP to do eyeball and grep analysis...
2007-11-01 Art CancroThe list of existing MTA's to disable has been reduced
2007-10-30 Art CancroMinor cleanup of previous commit
2007-10-30 Art CancroRemoved an 'if' statement that appears to fix Bug ...
2007-10-29 Dave WestFixed bug no.207.
2007-10-29 Wilfried Göesgens* add hint to restart menu to our 'unable to bind port...
2007-10-29 Art CancroSieve GETENVELOPE - fill in a bogus envelope from
2007-10-29 Art CancroSieve GETENVELOPE - fill in a bogus envelope from
2007-10-29 Art CancroChanged the format of UIDL's stored in S_USETABLE
2007-10-29 Art CancroFound a MUCH better way to store the UIDL's of
2007-10-29 Art Cancro* Reverted the code I checked in last week that created a
2007-10-28 Wilfried Göesgens* read line-buffered, not char by char.
2007-10-28 Dave WestSolution to bug no. 258 (forging of from headers with...
2007-10-28 Art Cancroical_putics() now calls ical_write_to_cal() with
2007-10-27 Dave WestFixed the bug that results in non update of existing...
2007-10-27 Dave WestReduced the timeout for LDAP disconnect to 1 minute...
2007-10-27 Dave WestAdded support for mobile phone number and fax number...
2007-10-26 Art CancroUpdated extract_key() in mime_parser.c
2007-10-25 Wilfried Göesgens* if the client disconnects, abort the ARTV EXPORT
2007-10-23 Art CancroOnly generate CSR if it is determined that we will
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.
next