citadel.git
2010-04-29 Wilfried Göesgens* ups, its FreeStrBuf(&ptr)
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-04-29 Wilfried Göesgens* xmpp_xml_end(): output what we don't understand in...
2010-04-28 Art Cancro* Reenabled the XMPP mortuary. If there's still a...
2010-04-28 Art Cancro* A little more padding between the chat windows
2010-04-28 Art Cancro* Added a background color to the roomchat send box
2010-04-27 Art Cancro* upgrade prototype to 1.6.1
2010-04-27 Art Cancro* When the user navigates away from the roomchat screen...
2010-04-26 Wilfried Göesgens* StrBufTCP_read_buffered_line_fast(): silence warning...
2010-04-26 Wilfried Göesgens* output_html(): it needs to be isspace()src="cid:...
2010-04-26 Wilfried Göesgens* cmd_spex() accept old (deprecated) version of policy too
2010-04-26 Art Cancro* More tweaks to the room chat window. Now displays...
2010-04-26 Art Cancro* Executive decision. From now on, intr (ctrl-c) begin...
2010-04-25 Art Cancro* Added some style to the roomchat window.
2010-04-24 Wilfried Göesgens* add Remove button
2010-04-24 Wilfried Göesgens* DeleteEntryFromHash(): don't skip indirection via...
2010-04-24 Wilfried Göesgens* offer a split version of GetNextHashPos(): GetHashPos...
2010-04-24 Wilfried Göesgens* post_mime_to_server(): next try for the lz3 case...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-04-24 Art Cancro* Finally got room chat working properly. Just need...
2010-04-22 Wilfried Göesgens* call json_roomflr with sort parameters
2010-04-21 Wilfried Göesgens* ParseMessageListHeaders_Detail(): don't use the token...
2010-04-21 Wilfried Göesgens* headers_euid() ooops, 'T' is a string!
2010-04-21 Wilfried Göesgens* cmd_oidf(): if we don't have ha Server to authenticat...
2010-04-21 Wilfried Göesgens* fix flags for state of rest parsing
2010-04-21 Wilfried Göesgens* headers_euid(): print out timestamp of message too...
2010-04-19 Art Cancro-
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-04-19 Wilfried Göesgens* CompareRoomListByFloorRoomPrivFirst() add a wrapper...
2010-04-19 Wilfried Göesgens* add the IO-Debug statement to the comment howto build...
2010-04-19 Wilfried Göesgens* client_read_to(): print a bactrace when the client...
2010-04-19 Wilfried Göesgens* fix umlaut
2010-04-10 Art Cancro* oops ... fix a syntax error
2010-04-10 Wilfried Göesgens* according to https://support.mozilla.com/en-US/forum...
2010-04-10 Wilfried Göesgens* ReadPostData(): abort if we fail to read the whole...
2010-04-10 Wilfried Göesgens* mime_parser(), mime_decode(), the_mime_parser();...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-04-08 Art Cancro* Moved instant messaging into its own module -- serv_i...
2010-04-06 Wilfried Göesgens* GetRESTFolder(): find the parts of the URL matching...
2010-04-06 Art Cancro* Minor tweaks to ldap.c -- logging, remove commented...
2010-03-30 Wilfried Göesgens* say we're UTF-8 in vacation messages.
2010-03-28 Art Cancro* Disabled CHAT cmd until the underlying I/O layer...
2010-03-27 Wilfried Göesgens* CtdlOutputPreLoadedMsg(): chop it into handy pieces...
2010-03-27 Art Cancro* Disable the XMPP-mortuary code. It's not ready for...
2010-03-27 Wilfried Göesgenscmd_chat(): use CCC instead of CC
2010-03-27 Wilfried Göesgens* open_databases(): cast the yield function so the...
2010-03-25 Wilfried Göesgens* cdb_decompress_if_necessary(): memset 0 the buffer...
2010-03-25 Wilfried Göesgens* client_read_sslblob(): don't use uninitialized values.
2010-03-25 Wilfried Göesgens* html_to_ascii(): don't buffer underrun while checking...
2010-03-25 Wilfried Göesgens * unfold_rfc822_field(): don't forget to copy over...
2010-03-24 Wilfried Göesgens* client_read_blob(): behave the same way in non-ssl...
2010-03-23 Wilfried Göesgens* serv_read_binary(): in some cases we can get here...
2010-03-23 Wilfried Göesgens * StrBufPlain(): secure input arguments; don't strlen...
2010-03-23 Wilfried Göesgens* client_read_blob() don't swallow errorstates.
2010-03-23 Wilfried Göesgens * qp_encode_email_addrs(): don't use static buffers...
2010-03-22 Art Cancro* More work on the XMPP dead buddy list
2010-03-22 Art Cancro* more work on the dead buddies purge
2010-03-21 Wilfried Göesgens * imap_fetch_rfc822(): migrate to strbuf
2010-03-21 Art Cancro* clean up dead buddies from the xmpp roster (not finis...
2010-03-20 Wilfried Göesgens* imap_listroom():
2010-03-20 Wilfried Göesgens* imap_append(): rename buffer, don't use it for severa...
2010-03-20 Wilfried Göesgens* string_append_c(): use another name for buf
2010-03-20 Wilfried Göesgens* rename another buf
2010-03-20 Art Cancro* Fixed some syntax errors in de.po:
2010-03-19 Wilfried Göesgens* give static buffers either a meaningfull name or...
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-03-18 Wilfried Göesgens* sock_getln() should return the length of the string...
2010-03-18 Wilfried Göesgens* fix memleak
2010-03-17 Wilfried Göesgens* CtdlClientGetLine(): we don't support Error while...
2010-03-17 Wilfried Göesgens* client_read_sslblob(): don't leave CC->Pos on an...
2010-03-17 Wilfried Göesgens* some null'ing of our debug codes
2010-03-16 Wilfried Göesgens* CtdlFetchMessage(): don't use strdup on a buffer...
2010-03-16 Wilfried Göesgens* CtdlOutputPreLoadedMsg: use length calculated by...
2010-03-16 Wilfried Göesgens* free some forgotten buffers
2010-03-16 Wilfried Göesgens* fix imap uid fetching:
2010-03-16 Wilfried Göesgens* add iodbg switch to debian scripts
2010-03-16 Wilfried Göesgens* StrBufReplaceToken(): source and dest of move operati...
2010-03-16 Wilfried Göesgens* StrBufStripAllBut(): cut at the right border not...
2010-03-16 Wilfried Göesgens* move the instant death to USR2 as dave questioned
2010-03-15 Wilfried Göesgens* we did that +1 two lines above to avaid infinite...
2010-03-14 Wilfried Göesgens* move the pointer one to the right, else we will loop...
2010-03-14 Wilfried Göesgens* exit citserver on SIG_USR1 instantly, so we have...
2010-03-14 Art Cancro* Call getnameinfo() without the flag that suppresses...
2010-03-13 Art Cancro* More tweaks to locate_host() but we still need to...
2010-03-13 Art Cancro* Port locate_host() to IPv6
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-13 Art Cancro* IPv6 experiment. -DCTDL_IPV6 to enable. Disabled...
2010-03-13 Wilfried Göesgens* add StrBufPook which blobs out a sub-part of the...
2010-03-12 Wilfried Göesgens* upsi, forgot to move that flag
2010-03-12 Wilfried Göesgens* casting int to char* doesn't work out on 64 bit archi...
2010-03-12 Art Cancro* Do not reinsert the existing wiki page when uploading...
2010-03-11 Wilfried Göesgens* make uid fetch and friends dynamic in size
2010-03-09 Wilfried Göesgens* add function to replace a sub snippet of a string
2010-03-07 Wilfried Göesgens* if we receive a text\n000 its a legal message. don...
2010-03-07 Wilfried Göesgens* replace rewrite_ctdl_sieve_config()s use of malloc...
2010-03-07 Art Cancro* Never mind ... I understand now. Messages which...
2010-03-07 Art Cancro* msgbase.c now contains both the new and old versions...
2010-03-06 Wilfried Göesgens* fix convert_internet_message_buf(); we forgot to...
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
next