Page MenuHomePhabricator
Feed Advanced Search

Sep 5 2017

dan committed rSYLK434b72e41b6d: Fixed error with cancelling already called timer (authored by dan).
Fixed error with cancelling already called timer
Sep 5 2017, 12:12 AM

Sep 1 2017

dan committed rSYLKb5c0a791affc: Fixed return value from deferred callback (authored by dan).
Fixed return value from deferred callback
Sep 1 2017, 7:46 PM
dan committed rSYLK737a10742821: Do not attempt to send messages after the connection was closed (authored by dan).
Do not attempt to send messages after the connection was closed
Sep 1 2017, 7:45 PM
dan committed rSYLK98dfa4f36f13: Do not allow request arguments to overwrite core attributes (authored by dan).
Do not allow request arguments to overwrite core attributes
Sep 1 2017, 7:45 PM
dan committed rSYLK53abd21de669: Simplified code sending janus requests (authored by dan).
Simplified code sending janus requests
Sep 1 2017, 7:45 PM
dan committed rSYLKebb8519be675: Optimized code to only send keepalive messages when necessary (authored by dan).
Optimized code to only send keepalive messages when necessary
Sep 1 2017, 7:45 PM
dan committed rSYLK3b95d81e6bba: Removed redundant namespace prefix (authored by dan).
Removed redundant namespace prefix
Sep 1 2017, 7:45 PM
dan committed rSYLK4d55bfb1118b: Explicitly added protocol methods to JanusBackend (authored by dan).
Explicitly added protocol methods to JanusBackend
Sep 1 2017, 7:45 PM
dan committed rSYLKe6a1061ea3f8: Grouped public/private API methods together (authored by dan).
Grouped public/private API methods together
Sep 1 2017, 7:45 PM
dan committed rSYLK2ce8489bd67a: Simplified stopping the keepalive timer (authored by dan).
Simplified stopping the keepalive timer
Sep 1 2017, 7:45 PM
dan committed rSYLK0ca6ac5e4e1f: Refactored sending keepalives to be internal to the protocol (authored by dan).
Refactored sending keepalives to be internal to the protocol
Sep 1 2017, 7:45 PM
dan committed rSYLKb7625f54bbe5: Renamed some arguments and variables for clarity (authored by dan).
Renamed some arguments and variables for clarity
Sep 1 2017, 7:45 PM
dan committed rSYLKc3241e1294e7: Renamed attribute to better reflect its function (authored by dan).
Renamed attribute to better reflect its function
Sep 1 2017, 7:44 PM
dan committed rSYLKa22fc0f2b29b: Removed unnecessary references to the janus backend everywhere (authored by dan).
Removed unnecessary references to the janus backend everywhere
Sep 1 2017, 7:44 PM
dan committed rSYLKdd64a49d4e3f: Simplified webrtcgateway package structure (authored by dan).
Simplified webrtcgateway package structure
Sep 1 2017, 7:44 PM
dan committed rSYLKa4fbbff71284: Renamed function (authored by dan).
Renamed function
Sep 1 2017, 7:44 PM
dan committed rSYLK20f4ae9b3950: Simplified keepalive callback (authored by dan).
Simplified keepalive callback
Sep 1 2017, 7:44 PM
dan committed rSYLK26c5fa850416: Removed unnecessary partial function (authored by dan).
Removed unnecessary partial function
Sep 1 2017, 7:44 PM

Aug 30 2017

dan committed rSYLK0b793ef08175: Fixed race condition when cleaning up a connection handler while stopping (authored by dan).
Fixed race condition when cleaning up a connection handler while stopping
Aug 30 2017, 1:02 PM
dan committed rSYLK25d5ac995098: Fixed race condition when a connection handler is stopped while starting (authored by dan).
Fixed race condition when a connection handler is stopped while starting
Aug 30 2017, 1:02 PM
dan committed rSYLK7685c83616d2: Removed pointless assert (authored by dan).
Removed pointless assert
Aug 30 2017, 1:02 PM
dan committed rSYLK934dc796909e: Removed unnecessary additional private method (authored by dan).
Removed unnecessary additional private method
Aug 30 2017, 1:02 PM
dan committed rSYLKe088b99c8536: Moved comment (authored by dan).
Moved comment
Aug 30 2017, 1:02 PM
dan committed rSYLK15d98bf1f551: Restructured code to avoid unnecessary extra return statements (authored by dan).
Restructured code to avoid unnecessary extra return statements
Aug 30 2017, 1:02 PM
dan committed rSYLK60a8b8818501: Removed code that was never reached (authored by dan).
Removed code that was never reached
Aug 30 2017, 1:02 PM
dan committed rSYLK21b5181b7f04: Simplified instantiating sylkrtc models from requests (authored by dan).
Simplified instantiating sylkrtc models from requests
Aug 30 2017, 1:02 PM
dan committed rSYLK492c517b77d5: Added generic sylkrtc request to model mapper (authored by dan).
Added generic sylkrtc request to model mapper
Aug 30 2017, 1:01 PM
dan committed rSYLK530e15980520: Wait for the connection to be ready once before processing operations (authored by dan).
Wait for the connection to be ready once before processing operations
Aug 30 2017, 1:01 PM

