- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 14 2017
Jul 14 2017
• dan committed rSYLK094dd84c23af: 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 rSYLK05cd4bded2eb: Properly release resources when getting JanusError exceptions (authored by • dan).
Properly release resources when getting JanusError exceptions
• dan committed rSYLK2af63e06ff80: Handle JanusError exceptions and relay errors back to client (authored by • dan).
Handle JanusError exceptions and relay errors back to client
Removed unnecessary parentheses
Jul 11 2017
Jul 11 2017
• dan committed rSYLK9815002f5ec1: 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
Jul 10 2017
Jul 10 2017
Removed no longer necessary todo comments
• dan committed rSYLK49f7fe7e61b2: Fixed exception while deleting subscriber sessions during hangup events (authored by • dan).
Fixed exception while deleting subscriber sessions during hangup events
• dan committed rSYLK3eb4837bd986: Fixed race condition when deleting SIP session (authored by • dan).
Fixed race condition when deleting SIP session
Removed unnecessary local variables
• dan committed rSYLKf1759b1b55d7: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
• dan committed rSYLK86ce0ca3f2e8: 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
Jul 7 2017
Jul 7 2017
• dan committed rSYLKb360e0d3e35b: Eliminated delays when deleting sessions and video rooms (authored by • dan).
Eliminated delays when deleting sessions and video rooms
Removed unnecessary variable
• dan committed rSYLK290da3ecb00c: 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
• dan committed rSYLKed13f83dc2bf: Do not warn about missing session (it might have been destroyed elsewhere) (authored by • dan).
Do not warn about missing session (it might have been destroyed elsewhere)
Separated session hangup event handler
Do session cleanup after all processing
• dan committed rSYLK2ce0a3a5f053: Do not warn about missing session (it might have been destroyed elsewhere) (authored by • dan).
Do not warn about missing session (it might have been destroyed elsewhere)
Added missing debug statement
• dan committed rSYLK00eec2f27a1e: Automatically adjust participant bitrate based on number of participants (authored by • dan).
Automatically adjust participant bitrate based on number of participants
• dan committed rSYLK57645eee915c: Changed default max_bitrate value from 4Mb/s to 2Mb/s (authored by • dan).
Changed default max_bitrate value from 4Mb/s to 2Mb/s
• dan committed rSYLKdaf5dbc5a5f9: Use SessionContainer to hold SIP sessions instead of using 2 mappings (authored by • dan).
Use SessionContainer to hold SIP sessions instead of using 2 mappings
• dan committed rSYLK40be08f08851: Provide more context in log messages to identify where they were generated (authored by • dan).
Provide more context in log messages to identify where they were generated
• dan committed rSYLK1f36bcc85a29: Fixed order of operations during ConnectionHandler cleanup (authored by • dan).
Fixed order of operations during ConnectionHandler cleanup
• dan committed rSYLK7deccd778ca5: Added PublisherFeedContainer class for holding videoroom publisher feeds (authored by • dan).
Added PublisherFeedContainer class for holding videoroom publisher feeds
• dan committed rSYLKb8b48cebbda2: Renamed VideoRoomSessionContainer to SessionContainer (authored by • dan).
Renamed VideoRoomSessionContainer to SessionContainer
Updated comments
• dan committed rSYLK700b7c55d16a: Rewrote VideoRoomSessionContainer to not use weak references (authored by • dan).
Rewrote VideoRoomSessionContainer to not use weak references
• dan committed rSYLK5c2c4ccabcb4: Simplified getting the session with the handle_id (authored by • dan).
Simplified getting the session with the handle_id
Removed unused import
• dan committed rSYLK1797f7347dcd: Fully cleanup the connection handler resources when the client disconnects (authored by • dan).
Fully cleanup the connection handler resources when the client disconnects
• dan committed rSYLKf28715ba44d4: Added bitrate and video_codec configuration options for video rooms (authored by • dan).
Added bitrate and video_codec configuration options for video rooms
Simplified condition
Refactored logging
Fixed spacing
Removed unused import
• dan committed rSYLK59d11a21eeeb: Made policy matching logic consistent and simplified code (authored by • dan).
Made policy matching logic consistent and simplified code
• dan committed rSYLK7fec1af1c63f: The __init__ method should not return any value (authored by • dan).
The __init__ method should not return any value
• dan committed rSYLKb6ed8fee675d: Simplified and enhanced application loading/accessing code (authored by • dan).
Simplified and enhanced application loading/accessing code
• dan committed rSYLKc4373d3bf51c: Fixed spurious SIPApplicationWillStart post and handling early stop (authored by • dan).
Fixed spurious SIPApplicationWillStart post and handling early stop
• dan committed rSYLK211880b08e45: Register atexit handler to dump memory debug info (authored by • dan).
Register atexit handler to dump memory debug info
• dan committed rSYLK1012984909f1: Added API call to allow a client to update session paramaters on the fly (authored by • dan).
Added API call to allow a client to update session paramaters on the fly
Keep imports sorted
• dan committed rSYLK360fed2db3aa: Set videoroom bitrate to overwrite janus' low default of 256Kb/s (authored by • dan).
Set videoroom bitrate to overwrite janus' low default of 256Kb/s
Order imports alphabetically
Removed unused import
Reformatted text
• dan committed rSYLK7f194314e314: Added ability to toggle between configured log level and debug at runtime (authored by • dan).
Added ability to toggle between configured log level and debug at runtime
Added debug_level setting to ServerConfig
• dan committed rSYLK4d61c78cba92: Avoid unnecessary attach/detach in janus if DNS lookup fails (authored by • dan).
Avoid unnecessary attach/detach in janus if DNS lookup fails
• dan committed rSYLKe3cbf0569df0: Use python3 compatible form for except statements (authored by • dan).
Use python3 compatible form for except statements
• dan committed rSYLKc6f1750ca5a4: Avoid duplicate indexing when getting the data (authored by • dan).
Avoid duplicate indexing when getting the data
Removed unnecessary default value
Generalized sylkrtc json model mapping
Removed redundant comment
• dan committed rSYLK4a36871ce6c8: Simplified and fixed DNS lookup when no outbound proxy is involved (authored by • dan).
Simplified and fixed DNS lookup when no outbound proxy is involved
• dan committed rSYLK24a86bab4925: Simplified building the result of the DNS lookup (authored by • dan).
Simplified building the result of the DNS lookup
Moved DNS lookup log message to debug level
Fixed argument types
Removed superfluous attribute
• dan committed rSYLK52f785d9399f: Removed extra empty lines and additional whitespaces (authored by • dan).
Removed extra empty lines and additional whitespaces
• dan committed rSYLKc5d603f0b37d: Removed data duplication and inconsistent attributes (authored by • dan).
Removed data duplication and inconsistent attributes
Jun 29 2017
Jun 29 2017
Apr 25 2017
Apr 25 2017
Increased version and updated changelog
• dan committed rMP6ac46edbd51f: Updated list of non-routable IP addresses and the corresponding RFC (authored by • dan).
Updated list of non-routable IP addresses and the corresponding RFC
Feb 9 2017
Feb 9 2017
[webrtcgateway] Removed spurious empty line
• dan committed rSYLKbb9779efaf31: [webrtcgateway] Added comment as to why we cleanup on account removal (authored by • dan).
[webrtcgateway] Added comment as to why we cleanup on account removal
• dan committed rSYLK00743410971f: [webrtcgateway] Cleanup accounts when the client connection is lost (authored by • dan).
[webrtcgateway] Cleanup accounts when the client connection is lost
Feb 6 2017
Feb 6 2017
• dan committed rSYLK0c9cf35bfac6: [webrtcgateway] Fixed exception handling when creating/validating json model (authored by • dan).
[webrtcgateway] Fixed exception handling when creating/validating json model
[webrtcgateway] Removed bogus attributes
• dan committed rSYLK37e369166316: [webrtcgateway] Fixed syntax error and bad reference from incomplete cleanup (authored by • dan).
[webrtcgateway] Fixed syntax error and bad reference from incomplete cleanup
Feb 1 2017
Feb 1 2017
• dan committed rOPENXCAP451bcb7cf7a1: Increased version number and updated changelogs (authored by • dan).
Increased version number and updated changelogs
• dan committed rOPENXCAP5df9cddd68ed: Do not add INSTALL file into the debian package (authored by • dan).
Do not add INSTALL file into the debian package
Removed spurious whitespaces
Fixed debian package description
Updated debian maintainer
Added dependency on lsb-base
Updated debian standards version
• dan committed rOPENXCAP2a2d1dae26a3: Increased debian compatibility level to 9 (authored by • dan).
Increased debian compatibility level to 9
Jan 28 2017
Jan 28 2017
Increased version and updated changelog
Normalized file mode and spacing
Fixed installing debian files
Removed debian recommends statement
• dan committed rMP723f227a2583: Increased version number and updated changelog (authored by • dan).
Increased version number and updated changelog
Fixed debian package descriptions
Fixed mediaproxy-web-sessions debian package
Removed spurious empty lines
Added dh-python to debian build dependencies
Updated debian uploaders