Page MenuHomePhabricator
Feed All Stories

Jul 10 2017

dan committed rSYLK86ce0ca3f2e8: Verify that the detached feed belongs to the requester (authored by dan).
Verify that the detached feed belongs to the requester
Jul 10 2017, 6:49 PM
dan committed rSYLKd7f92de920f8: Avoid an unnecessary base session lookup (authored by dan).
Avoid an unnecessary base session lookup
Jul 10 2017, 6:49 PM
dan committed rSYLKfad436ca3555: Use local variable (authored by dan).
Use local variable
Jul 10 2017, 6:48 PM
dan committed rSYLK152036a4d671: Fixed error message (authored by dan).
Fixed error message
Jul 10 2017, 6:48 PM
dan committed rSYLK017ea761d295: Replaced test to be more straightforward (authored by dan).
Replaced test to be more straightforward
Jul 10 2017, 6:48 PM
dan committed rSYLK5487cfe3ad47: Removed unnecessary parentheses (authored by dan).
Removed unnecessary parentheses
Jul 10 2017, 6:48 PM
dan committed rSYLKc5f048ec851b: Group asserts together (authored by dan).
Group asserts together
Jul 10 2017, 6:48 PM
dan committed rSYLK693b49977e53: Adjusted comment spacing (authored by dan).
Adjusted comment spacing
Jul 10 2017, 6:48 PM
tijmen committed rSYLKRTCf69bb8419760: Updated webrtc-adapter version (authored by tijmen).
Updated webrtc-adapter version
Jul 10 2017, 5:05 PM

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
Jul 7 2017, 11:09 AM
dan committed rSYLKa42cc473c180: Removed unnecessary variable (authored by dan).
Removed unnecessary variable
Jul 7 2017, 11:09 AM
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
Jul 7 2017, 11:08 AM
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)
Jul 7 2017, 11:08 AM
dan committed rSYLK3918bbc746fe: Separated session hangup event handler (authored by dan).
Separated session hangup event handler
Jul 7 2017, 11:08 AM
dan committed rSYLK12176e028a89: Do session cleanup after all processing (authored by dan).
Do session cleanup after all processing
Jul 7 2017, 11:08 AM
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)
Jul 7 2017, 11:08 AM
dan committed rSYLK254b9002a79a: Added missing debug statement (authored by dan).
Added missing debug statement
Jul 7 2017, 11:08 AM
dan committed rSYLK00eec2f27a1e: Automatically adjust participant bitrate based on number of participants (authored by dan).
Automatically adjust participant bitrate based on number of participants
Jul 7 2017, 11:08 AM
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
Jul 7 2017, 11:08 AM
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
Jul 7 2017, 11:08 AM
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
Jul 7 2017, 11:08 AM
dan committed rSYLK1f36bcc85a29: Fixed order of operations during ConnectionHandler cleanup (authored by dan).
Fixed order of operations during ConnectionHandler cleanup
Jul 7 2017, 11:08 AM
dan committed rSYLK7deccd778ca5: Added PublisherFeedContainer class for holding videoroom publisher feeds (authored by dan).
Added PublisherFeedContainer class for holding videoroom publisher feeds
Jul 7 2017, 11:08 AM
dan committed rSYLKb8b48cebbda2: Renamed VideoRoomSessionContainer to SessionContainer (authored by dan).
Renamed VideoRoomSessionContainer to SessionContainer
Jul 7 2017, 11:08 AM
dan committed rSYLK2047743879b4: Updated comments (authored by dan).
Updated comments
Jul 7 2017, 11:08 AM
dan committed rSYLK700b7c55d16a: Rewrote VideoRoomSessionContainer to not use weak references (authored by dan).
Rewrote VideoRoomSessionContainer to not use weak references
Jul 7 2017, 11:08 AM
dan committed rSYLK5c2c4ccabcb4: Simplified getting the session with the handle_id (authored by dan).
Simplified getting the session with the handle_id
Jul 7 2017, 11:08 AM
dan committed rSYLKffefa2adcc84: Removed unused import (authored by dan).
Removed unused import
Jul 7 2017, 11:07 AM
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
Jul 7 2017, 11:07 AM
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
Jul 7 2017, 11:07 AM
dan committed rSYLKc3629dcf607b: Simplified condition (authored by dan).
Simplified condition
Jul 7 2017, 11:07 AM
dan committed rSYLKb2960c845319: Refactored logging (authored by dan).
Refactored logging
Jul 7 2017, 11:07 AM
dan committed rSYLK8ebad66a2ef4: Fixed spacing (authored by dan).
Fixed spacing
Jul 7 2017, 11:07 AM
dan committed rSYLK2845060e6e89: Removed unused import (authored by dan).
Removed unused import
Jul 7 2017, 11:07 AM
dan committed rSYLK59d11a21eeeb: Made policy matching logic consistent and simplified code (authored by dan).
Made policy matching logic consistent and simplified code
Jul 7 2017, 11:07 AM
dan committed rSYLK7fec1af1c63f: The __init__ method should not return any value (authored by dan).
The __init__ method should not return any value
Jul 7 2017, 11:07 AM
dan committed rSYLKb6ed8fee675d: Simplified and enhanced application loading/accessing code (authored by dan).
Simplified and enhanced application loading/accessing code
Jul 7 2017, 11:07 AM
dan committed rSYLKc4373d3bf51c: Fixed spurious SIPApplicationWillStart post and handling early stop (authored by dan).
Fixed spurious SIPApplicationWillStart post and handling early stop
Jul 7 2017, 11:07 AM
dan committed rSYLK211880b08e45: Register atexit handler to dump memory debug info (authored by dan).
Register atexit handler to dump memory debug info
Jul 7 2017, 11:07 AM
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
Jul 7 2017, 11:07 AM
dan committed rSYLK19cec2fb5149: Keep imports sorted (authored by dan).
Keep imports sorted
Jul 7 2017, 11:07 AM
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
Jul 7 2017, 11:07 AM
dan committed rSYLKbcf2027a611a: Order imports alphabetically (authored by dan).
Order imports alphabetically
Jul 7 2017, 11:07 AM
dan committed rSYLK33a0bec38e9e: Removed unused import (authored by dan).
Removed unused import
Jul 7 2017, 11:06 AM
dan committed rSYLK807ade779040: Reformatted text (authored by dan).
Reformatted text
Jul 7 2017, 11:06 AM
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
Jul 7 2017, 11:06 AM
dan committed rSYLK477239bd3887: Added debug_level setting to ServerConfig (authored by dan).
Added debug_level setting to ServerConfig
Jul 7 2017, 11:06 AM
dan committed rSYLK703343b1faf1: Fixed typo (authored by dan).
Fixed typo
Jul 7 2017, 11:06 AM
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
Jul 7 2017, 11:06 AM
dan committed rSYLKe3cbf0569df0: Use python3 compatible form for except statements (authored by dan).
Use python3 compatible form for except statements
Jul 7 2017, 11:06 AM
dan committed rSYLKc6f1750ca5a4: Avoid duplicate indexing when getting the data (authored by dan).
Avoid duplicate indexing when getting the data
Jul 7 2017, 11:06 AM
dan committed rSYLKe0ad09730b61: Removed unnecessary default value (authored by dan).
Removed unnecessary default value
Jul 7 2017, 11:06 AM
dan committed rSYLK46c1801bd496: Generalized sylkrtc json model mapping (authored by dan).
Generalized sylkrtc json model mapping
Jul 7 2017, 11:06 AM
dan committed rSYLKe34272bc24fd: Removed redundant comment (authored by dan).
Removed redundant comment
Jul 7 2017, 11:06 AM
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
Jul 7 2017, 11:06 AM
dan committed rSYLK24a86bab4925: Simplified building the result of the DNS lookup (authored by dan).
Simplified building the result of the DNS lookup
Jul 7 2017, 11:06 AM
dan committed rSYLK633e15a35d59: Moved DNS lookup log message to debug level (authored by dan).
Moved DNS lookup log message to debug level
Jul 7 2017, 11:06 AM
dan committed rSYLK82185560780e: Fixed argument types (authored by dan).
Fixed argument types
Jul 7 2017, 11:06 AM
dan committed rSYLK4d00c91db140: Removed superfluous attribute (authored by dan).
Removed superfluous attribute
Jul 7 2017, 11:05 AM
dan committed rSYLK52f785d9399f: Removed extra empty lines and additional whitespaces (authored by dan).
Removed extra empty lines and additional whitespaces
Jul 7 2017, 11:05 AM
dan committed rSYLKc5d603f0b37d: Removed data duplication and inconsistent attributes (authored by dan).
Removed data duplication and inconsistent attributes
Jul 7 2017, 11:05 AM

