- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Feb 26 2019
Feb 26 2019
• dan committed rSYLK4b1d44f74ad5: Fixed attribute name to match latest sipsimple internals (authored by • dan).
Fixed attribute name to match latest sipsimple internals
Feb 25 2019
Feb 25 2019
Increased version and updated changelog
Updated copyright years
• dan committed rSYLKd090f68c8c0f: Always clean up proposed streams when cancelling proposal (authored by • dan).
Always clean up proposed streams when cancelling proposal
Feb 19 2019
Feb 19 2019
• dan committed rSYLK43ccf27e964c: Turned unnecessary list comprehensions into iterators (authored by • dan).
Turned unnecessary list comprehensions into iterators
Use setter syntax for defining properties
• dan committed rSYLK0dc48df0ce45: Fixed memory leak that did not release streams when canceling proposals (authored by • dan).
Fixed memory leak that did not release streams when canceling proposals
• dan committed rSYLK21b813b009c6: Removed unnecessary attribute from AudioStream (authored by • dan).
Removed unnecessary attribute from AudioStream
• dan committed rSYLK106338be2a5a: Avoid using tracking variables in favor of a more pythonic code (authored by • dan).
Avoid using tracking variables in favor of a more pythonic code
Check if attribute is present
Fixed spacing to be PEP-8 compliant
• dan committed rSYLK679f50bc3b27: Removed code that duplicated cancel handling inside reject handler (authored by • dan).
Removed code that duplicated cancel handling inside reject handler
• dan committed rSYLKdda6867016a8: Make sure the greenlet attribute is always removed when greenlet exits (authored by • dan).
Make sure the greenlet attribute is always removed when greenlet exits
Reordered some operations for consistency
• dan committed rSYLK107ae70c11d0: Do not reset the proposed_streams attribute when the session is rejected (authored by • dan).
Do not reset the proposed_streams attribute when the session is rejected
Removed unnecessary boolean variable
Avoid unnecessary list copy
Jan 11 2019
Jan 11 2019
• dan committed rSYLKffcfe051f6f9: Replaced obsolete ptype value for subscribers (authored by • dan).
Replaced obsolete ptype value for subscribers
Oct 5 2018
Oct 5 2018
Updated TODO
Removed unneeded debian dependency
Increased version and updated changelog
• dan committed rSYLK43566ea9cced: Fixed corrupted sound file names in the deb if name contains spaces (authored by • dan).
Fixed corrupted sound file names in the deb if name contains spaces
• dan committed rSYLKf2c59aa05a08: Rename .ini.sample files to .ini in the debian package (authored by • dan).
Rename .ini.sample files to .ini in the debian package
• dan committed rSYLK87247a93f2b5: Synced MANIFEST.in file with latest file changes (authored by • dan).
Synced MANIFEST.in file with latest file changes
Increased debian compatibility to 11
• dan committed rSYLKf99b5795840b: Removed build dependency on obsolete package (authored by • dan).
Removed build dependency on obsolete package
• dan committed rSYLK2022c1e8f65a: 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 rSYLKd397fb78f2e9: Do not install janus configuration files with sylkserver-webrtc-gateway (authored by • dan).
Do not install janus configuration files with sylkserver-webrtc-gateway
Compact command line arguments
• dan committed rSYLK29e80cde2608: Removed code that prevented sylkserver from restarting on upgrades (authored by • dan).
Removed code that prevented sylkserver from restarting on upgrades
Removed unnecessary .PHONY target
• dan committed rSYLK2d0f9a2b3047: Removed deprecated pycompat/pyversions files (authored by • dan).
Removed deprecated pycompat/pyversions files
Added link to website for copyright holder
Drop support for autobahn older than 0.12
Updated copyright years
• dan committed rSYLK8e7836beca75: Moved debian dependency to the proper package (authored by • dan).
Moved debian dependency to the proper package
Ignore janus sip progress event for now
Oct 4 2018
Oct 4 2018
Reformatted TODO
Updated TODO
Oct 2 2018
Oct 2 2018
• dan committed rSYLKf6d9dfd2a6cc: Removed no longer needed autoack hack for sofia-sip (authored by • dan).
Removed no longer needed autoack hack for sofia-sip
Sep 28 2018
Sep 28 2018
• dan committed rSYLKd7507da6cb64: 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 rSYLK05fce4a3a601: Ignore the Janus SIP plugin ringing event for now (authored by • dan).
Ignore the Janus SIP plugin ringing event for now
• dan committed rSYLK0422ff2dc7b8: Fixed sending ACK to the wrong address by SofiaSIP (authored by • dan).
Fixed sending ACK to the wrong address by SofiaSIP
May 30 2018
May 30 2018
Renewed TLS certificates for another 10 years
Updated tinyca URL
Jan 30 2018
Jan 30 2018
Simplified welcome message (part 2)
Simplified welcome message
Moved landlines to last position
Changed order of clients
Adjusted conference welcome message
• dan committed rSYLKb0d7728cae8d: Fixed URL class to not mangle template variable (authored by • dan).
Fixed URL class to not mangle template variable
• dan committed rSYLK21daf61adad6: Adjusted the WebRTC gateway URL in the sample configuration (authored by • dan).
Adjusted the WebRTC gateway URL in the sample configuration
Dec 22 2017
Dec 22 2017
Use relative imports for webrtcgateway
• dan committed rSYLKb4a8dfb9bc3f: Send push notifications for conference invite events (authored by • dan).
Send push notifications for conference invite events
Use default sound for push notifications
Dec 19 2017
Dec 19 2017
Updated dependency list in the INSTALL file
• dan committed rSYLK1a215b69e9de: Use log.warning instead of its alias log.warn (authored by • dan).
Use log.warning instead of its alias log.warn
• dan committed rSYLKa51958827fe0: Updated python-application version dependency (authored by • dan).
Updated python-application version dependency
Avoid composing log message unless needed
Log push notifications at DEBUG level
• dan committed rSYLK7f86ae1ad3fc: Improve performance for push notifications by reusing the request (authored by • dan).
Improve performance for push notifications by reusing the request
Updated debian package description
Removed unnecessary version dependencies
Removed dependency on dummy package
Split debian dependencies one per line
Dec 18 2017
Dec 18 2017
• dan committed rSYLK6dc50b3794f4: Fixed race condition with cleaning subscriber sessions in conference rooms (authored by • dan).
Fixed race condition with cleaning subscriber sessions in conference rooms
Dec 14 2017
Dec 14 2017
• dan committed rSYLK945e1af085ea: Simplified signature for the push notification functions (authored by • dan).
Simplified signature for the push notification functions
Dec 12 2017
Dec 12 2017
• dan committed rSYLK5562ec452036: 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 rSYLK519716401197: Added method to send conference invite push notifications (authored by • dan).
Added method to send conference invite push notifications
• dan committed rSYLK8e2d2b2e2174: Use JSON models for Firebase push notifications (authored by • dan).
Use JSON models for Firebase push notifications
Use UTC timestamps in push notifications
Dec 11 2017
Dec 11 2017
• dan committed rSYLK47980d072d44: Use JSON models to encode/decode messages to/from Janus (authored by • dan).
Use JSON models to encode/decode messages to/from Janus
• dan committed rSYLK250857303ab9: Fixed DisplayNameValidator to work with empty names (authored by • dan).
Fixed DisplayNameValidator to work with empty names
Added type hinting for sylkrtc models
Moved validators to validators.py
• dan committed rSYLKe7469654982e: Added DisplayNameValidator that removes optional quotes (authored by • dan).
Added DisplayNameValidator that removes optional quotes
• dan committed rSYLKa1393ef0230a: Moved FixedValueProperty and LimitedChoiceProperty to jsonobjects.py (authored by • dan).
Moved FixedValueProperty and LimitedChoiceProperty to jsonobjects.py
• dan committed rSYLK275930b64605: Keep all internal SIP URIs as AORs for consistency (authored by • dan).
Keep all internal SIP URIs as AORs for consistency
• dan committed rSYLK0f55b2de1fae: 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
• dan committed rSYLKc309c55d8b95: 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
Oct 26 2017
Oct 26 2017
• dan committed rSYLK26dc143170d0: Improved data extraction speed by a factor of 2 (authored by • dan).
Improved data extraction speed by a factor of 2
Simplified AbstractProperty getter
Oct 25 2017
Oct 25 2017
Removed unused attribute
Oct 13 2017
Oct 13 2017
Fixed log message
• dan committed rSYLKRTC44a7ca5f04e1: Removed unnecessary escaping for double quotes (authored by • dan).
Removed unnecessary escaping for double quotes
• dan committed rSYLKRTC6513b146467a: Better fix for potential race condition in session state order (authored by • dan).
Better fix for potential race condition in session state order
• dan committed rSYLKRTC666d462cadd6: 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 rSYLKd55ed0bf36eb: 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 rSYLK5a103cff66ef: Renamed VideoRoom to Videoroom in class names (authored by • dan).
Renamed VideoRoom to Videoroom in class names
• dan committed rSYLK11efb13bda2e: 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 rSYLK78ca24606a56: Replaced dependency on python-jsonmodels with internal module (authored by • dan).
Replaced dependency on python-jsonmodels with internal module
Sep 11 2017
Sep 11 2017
Updated TODO