- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Allow a TestCase to set a 'loglevel' attribute, which overrides the logging level while that testcase runs
-
Paul "LeoNerd" Evans authored
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Conflicts: webclient/room/room-controller.js
-
David Baker authored
-
David Baker authored
Send multiple candidates at once instead of all individually. Changes spec to include multiple candidates in a candidate(s) message.
-
Erik Johnston authored
-
Erik Johnston authored
Fix bug where we relied on the current_state_events being updated when we are handling type specific persistence
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix bug where we incorrectly removed a remote host from the list of hosts in a room when any user from that host left that room even if they weren't the last user from that host in that room
-
Erik Johnston authored
-
Emmanuel ROHEE authored
-
David Baker authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Put data into a table to ease layout and manage long strings
-
David Baker authored
-
David Baker authored
Always pick the incoming call if we've not yet sent out our invite, otherwise the remorte party will see their call get rejected and our call won't come in until our user clicks allow.
-
David Baker authored
Remove the local AV stream from ourselves when handing it off to a new call or we'll close it when we hang up.
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
(TODO: recents needs to be directly plugged to $rootScope.events.rooms)
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Update it with the latest value
-
Emmanuel ROHEE authored
initRoom on a new room is not called. Call it for any received events
-
- Sep 11, 2014
-
-
David Baker authored
few fixes for errors in glare conditions. still seem to end up with no audio if both calls are placed at the same time.
-
David Baker authored
-
David Baker authored
Fix bug where web client wold break trying to add the earliest token without having initialised the room if your first page of history contained only events which didn't call initRoom. Just call initRoom in handleMessages since we use it there rather than leaving it to the individual event handling methods.
-
Emmanuel ROHEE authored
In realtime show who kicked or banned him.
-
David Baker authored
start towards glare support (currently not much better but no worse than before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play.
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-