Jul 5 2017

tijmen committed rSYLKRTC456e6cf538d0: Updated webrtc-adapter version (authored by tijmen).
Updated webrtc-adapter version
Jul 5 2017, 11:24 AM

Jun 29 2017

dan added a member for SylkServer: dan.
Jun 29 2017, 3:32 PM

Jun 28 2017

tijmen committed rSYLKRTC969a8b719947: Updated webrtc-adapter version (authored by tijmen).
Updated webrtc-adapter version
Jun 28 2017, 12:01 PM

Jun 27 2017

tijmen committed rSYLKRTC0ba1d8fee298: Updated API doc formatting (authored by tijmen).
Updated API doc formatting
Jun 27 2017, 10:51 AM
tijmen committed rSYLKRTC22edf8b7dece: Updated attachmediastream version (authored by tijmen).
Updated attachmediastream version
Jun 27 2017, 10:39 AM
tijmen committed rSYLKRTC075493f1c16c: Updated SDP-tranform version (authored by tijmen).
Updated SDP-tranform version
Jun 27 2017, 10:39 AM

Jun 23 2017

tijmen committed rSYLKRTC8a595f3ed21e: Updated jshint version (authored by tijmen).
Updated jshint version
Jun 23 2017, 11:34 AM

Jun 21 2017

