citadel.git
2009-06-07 Wilfried Göesgens* if we split these function calls, webcit will work...
2009-06-07 Wilfried Göesgens* move utf8 handling stuff into strbuf, so we can be...
2009-06-04 Wilfried Göesgens* make shure our cached buffers aren't to big.
2009-06-04 Wilfried Göesgens* shrink default buffer size from 4K to 64 bytes. Appli...
2009-06-04 Wilfried Göesgens* set an application specific prefered Buffer size...
2009-06-04 Art Cancro* cmd_move() now fails with a server error message...
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-06-04 Art Cancro* Documented the undocumented server commands in msgbase.c
2009-06-02 Art Cancro* Change /json_roomflr to json_roomflr to hopefully...
2009-06-01 Wilfried Göesgens* typo.
2009-06-01 Wilfried Göesgens* use GetServerStatus for the new handlers
2009-06-01 Art Cancro* Fixed bug #467, possibly at the cost of poorer perfor...
2009-06-01 Wilfried Göesgens* make the cookie failure page non-cacheable.
2009-06-01 Wilfried Göesgens* fix non cookie request blocking
2009-05-31 Wilfried Göesgens* remove duplicate callback code
2009-05-31 Wilfried Göesgens* add function to shrink empty StrBufs so they don...
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-31 Wilfried Göesgens* iron out some more hickups in the linebuffered reading
2009-05-31 Wilfried Göesgens* start moving the hdr struct up, and add detach callba...
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-05-31 Art Cancro* Removed a readme file which stated that the Jabber...
2009-05-31 Art Cancro* Add -lcitadel to chkpwd_LIBS
2009-05-31 Wilfried Göesgens* fix logging / debug mode logchatty exceptions
2009-05-31 Wilfried Göesgens* move session creation and session lookup into own...
2009-05-29 Wilfried Göesgens* another bug in increasing buffers.
2009-05-28 Wilfried Göesgens* fix IncreaseBuf
2009-05-26 Wilfried Göesgens* add webcit database message ID to the notification...
2009-05-26 Wilfried Göesgens* just depend on berkeley db without version.
2009-05-26 Wilfried Göesgens* fix static output for subdirectories & tinymce
2009-05-26 Wilfried Göesgens* add slash-stripper
2009-05-26 Wilfried Göesgens* remove stripslashes, its going into libcitadel.
2009-05-26 Wilfried Göesgens* redo linebuffered reading
2009-05-26 Wilfried Göesgens* -pg just if profiling is enabled.
2009-05-25 Wilfried Göesgens* output files link if present not if not available.
2009-05-25 Wilfried Göesgens* bug in template: won't show upload dialog
2009-05-24 Wilfried Göesgens* check for WC in conditionals...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-24 Wilfried Göesgens* make default strbuf size configurable
2009-05-22 Wilfried Göesgens* more leaks...
2009-05-22 Wilfried Göesgens* don't use memcpy on overlapping operations
2009-05-22 Wilfried Göesgens* fix various leaks
2009-05-22 Wilfried Göesgens* don't alloc urlbuf if we don't need it
2009-05-22 Wilfried Göesgens* revert sort order & start on the 'Read all messages...
2009-05-22 Wilfried Göesgens* free header vars from auth
2009-05-21 Wilfried Göesgens* don't send cookies with static data; we don't know...
2009-05-21 Wilfried Göesgens* streamline gettext plugin
2009-05-21 Art Cancro* Applied matt's patch for making +/- work properly
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-21 Art Cancro* Print the first line of each HTTP request to the...
2009-05-20 Wilfried Göesgens* accept text/todo here too.
2009-05-20 Wilfried Göesgens* move end-of-session-save prefs to session detach...
2009-05-20 Wilfried Göesgens* remove unneded variable
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-20 Art Cancro* Reverting an unintentional commit to static/webcit.css
2009-05-20 Art Cancro* Handle bad cookies without crashing
2009-05-20 Art Cancro* netconf screens - max length of a shared secret is...
2009-05-20 Art Cancro* Applied updated fr.po submitted by translator
2009-05-19 Wilfried Göesgens* fix basic auth
2009-05-19 Wilfried Göesgens* fix URL parsing for /message/
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-18 Wilfried Göesgens* add function to decode hex strings
2009-05-18 Wilfried Göesgens* fix session connecting
2009-05-18 Art Cancro* CSS fix to render login/logout screens properly in IE8
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* fixups, leaks...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-16 Art Cancro* Titles and descriptions for site configuration tabs...
2009-05-15 Art Cancro* CSS changes to make the rounded boxes look like round...
2009-05-14 Wilfried Göesgens* add defines for our errorcodes
2009-05-14 Art Cancro* mainmenu.c: removed C code that had been commented...
2009-05-14 Art Cancro* Removed 'close window' link from logout screen becaus...
2009-05-13 Wilfried Göesgens* output the mime type of the tepmlate in read_message...
2009-05-12 Art Cancro* Fixed a bug that caused vnotes not to display when...
2009-05-12 Art Cancro* Save notes as multipart/alternative with a text/plain...
2009-05-12 Art Cancro* Based on some quick testing, render_MIME_VNote()...
2009-05-12 Art Cancro* Notes now display properly, regardless of whether...
2009-05-12 Art Cancro* Reversed the IsEmptyStr logic to determine whether...
2009-05-12 Art Cancro* load_mimepart() was including protocol chatter in...
2009-05-12 Art Cancro* Got the Notes screen a little closer to displaying...
2009-05-11 Wilfried Göesgens* add message ID to the notification template; not...
2009-05-10 Wilfried Göesgens* added iltls corrections and additions to our french...
2009-05-10 Wilfried Göesgens* use enum to handle http request types
2009-05-10 Wilfried Göesgens* uninitialized value...
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-07 Wilfried Göesgens* just destroy it if we allocated it
2009-05-07 Wilfried Göesgens* make vcard loader abstract so we can use it in more...
2009-05-07 Wilfried Göesgens* use default message loading mechanisms instead of...
2009-05-07 Wilfried Göesgens* fix memleak
2009-05-07 Wilfried Göesgens* don't choke if the vcard fails to load
2009-05-05 Wilfried Göesgens* fix build without iconv
2009-05-05 Wilfried Göesgens* init pointer...
2009-05-05 Wilfried Göesgens* done should be initialized...
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-05-04 Wilfried Göesgens* remove serv_getln here too
2009-05-04 Wilfried Göesgens* remove old style server communication.
2009-05-04 Art Cancro* Removed a FIXME comment
next