Aug 28 2017

dan committed rSYLK9cf7e38d2c32: Moved general exception handling into operation handlers (authored by dan).
Moved general exception handling into operation handlers
Aug 28 2017, 6:15 PM
dan committed rSYLK68c41d17d104: Lowercase operation type (authored by dan).
Lowercase operation type
Aug 28 2017, 6:15 PM

Aug 24 2017

dan committed rSYLKa5b2b33d24bc: Moved boilerplate code out of the request handlers (authored by dan).
Moved boilerplate code out of the request handlers
Aug 24 2017, 2:10 PM
dan committed rSYLK1740e3461d33: Split operation handlers into request and event handlers (authored by dan).
Split operation handlers into request and event handlers
Aug 24 2017, 2:10 PM
dan committed rSYLK64c80db0061d: Removed unused import (authored by dan).
Removed unused import
Aug 24 2017, 2:10 PM

Aug 17 2017

dan committed rSYLK6cfcb2251f71: Added todo comment (authored by dan).
Added todo comment
Aug 17 2017, 6:19 PM
dan committed rSYLK5ead05d62873: Use the UniqueStringListField type for the invited participants (authored by dan).
Use the UniqueStringListField type for the invited participants
Aug 17 2017, 6:19 PM
dan committed rSYLK163b30157611: Moved normalization of the active participant list to the JSON model (authored by dan).
Moved normalization of the active participant list to the JSON model
Aug 17 2017, 6:18 PM
dan committed rSYLK3637287aac86: Added UniqueStringListField JSON model field type (authored by dan).
Added UniqueStringListField JSON model field type
Aug 17 2017, 6:18 PM
dan committed rSYLKa2b4382bfd12: Improved comment (authored by dan).
Improved comment
Aug 17 2017, 6:18 PM
dan committed rSYLK7cafc01a8a7c: Only update active participants if different (authored by dan).
Only update active participants if different
Aug 17 2017, 6:18 PM
dan committed rSYLK3352d0545452: Log unhandled expection details (authored by dan).
Log unhandled expection details
Aug 17 2017, 6:18 PM
dan committed rSYLKb0900a94b701: Added support for setting the active participants in a room (authored by dan).
Added support for setting the active participants in a room
Aug 17 2017, 6:18 PM

Aug 2 2017

dan committed rSYLK60aa2659a976: Added todo note (authored by dan).
Added todo note
Aug 2 2017, 7:12 PM
dan committed rSYLKde6b66f6c60f: Simplified getting the result from janus messages (authored by dan).
Simplified getting the result from janus messages
Aug 2 2017, 7:12 PM
dan committed rSYLK110b67f6b4bd: Fixed handling ack messages (authored by dan).
Fixed handling ack messages
Aug 2 2017, 7:12 PM
dan committed rSYLKb6c625350651: Make the web resource available as a property (authored by dan).
Make the web resource available as a property
Aug 2 2017, 7:12 PM
dan committed rSYLK93a695acb59a: Simplified getting static web resources for webrtcgateway (authored by dan).
Simplified getting static web resources for webrtcgateway
Aug 2 2017, 7:12 PM
dan committed rSYLK96219a4b4d72: Split videoroom-ctl handler into subhandlers per option (authored by dan).
Split videoroom-ctl handler into subhandlers per option
Aug 2 2017, 7:12 PM

Jul 31 2017

dan committed rSYLK1ed966e05ec7: Use a local copy of bootstrap.min.css (authored by dan).
Use a local copy of bootstrap.min.css
Jul 31 2017, 5:41 PM
dan committed rSYLK73d8fea62fd9: Replaced emdash HTML code with the actual character (authored by dan).
Replaced emdash HTML code with the actual character
Jul 31 2017, 5:41 PM
dan committed rSYLKd8299956e782: Updated comment (authored by dan).
Updated comment
Jul 31 2017, 5:41 PM
dan committed rSYLK224d8024ae93: Adjusted spacing (authored by dan).
Adjusted spacing
Jul 31 2017, 5:41 PM

