]> code.citadel.org Git - citadel.git/history - citadel
imap_fetch.c: output an extra space required before the
[citadel.git] / citadel /
2007-08-23 Art Cancroimap_fetch.c: output an extra space required before the
2007-08-23 Dave WestBug got in when changed to IsEmptyStr
2007-08-23 Dave WestBug got in when changed to IsEmptyStr
2007-08-23 Dave Westcmd_expand was broken. Caused text client to hang....
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemoved IsEmptyStr from some loops as its quicker this...
2007-08-23 Dave WestRemove IsEmptyStr from loop control. Not because it...
2007-08-22 Art CancroChanged the way messages and headers are
2007-08-21 Art CancroReverted one of the strlen() to IsEmptyStr() changes
2007-08-20 Dave Westdestroy_network_queue_room() is now called via the...
2007-08-19 Wilfried Göesgens* cit_backtrace...
2007-08-19 Wilfried Göesgens* fchmod doesn't like FD's to sockets.
2007-08-17 Wilfried Göesgens* write backtrace after client_write failing.
2007-08-16 Wilfried Göesgens* some quotes here can't hurt.
2007-08-16 Wilfried Göesgens* once we have an FD we can use it for fchmod
2007-08-16 Wilfried Göesgens* and the dots learned to walk.
2007-08-14 Wilfried Göesgens* don't copy / lowercase more of the string than we...
2007-08-14 Wilfried Göesgens* next try to get a working new tokenizer. this seems...
2007-08-11 Wilfried Göesgens* extract_token still doesn't behave like the original...
2007-08-11 Wilfried Göesgens* applied matts patch; flattened indention.
2007-08-10 Wilfried Göesgens* abort tokenizer loop once we found our string
2007-08-10 Art CancroReplaced extract_token() with a completely new
2007-08-10 Wilfried Göesgens* substituded two hot functions by ones that behave...
2007-08-09 Wilfried Göesgens* now memreadline creeps lower in the gprof radar.
2007-08-09 Wilfried Göesgens* brought over the tuned memreadline from webcit
2007-08-09 Wilfried Göesgens* two tiny errors weren't seen.
2007-08-09 Wilfried Göesgens* typos remaining...
2007-08-09 Wilfried Göesgens* strlen holy war: loops. in loops it's very evil....
2007-08-09 Wilfried Göesgens* removed strlen from b_putroom()
2007-08-09 Wilfried Göesgens* strlen hunt: messed brackets.
2007-08-09 Wilfried Göesgens* more whitch-hunt on strlen with isemptystr replacement.
2007-08-09 Wilfried Göesgens* we're over at svn now.
2007-08-09 Wilfried Göesgens* Holy war on strlen: use IsEmptyStr where apropriate.
2007-08-09 Wilfried Göesgens* clean up compiled binaries on make clean too. where...
2007-08-09 Wilfried Göesgens* give the right status code for STARTTLS. thanks to...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-05 Dave WestAdded #define LDAP_DEPRECATED 1 to get rid of warnings...
2007-08-05 Dave WestMoved serv_ldap.h back into the main src dir as a tempo...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Art CancroWebCit 7.13
2007-08-02 Art CancroOptimize num_tokens() to use only one pass through...
2007-08-02 Art CancroOptimize num_tokens() to use only one pass through...
2007-08-01 Dave WestAnother version of mk_module_init.sh to try and get...
2007-07-31 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave Westmk_module_init.sh now tests to see if echo supports...
2007-07-31 Michael HamptonDon't use shell built-in echo command in scripts.
2007-07-30 Wilfried Göesgens* look exactly for 2 or 3, so the status request will...
2007-07-30 Wilfried Göesgens* scdn now allso knows how to trigger restart.
2007-07-29 Wilfried Göesgens* moved some flags so that our run flags are collected...
2007-07-28 Dave WestMakefile.in now cleans the modules subtree as well
2007-07-28 Dave WestBegun phase 2 of modules stuff.
2007-07-27 Wilfried Göesgens* new citadel-suite package, that will pull all other...
2007-07-26 Art CancroCompleted the Bynari version of SETMETADATA.
2007-07-26 Art Cancro-
2007-07-26 Art CancroConvert folder type names to citadel view numbers.
2007-07-26 Art CancroMinor indentation changes
2007-07-26 Dave WestMoved to new module init structure.
2007-07-26 Art CancroBegan implementing the Bynari version of SETMETADATA...
2007-07-24 Art Cancro'master user' hack is now an #ifdef instead of commente...
2007-07-23 Dave WestUpdate to documentation for event hooks.
2007-07-23 Dave WestCode clean up. Removed #include serv_sieve.h as no...
2007-07-22 Wilfried Göesgens* fixed missing targets in make clean. thanks, davew...
2007-07-22 Wilfried Göesgensdavew: search for newer versions of berkeley db
2007-07-22 Wilfried Göesgensdavew: clean ups, addition to documentation of API...
2007-07-22 Wilfried Göesgens* put anchor comment in here too.
2007-07-22 Art CancroSieve GETENVELOPE converts 'local' style addresses
2007-07-19 Art Cancroserv_sieve: when no envelope-to field is present, copy
2007-07-18 Art CancroShuffled around the sieve code:
2007-07-15 Wilfried Göesgens* added a comment infront of the svn modifieable return...
2007-07-12 Art Cancro* Added new view type VIEW_JOURNAL - not yet used by
2007-07-08 Michael HamptonInclude sys/stat.h when available (FreeBSD)
2007-07-08 Art CancroQuick respin of WebCit (now 7.12) due to missing config.sub
2007-07-07 Art CancroWhen existing init scripts are detected during setup,
2007-07-07 Art CancroRemoved an unused variable
2007-07-07 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-07-07 Wilfried Göesgens* we don't need to chown chkpwd anymore.
2007-07-07 Art CancroSupport the idea of a 'master user' logging in
2007-07-07 Art CancroSupport AUTH=PLAIN in the IMAP server.
2007-07-06 Art Cancro* Move to GPL v3
2007-07-05 Wilfried Göesgens* send linewraps, so we get our dots at least.
2007-06-29 Art CancroWhen reading in SMTP recipients, use safestrncpy()...
2007-06-28 Art CancroEliminate the 'Internet mail recommends
2007-06-27 Art CancroBe a little smarter about return-path generation.
2007-06-27 Art CancroRemoved the VRFY and EXPN commands from our SMTP server
2007-06-26 Wilfried Göesgens* print some info to the client while putting stuff...
2007-06-25 Wilfried Göesgens* if a message subject is required, ask the user for...
2007-06-24 Wilfried Göesgens* evaluate the subject required flag. not tested, the...
2007-06-24 Wilfried Göesgens* configure the room subject required flag in the text...
2007-06-24 Art CancroCreating a mailbox room no longer automatically sets
2007-06-23 Wilfried Göesgens* added flag to make clients add a subject
2007-06-20 Wilfried Göesgens* move chkpw d to the utilbin section.
2007-06-20 Wilfried Göesgens* move chkpwd to the utility bin dir, added chkpw to...
next