0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a proxy to event interfaces to have a more useful variable name than "client"
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Use correct function names for convert_*_candidates and convert_*_codecs
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Disabled TURN for now (doesn't work nicely)
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Removed pending streams list (media session) This list was use to stored streams while we are waiting for an event (namely the TURN response). TURN has been disabled for now, a better solution should be determined.
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Only process remote session message if acceptable
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Changed SIP response timeout to 50 seconds
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Use RequireSecurityTokens decorator to request tokens
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Don't remove the source is it's None
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Added comment to explain consume_line in SIP message parser
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Fixed: create the SIP response with the reason instead of the version
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
The "sip:" prefix is part of the URI
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Replaced TURN message and attribute types dicts by classes
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Make sure we don't crash if a TURN error message is missing some attributes
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Added timeout to TURN request
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Make sure the TURN client is destroyed when the requests are answered
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Make sure TURN client 'answered' signal is emitted in all scenarios
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Make sure we got the security token when requesting shared secret with integrity
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Added some error handling when receiving a tunneled SIP message
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Support when the current user is the creator of a MSNObject
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Compute the hash when creating a MSNObject
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Fixed the avatars transfer test
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Fixed logging of SLP messages
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Fixed crash when DisplayName is None (Fix bug #23389)
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Added dependencies changes to NEWS
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
removed pycrypto dependency More... over 14 years ago
Updated NEWS (added fix for encoding)
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Improved MediaStreamDescription documentation
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Moved media session messages parsing/building at the right place
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Renamed parse_description to process_remote_description
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago
Added function to get stream local codecs
lfrb
as Louis-Francis Ratté-Boulianne
More... over 14 years ago