tijmen committed rSYLKRTC66a97f60d60c: Updated debug version (authored by tijmen).
Updated debug version
Jun 21 2017, 12:11 PM
tijmen committed rSYLKRTCddca4283f48e: Updated bowser version (authored by tijmen).
Updated bowser version
Jun 21 2017, 12:01 PM
tijmen committed rSYLKRTC601adc1e0bbb: Updated browserify version (authored by tijmen).
Updated browserify version
Jun 21 2017, 12:00 PM
tijmen committed rSYLKRTCf837f6379481: Update gulp-uglify version (authored by tijmen).
Update gulp-uglify version
Jun 21 2017, 12:00 PM
tijmen committed rSYLKRTCad69765a79e8: Updated gulp-sourcemaps version (authored by tijmen).
Updated gulp-sourcemaps version
Jun 21 2017, 12:00 PM
tijmen committed rSYLKRTCe4ef2e309c60: Switched from node-uuid to uuid (authored by tijmen).
Switched from node-uuid to uuid
Jun 21 2017, 11:59 AM

Apr 27 2017

GitHub <noreply@github.com> committed rMP8f6fba1fdf80: Merge e6fc160e6b7667d0844d329cac3425dd4daaf549 into… (authored by Joonas Keskitalo <git@joonake.fi>).
Merge e6fc160e6b7667d0844d329cac3425dd4daaf549 into…
Apr 27 2017, 9:16 AM

Apr 25 2017

dan committed rMP3e443648020f: Increased version and updated changelog (authored by dan).
Increased version and updated changelog
Apr 25 2017, 4:57 PM
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
Apr 25 2017, 4:57 PM

Apr 12 2017

GitHub <noreply@github.com> committed rMP6702dfda0551: Merge 950e7ee685ff2d0e8f23c9bf210698fe0c4366f4 into… (authored by snelson4693 <snelson4693@gmail.com>).
Merge 950e7ee685ff2d0e8f23c9bf210698fe0c4366f4 into…
Apr 12 2017, 6:43 PM

Mar 28 2017

