- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
Increased debian compatibility to 11
• dan committed rSYLK3706c248a7b1: Removed build dependency on obsolete package (authored by • dan).
Removed build dependency on obsolete package
• dan committed rSYLK4e50df980141: Allow sylkserver to leave a core file when run through systemd (authored by • dan).
Allow sylkserver to leave a core file when run through systemd
Removed defaults file
Removed outdated comment
• dan committed rSYLK60b1cafc1773: Do not install janus configuration files with sylkserver-webrtc-gateway (authored by • dan).
Do not install janus configuration files with sylkserver-webrtc-gateway
• dan committed rSYLK92e5304b6dfe: Removed code that prevented sylkserver from restarting on upgrades (authored by • dan).
Removed code that prevented sylkserver from restarting on upgrades
• dan committed rSYLK65b3fa9fcf09: Removed deprecated pycompat/pyversions files (authored by • dan).
Removed deprecated pycompat/pyversions files
Compact command line arguments
Removed unnecessary .PHONY target
Drop support for autobahn older than 0.12
Added link to website for copyright holder
• dan committed rSYLK93a6419e948b: Moved debian dependency to the proper package (authored by • dan).
Moved debian dependency to the proper package
Updated copyright years
Reformatted TODO
Ignore janus sip progress event for now
• dan committed rSYLK016881fcfa4f: Removed no longer needed autoack hack for sofia-sip (authored by • dan).
Removed no longer needed autoack hack for sofia-sip
• dan committed rSYLK73c7f6d16642: Fixed matching empty file:// origins with the latest autobahn (authored by • dan).
Fixed matching empty file:// origins with the latest autobahn
Fixed autoack data type
• dan committed rSYLKc8d270ee54d9: Fixed sending ACK to the wrong address by SofiaSIP (authored by • dan).
Fixed sending ACK to the wrong address by SofiaSIP
• dan committed rSYLKdc4f29d24585: Ignore the Janus SIP plugin ringing event for now (authored by • dan).
Ignore the Janus SIP plugin ringing event for now
Simplified welcome message (part 2)
Simplified welcome message
Moved landlines to last position
Adjusted conference welcome message
Changed order of clients
• dan committed rSYLK4cd11030ed10: Fixed URL class to not mangle template variable (authored by • dan).
Fixed URL class to not mangle template variable
• dan committed rSYLKe0371ac83bb3: Adjusted the WebRTC gateway URL in the sample configuration (authored by • dan).
Adjusted the WebRTC gateway URL in the sample configuration
• dan committed rSYLKeb9c01a4ddee: Send push notifications for conference invite events (authored by • dan).
Send push notifications for conference invite events
Use relative imports for webrtcgateway
Use default sound for push notifications
• dan committed rSYLKe18a3798203c: Updated python-application version dependency (authored by • dan).
Updated python-application version dependency
• dan committed rSYLK71df377efc2c: Use log.warning instead of its alias log.warn (authored by • dan).
Use log.warning instead of its alias log.warn
Updated dependency list in the INSTALL file
Avoid composing log message unless needed
Updated debian package description
Log push notifications at DEBUG level
Removed unnecessary version dependencies
• dan committed rSYLK6b96252c28be: Improve performance for push notifications by reusing the request (authored by • dan).
Improve performance for push notifications by reusing the request
Removed dependency on dummy package
Split debian dependencies one per line
• dan committed rSYLK95ff3a9aadfa: Fixed race condition with cleaning subscriber sessions in conference rooms (authored by • dan).
Fixed race condition with cleaning subscriber sessions in conference rooms
• dan committed rSYLK44557b1e1594: Simplified signature for the push notification functions (authored by • dan).
Simplified signature for the push notification functions
• dan committed rSYLK519bed5f4cf7: Renamed push notification methods from xyz_session to xyz_call (authored by • dan).
Renamed push notification methods from xyz_session to xyz_call
• dan committed rSYLK52b05edc847a: Use JSON models for Firebase push notifications (authored by • dan).
Use JSON models for Firebase push notifications
• dan committed rSYLKc5f4d2ddbeeb: Added method to send conference invite push notifications (authored by • dan).
Added method to send conference invite push notifications
Use UTC timestamps in push notifications
• dan committed rSYLK3fb3248c76d3: Use JSON models to encode/decode messages to/from Janus (authored by • dan).
Use JSON models to encode/decode messages to/from Janus
Added type hinting for sylkrtc models
• dan committed rSYLK887c892fdfd7: Fixed DisplayNameValidator to work with empty names (authored by • dan).
Fixed DisplayNameValidator to work with empty names
• dan committed rSYLK7c685d8c938a: Added DisplayNameValidator that removes optional quotes (authored by • dan).
Added DisplayNameValidator that removes optional quotes
Moved validators to validators.py
• dan committed rSYLK856a1d284368: Moved FixedValueProperty and LimitedChoiceProperty to jsonobjects.py (authored by • dan).
Moved FixedValueProperty and LimitedChoiceProperty to jsonobjects.py
• dan committed rSYLK08729174918f: Keep all internal SIP URIs as AORs for consistency (authored by • dan).
Keep all internal SIP URIs as AORs for consistency
• dan committed rSYLKf86741870376: Allow LimitedChoiceProperty to be optional and have a default value (authored by • dan).
Allow LimitedChoiceProperty to be optional and have a default value
Optimized returned value
Removed unnecessary util.py module
Removed unnecessary class
Fixed code formatting warnings
Simplified AbstractProperty getter
• dan committed rSYLK4899d40d00c0: Improved data extraction speed by a factor of 2 (authored by • dan).
Improved data extraction speed by a factor of 2
• dan committed rSYLKefebd97eb888: Have the 'in' operator to check if a property is defined in a JSONObject (authored by • dan).
Have the 'in' operator to check if a property is defined in a JSONObject
Removed unused attribute
• dan committed rSYLKe0adcfdc5157: Refactored client API to simplify it and make it consistent (authored by • dan).
Refactored client API to simplify it and make it consistent
• dan committed rSYLK76bbe9354370: Renamed VideoRoom to Videoroom in class names (authored by • dan).
Renamed VideoRoom to Videoroom in class names
• dan committed rSYLKd7682cd58ea6: Added ConnectionHandler.send method to replace notify and _send_response (authored by • dan).
Added ConnectionHandler.send method to replace notify and _send_response
• dan committed rSYLK7375b8434564: Replaced dependency on python-jsonmodels with internal module (authored by • dan).
Replaced dependency on python-jsonmodels with internal module
Improve README
Updated README
• dan committed rSYLK183711c24d4e: Fixed error with cancelling already called timer (authored by • dan).
Fixed error with cancelling already called timer
Fixed return value from deferred callback
• dan committed rSYLKbb7c4cc58a5a: 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 rSYLK0cfa7821fc6c: 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 rSYLK2a6df2ca0d08: 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 rSYLK4fc8d919bad2: Explicitly added protocol methods to JanusBackend (authored by • dan).
Explicitly added protocol methods to JanusBackend
Grouped public/private API methods together
• dan committed rSYLK867553dfae90: Refactored sending keepalives to be internal to the protocol (authored by • dan).
Refactored sending keepalives to be internal to the protocol
Simplified stopping the keepalive timer
• dan committed rSYLK072387be7a1a: Renamed some arguments and variables for clarity (authored by • dan).
Renamed some arguments and variables for clarity
• dan committed rSYLKa545885feaa2: Renamed attribute to better reflect its function (authored by • dan).
Renamed attribute to better reflect its function
• dan committed rSYLK541ce3ae38d4: 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
• dan committed rSYLK438d633f0c14: 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 rSYLK366a460b74d4: 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 rSYLKa3ec4d780064: Removed unnecessary additional private method (authored by • dan).
Removed unnecessary additional private method
• dan committed rSYLKff31a9162339: Restructured code to avoid unnecessary extra return statements (authored by • dan).
Restructured code to avoid unnecessary extra return statements
Moved comment
adigeo committed rSYLK34dc88f02406: Added documentation about messages sync with SIP devices (authored by adigeo).
Added documentation about messages sync with SIP devices
Removed code that was never reached
• dan committed rSYLKf66046c302c3: Added generic sylkrtc request to model mapper (authored by • dan).
Added generic sylkrtc request to model mapper