- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
• dan committed rSYLKb7bdd173c237: Simplified instantiating sylkrtc models from requests (authored by • dan).
Simplified instantiating sylkrtc models from requests
• dan committed rSYLK6d19d0a012c5: 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
• dan committed rSYLK0a4ca0a1a520: Moved general exception handling into operation handlers (authored by • dan).
Moved general exception handling into operation handlers
• dan committed rSYLK2ff1874ba1cd: Moved boilerplate code out of the request handlers (authored by • dan).
Moved boilerplate code out of the request handlers
Lowercase operation type
• dan committed rSYLKeccc03bca6fb: Split operation handlers into request and event handlers (authored by • dan).
Split operation handlers into request and event handlers
Added todo comment
Update authors
• dan committed rSYLKa7a72798fe38: Use the UniqueStringListField type for the invited participants (authored by • dan).
Use the UniqueStringListField type for the invited participants
• dan committed rSYLK47ce70fb8394: 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
Improved comment
Log unhandled expection details
• dan committed rSYLKfc2ba20443e4: Added UniqueStringListField JSON model field type (authored by • dan).
Added UniqueStringListField JSON model field type
• dan committed rSYLK3a4e0ed882cc: Only update active participants if different (authored by • dan).
Only update active participants if different
Added todo note
• dan committed rSYLK8e99f6263900: Simplified getting the result from janus messages (authored by • dan).
Simplified getting the result from janus messages
• dan committed rSYLK4647433a89c3: Added support for setting the active participants in a room (authored by • dan).
Added support for setting the active participants in a room
Fixed handling ack messages
• dan committed rSYLK3f48d2e12025: Make the web resource available as a property (authored by • dan).
Make the web resource available as a property
• dan committed rSYLKb35449b8a5f5: Split videoroom-ctl handler into subhandlers per option (authored by • dan).
Split videoroom-ctl handler into subhandlers per option
• dan committed rSYLK76cec664aae3: Simplified getting static web resources for webrtcgateway (authored by • dan).
Simplified getting static web resources for webrtcgateway
Use a local copy of bootstrap.min.css
• dan committed rSYLK5b9c35f0f0a1: Replaced emdash HTML code with the actual character (authored by • dan).
Replaced emdash HTML code with the actual character
Updated authors and sponsors
Updated comment
Adjusted spacing
• dan committed rSYLK08442b49d7ba: 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 rSYLK3b8c3abe6af2: Better names for some of the json model classes (authored by • dan).
Better names for some of the json model classes
Log the resources directory on startup
• dan committed rSYLKd37a746c052c: 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 rSYLK0f4a5268b21c: 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
• dan committed rSYLKb6c96a89437b: 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 rSYLK6060b2036ab1: 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 rSYLK82979468dba0: Simplified the setup.py script and improved PEP-8 compliance (authored by • dan).
Simplified the setup.py script and improved PEP-8 compliance
• dan committed rSYLK2cb2a91c6c4b: Added requirement on the jsonmodels python package (authored by • dan).
Added requirement on the jsonmodels python package
• dan committed rSYLK22a2303e4ecf: 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 rSYLK51936d931e62: Refactored startup script and configuration handling (authored by • dan).
Refactored startup script and configuration handling
Adjusted some log lines
Reorganized startup script
• dan committed rSYLK2488e7d87bdd: Use SylkServer.run to decouple from SylkServer's internals (authored by • dan).
Use SylkServer.run to decouple from SylkServer's internals
• dan committed rSYLK53e0e27bc42e: Renamed stop_event attribute to stopped_event (authored by • dan).
Renamed stop_event attribute to stopped_event
Added run method on SylkServer
• dan committed rSYLK872b415d14ff: 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 rSYLK02bcc611e869: 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
Use string representation for quoted values
Shortened option description
Removed unnecessary parentheses
Updated license
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
• dan committed rSYLK3fc5baf71102: 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
Fixed indentation
Compacted statement
• dan committed rSYLK80d2b4c4553e: Unified handling of exceptions for the video room join operation (authored by • dan).
Unified handling of exceptions for the video room join operation
Simplified code and increased readability
• dan committed rSYLK372e6331df13: Simplified building request data for SIP calls and registrations (authored by • dan).
Simplified building request data for SIP calls and registrations
Removed unnecessary room attribute
• dan committed rSYLK38035ce3e9ba: Moved video room access validation from ConnectionHandler to VideoRoom (authored by • dan).
Moved video room access validation from ConnectionHandler to VideoRoom
• dan committed rSYLK7f488ba31ac4: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
Removed no longer need test
• dan committed rSYLK6dea1c0e4eeb: Made VideoRoomContainer consistent by not relying on weak references (authored by • dan).
Made VideoRoomContainer consistent by not relying on weak references
• dan committed rSYLKa7635f5ad561: Made method for handling conference invites public (authored by • dan).
Made method for handling conference invites public
Fixed spacing
Simplified finding the invited accounts
• dan committed rSYLKbc688f6de4af: Fixed invite to conference to not include oneself (authored by • dan).
Fixed invite to conference to not include oneself
• dan committed rSYLK200b382519fd: Do not treat DNS lookup errors as API errors (authored by • dan).
Do not treat DNS lookup errors as API errors
Reworded error message
Fixed validator message
• dan committed rSYLK36853784ce05: Properly release resources when getting JanusError exceptions (authored by • dan).
Properly release resources when getting JanusError exceptions
Removed unnecessary parentheses
• dan committed rSYLK1cbc86cc58dc: Handle JanusError exceptions and relay errors back to client (authored by • dan).
Handle JanusError exceptions and relay errors back to client
• dan committed rSYLKdd7f5f46528c: Fixed exception while deleting subscriber sessions during hangup events (authored by • dan).
Fixed exception while deleting subscriber sessions during hangup events
• dan committed rSYLK964a19bc0ada: Use discard as session might not be yet added to the video room (authored by • dan).
Use discard as session might not be yet added to the video room
Removed no longer necessary todo comments
• dan committed rSYLK1a39a81a6e56: Fixed race condition when deleting SIP session (authored by • dan).
Fixed race condition when deleting SIP session
• dan committed rSYLK344c59516e95: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
Removed unnecessary local variables
• dan committed rSYLKe8171a7ffdb1: Verify that the detached feed belongs to the requester (authored by • dan).
Verify that the detached feed belongs to the requester
Avoid an unnecessary base session lookup
Use local variable
Fixed error message
Replaced test to be more straightforward
Removed unnecessary parentheses
Group asserts together
Adjusted comment spacing
• dan committed rSYLKdfe7b9069de5: Eliminated delays when deleting sessions and video rooms (authored by • dan).
Eliminated delays when deleting sessions and video rooms
Removed unnecessary variable
Separated session hangup event handler
• dan committed rSYLKc90c907bac73: Simplified handling hangup events as they do not have an associated code (authored by • dan).
Simplified handling hangup events as they do not have an associated code