citadel.git
2009-06-18 Wilfried Göesgens* check reset filedescriptors before accessing them.
2009-06-18 Art Cancro* Fleshed out the ctdlsh interface a bit. Right now...
2009-06-18 Art Cancro* 'Save to Drafts' now appears as the second option...
2009-06-18 Art Cancro* Restore the correct behavior for Reply commands in...
2009-06-18 Art Cancro* Older versions of libcurl may not have CURLOPT_HTTP_C...
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-17 Art Cancro* more temporary logging messages
2009-06-17 Art Cancro* temporary tracing messages
2009-06-17 Art Cancro* Style cleanup
2009-06-17 Art Cancro* Use unix domain sockets because we're going to need...
2009-06-17 Art Cancro* added some socket stuff
2009-06-17 Art Cancro* chmod 755 bootstrap
2009-06-17 Art Cancro* Skeleton build for 'ctdlsh' utility. Warning: this...
2009-06-16 Wilfried Göesgens* use constr structs for our static string arrays
2009-06-16 Wilfried Göesgens* add macro to use conststrs to access hashes
2009-06-16 Wilfried Göesgens* close table tag
2009-06-16 Wilfried Göesgens* fix memory leaks in java treelist
2009-06-16 Wilfried Göesgens* convert old preferences with deffective URLs on load.
2009-06-16 Wilfried Göesgens* hunt down &'s that should be ?'s in URLs
2009-06-16 Wilfried Göesgens* if the Msg read seem invalid, don't add it to our...
2009-06-16 Art Cancro* Changed default start page to dotskip?room=_BASEROOM_
2009-06-16 Wilfried Göesgens* shorten len if we shorten the buf
2009-06-16 Wilfried Göesgens* clean up iconv decoding
2009-06-16 Art Cancro* cleanup
2009-06-16 Art Cancro* Style cleanup
2009-06-15 Wilfried Göesgens* dump content after rendering it.
2009-06-15 Art Cancro* CtdlMakeMessage() accept NULLs for certain fields...
2009-06-15 Art Cancro* Applied mattev's patch to add CURLOPT_HTTP_CONTENT_DE...
2009-06-14 Wilfried Göesgens* apply samjams edit drafts patch. Modification: use...
2009-06-14 Wilfried Göesgens* comparison was wrong, thanks sam.
2009-06-14 Wilfried Göesgens* add strerror to our errormessage
2009-06-14 Wilfried Göesgens* fix typo
2009-06-14 Wilfried Göesgens* fix SSL Reading
2009-06-14 Wilfried Göesgens* fix typo swapping bcc / cc; Thanks to Sam for pointin...
2009-06-14 Wilfried Göesgens* create new roomview type: Drafts; this won't need...
2009-06-14 Wilfried Göesgens* fix typo in tools
2009-06-14 Wilfried Göesgens* add Hungarian translation by Czakó Krisztián
2009-06-12 Wilfried Göesgens* add our default values for the iconbar, so it selects...
2009-06-12 Wilfried Göesgens* select one choice of safe mode even if unset.
2009-06-12 Wilfried Göesgens* specify image sizes for faster rendering
2009-06-12 Wilfried Göesgens* shrinktofit template data
2009-06-12 Wilfried Göesgens* don't abort search on empty string with success,...
2009-06-12 Wilfried Göesgens* apply Sam Liddicotts save to drafts patch. Some chang...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-06-12 Wilfried Göesgens* apply 4a5a341e5166a9a5ed586e6d064076507d96c958 by...
2009-06-12 Wilfried Göesgens* allow mimepart identifiers to be alphanumeric, as...
2009-06-12 Wilfried Göesgens* don't touch the buffer if its empty.
2009-06-12 Art Cancro* Remove hardcoded parameters from 'Read all messages...
2009-06-11 Art Cancro* Added an extra logging message to try to figure out...
2009-06-11 Art Cancro* SessionNewModule_GETTEXT() was expecting a StrBuf...
2009-06-11 Wilfried Göesgens* iconbar saved template.
2009-06-11 Wilfried Göesgens* templatize iconbar editing
2009-06-11 Wilfried Göesgens* use GetTemplateTokenNumber to retrieve token paramete...
2009-06-11 Wilfried Göesgens* be more paranoid and do memset 0 all our structs
2009-06-11 Wilfried Göesgens* catch empty string conditions in tokens.
2009-06-10 Art Cancro* Annotated the comments regarding ib_ settings, note...
2009-06-09 Wilfried Göesgens* be a bit more thorough with nulls
2009-06-09 Wilfried Göesgens* remove unneded enum
2009-06-09 Wilfried Göesgens* fix some warnings just visible with -o2
2009-06-09 Wilfried Göesgens* apply c2aad11cc2c74aa5be540b6ac9033f3af38ea143 by...
2009-06-09 Wilfried Göesgens* apply a5e7d0695df23e74fd9b0a0127611abd8febc58a by...
2009-06-09 Wilfried Göesgens* apply 97716a4b879269749587e22428d360bfae285f52 by...
2009-06-09 Art Cancro* Fix '/*' found in comment
2009-06-07 Wilfried Göesgens* use onload handler for iconbar stuff. This fixes...
2009-06-07 Wilfried Göesgens* fix another buggy buffer increase
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.
next