summary refs log tree commit diff
path: root/cmdclient/console.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-25Fix test where we changed arguments used to call the notifierErik Johnston1-1/+1
2014-09-25SYN-46: An invite received from fedearation didn't wake up the event stream ↵Erik Johnston1-1/+9
for the invited user.
2014-09-25Add stun server fallback and I-told-you-so message if we get no TURN server ↵David Baker2-18/+34
and the connection fails.
2014-09-25Fixed SYWEB-36: use getUserDisplayName for disambiguating display name in ↵Emmanuel ROHEE2-24/+10
member list and message sender name. This method is robust when disambiguation is no more required
2014-09-25getUserDisplayName: Disambiguate users who have the same displayname in the ↵Emmanuel ROHEE1-0/+15
room. Displayname are then disambiguate where it is necessary
2014-09-25Make turn server endpoint return an empty object if no turn servers toDavid Baker2-2/+2
match the normal response. Don't break if the turn_uris option isn't present.
2014-09-24Refresh turn server before the ttl runs out. Support firefox.David Baker1-14/+23
2014-09-24Don't set the room name to be the room alias on room creation if the client ↵Erik Johnston1-11/+0
didn't supply a name
2014-09-24Fixed getUserDisplayname when the user has a null displaynameEmmanuel ROHEE1-1/+1
2014-09-24The REST API spec only alows for returning a single server so name theDavid Baker2-2/+2
endpoint appropriately.
2014-09-24SYN-70: And fix another bug where I can't typeErik Johnston1-1/+1
2014-09-24SYN-70: Fix typoErik Johnston1-1/+1
2014-09-24Hopefully implement turn in the web client (probably wrong for Firefox ↵David Baker2-3/+34
because Firefox is a special snowflake)
2014-09-24OopsDavid Baker1-1/+1
2014-09-24rename endpoint to better reflect what it is and allow specifying multiple urisDavid Baker2-8/+6
2014-09-24Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: ↵Emmanuel ROHEE1-32/+49
"undefined waves"
2014-09-24Use standard base64 encoding with padding to get the same result asDavid Baker1-2/+5
coturn.
2014-09-24SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and ↵Emmanuel ROHEE1