- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 2 2021
Sep 2 2021
saghul committed rSYLKf9f2566646e6: Make database directory if SQLite backend is used (authored by saghul).
Make database directory if SQLite backend is used
saghul committed rSYLKe997ae2d9384: Moved URL datatype to the global datatypes module (authored by saghul).
Moved URL datatype to the global datatypes module
saghul committed rSYLKd60043aa6a2b: Reject incoming call transfer requests to conference room (authored by saghul).
Reject incoming call transfer requests to conference room
Intialize applications after loading them
saghul committed rSYLK2c1b2e07199f: Pass additional headers when dispatching chat messages (authored by saghul).
Pass additional headers when dispatching chat messages
Escape angle brackets from Refer-To URI
Raised version and updated changelog
Updated dependencies
saghul committed rSYLK2250bed48d3c: Fixed import after rename in SIPSIMPLE SDK (authored by saghul).
Fixed import after rename in SIPSIMPLE SDK
Simplified code
Fixed bogus indentation
Raised version and updated changelog
Added example CA certificate
saghul committed rSYLK25d1f7b1d879: Adapted to accounts handling changes in the middleware (authored by saghul).
Adapted to accounts handling changes in the middleware
saghul committed rSYLK7f65337c552c: Fixed exception when proposal is rejected but no timer was added (authored by saghul).
Fixed exception when proposal is rejected but no timer was added
saghul committed rSYLK41523a652b81: Added default TLS certificate and enabled it for MSRP (authored by saghul).
Added default TLS certificate and enabled it for MSRP
Removed bogus spaces
saghul committed rSYLK7865ddb10409: Fixed renaming file when it already exists (authored by saghul).
Fixed renaming file when it already exists
saghul committed rSYLK9bcfdd4caea2: Fixed regression when sending private messages (authored by saghul).
Fixed regression when sending private messages
saghul committed rSYLKef88bdf73a25: Added missing with_statement imports, since we now support python 2.5 (authored by saghul).
Added missing with_statement imports, since we now support python 2.5
saghul committed rSYLK5b1e16cca32c: Fixed python version dependency on debian control file (authored by saghul).
Fixed python version dependency on debian control file
Fixed import locations
Fixed adding applications to the registry
Raised version and updated changelog
Import WeakSet from backports package
saghul committed rSYLK15a85cdfd6bd: Raised python-application dependency in the dependency checker (authored by saghul).
Raised python-application dependency in the dependency checker
saghul committed rSYLK8743c0f48a73: Avoid importing the sylk module from setup.py (authored by saghul).
Avoid importing the sylk module from setup.py
saghul committed rSYLKfd9737f9f9a1: Raised python-application version dependency (authored by saghul).
Raised python-application version dependency
saghul committed rSYLKd13b53960289: Allow SylkServer to be built with Python 2.5 (authored by saghul).
Allow SylkServer to be built with Python 2.5
saghul committed rSYLK715194b7909e: Avoid using a class decorator, use a metaclass instead (authored by saghul).
Avoid using a class decorator, use a metaclass instead
saghul committed rSYLKa5db17275b53: Adapted to latest changes in python-application (authored by saghul).
Adapted to latest changes in python-application
saghul committed rSYLK2d18e63a5d4b: Removed dependency on python-support, use dh_python2 instead (authored by saghul).
Removed dependency on python-support, use dh_python2 instead
saghul committed rSYLKf481f627fadc: Handle case when session is ended while a proposal is pending (authored by saghul).
Handle case when session is ended while a proposal is pending
saghul committed rSYLK7b6f118e17a8: Avoid starting sylkserver when it's installed (authored by saghul).
Avoid starting sylkserver when it's installed
Reworked Debian packaging
saghul committed rSYLK24454731ce0f: Adjusted pyversions to avoid building with python 2.7 for now (authored by saghul).
Adjusted pyversions to avoid building with python 2.7 for now
Raised python-sipsimple dependency
Raised version and updated changelog
Bumped Debian standards version to 3.9.2
saghul committed rSYLK53cc3cd984f9: Added NillablePath datatype and adjusted some option types (authored by saghul).
Added NillablePath datatype and adjusted some option types
saghul committed rSYLK3ca9ac1794a3: Updated conference configuration sample file (authored by saghul).
Updated conference configuration sample file
saghul committed rSYLKb3ecc2f1fec9: Added setting for enabling push file transfers, default False (authored by saghul).
Added setting for enabling push file transfers, default False
Changed default file transfer directory
saghul committed rSYLK5d6bc8d67237: Added message when file upload is cancelled (authored by saghul).
Added message when file upload is cancelled
saghul committed rSYLK917fb804a19d: Reset stream attribute in file transfer handler (authored by saghul).
Reset stream attribute in file transfer handler
saghul committed rSYLK15bf50ef718e: Splicitly check for stream direction for incoming file transfers (authored by saghul).
Splicitly check for stream direction for incoming file transfers
Added pull based file transfer support
Better format for file sender identity
Save stream as a local variable
Fixed license name in setup.py file
Fixed link to license
Fixed message dispatching
Updated readme
saghul committed rSYLK84d4401c419f: Reorganized formatting functions and removed the unneeded (authored by saghul).
Reorganized formatting functions and removed the unneeded
Added initial file transfer support
saghul committed rSYLKd716f7605db2: Adapted to changes in ChatStream from the middleware (authored by saghul).
Adapted to changes in ChatStream from the middleware
saghul committed rSYLK8e9b44fb818a: Added weakrefset module, backported from 2.7 (authored by saghul).
Added weakrefset module, backported from 2.7
Fixed conflict
Simplified handling some datatypes
saghul committed rSYLK4fd6524bdb64: Adapt to changes in middleware API for MSRP streams (authored by saghul).
Adapt to changes in middleware API for MSRP streams
Wait and retry DB operations if they fail
saghul committed rSYLK41c1f0da1b25: Terminate all pending subscriptions when stopping a room (authored by saghul).
Terminate all pending subscriptions when stopping a room
Disable echo tail
Refactored room handling
saghul committed rSYLK7876ec93fe0d: Raise number os possible slots for a conference bridge (authored by saghul).
Raise number os possible slots for a conference bridge
Added support for MSRP ACM
Added dependency on python-eventlet
Fixed outbound IP address on MSRP streams
Removed unneded object
Fixed resetting attribute
Adapted to changes in the middleware API
Quote IRC nickname when building SIP URI
Added twisted-words dependency
saghul committed rSYLK6a52869c7295: Fixed setting invited participants mapping (authored by saghul).
Fixed setting invited participants mapping
Removed unused import
saghul committed rSYLK20166d7a8672: Removed SIP MESSAGE support in conference application (authored by saghul).
Removed SIP MESSAGE support in conference application
Raised version and updated changelog
saghul committed rSYLKe94cb8bae8ce: Implemented per room ACLs for conference application (authored by saghul).
Implemented per room ACLs for conference application
saghul committed rSYLK32e34b89437c: Skip ACL check for SUBSCRIBE requests coming from invited parties (authored by saghul).
Skip ACL check for SUBSCRIBE requests coming from invited parties
Fixed Thor component shutdown
Ported fixes to ircconference application
Removed unneeded statements
saghul committed rSYLK2217185d61bc: Added logging for add/remove participant requests (authored by saghul).
Added logging for add/remove participant requests
saghul committed rSYLKb720a49b5d4d: Added connected tone playback when joining a conference (authored by saghul).
Added connected tone playback when joining a conference
saghul committed rSYLK7edbdc3e2925: Raised python-sipsimple version dependency (authored by saghul).
Raised python-sipsimple version dependency
saghul committed rSYLK46f11a3db0b3: Updated subject header text for outbound invites (authored by saghul).
Updated subject header text for outbound invites
saghul committed rSYLKde552ef80d1d: Added display name to outbound INVITE requests (authored by saghul).
Added display name to outbound INVITE requests
saghul committed rSYLKd035263b6025: Append X-Referrer-From header to outbound INVITE (authored by saghul).
Append X-Referrer-From header to outbound INVITE
saghul committed rSYLK230ae5835f36: Add Referred-By header to outbound INVITE even if missing in REFER (authored by saghul).
Add Referred-By header to outbound INVITE even if missing in REFER
saghul committed rSYLKe6c59ce9c060: Added request authorization based on source IP address (authored by saghul).
Added request authorization based on source IP address
saghul committed rSYLK98076daf3ceb: Reject incoming MESSAGE requests if support was not enabled (authored by saghul).
Reject incoming MESSAGE requests if support was not enabled
saghul committed rSYLKea0f753a5fd2: Add Thor-Scope header for outgoing INVITEs, if using thor (authored by saghul).
Add Thor-Scope header for outgoing INVITEs, if using thor
Added SIPThor integration
saghul committed rSYLKe94de8965b63: Reject incoming requests with 404 if application is not found (authored by saghul).
Reject incoming requests with 404 if application is not found
Refactored application finding mechanism
Set boring file
saghul committed rSYLK3a7305508684: Refactored exception handling when sending chat messages (authored by saghul).
Refactored exception handling when sending chat messages
saghul committed rSYLKd37707cd8c61: Fixed exception when sending private message to a participant w/o chat (authored by saghul).
Fixed exception when sending private message to a participant w/o chat
Fixed option name in config.ini.sample
Use customized settings classes