tijmen committed rCDRT9ddeedec22d3: Raised version and updated changelog (authored by tijmen).
Raised version and updated changelog
Mar 28 2017, 10:53 AM

Mar 27 2017

tijmen committed rCDRT46aad4b1f7ca: Formatted code login reminder (authored by tijmen).
Formatted code login reminder
Mar 27 2017, 2:53 PM
tijmen committed rCDRT62ba7d728649: Updated php opening tags (authored by tijmen).
Updated php opening tags
Mar 27 2017, 12:05 PM

Mar 24 2017

tijmen changed the visibility for CDRTool.
Mar 24 2017, 3:08 PM

Feb 18 2017

GitHub <noreply@github.com> committed rMP657b3880c9eb: Merge e6fc160e6b7667d0844d329cac3425dd4daaf549 into… (authored by Joonas Keskitalo <git@joonake.fi>).
Merge e6fc160e6b7667d0844d329cac3425dd4daaf549 into…
Feb 18 2017, 5:23 PM

Feb 9 2017

dan committed rSYLKc98bdf34943a: [webrtcgateway] Removed spurious empty line (authored by dan).
[webrtcgateway] Removed spurious empty line
Feb 9 2017, 5:49 PM
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
Feb 9 2017, 5:49 PM
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 9 2017, 5:48 PM

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
Feb 6 2017, 7:03 PM
dan committed rSYLK122ec64358ae: [webrtcgateway] Removed bogus attributes (authored by dan).
[webrtcgateway] Removed bogus attributes
Feb 6 2017, 7:02 PM
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 6 2017, 7:02 PM

Feb 3 2017

adigeo committed rSYLKebbb3f4a0ef6: [webrtcgateway] Capture exception if SDP is empty (authored by adigeo).
[webrtcgateway] Capture exception if SDP is empty
Feb 3 2017, 3:51 PM
adigeo committed rSYLK22b2ba05fb4a: [webrtcgateway] Remove duplicate storage of mobile token (authored by adigeo).
[webrtcgateway] Remove duplicate storage of mobile token
Feb 3 2017, 3:51 PM
adigeo committed rSYLK0a31a23d36c0: [webrtcgateway] Refactor some log lines (authored by adigeo).
[webrtcgateway] Refactor some log lines
Feb 3 2017, 3:51 PM
adigeo committed rSYLKd2493f7185d0: [webrtcgateway] Delegate account removal function to the client (authored by adigeo).
[webrtcgateway] Delegate account removal function to the client
Feb 3 2017, 3:51 PM
adigeo committed rSYLK1ac3767d3d0d: [webrtcgateway] Save janus handle id in each video room (authored by adigeo).
[webrtcgateway] Save janus handle id in each video room
Feb 3 2017, 3:51 PM
adigeo committed rSYLK5ea8a757f338: [webrtcgateway] Save session start time (authored by adigeo).
[webrtcgateway] Save session start time
Feb 3 2017, 1:11 PM
adigeo committed rSYLK1cee20f226ea: [webrtcgateway] Save media type for each session (authored by adigeo).
[webrtcgateway] Save media type for each session
Feb 3 2017, 1:11 PM
adigeo committed rSYLKffb841b5c16e: [webrtcgateway] Store end-point address for each videoroom participant (authored by adigeo).
[webrtcgateway] Store end-point address for each videoroom participant
Feb 3 2017, 12:21 PM
adigeo committed rSYLK45968de60cfb: [webrtcgateway] Remove redundant storage for usage data (authored by adigeo).
[webrtcgateway] Remove redundant storage for usage data
Feb 3 2017, 12:21 PM

Feb 2 2017

adigeo committed rSYLKbfa09ffaae29: [webrtcgateway] Don't call remove account twice (authored by adigeo).
[webrtcgateway] Don't call remove account twice
Feb 2 2017, 9:01 PM
adigeo committed rSYLK3b3b4201aced: [webrtcgateway] Fixed DNS lookup for outbound sessions (authored by adigeo).
[webrtcgateway] Fixed DNS lookup for outbound sessions
Feb 2 2017, 9:01 PM