Other formats: JSON Feeds:
2016-04-01 Anton Shestakov messages: stamp every message with its own time changeset | files
2016-04-01 Anton Shestakov coffee: various stylistic fixes changeset | files
2016-03-30 Anton Shestakov provision: pull the project repo as a part of the deployment process changeset | files
2016-03-29 Anton Shestakov index: support last activity requests (XEP-0012) changeset | files
2016-03-29 Anton Shestakov index: support entity time requests (XEP-0202) changeset | files
2016-03-29 Anton Shestakov index: support ping (XEP-0199) changeset | files
2016-03-29 Anton Shestakov index: support disco requests changeset | files
2016-03-28 Anton Shestakov index: adjust responsive column width (contact list and message log) changeset | files
2016-03-28 Anton Shestakov index: use interpolation instead of rv-text, split long lines changeset | files
2016-03-28 Anton Shestakov css: display incoming call messages in a distinct color changeset | files
2016-03-28 Anton Shestakov css: use #ddd for message splitter border changeset | files
2016-03-28 Anton Shestakov css: adjust padding in dropdown menu of contacts changeset | files
2016-03-28 Anton Shestakov webrtc: add glue code, contact controls, styles changeset | files
2016-03-28 Anton Shestakov webrtc: add Tram.WebRTCInterface, it will be glued to the rest of code later changeset | files
2016-03-28 Anton Shestakov index: add webrtc-adapter.js, yet unused changeset | files
2016-03-27 Anton Shestakov calls: new ui element, yet unused changeset | files
2016-03-27 Anton Shestakov contacts: removing contact from the collection also removes it visually changeset | files
2016-03-27 Anton Shestakov getVersion: check delay is just not null changeset | files
2016-03-27 Anton Shestakov contacts: dropdown with a remove button changeset | files
2016-03-27 Anton Shestakov contacts: show authorize/unauthorize buttons for new contacts changeset | files
2016-03-27 Anton Shestakov index: only show login form after rivets init changeset | files
2016-03-27 Anton Shestakov contacts: input+button for adding contacts to roster changeset | files
2016-03-27 Anton Shestakov onConnected: get roster after connect changeset | files
2016-03-27 Anton Shestakov css: improve contact list borders (between contacts and on the right) changeset | files
2016-03-27 Anton Shestakov css: move text-align to .vignette, so that avatar image is also affected changeset | files
2016-03-27 Anton Shestakov validation: remove unused files changeset | files
2016-03-27 Anton Shestakov index: redo form validation using rivets changeset | files
2016-03-27 Anton Shestakov register: redo form validation using rivets changeset | files
2016-03-25 Anton Shestakov contacts: use rivets more, don't spread model attributes changeset | files
2016-03-24 Anton Shestakov index: background color depends on bare jid since 96aec8cf1ae9 changeset | files
2016-03-24 Anton Shestakov favicon: new ui element to display status (and incoming events in the future) changeset | files
2016-03-24 Anton Shestakov contacts: don't use 'presence' to determine pip color, use 'show' changeset | files
2016-03-24 Anton Shestakov index: improve onPresence() changeset | files
2016-03-23 Anton Shestakov contacts: fall back to bare jid for d/handle (to never show jid resource) changeset | files
2016-03-23 Anton Shestakov index: maintain only one contact with type 'self' changeset | files
2016-03-22 Anton Shestakov provision: run as user 'vagrant' by default to remove synced_folder hack changeset | files
2016-03-22 Anton Shestakov index: update relative timestamps every 15 seconds changeset | files
2016-03-22 Anton Shestakov contacts: hash bare jid for fallback avatar background color changeset | files
2016-03-22 Anton Shestakov index: handle contact profile updates changeset | files
2016-03-22 Anton Shestakov rivets: more idiomatic first-letter formatter changeset | files
2016-03-22 Anton Shestakov index: also store bare jid in contact changeset | files
2016-03-21 Anton Shestakov css: missing presence message style changeset | files
2016-03-21 Anton Shestakov contacts: add avatars and fallback option (background color from hashed jid) changeset | files
2016-03-21 Anton Shestakov rivets: add missing formatters for contact chat state indicator changeset | files
2016-03-21 Anton Shestakov index: report client version on request changeset | files
2016-03-21 Anton Shestakov index: send presence on connect, handle incoming presences, show contacts changeset | files
2016-03-21 Anton Shestakov contacts: new ui element, contact list changeset | files
2016-03-21 Anton Shestakov index: try to disconnect cleanly before browser tab/window is closed changeset | files
2016-03-21 Anton Shestakov index: get version info from server on connect, show it in a message log changeset | files
2016-03-21 Anton Shestakov messages: new ui element and related things changeset | files
2016-03-21 Anton Shestakov index: disconnect button changeset | files
2016-03-21 Anton Shestakov index: wire up login form changeset | files
2016-03-21 Anton Shestakov register: rename status events, pass callbacks to XMPPInterface.savevCard() changeset | files
2016-03-21 Anton Shestakov register: move onConnect to XMPPInterface changeset | files
2016-03-20 Anton Shestakov register: autofocus on the first form field changeset | files
2016-03-20 Anton Shestakov register: improve scripting, move XMPP interface to a separate file changeset | files
2016-03-20 Anton Shestakov config: add config.js as a way to override values in Tram namespace changeset | files
2016-03-20 Anton Shestakov register: use more coffee sugar changeset | files
2016-03-20 Anton Shestakov validation: move to the new namespace, and move from ui/ up changeset | files
2016-03-20 Anton Shestakov coffee: create Tram namespace, put config there changeset | files