[Pkg-voip-commits] [janus] annotated tag debian/0.2.6-1 created (now 182e8bb)

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.2.6-1
in repository janus.

        at  182e8bb   (tag)
   tagging  360b37c31d835b3518bcbe58d148e7016714b533 (commit)
  replaces  debian/0.2.5-1
 tagged by  Jonas Smedegaard
        on  Wed Dec 20 22:53:58 2017 +0100

- Log -----------------------------------------------------------------
janus Debian release 0.2.6-1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlo62/YACgkQLHwxRsGg
ASGvGRAAnqYA/R76+LDPeI9ZQptNW8C0zFDfGd1l/Llhr02exSxQCFABv4KFLJJn
95bid57mnhCP+ScKrH7V586WKkgHs0x+ANuMXRXseX5C/Tr3h7ZSmU1ODbjDhbMJ
aQZ9Uwla3sKN5g+PZc+RhJRYSPVWzOSIrDeURPim6AxGtdGaKqDWHUcGS5SqgQ6I
6vy9mdfgNNIPrL29yiGz3lyuuadYej0SkcPpviMwaUFydxAba75gGUmiowXlM+pO
TTUeXJtimDqegWnUdDhvkxC9rYbUXlsOMN2ZpIlFATPpO9rQhWNtoA9gkVqMD7Xj
KYc+HLTSqDqmuzVa9IQBrnSAnxTalyFa9T/ETW6BJ9K2GVEUfJCwwbNeox6c1n77
BKkwA9+vYOwIkrvF57Dno7UsHIqTErRG2KwZwRj/IZaQtt7RA5a6JzPf6IpwL1Mw
o/F6svwfew/YMKWtBjfH3errRBzO0AqDq3WzIOD3ZKwV7V7SBDo7j5mTBru86H90
rB3cb7WxU8EoO+nDP5qOdG6lRs61CyNiHa72yhxfvOf2PQjVF9Z0vWIqx1QXhPOl
KI12ERTv6Sf6Du/Z2GHF4L5RHBxmgGMmcZUO2BZ3PtKqEs0cZejzWqf017Nnlbzs
ne7oOI9PFyuhDg/vJOTXmMc5rFBBToVDnoJxJ2xKWnOzdwK82GM=
=0wBT
-----END PGP SIGNATURE-----

Adam Duskett (4):
      fix libressl call in dtls.c
      Fix SSL library detection
      Add openssl pre 1.1 api macro
      Add openssl pre 1.1 api macro

Alessandro Toppi (31):
      Improve iceloop lifecycle management.
      Merge branch 'master' into fix-iceloop-quit
      Move iceloop running check from janus_ice_webrtc_free to janus_ice_handles_check.
      Check iceloop ptr.
      Remove sleep in janus_ice_thread after loop unlocking.
      Merge branch 'master' into fix-iceloop-quit
      Wait for handle icethread end before scheduling handle destruction.
      Quit the main loop in janus_ice_handles_check in case the loop is still running.
      Use session table in videoroom plugin to avoid using invalid sessions.
      Lock sessions in janus streaming plugin.
      Check if ice send thread is ended before freeing session. Front push dtls alert message in case of hangup.
      Remove send_thread ptr check in janus_ice_webrtc_hangup.
      Reject jsep and trickle while cleaning a previous session.
      Add error symbol for wrong WebRTC status.
      Revert send_thread ptr check in janus_ice_webrtc_hangup.
      Cast away const qualifier from a char ptr to avoid compiler warnings.
      Notify hangup to users only when janus_ice_webrtc_free is called.
      Use janus_process_error in order to avoid (char *) casting.
      Check that icectx is not NULL before invoking g_main_context_wakeup.
      Merge branch 'master' into iceloop-sessions-mgmt
      Merge branch 'master' into iceloop-sessions-mgmt
      Merge branch 'master' into iceloop-sessions-mgmt
      Merge remote-tracking branch 'origin/master' into iceloop-sessions-mgmt
      Use active sessions lookup in every plugin (excluding videocall). Make a synchronous hangup_media in streaming and recordplay.
      Merge branch 'master' into iceloop-sessions-mgmt
      Remove some debugging logs.
      Add missing janus_plugin_session_is_alive checks.
      Use active plugin sessions map, in place of old sessions map.
      Set lws count_threads to 1 before creating lws context.
      Add some extra iceloop checks.
      Fix not initialized old_rooms in janus_textroom_destroy. Re-evaluate as needed 'now' timestamp in textroom and streaming watchdog.

Alex (1):
      Fixes #1094

