- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 5 2017
Sep 5 2017
• dan committed rSYLK434b72e41b6d: Fixed error with cancelling already called timer (authored by • dan).
Fixed error with cancelling already called timer
Sep 1 2017
Sep 1 2017
Fixed return value from deferred callback
• 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
• dan committed rSYLK98dfa4f36f13: Do not allow request arguments to overwrite core attributes (authored by • dan).
Do not allow request arguments to overwrite core attributes
Simplified code sending janus requests
• dan committed rSYLKebb8519be675: Optimized code to only send keepalive messages when necessary (authored by • dan).
Optimized code to only send keepalive messages when necessary
Removed redundant namespace prefix
• dan committed rSYLK4d55bfb1118b: Explicitly added protocol methods to JanusBackend (authored by • dan).
Explicitly added protocol methods to JanusBackend
Grouped public/private API methods together
Simplified stopping the keepalive timer
• dan committed rSYLK0ca6ac5e4e1f: Refactored sending keepalives to be internal to the protocol (authored by • dan).
Refactored sending keepalives to be internal to the protocol
• dan committed rSYLKb7625f54bbe5: Renamed some arguments and variables for clarity (authored by • dan).
Renamed some arguments and variables for clarity
• dan committed rSYLKc3241e1294e7: Renamed attribute to better reflect its function (authored by • dan).
Renamed attribute to better reflect its function
• dan committed rSYLKa22fc0f2b29b: Removed unnecessary references to the janus backend everywhere (authored by • dan).
Removed unnecessary references to the janus backend everywhere
Simplified webrtcgateway package structure
Renamed function
Simplified keepalive callback
Removed unnecessary partial function
Aug 30 2017
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
• 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
Removed pointless assert
• dan committed rSYLK934dc796909e: Removed unnecessary additional private method (authored by • dan).
Removed unnecessary additional private method
Moved comment
• dan committed rSYLK15d98bf1f551: Restructured code to avoid unnecessary extra return statements (authored by • dan).
Restructured code to avoid unnecessary extra return statements
Removed code that was never reached
• dan committed rSYLK21b5181b7f04: Simplified instantiating sylkrtc models from requests (authored by • dan).
Simplified instantiating sylkrtc models from requests
• dan committed rSYLK492c517b77d5: Added generic sylkrtc request to model mapper (authored by • dan).
Added generic sylkrtc request to model mapper
• 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 28 2017
Aug 28 2017
• dan committed rSYLK9cf7e38d2c32: Moved general exception handling into operation handlers (authored by • dan).
Moved general exception handling into operation handlers
Lowercase operation type
Aug 24 2017
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
• dan committed rSYLK1740e3461d33: Split operation handlers into request and event handlers (authored by • dan).
Split operation handlers into request and event handlers
Removed unused import
Aug 17 2017
Aug 17 2017
Added todo comment
• dan committed rSYLK5ead05d62873: Use the UniqueStringListField type for the invited participants (authored by • dan).
Use the UniqueStringListField type for the invited participants
• 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
• dan committed rSYLK3637287aac86: Added UniqueStringListField JSON model field type (authored by • dan).
Added UniqueStringListField JSON model field type
Improved comment
• dan committed rSYLK7cafc01a8a7c: Only update active participants if different (authored by • dan).
Only update active participants if different
Log unhandled expection details
• 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 2 2017
Aug 2 2017
Added todo note
• dan committed rSYLKde6b66f6c60f: Simplified getting the result from janus messages (authored by • dan).
Simplified getting the result from janus messages
Fixed handling ack messages
• dan committed rSYLKb6c625350651: Make the web resource available as a property (authored by • dan).
Make the web resource available as a property
• dan committed rSYLK93a695acb59a: Simplified getting static web resources for webrtcgateway (authored by • dan).
Simplified getting static web resources for webrtcgateway
• dan committed rSYLK96219a4b4d72: Split videoroom-ctl handler into subhandlers per option (authored by • dan).
Split videoroom-ctl handler into subhandlers per option
Jul 31 2017
Jul 31 2017
Use a local copy of bootstrap.min.css
• dan committed rSYLK73d8fea62fd9: Replaced emdash HTML code with the actual character (authored by • dan).
Replaced emdash HTML code with the actual character
Updated comment
Adjusted spacing
Jul 30 2017
Jul 30 2017
• dan committed rSYLKefaa11dc0a12: Reordered and regrouped class definitions for clarity (authored by • dan).
Reordered and regrouped class definitions for clarity
Added LimitedChoiceField for json models
Set required=True for clarity
Simplified error message
• 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 29 2017
Jul 29 2017
Log the resources directory on startup
• 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 28 2017
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
• 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
• 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
• dan committed rSYLKe77a5b005c99: Added requirement on the jsonmodels python package (authored by • dan).
Added requirement on the jsonmodels python package
• 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 18 2017
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
• dan committed rSYLKdf0b4a0b9b73: Refactored startup script and configuration handling (authored by • dan).
Refactored startup script and configuration handling
Adjusted some log lines
Reorganized startup script
• dan committed rSYLK8849f7f791a6: Use SylkServer.run to decouple from SylkServer's internals (authored by • dan).
Use SylkServer.run to decouple from SylkServer's internals
• dan committed rSYLK41e2aef33578: Renamed stop_event attribute to stopped_event (authored by • dan).
Renamed stop_event attribute to stopped_event
Added run method on SylkServer
• dan committed rSYLK77d99f91627b: Removed duplication of startup error handling (authored by • dan).
Removed duplication of startup error handling
Improved log message
Do not log traceback twice
Improved some log messages
• 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
Removed unnecessary parentheses
Shortened option description
Updated license
Use string representation for quoted values
Removed copyright notice from script
Improved PEP-8 compliance
Use modern syntax for catching exceptions
Use single quotes instead of double quotes
Removed unnecessary variable
Removed unused variable
Fixed indentation
Jul 14 2017
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
• 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
Compacted statement
• dan committed rSYLKb1b2b0958b27: Simplified building request data for SIP calls and registrations (authored by • dan).
Simplified building request data for SIP calls and registrations
Simplified code and increased readability
• dan committed rSYLKca58446acc06: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
Removed unnecessary room attribute
Removed no longer need test
• dan committed rSYLKbdbd58892fa8: Moved video room access validation from ConnectionHandler to VideoRoom (authored by • dan).
Moved video room access validation from ConnectionHandler to VideoRoom
• dan committed rSYLK94f73223cddc: Made VideoRoomContainer consistent by not relying on weak references (authored by • dan).
Made VideoRoomContainer consistent by not relying on weak references
• dan committed rSYLK072b4979113e: Made method for handling conference invites public (authored by • dan).
Made method for handling conference invites public
Simplified finding the invited accounts
• dan committed rSYLK99dd5f600c21: Fixed invite to conference to not include oneself (authored by • dan).
Fixed invite to conference to not include oneself
Fixed spacing