Jul 30 2017

dan committed rSYLKefaa11dc0a12: Reordered and regrouped class definitions for clarity (authored by dan).
Reordered and regrouped class definitions for clarity
Jul 30 2017, 10:24 AM
dan committed rSYLK7e1a3d0db0c3: Added LimitedChoiceField for json models (authored by dan).
Added LimitedChoiceField for json models
Jul 30 2017, 10:23 AM
dan committed rSYLK0771117eef32: Set required=True for clarity (authored by dan).
Set required=True for clarity
Jul 30 2017, 10:23 AM
dan committed rSYLK758f6ed49699: Simplified error message (authored by dan).
Simplified error message
Jul 30 2017, 10:23 AM
dan committed rSYLK765f2e7778f3: Better names for some of the json model classes (authored by dan).
Better names for some of the json model classes
Jul 30 2017, 10:23 AM

Jul 29 2017

dan committed rSYLK47ef02ae9e8f: Log the resources directory on startup (authored by dan).
Log the resources directory on startup
Jul 29 2017, 10:41 AM
dan committed rSYLK0622eb4e6540: Fixed finding resources when forking and started with a relative path (authored by dan).
Fixed finding resources when forking and started with a relative path
Jul 29 2017, 10:41 AM

Jul 28 2017

dan committed rSYLK1db51a3b8665: Do not use slow regular expression for validating SIP URIs (authored by dan).
Do not use slow regular expression for validating SIP URIs
Jul 28 2017, 5:21 PM
dan committed rSYLKa4d2a19c602c: Improve validator efficiency by using objects with a validate method (authored by dan).
Improve validator efficiency by using objects with a validate method
Jul 28 2017, 5:21 PM
dan committed rSYLK93a8ee349aab: Do not split statements over multiple lines when not needed (authored by dan).
Do not split statements over multiple lines when not needed
Jul 28 2017, 5:21 PM
dan committed rSYLKe77a5b005c99: Added requirement on the jsonmodels python package (authored by dan).
Added requirement on the jsonmodels python package
Jul 28 2017, 5:21 PM
dan committed rSYLKccc36d4f1f6e: Simplified the setup.py script and improved PEP-8 compliance (authored by dan).
Simplified the setup.py script and improved PEP-8 compliance
Jul 28 2017, 5:21 PM

Jul 18 2017

