citadel.git
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-05-20 Art Cancro* removed an extraneous debug line
2010-05-20 Art Cancro* In a rare eureka-moment, discovered that my XML strin...
2010-05-19 Art Cancro* Finally eliminated the dreaded 'spooling - try again...
2010-05-19 Art Cancro* individual spool files are now created for each run...
2010-05-19 Art Cancro* When downloading network spool from another node...
2010-05-18 Wilfried Göesgens* same as for citserver: move INLINE functions from...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-05-18 Art Cancro* When a network node is uploading a spool file, receiv...
2010-05-18 Art Cancro* Documented all of the 'TODO: document me.' commands...
2010-05-17 Art Cancro* Minor cleanups while I try to figure out the network...
2010-05-16 Wilfried Göesgens* roomchat_rwho(), roomchat_poll(): gcc likes bit opera...
2010-05-14 Wilfried Göesgens* check_get() clang was indeed right, this ';' is a...
2010-05-14 Art Cancro* Properly escape XML output using new xmlesc() functio...
2010-05-11 Wilfried Göesgens* openid-Module: don't use static buffers in most places
2010-05-11 Wilfried Göesgens* cdb_fetch() make lookup key const
2010-05-10 Art Cancro* I think this cleans up the remaining XMPP bugs. ...
2010-05-10 Art Cancro* Ok, it's not an async bug. When I changed everything...
2010-05-10 Art Cancro* Changed the logic of how we inform the client about...
2010-05-07 Art Cancro* Modified the XMPP service to use client_read_random_b...
2010-05-06 Wilfried Göesgens* implement client_read_random_blob(); its hear to...
2010-05-06 Art Cancro* cleanup
2010-05-06 Wilfried Göesgens * StrBufPlain(): don't access pointers before we check...
2010-05-06 Wilfried Göesgens * OverrideRequest(): for some reason Hdr->HR.ReqLine...
2010-05-05 Art Cancro* XMPP login hooks which output protocol data should...
2010-05-05 Art Cancro* check for null
2010-05-04 Wilfried Göesgens* StrBufReadBLOBBuffered(): fix abort condition; if...
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Art Cancro* New utility function xmpp_is_visible(), used to deter...
2010-05-03 Wilfried Göesgens* rather have one typedef than dozends of structs all...
2010-05-03 Art Cancro* Lots of changes to the XMPP Mortuary to make it keep...
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-05-03 Art Cancro* cosmetic changes
2010-05-03 Art Cancro* Tried to complete the dead buddy thing in xmpp, but...
2010-04-29 Wilfried Göesgens* Make memreadlinelen() const
2010-04-29 Wilfried Göesgensxmpp_fetch_mortuary_backend(): copy the string over...
2010-04-29 Wilfried Göesgens* free the wildfire buffer on session detaching
2010-04-29 Wilfried Göesgens* require DEF:VAL and DEF:STR to have one token, as...
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():
next