- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Aug 30 2019
Aug 30 2019
• dan committed rMP4d3aed813da5: Added code to toggle verbose logging by sending SIGUSR1 to the process (authored by • dan).
Added code to toggle verbose logging by sending SIGUSR1 to the process
PEP-8 cleanups
• dan committed rMP2489c9695e58: Changed ports used by tests to be different from those used by mediaproxy (authored by • dan).
Changed ports used by tests to be different from those used by mediaproxy
Improved logging
Removed redundant code
PEP-8 compliance fixes in tests
Fixed dialog ids in tests
Renamed variable
• dan committed rMPed262debcfc1: Use the protocol's delimiter instead of hardcoded values (authored by • dan).
Use the protocol's delimiter instead of hardcoded values
Simplified conditional import
• dan committed rMPc787c94fd767: Use super to call parent to avoid dumb IDE warning (authored by • dan).
Use super to call parent to avoid dumb IDE warning
Set attribute in __init__
Removed unnecessary try/finally
Align method signature with parent class
Removed redundant comment
Aug 22 2019
Aug 22 2019
Changed management interface name
• dan committed rMP0bccbc8100bd: Fixed message when connection is closed cleanly (authored by • dan).
Fixed message when connection is closed cleanly
• dan committed rMPecee5ed446c3: Refactored code to simplify future changes to logging (authored by • dan).
Refactored code to simplify future changes to logging
Align method signature with parent
Aug 21 2019
Aug 21 2019
Fixed pidfile argument to process.daemonize()
• dan committed rMP0a11c08e38bf: Switched from init scripts to systemd service files (authored by • dan).
Switched from init scripts to systemd service files
Refactored the debian build system
Refactored setup.py
• dan committed rMP7d6bd0803d75: Adjusted runtime directory in sample config file (authored by • dan).
Adjusted runtime directory in sample config file
Update license files
• dan committed rMP86b3f84760b2: Added code to wait for the network to be available when starting (authored by • dan).
Added code to wait for the network to be available when starting
Updated manual pages
• dan committed rMPbd65bd59955f: Refactored the media-dispatcher and media-relay scripts (authored by • dan).
Refactored the media-dispatcher and media-relay scripts
Adjusted logging prefixes
• dan committed rMP16ea5beef1ae: Adapted to process API changes in python-application 2.8.0 (authored by • dan).
Adapted to process API changes in python-application 2.8.0
PEP-8 related fixes
Removed unnecessary variable
• dan committed rMPf03afbd5201c: Removed unnecessary docstrings from top level scripts (authored by • dan).
Removed unnecessary docstrings from top level scripts
Removed no longer needed future import
• dan committed rMPcab7a2b8098d: Adapted to logging API changes in python-application 2.8.0 (authored by • dan).
Adapted to logging API changes in python-application 2.8.0
Fixed some PEP-8 violations
Fixed spelling
Fixed attribute name
Updated boring file
Removed WingIDE project file
Aug 15 2019
Aug 15 2019
Updated Gulp version to 4.0.2
Aug 13 2019
Aug 13 2019
Removed duplicate changelog
• dan committed rMSRPRELAYddc63a6f47f7: Removed no longer needed entry in MANIFEST.in (authored by • dan).
Removed no longer needed entry in MANIFEST.in
• dan committed rMSRPRELAY54f3c0496e68: Removed unnecessary package name prefixes from some debian files (authored by • dan).
Removed unnecessary package name prefixes from some debian files
• dan committed rMSRPRELAY51b64b1e4d4c: Removed no longer needed entry in MANIFEST.in (authored by • dan).
Removed no longer needed entry in MANIFEST.in
• dan committed rMSRPRELAYa6c78c36c4e4: Removed no longer needed debian dependency on lsb-base (authored by • dan).
Removed no longer needed debian dependency on lsb-base
Removed unnecessary variable
Removed unnecessary variable
Fixed spelling
Fixed spelling
Aug 12 2019
Aug 12 2019
Added boring file
• dan committed rMSRPRELAY2813ee057ae6: Added debian/source/format to MANIFEST.in (authored by • dan).
Added debian/source/format to MANIFEST.in
• dan committed rMSRPRELAY64f4a2de1a73: Switched from the init script to a systemd service file (authored by • dan).
Switched from the init script to a systemd service file
Updated copyright years
• dan committed rMSRPRELAYcff34476556c: Silenced lintian warning about missing manual page (authored by • dan).
Silenced lintian warning about missing manual page
• dan committed rMSRPRELAYce3ef6d8cdd9: Fixed permissions for debian instaleld configuration file (authored by • dan).
Fixed permissions for debian instaleld configuration file
Updated debian python build system
• dan committed rMSRPRELAYe3eaf255c59d: Install the sample configuration file from setup.py (authored by • dan).
Install the sample configuration file from setup.py
Refactored setup.py
• dan committed rMSRPRELAY3043a058c3d3: Increased debian compatibility level to 11 (authored by • dan).
Increased debian compatibility level to 11
• dan committed rMSRPRELAYb4d13f1ceb25: Removed no longer needed debian dirs file (authored by • dan).
Removed no longer needed debian dirs file
• dan committed rMSRPRELAY95fb448b4b49: Removed no longer needed debian version dependency restrictions (authored by • dan).
Removed no longer needed debian version dependency restrictions
• dan committed rMSRPRELAY126e7008550d: Removed no longer needed debian pycompat and pyversions files (authored by • dan).
Removed no longer needed debian pycompat and pyversions files
• dan committed rMSRPRELAY553c46710cc1: Split the debian dependencies one per line for readability (authored by • dan).
Split the debian dependencies one per line for readability
Updated debian uploaders
• dan committed rMSRPRELAY460b4afee59b: Display the default configuration directory in the help output (authored by • dan).
Display the default configuration directory in the help output
• dan committed rMSRPRELAY58dd7e6d22a4: Added command line option to run as a systemd service (authored by • dan).
Added command line option to run as a systemd service
• dan committed rMSRPRELAY553649d18bbc: Added code to wait for the network to be available when starting (authored by • dan).
Added code to wait for the network to be available when starting
• dan committed rMSRPRELAYd4d6a1530bec: Adapted to process API changes in python-application 2.8.0 (authored by • dan).
Adapted to process API changes in python-application 2.8.0
• dan committed rMSRPRELAYcf3e0542449d: Added command line option to enable verbose logging (authored by • dan).
Added command line option to enable verbose logging
• dan committed rMSRPRELAYbc5c90c1cf5a: Added command line option for memory debugging (authored by • dan).
Added command line option for memory debugging
• dan committed rMSRPRELAY120f71c0b329: Use the argparse module for parsing command line arguments (authored by • dan).
Use the argparse module for parsing command line arguments
• dan committed rMSRPRELAY2ca2feca352e: Updated to the logging API in python-application 2.8.0 (authored by • dan).
Updated to the logging API in python-application 2.8.0
• dan committed rMSRPRELAY531cc4de7ab9: Initialize the log level in the main script (authored by • dan).
Initialize the log level in the main script
Fixed some PEP-8 compliance issues
Fixed dumb construct
Aug 8 2019
Aug 8 2019
• dan committed rSYLK316385a4245e: Use the new standard runtime directory in the init file (authored by • dan).
Use the new standard runtime directory in the init file
• dan committed rSYLK137a90f91536: Updated systemd service file to use the new option to run as a service (authored by • dan).
Updated systemd service file to use the new option to run as a service
• dan committed rSYLK9affebc79303: Added new command line option to enable verbose logging (authored by • dan).
Added new command line option to enable verbose logging
• dan committed rSYLKbd1d9a310eca: Refactored code that deals with memory debugging (authored by • dan).
Refactored code that deals with memory debugging
• dan committed rSYLK312886622c50: Added a new command line option to run as a systemd service (authored by • dan).
Added a new command line option to run as a systemd service
• dan committed rSYLKd0b1d07953be: Use the argparse module to parse command line arguments (authored by • dan).
Use the argparse module to parse command line arguments
Renamed function argument
• dan committed rSYLK6390216612b9: Adapted to API changes in python-application 2.8.0 (authored by • dan).
Adapted to API changes in python-application 2.8.0
Better variable name
Jul 17 2019
Jul 17 2019
Update feature list
Jun 28 2019
Jun 28 2019
Raised version
tijmen committed rSYLKRTC070ddd7d16a1: Use callback to get result from replaceTrack promise (authored by tijmen).
Use callback to get result from replaceTrack promise
Raised version
Fixed lint warnings
Added debug message
Jun 27 2019
Jun 27 2019
Fixed API docs
tijmen committed rSYLKRTCa8f05a441b1f: Use the return value of replace track to set the state for screensharing (authored by tijmen).
Use the return value of replace track to set the state for screensharing
tijmen committed rSYLKRTCd6b1934a9612: Don't return local tracks if they are null or ended (authored by tijmen).
Don't return local tracks if they are null or ended
tijmen committed rSYLKRTC44817587ef09: Added screensharing functions to call and conference (authored by tijmen).
Added screensharing functions to call and conference
tijmen committed rSYLKRTC1dbaefcb1287: Added replaceTrack function to call and conference (authored by tijmen).
Added replaceTrack function to call and conference
Jun 20 2019
Jun 20 2019
Use new runtime directory
Jun 19 2019
Jun 19 2019
• dan committed rMPcf5b413db5ba: Streamlined error logging for the OpenSIPS MI interface (authored by • dan).
Streamlined error logging for the OpenSIPS MI interface