dan committed rSYLK17051d2825eb: Removed quotes around default runtime directory in the help output (authored by dan).
Removed quotes around default runtime directory in the help output
Jul 18 2017, 5:29 AM
dan committed rSYLKdf0b4a0b9b73: Refactored startup script and configuration handling (authored by dan).
Refactored startup script and configuration handling
Jul 18 2017, 5:29 AM
dan committed rSYLKdabe31229168: Adjusted some log lines (authored by dan).
Adjusted some log lines
Jul 18 2017, 5:28 AM
dan committed rSYLKcc5f2077ae29: Reorganized startup script (authored by dan).
Reorganized startup script
Jul 18 2017, 5:28 AM
dan committed rSYLK8849f7f791a6: Use SylkServer.run to decouple from SylkServer's internals (authored by dan).
Use SylkServer.run to decouple from SylkServer's internals
Jul 18 2017, 5:28 AM
dan committed rSYLK41e2aef33578: Renamed stop_event attribute to stopped_event (authored by dan).
Renamed stop_event attribute to stopped_event
Jul 18 2017, 5:28 AM
dan committed rSYLKf4b552e4d572: Added run method on SylkServer (authored by dan).
Added run method on SylkServer
Jul 18 2017, 5:28 AM
dan committed rSYLK77d99f91627b: Removed duplication of startup error handling (authored by dan).
Removed duplication of startup error handling
Jul 18 2017, 5:28 AM
dan committed rSYLK381781ed715d: Improved log message (authored by dan).
Improved log message
Jul 18 2017, 5:28 AM
dan committed rSYLK3ba0a0695bde: Do not log traceback twice (authored by dan).
Do not log traceback twice
Jul 18 2017, 5:28 AM
dan committed rSYLKbef69a6abd12: Improved some log messages (authored by dan).
Improved some log messages
Jul 18 2017, 5:28 AM
dan committed rSYLKc5ffd3d31b50: Use the actual config type and file to find out which config files are read (authored by dan).
Use the actual config type and file to find out which config files are read
Jul 18 2017, 5:28 AM
dan committed rSYLKf40bac5d2134: Removed unnecessary parentheses (authored by dan).
Removed unnecessary parentheses
Jul 18 2017, 5:28 AM
dan committed rSYLK57a764e45f23: Shortened option description (authored by dan).
Shortened option description
Jul 18 2017, 5:28 AM
dan committed rSYLK086ae4b94564: Updated license (authored by dan).
Updated license
Jul 18 2017, 5:28 AM
dan committed rSYLKe615c8d80fcf: Use string representation for quoted values (authored by dan).
Use string representation for quoted values
Jul 18 2017, 5:28 AM
dan committed rSYLK010aca8b205a: Removed copyright notice from script (authored by dan).
Removed copyright notice from script
Jul 18 2017, 5:28 AM
dan committed rSYLK73a22989c541: Improved PEP-8 compliance (authored by dan).
Improved PEP-8 compliance
Jul 18 2017, 5:27 AM
dan committed rSYLKd7ef3721f7d3: Use modern syntax for catching exceptions (authored by dan).
Use modern syntax for catching exceptions
Jul 18 2017, 5:27 AM
dan committed rSYLK59dfb59e2b48: Use single quotes instead of double quotes (authored by dan).
Use single quotes instead of double quotes
Jul 18 2017, 5:27 AM
dan committed rSYLK641015e418c1: Removed unnecessary variable (authored by dan).
Removed unnecessary variable
Jul 18 2017, 5:27 AM
dan committed rSYLKdc7429f011c6: Removed unused variable (authored by dan).
Removed unused variable
Jul 18 2017, 5:27 AM
dan committed rSYLK898ccbc68b4e: Fixed indentation (authored by dan).
Fixed indentation
Jul 18 2017, 5:27 AM

Jul 14 2017

dan committed rSYLK8adf5d5ea926: Send back error responses for videoroom-ctl requests with missing fields (authored by dan).
Send back error responses for videoroom-ctl requests with missing fields
Jul 14 2017, 5:21 PM
dan committed rSYLK040d259369fc: Unified handling of exceptions for the video room join operation (authored by dan).
Unified handling of exceptions for the video room join operation
Jul 14 2017, 5:21 PM
dan committed rSYLK3739d657d976: Compacted statement (authored by dan).
Compacted statement
Jul 14 2017, 4:27 PM
dan committed rSYLKb1b2b0958b27: Simplified building request data for SIP calls and registrations (authored by dan).
Simplified building request data for SIP calls and registrations
Jul 14 2017, 4:26 PM
dan committed rSYLKedd9a2d85f5e: Simplified code and increased readability (authored by dan).
Simplified code and increased readability
Jul 14 2017, 4:26 PM
dan committed rSYLKca58446acc06: Use dict constructors instead of dict literals for readability (authored by dan).
Use dict constructors instead of dict literals for readability
Jul 14 2017, 4:26 PM
dan committed rSYLKc47528e93ed3: Removed unnecessary room attribute (authored by dan).
Removed unnecessary room attribute
Jul 14 2017, 4:26 PM
dan committed rSYLK490fc8de73f2: Removed no longer need test (authored by dan).
Removed no longer need test
Jul 14 2017, 4:26 PM
dan committed rSYLKbdbd58892fa8: Moved video room access validation from ConnectionHandler to VideoRoom (authored by dan).
Moved video room access validation from ConnectionHandler to VideoRoom
Jul 14 2017, 4:26 PM
dan committed rSYLK94f73223cddc: Made VideoRoomContainer consistent by not relying on weak references (authored by dan).
Made VideoRoomContainer consistent by not relying on weak references
Jul 14 2017, 4:26 PM
dan committed rSYLK072b4979113e: Made method for handling conference invites public (authored by dan).
Made method for handling conference invites public
Jul 14 2017, 4:26 PM
dan committed rSYLKc5c57a8f95f7: Simplified finding the invited accounts (authored by dan).
Simplified finding the invited accounts
Jul 14 2017, 4:26 PM
dan committed rSYLK99dd5f600c21: Fixed invite to conference to not include oneself (authored by dan).
Fixed invite to conference to not include oneself
Jul 14 2017, 4:26 PM
dan committed rSYLKbbe0803afcc2: Fixed spacing (authored by dan).
Fixed spacing
Jul 14 2017, 4:26 PM