citadel.git
2007-08-24 Art CancroCompile with -DDISABLE_IMAP_ACL to build a Citadel...
2007-08-24 Dave WestPatches from Matt.
2007-08-23 Dave WestClean up unused include of serv_network.h
2007-08-23 Dave WestPatches from Matt with slight mod from me to do without...
2007-08-23 Art CancroWhen outputting the extension data for a
2007-08-23 Art Cancro* Reversed previous change. It wasn't needed after...
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-17 Thierry PasqualierConfiguration screens : fix CSS/HTML bugs
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-15 Wilfried Göesgens* some of the shiny new citadel optimized functions
2007-08-15 Thierry PasqualierBulletin board view : use radio buttons in the place...
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-14 Thierry Pasqualier* cleaning HTML/CSS codes
2007-08-12 Thierry Pasqualierwholist screen : cleaning CSS / HTML codes
2007-08-11 Thierry PasqualierBulletin board/CSS: center messages selector on top...
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 Thierry Pasqualieruse the same way to display all banners and services...
2007-08-10 Wilfried Göesgens* substituded two hot functions by ones that behave...
2007-08-10 Thierry Pasqualierupdated french translation (not complete)
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-09 Art Cancro* Applied Matt's groupdav patch
2007-08-08 Thierry Pasqualiermessages selector bar
2007-08-08 Art CancroChanged the background color to something that blends
2007-08-08 Thierry Pasqualierbegun the work on the selector bar
2007-08-08 Thierry Pasqualiernew gradient background image, one pixel width, repeat...
2007-08-07 Wilfried Göesgens* fix citing from urls. use a new unescape function...
2007-08-07 Wilfried Göesgens* simplify url printer. don't continue searching once...
2007-08-06 Wilfried Göesgens* have an abstract function print the menu boxes in...
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 CancroExperimental changes to the default theme. Gradient
2007-08-03 Art CancroWebCit 7.13
2007-08-02 Art CancroCleaned up the config interface.
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 Wilfried Göesgens* fixed bug in the debian init script that would make...
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 Thierry PasqualierImprovement of CSS to display message text/calendar...
2007-07-26 Art CancroConvert folder type names to citadel view numbers.
2007-07-26 Art Cancro-
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 Wilfried Göesgens* socket syntax is different in php5. make it configurable.
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-23 Thierry PasqualierHTML/CSS calendar mimepart display
2007-07-23 Art CancroWhen webcit converts a set of inbox rules to a Sieve...
2007-07-22 Wilfried Göesgens* fixed missing targets in make clean. thanks, davew...
next