Ancor Gonzalez Sosa (2):
      Bower: update webrtc-adapter to 5.0.1
      Don't use es6 specific code

Bao Nguyen (1):
      Streaming plugin UDP multicast socket bind option to `SO_REUSEADDR`

Ivan Demchuk (2):
      Close web socket connection when destroying session
      Add missing semicolon

Johan Ouwerkerk (1):
      Instruct ESLint to ignore Janus JS module contents when linting your project.

Jonas Smedegaard (6):
      New upstream version 0.2.6
      Update upstream source from tag 'upstream/0.2.6'
      Declare compliance with Debian Policy 4.1.2.
      Refresh and extend patches.
      Update package relations: Build-depend on libre-dev.
      Prepare for release: Update changelog, and copyright hints.

Jonathan Martin (2):
      Add Thread ID callback in lws_protocols[0] to help identifying caller of `lws_callback_on_writable` and as such speed up lws reactivity
      brew installation of libcurl is now called just `curl`

Lorenzo Miniero (222):
      New Janus plugin, NoSIP, for legacy interop without touching signalling
      Several new helper methods for SDP utilities
      New Janus plugin, NoSIP, for legacy interop without touching signalling
      Removed info string, cleaned up a bit, and refactored code to limit reduncancy
      Merge branch 'nosip' of github.com:meetecho/janus-gateway into nosip
      Merge branch 'sdputils-pt2' into nosip
      Modified NoSIP plugin code to use #796 and #804 (RTP context and SRTP stuff)
      Made incoming_rtcp handler more compact too
      Merge branch 'sdputils-pt2' into nosip
      Integrated updated IP utilities in NoSIP plugin
      Deallocate the local_ip when getting rid of the plugin
      Merge branch 'master' into nosip
      Merge branch 'master' into nosip
      First commit of SIPre plugin placeholder (WIP, still broken)
      Merge branch 'master' into sipre
      Moved IP self-detect of NoSIP plugin outside of the config parse code
      Aligned SIPre plugin to IP utils
      Use mqueue to make sure libre calls are done on the loop thread
      Updated code to reflect latest feedback
      Initialize libre in the loop thread
      Working REGISTER
      Working outgoing INVITE (incoming calls, BYEs, etc. still WIP)
      Refactored message queue payload, and (almost) working incoming calls
      Merge branch 'master' into nosip
      Removed unneeded memset
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Fixed endless retransmissions on incoming calls
      Better management of BYEs and call cleanup
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into sipre
      Integrated fix made for #885 in SIPre plugin as well
      Merge branch 'master' into nosip
      Aligned to configure-related changes in master
      Merge branch 'master' into sipre
      Aligned to configure-related changes in master
      Merge branch 'master' into nosip
      Aligned to changes to janus.js (intrack)
      Aligned to changes to janus.js (ontrack)
      Added support to custom headers in REGISTER and INVITE in SIPre plugin
      Merge branch 'master' into nosip
      Changed some TODOs in FIXMEs
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Parse (and notify) display name when receiving incoming INVITEs
      Moved stack to per-user property (but still a single thread and queue)
      Fixed crash when shutting Janus down
      Implemented DTMF via SIP INFO
      Implemented hold/unhold (still WIP)
      Made expires in REGISTER configurable/overridable
      Temporarily disabled HA1 REGISTER option in SIPre demo
      First attempts at getting re-INVITES to work in SIPre plugin
      Fixed broken re-INVITE support in SIPre plugin
      Send incoming/outgoing SIP messages to event handlers when using SIPre plugin, if sip_set_trace is available in libre
      Cleanup of log verbosity in SIPre plugin
      Fixed 486 response when we're busy in another call (SIPre plugin)
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Aligned SIPre plugin to recent SIP plugin features
      Merge branch 'master' into sipre
      Add a DNS client when allocating a SIPre stack
      Added support for outbound proxies to the SIPre plugin
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into nosip
      Better management of POLLERR errors in NoSIP plugin
      Merge branch 'master' into sipre
      Added support for offerless INVITEs to the SIPre plugin
      Added support for SIP INFO to the SIPre plugin
      Implemented early media (183 Session Progress) in SIPre plugin
      Cleaned up some currently unused features
      Merge branch 'master' into nosip
      Made a few changes to how a SIPre session is destroyed
      Merge branch 'master' into sipre
      Added support for authenticated INVITEs, in case the user registered as guest
      Merge branch 'master' into nosip
      Added some checks/fixes already made in master
      Merge branch 'master' into sipre
      Added some checks/fixes already made in master
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Aligned NoSIP branch to latest changes
      Aligned SIPre branch to latest changes
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Merge branch 'master' into nosip
      Updated NoSIP plugin to use new rtpsrtp.h header
      Merge branch 'master' into sipre
      Updated SIPre plugin to use new rtpsrtp.h header
      Merge branch 'master' into nosip
      Merge branch 'master' into nosip
      Added configurable port range for RTP/RTCP ports in the NoSIP plugin
      Moved NoSIP links in the demos to highlight the different nature of the plugin
      Merge branch 'master' into sipre
      Fixed broken enforcement of new RTP/RTCP range in NoSIP plugin
      Clarified that the SIPre demo is not currently as stable as the older Sofia one
      Added configurable port range for RTP/RTCP ports in the SIPre plugin
      Merge branch 'master' into nosip
      Merge branch 'master' into sipre
      Bumped to version 0.2.6
      Merge pull request #799 from meetecho/nosip
      Fixed conflicts introduced after merge of NoSIP branch
      Merge pull request #823 from meetecho/sipre
      Fixed typo in SIPre demo and the navigation bar
      Made EchoTest and VideoCall recordings aware of negotiated codecs
      Made a few recorder properties atomic
      Removed spurious debugging line from EchoTest
      Made RTCP BYE management more tolerant, to accomodate older Firefox 52
      Merge pull request #1037 from aduskett/master
      Fixed some checks in the web demos
      Allow multiple codecs in VideoRoom, and publishers to choose which one
      Make sure codecs match when switching publishers in a VideoRoom
      Added info on emitter (server name) to Janus handlers events
      Merge pull request #1040 from meetecho/videoroom-multicodec
      Added EINTR checks for all poll() calls (fixes pfunix issue at startup)
      Added way to provide custom PeerConnection constraints (see #1028)
      Merge pull request #1044 from pitkonst/rabbitmq_transport_exchange
      Fixed typo in RabbitMQ transport comment
      Merge pull request #1045 from pitkonst/RabbitMQ_events_handler
      Improved RTP headers rewriting in case of context switches
      Merge pull request #1061 from mquander/rust-plugin-binding-docs
      Merge pull request #1060 from mquander/readme-libwebsockets
      Updated reference to stable version of libwebsockets in README
      Fixed STUN check at startup in IPv6 network (fixes #1053)
      Experiments to improve performance of the ICE send thread
      Merge pull request #1068 from RouquinBlanc/fix-mac-brew-packages
      Merge pull request #1066 from sysbot/bao/SO_REUSEADDR
      Merge pull request #1074 from ancorgs/bower_adapter_501
      Merge pull request #1078 from ancorgs/old_compat
      Merge pull request #1071 from aduskett/master
      Merge pull request #1073 from aduskett/ssl
      Merge pull request #1082 from suranapranay/master
      Fixed check of Jansson version in configure (fixes #1077)
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Added missing transaction ID to error (fixes #1084)
      Added missing PLI when restoring subscriber's video with configure (fixes #1087)
      Merge pull request #1085 from edvinanet/master
      Merge pull request #1067 from RouquinBlanc/fix-websocket-bsd
      Added option to override threshold for detecting timestamp resets
      Make sure SDP rid attributes are parsed before ssrc (fixes #1072)
      Don't use RTCP BYE as DTLS alerts to close PeerConnections
      Allow Streaming viewers to temporarily disable/enable audio/video/data
      Use GQueue instead of GList, when last item is important
      Merge branch 'master' into icesend-perf
      Fixed typo in VideoRoom demo (fixes #1088)
      Make sure pending messages are sent before closing a Unix Socket for timeout (fixes #1009)
      Merge pull request #1062 from meetecho/stun-ipv6
      Merge pull request #1092 from mquander/sctp-error-logging
      Fixed include paths of TextRoom plugin
      Handle MSG_EOR in datachannels
      Fixed typo in Record&Play (caused old recordings not to replay)
      Merge pull request #1093 from meetecho/sctp-msgeor
      Added onended event to track screensharing from UI button in demo
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Merge pull request #1035 from meetecho/iceloop-sessions-mgmt
      Fixed small nits (coding style)
      Merge branch 'master' into icesend-perf
      Reverted g_async_queue_push_front to g_async_queue_push (which needs glib 2.46 that may be too recent)
      Only use g_async_queue_push_front if glib is recent enough
      Merge branch 'master' into icesend-perf
      Restored 'stopping' event to handlers in Streaming plugin
      Removed extra mutex unlock in SIP plugin
      Fixed assertion when accessing non-existing GQueue
      More compact cleanup of retransmit buffer
      Merge pull request #1063 from meetecho/icesend-perf
      Make sure an alert trigger is only enqueued if the send thread exists (see #1083)
      Added missing properties to permanent save in AudioBridge and VideoRoom
      Return more info about mountpoints if the admin secret is provided
      Only list RTSP info when querying mountpoint if libcurl is available
      Added option to force UDP when registering in the SIP plugin
      Added missing attributes when saving permanent streaming mountpoints (fixes #1096)
      Fixed typo
      Fixed typo (double check)
      Reduced verbosity when postprocessing VP8/VP9 mjr files
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Fixed problem of printing non-terminated string when logging in SCTP code
      Added missing return statement in videocall demo
      Merge pull request #1103 from cmacq2/eslint-disable
      Merge branch 'master' of github.com:meetecho/janus-gateway
      Fixed some typos (static analysis)
      Make sure the Opus file is flushed when postprocessing
      When postprocessing Opus, flush when closinf the file too
      Be a bit more tolerant of ICMP errors on RTP in SIP, SIPre and NoSIP plugins (fixes #1095)
      Make close_pc and end_session calls truly asynchronous (see #1109)
      Fixed nits and typos
      Handle RTCP for all remote SSRCs, including video simulcast
      Merge branch 'master' into rtcp-ssrc
      Several RTCP related changes
      Reduced unneeded verbosity when overwriting SSRCs in RTCP
      Merge pull request #1110 from meetecho/rtcp-ssrc
      Removed unneeded check
      Fixed some nots and typos
      Merge pull request #1111 from Demivan/master
      Got rid of GList traversal to calculate lastsec bytes
      Fixed event sent to handlers related to simulcast video streams
      Improved management of incoming NACKs
      Fixed typos

Marshall Quander (3):
      LWS_MAX_SMP=1 in README LWS build instructions
      Add Rust plugin wrapper to resources page
      Log error codes for SCTP-related errors

Olle E. Johansson (1):
      Update README for certificates

Piter Konstantinov (4):
      Add optional exchange for RabbitMQ transport
      RabbitMQ event handler
      Fixes after review
      Sample config file fixes

Pranay Surana (1):
      Update janus_audiobridge.c

suranapranay (1):
      fixing media_hangup deadlock

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  04c5c9e   New Janus plugin, NoSIP, for legacy interop without touching signalling
       new  b310383   Several new helper methods for SDP utilities
       new  84c9371   New Janus plugin, NoSIP, for legacy interop without touching signalling
       new  d072629   Removed info string, cleaned up a bit, and refactored code to limit reduncancy
       new  4550d89   Merge branch 'nosip' of github.com:meetecho/janus-gateway into nosip
       new  785564c   Merge branch 'sdputils-pt2' into nosip
       new  576f6db   Modified NoSIP plugin code to use #796 and #804 (RTP context and SRTP stuff)
       new  61bbe67   Made incoming_rtcp handler more compact too
       new  bf0ba5a   Merge branch 'sdputils-pt2' into nosip
       new  cb53dc3   Integrated updated IP utilities in NoSIP plugin
       new  7d5c4f9   Deallocate the local_ip when getting rid of the plugin
       new  3ee79cd   Merge branch 'master' into nosip
       new  2f29bec   Merge branch 'master' into nosip
       new  a2bf959   First commit of SIPre plugin placeholder (WIP, still broken)
       new  2990ee5   Merge branch 'master' into sipre
       new  1066229   Moved IP self-detect of NoSIP plugin outside of the config parse code
       new  f0c374b   Aligned SIPre plugin to IP utils
       new  68a7a91   Use mqueue to make sure libre calls are done on the loop thread
       new  7af153d   Updated code to reflect latest feedback
       new  737031d   Initialize libre in the loop thread
       new  e7da103   Working REGISTER
       new  2efd851   Working outgoing INVITE (incoming calls, BYEs, etc. still WIP)
       new  1ebd18e   Refactored message queue payload, and (almost) working incoming calls
       new  38e1286   Merge branch 'master' into nosip
       new  8a0838f   Removed unneeded memset
       new  732ec87   Merge branch 'master' into nosip
       new  65e4c30   Merge branch 'master' into sipre
       new  94c2324   Fixed endless retransmissions on incoming calls
       new  4aa1efb   Better management of BYEs and call cleanup
       new  f5bbafb   Merge branch 'master' into nosip
       new  fa33340   Merge branch 'master' into sipre
       new  9d063d4   Merge branch 'master' into nosip
       new  af5fb3d   Merge branch 'master' into sipre
       new  0073040   Merge branch 'master' into nosip
       new  2622ffb   Merge branch 'master' into sipre
       new  e12f164   Merge branch 'master' into sipre
       new  2a0e4a6   Integrated fix made for #885 in SIPre plugin as well
       new  62e98dc   Merge branch 'master' into nosip
       new  f610519   Aligned to configure-related changes in master
       new  b741b6b   Merge branch 'master' into sipre
       new  960d260   Aligned to configure-related changes in master
       new  60a0949   Merge branch 'master' into nosip
       new  ea103ae   Aligned to changes to janus.js (intrack)
       new  3154103   Aligned to changes to janus.js (ontrack)
       new  bb5c800   Added support to custom headers in REGISTER and INVITE in SIPre plugin
       new  69880a4   Merge branch 'master' into nosip
       new  0f3db06   Changed some TODOs in FIXMEs
       new  07bc8b0   Merge branch 'master' into sipre
       new  b24aa04   Merge branch 'master' into nosip
       new  d37db07   Merge branch 'master' into sipre
       new  14d31fc   Merge branch 'master' into nosip
       new  aef4808   Merge branch 'master' into sipre
       new  abb80ce   Parse (and notify) display name when receiving incoming INVITEs
       new  0de7d73   Moved stack to per-user property (but still a single thread and queue)
       new  8fd7a67   Fixed crash when shutting Janus down
       new  c2208aa   Implemented DTMF via SIP INFO
       new  7f4944d   Implemented hold/unhold (still WIP)
       new  a649b45   Made expires in REGISTER configurable/overridable
       new  23eb4e6   Temporarily disabled HA1 REGISTER option in SIPre demo
       new  5918826   First attempts at getting re-INVITES to work in SIPre plugin
       new  62e8c78   Fixed broken re-INVITE support in SIPre plugin
       new  f70f452   Send incoming/outgoing SIP messages to event handlers when using SIPre plugin, if sip_set_trace is available in libre
       new  5bb901f   Cleanup of log verbosity in SIPre plugin
       new  b2bea58   Fixed 486 response when we're busy in another call (SIPre plugin)
       new  91aa740   Merge branch 'master' into nosip
       new  a63564f   Merge branch 'master' into sipre
       new  6797864   Merge branch 'master' into nosip
       new  5d97321   Merge branch 'master' into sipre
       new  42c2db1   Merge branch 'master' into nosip
       new  52eb2f0   Merge branch 'master' into sipre
       new  78abaf5   Aligned SIPre plugin to recent SIP plugin features
       new  51b1cd0   Merge branch 'master' into sipre
       new  5d33043   Add a DNS client when allocating a SIPre stack
       new  6d3e251   Added support for outbound proxies to the SIPre plugin
       new  fcea801   Merge branch 'master' into nosip
       new  149af17   Merge branch 'master' into sipre
       new  97d1e0e   Merge branch 'master' into sipre
       new  e9ba7d7   Merge branch 'master' into nosip
       new  bd71be7   Merge branch 'master' into nosip
       new  636790a   Better management of POLLERR errors in NoSIP plugin
       new  026edba   Merge branch 'master' into sipre
       new  486455a   Added support for offerless INVITEs to the SIPre plugin
       new  b04afbe   Added support for SIP INFO to the SIPre plugin
       new  a65ad46   Implemented early media (183 Session Progress) in SIPre plugin
       new  38109c9   Cleaned up some currently unused features
       new  bdc3ad0   Merge branch 'master' into nosip
       new  2cf75b8   Made a few changes to how a SIPre session is destroyed
       new  a821b50   Merge branch 'master' into sipre
       new  32830eb   Added support for authenticated INVITEs, in case the user registered as guest
       new  a0b05c0   Merge branch 'master' into nosip
       new  8a32bb7   Added some checks/fixes already made in master
       new  1dd001a   Merge branch 'master' into sipre
       new  ea08ce7   Added some checks/fixes already made in master
       new  47eb485   Merge branch 'master' into nosip
       new  5be4f39   Merge branch 'master' into sipre
       new  ed622c2   Merge branch 'master' into nosip
       new  b78ee58   Merge branch 'master' into sipre
       new  3b162a2   Merge branch 'master' into nosip
       new  cf60f93   Merge branch 'master' into sipre
       new  d318caf   Merge branch 'master' into nosip
       new  3a8c675   Merge branch 'master' into sipre
       new  84df3a6   Merge branch 'master' into nosip
       new  def7be2   Aligned NoSIP branch to latest changes
       new  35c4688   Aligned SIPre branch to latest changes
       new  00c852d   Merge branch 'master' into nosip
       new  9f37ebe   Merge branch 'master' into sipre
       new  f98498e   Improve iceloop lifecycle management.
       new  57da323   Merge branch 'master' into fix-iceloop-quit
       new  207e13c   Move iceloop running check from janus_ice_webrtc_free to janus_ice_handles_check.
       new  c2a253c   Check iceloop ptr.
       new  6aae7e3   Remove sleep in janus_ice_thread after loop unlocking.
       new  81a9707   Merge branch 'master' into nosip
       new  38519bd   Merge branch 'master' into sipre
       new  079cc48   Merge branch 'master' into nosip
       new  4be18a8   Merge branch 'master' into sipre
       new  3cc6a4f   Merge branch 'master' into fix-iceloop-quit
       new  a1adf52   Wait for handle icethread end before scheduling handle destruction.
       new  a4710b4   Quit the main loop in janus_ice_handles_check in case the loop is still running.
       new  d828f45   Use session table in videoroom plugin to avoid using invalid sessions.
       new  966ffb4   Lock sessions in janus streaming plugin.
       new  d401f26   Check if ice send thread is ended before freeing session. Front push dtls alert message in case of hangup.
       new  e3d341a   Remove send_thread ptr check in janus_ice_webrtc_hangup.
       new  6e754c6   Reject jsep and trickle while cleaning a previous session.
       new  5f80889   Add error symbol for wrong WebRTC status.
       new  932dd62   Merge branch 'master' into nosip
       new  6e15362   Updated NoSIP plugin to use new rtpsrtp.h header
       new  bf10c91   Merge branch 'master' into sipre
       new  5f6a731   Updated SIPre plugin to use new rtpsrtp.h header
       new  9230c72   Revert send_thread ptr check in janus_ice_webrtc_hangup.
       new  61a2c59   Cast away const qualifier from a char ptr to avoid compiler warnings.
       new  e2b19e2   Notify hangup to users only when janus_ice_webrtc_free is called.
       new  fed839f   Use janus_process_error in order to avoid (char *) casting.
       new  b6b2aa3   Merge branch 'master' into nosip
       new  e836799   Merge branch 'master' into nosip
       new  21737e7   Added configurable port range for RTP/RTCP ports in the NoSIP plugin
       new  b8205d9   Moved NoSIP links in the demos to highlight the different nature of the plugin
       new  302962d   Merge branch 'master' into sipre
       new  3b77505   Fixed broken enforcement of new RTP/RTCP range in NoSIP plugin
       new  f40ab2d   Clarified that the SIPre demo is not currently as stable as the older Sofia one
       new  f954df1   Added configurable port range for RTP/RTCP ports in the SIPre plugin
       new  cdb96cc   Merge branch 'master' into nosip
       new  969ecd8   Merge branch 'master' into sipre
       new  b29f48d   Bumped to version 0.2.6
       new  5cbe556   Merge pull request #799 from meetecho/nosip
       new  20ebfe3   Fixed conflicts introduced after merge of NoSIP branch
       new  535fa8e   Merge pull request #823 from meetecho/sipre
       new  63d7ea3   Fixed typo in SIPre demo and the navigation bar
       new  531365e   Made EchoTest and VideoCall recordings aware of negotiated codecs
       new  453252a   Made a few recorder properties atomic
       new  b8fd04c   Check that icectx is not NULL before invoking g_main_context_wakeup.
       new  3826d16   Merge branch 'master' into iceloop-sessions-mgmt
       new  fe6cf56   Removed spurious debugging line from EchoTest
       new  0c4aa22   Made RTCP BYE management more tolerant, to accomodate older Firefox 52
       new  25ece9a   fix libressl call in dtls.c
       new  a37b51f   Merge pull request #1037 from aduskett/master
       new  6d98a5e   Fixed some checks in the web demos
       new  ff49a6d   Allow multiple codecs in VideoRoom, and publishers to choose which one
       new  79b2b80   Make sure codecs match when switching publishers in a VideoRoom
       new  4fbbcf4   Merge branch 'master' into iceloop-sessions-mgmt
       new  b9d3ca0   Add optional exchange for RabbitMQ transport
       new  7cc0387   RabbitMQ event handler
       new  6b55b06   Added info on emitter (server name) to Janus handlers events
       new  e7ca967   Merge pull request #1040 from meetecho/videoroom-multicodec
       new  a2ba8fa   Added EINTR checks for all poll() calls (fixes pfunix issue at startup)
       new  30bbf33   Added way to provide custom PeerConnection constraints (see #1028)
       new  936dfe1   Merge pull request #1044 from pitkonst/rabbitmq_transport_exchange
       new  1fcd092   Fixed typo in RabbitMQ transport comment
       new  006e483   Fixes after review
       new  b894025   Sample config file fixes
       new  e7c468f   Merge pull request #1045 from pitkonst/RabbitMQ_events_handler
       new  c408dd5   Improved RTP headers rewriting in case of context switches
       new  85f421c   LWS_MAX_SMP=1 in README LWS build instructions
       new  1e8512f   Add Rust plugin wrapper to resources page
       new  1f2f354   Merge pull request #1061 from mquander/rust-plugin-binding-docs
       new  63b471b   Merge pull request #1060 from mquander/readme-libwebsockets
       new  f08d590   Updated reference to stable version of libwebsockets in README
       new  36d273d   Fixed STUN check at startup in IPv6 network (fixes #1053)
       new  634007f   Experiments to improve performance of the ICE send thread
       new  8a76e3a   Streaming plugin UDP multicast socket bind option to `SO_REUSEADDR`
       new  defa80e   Add Thread ID callback in lws_protocols[0] to help identifying caller of `lws_callback_on_writable` and as such speed up lws reactivity
       new  c32907b   brew installation of libcurl is now called just `curl`
       new  0f51005   Merge pull request #1068 from RouquinBlanc/fix-mac-brew-packages
       new  ff8e65e   Merge pull request #1066 from sysbot/bao/SO_REUSEADDR
       new  d0055dc   Bower: update webrtc-adapter to 5.0.1
       new  d739758   Fix SSL library detection
       new  4f35a99   Add openssl pre 1.1 api macro
       new  434eef6   Add openssl pre 1.1 api macro
       new  c5d54cc   Merge pull request #1074 from ancorgs/bower_adapter_501
       new  5260420   Don't use es6 specific code
       new  13056e2   Merge pull request #1078 from ancorgs/old_compat
       new  bcdfb2f   Merge pull request #1071 from aduskett/master
       new  96b8669   Merge pull request #1073 from aduskett/ssl
       new  2606e8f   fixing media_hangup deadlock
       new  4f62029   Update janus_audiobridge.c
       new  fee0461   Update README for certificates - 2048 bit key in the example - Pointer to letsencrypt.org
       new  b1144ea   Merge pull request #1082 from suranapranay/master
       new  16fa8c8   Fixed check of Jansson version in configure (fixes #1077)
       new  e4857b5   Merge branch 'master' of github.com:meetecho/janus-gateway
       new  cb6243c   Added missing transaction ID to error (fixes #1084)
       new  e39b58a   Added missing PLI when restoring subscriber's video with configure (fixes #1087)
       new  894d87b   Merge pull request #1085 from edvinanet/master
       new  0ba25cf   Merge pull request #1067 from RouquinBlanc/fix-websocket-bsd
       new  33dcf72   Added option to override threshold for detecting timestamp resets
       new  3f45e14   Make sure SDP rid attributes are parsed before ssrc (fixes #1072)
       new  b0b4bc6   Don't use RTCP BYE as DTLS alerts to close PeerConnections
       new  11282b3   Allow Streaming viewers to temporarily disable/enable audio/video/data
       new  d708757   Use GQueue instead of GList, when last item is important
       new  3e52946   Merge branch 'master' into icesend-perf
       new  18f61d4   Merge branch 'master' into iceloop-sessions-mgmt
       new  a4e2e44   Fixed typo in VideoRoom demo (fixes #1088)
       new  c493057   Make sure pending messages are sent before closing a Unix Socket for timeout (fixes #1009)
       new  1340fd0   Log error codes for SCTP-related errors
       new  3b9f053   Merge pull request #1062 from meetecho/stun-ipv6
       new  b40a14c   Merge pull request #1092 from mquander/sctp-error-logging
       new  31a9e4a   Fixed include paths of TextRoom plugin
       new  615b864   Merge remote-tracking branch 'origin/master' into iceloop-sessions-mgmt
       new  1b01f86   Handle MSG_EOR in datachannels
       new  cdd9e53   Fixed typo in Record&Play (caused old recordings not to replay)
       new  91907bb   Use active sessions lookup in every plugin (excluding videocall). Make a synchronous hangup_media in streaming and recordplay.
       new  27ce1e0   Merge branch 'master' into iceloop-sessions-mgmt
       new  7430f14   Remove some debugging logs.
       new  689fb40   Add missing janus_plugin_session_is_alive checks.
       new  5f0e28c   Fixes #1094
       new  42dff2f   Merge pull request #1093 from meetecho/sctp-msgeor
       new  0415503   Use active plugin sessions map, in place of old sessions map.
       new  34d46fa   Added onended event to track screensharing from UI button in demo
       new  891085a   Merge branch 'master' of github.com:meetecho/janus-gateway
       new  641bc70   Set lws count_threads to 1 before creating lws context.
       new  0d4355a   Merge pull request #1035 from meetecho/iceloop-sessions-mgmt
       new  c0186ad   Fixed small nits (coding style)
       new  ad50fb8   Merge branch 'master' into icesend-perf
       new  032af60   Reverted g_async_queue_push_front to g_async_queue_push (which needs glib 2.46 that may be too recent)
       new  7a42432   Only use g_async_queue_push_front if glib is recent enough
       new  4847be1   Merge branch 'master' into icesend-perf
       new  7c381cf   Restored 'stopping' event to handlers in Streaming plugin
       new  0cfe923   Removed extra mutex unlock in SIP plugin
       new  250ad0e   Fixed assertion when accessing non-existing GQueue
       new  1e5c188   More compact cleanup of retransmit buffer
       new  79f98e5   Merge pull request #1063 from meetecho/icesend-perf
       new  bae1d8b   Make sure an alert trigger is only enqueued if the send thread exists (see #1083)
       new  fb6ddbf   Added missing properties to permanent save in AudioBridge and VideoRoom
       new  3c1f42b   Return more info about mountpoints if the admin secret is provided
       new  eef759b   Only list RTSP info when querying mountpoint if libcurl is available
       new  d86694e   Added option to force UDP when registering in the SIP plugin
       new  db61c62   Added missing attributes when saving permanent streaming mountpoints (fixes #1096)
       new  d417d36   Fixed typo
       new  dc81819   Fixed typo (double check)
       new  43987eb   Add some extra iceloop checks.
       new  b8b32d4   Reduced verbosity when postprocessing VP8/VP9 mjr files
       new  66af3d8   Merge branch 'master' of github.com:meetecho/janus-gateway
       new  7f01386   Fixed problem of printing non-terminated string when logging in SCTP code
       new  469178e   Instruct ESLint to ignore Janus JS module contents when linting your project.
       new  ec3a3a3   Fix not initialized old_rooms in janus_textroom_destroy. Re-evaluate as needed 'now' timestamp in textroom and streaming watchdog.
       new  e94ff29   Added missing return statement in videocall demo
       new  54153fe   Merge pull request #1103 from cmacq2/eslint-disable
       new  f4516c1   Merge branch 'master' of github.com:meetecho/janus-gateway
       new  643f7d9   Fixed some typos (static analysis)
       new  2963732   Make sure the Opus file is flushed when postprocessing
       new  e3a0f02   When postprocessing Opus, flush when closinf the file too
       new  7a1f8e5   Be a bit more tolerant of ICMP errors on RTP in SIP, SIPre and NoSIP plugins (fixes #1095)
       new  86fdddf   Make close_pc and end_session calls truly asynchronous (see #1109)
       new  6e88eb2   Fixed nits and typos
       new  0544907   Handle RTCP for all remote SSRCs, including video simulcast
       new  e6fdfef   Merge branch 'master' into rtcp-ssrc
       new  ece91c4   Several RTCP related changes Simplified timing for outgoing RR/SR packets (single trigger) Added RR packets for all simulcast video streams RTCP SSRCs overwritten only for packets originated by plugins Core sets SSRCs manually, when originating RTCP itself Better logging of incoming packets, and cleanup here and there
       new  e21b419   Reduced unneeded verbosity when overwriting SSRCs in RTCP
       new  bb77c61   Merge pull request #1110 from meetecho/rtcp-ssrc
       new  e78d13f   Removed unneeded check
       new  15c45f2   Fixed some nots and typos
       new  d64cffb   Close web socket connection when destroying session
       new  2ec803b   Add missing semicolon
       new  a8252cb   Merge pull request #1111 from Demivan/master
       new  96c76ed   Got rid of GList traversal to calculate lastsec bytes
       new  3d4a319   Fixed event sent to handlers related to simulcast video streams
       new  f2179e5   Improved management of incoming NACKs
       new  3dc70b7   Fixed typos
       new  de9d953   New upstream version 0.2.6
       new  2dc4764   Update upstream source from tag 'upstream/0.2.6'
       new  9898bc4   Declare compliance with Debian Policy 4.1.2.
       new  2034c8d   Refresh and extend patches.
       new  d3aef61   Update package relations: Build-depend on libre-dev.
       new  360b37c   Prepare for release: Update changelog, and copyright hints.

The 282 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list