- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 2 2021
Sep 2 2021
saghul committed rSYLK3bb49c88bd6e: Avoid monkey-patching SIPSIMPLE SDK account and session managers (authored by saghul).
Avoid monkey-patching SIPSIMPLE SDK account and session managers
Adapted to changes in SIPSIMPLE SDK
Removed unneeded exception class
saghul committed rSYLKea97172ec916: Fixed building contact URI for outgoing SUBSCRIBE requests (authored by saghul).
Fixed building contact URI for outgoing SUBSCRIBE requests
Removed bogus test
saghul committed rSYLK11b5de1148dd: Allow same nickname to be set by same user (authored by saghul).
Allow same nickname to be set by same user
saghul committed rSYLKf584e6b62adc: Indicate XMPP user that she has been kicked out of the room if the SIP session… (authored by saghul).
Indicate XMPP user that she has been kicked out of the room if the SIP session…
saghul committed rSYLK77790f9e0f0c: Don't terminate session if nickname could not be set (authored by saghul).
Don't terminate session if nickname could not be set
saghul committed rSYLKa5dadb1a162c: Added helper function to enqueue XMPP messages (authored by saghul).
Added helper function to enqueue XMPP messages
saghul committed rSYLK119045f4602c: Proper support for HTML content type on XMPP (authored by saghul).
Proper support for HTML content type on XMPP
Fixed initializing presence stanza type
saghul committed rSYLK97aa395642fe: Fixed exception due to a race condition in handling NICKNAME requests (authored by saghul).
Fixed exception due to a race condition in handling NICKNAME requests
saghul committed rSYLK59ebbaae241c: Moved XMPP logger to a more appropriate place (authored by saghul).
Moved XMPP logger to a more appropriate place
saghul committed rSYLKcde9872d00ae: Don't attempt to set the nickname if it didn't change (authored by saghul).
Don't attempt to set the nickname if it didn't change
saghul committed rSYLK6c999a279c5d: Updated xmppgateway sample configuration file (authored by saghul).
Updated xmppgateway sample configuration file
Don't use receipts for groupchat stanzas
saghul committed rSYLK39e67a931a9c: Don't try to send queued MSRP messages if XMPP closed the session (authored by saghul).
Don't try to send queued MSRP messages if XMPP closed the session
saghul committed rSYLK1b92933b1d5c: Set local display name to 'Conference Room' (authored by saghul).
Set local display name to 'Conference Room'
saghul committed rSYLKb8018e3e9b1f: Catch ChatStreamError in case stream wasn't connected when trying to set… (authored by saghul).
Catch ChatStreamError in case stream wasn't connected when trying to set…
Don't use HTML for MUC stanzas
Send removed participnt's presence first
saghul committed rSYLK81164165dbd1: Fixed processing XMPP notifications if SIP side is not ready (authored by saghul).
Fixed processing XMPP notifications if SIP side is not ready
Fixed error building error stanza
saghul committed rSYLK02f4e266dafb: Added support for XMPP MUC to SIP MSRP sessions translation (authored by saghul).
Added support for XMPP MUC to SIP MSRP sessions translation
Use nickname as CPIM display-name, if set
Fixed rejecting set nickname request
saghul committed rSYLKe28ffb866027: Fixed setting local identity when dispatching MSRP messages (authored by saghul).
Fixed setting local identity when dispatching MSRP messages
saghul committed rSYLK21548d03a3f9: Subscribe to conference event on sessions initiated by SylkServer (authored by saghul).
Subscribe to conference event on sessions initiated by SylkServer
Disabled automatic SIP loop detection
Simplified stanza datatypes
ROLLBACK: Removed no longer needed code
Simplified code
Removed no longer needed code
Raised Wokkel dependency to version 0.7.0
Avoid logging XMPP pings
Fixed default value for domains setting
saghul committed rSYLKbce4094f5dea: Fixed installing sylk-server binary after package refactoring (authored by saghul).
Fixed installing sylk-server binary after package refactoring
saghul committed rSYLK14662e2c3edb: Reorganized XMPP protocol implementation components (authored by saghul).
Reorganized XMPP protocol implementation components
Avoid renaming on import
Fixed setting deviceID on PIDF generation
Added support for MSRP NICKNAME
Added missing files
saghul committed rSYLK5858bb497fb4: Validate the sender domain when receiving SIP sessions, subscriptions or… (authored by saghul).
Validate the sender domain when receiving SIP sessions, subscriptions or…
saghul committed rSYLKd7ad065fe8bb: Fixed waking up XMPP clients in more cases (authored by saghul).
Fixed waking up XMPP clients in more cases
saghul committed rSYLK809dfc09e0a8: Added hack to let XMPP clients now that the SIP session was established (authored by saghul).
Added hack to let XMPP clients now that the SIP session was established
saghul committed rSYLK933bdd4d4a14: Split Debian package in sylkserver and sylkserver-sounds (authored by saghul).
Split Debian package in sylkserver and sylkserver-sounds
Added Bonjour support
Don't use MSRP ACM when in Bonjour mode
Updated bundled CA and certificate
Added setting for tracoing core engine
saghul committed rSYLK024069a8b8b7: Start and stop ScreenSharing listener with the conference application (authored by saghul).
Start and stop ScreenSharing listener with the conference application
saghul committed rSYLK2e2f4dc2eb3e: Moved server stopping code to a more appropriate place (authored by saghul).
Moved server stopping code to a more appropriate place
saghul committed rSYLKe86233a1391c: Install XMPP gateway configuration file with Debian package (authored by saghul).
Install XMPP gateway configuration file with Debian package
saghul committed rSYLK6ad9634bf1a2: Register also with xmpp_gateway role in SIPThor (authored by saghul).
Register also with xmpp_gateway role in SIPThor
Updated debian changelog
Log the XMPP listening address and port
Added dependency on python-wokkel
Added XMPP gateway application
Raised version
saghul committed rSYLK3088629a962b: Use a thread from the ThreadManager to do the file logging (authored by saghul).
Use a thread from the ThreadManager to do the file logging
saghul committed rSYLK8c4ba7bafbcd: Added ApplicationLogger, in order to prefix each application's log lines (authored by saghul).
Added ApplicationLogger, in order to prefix each application's log lines
saghul committed rSYLKa41bc899f03c: Added ability to map applications by RURI, domain or username (authored by saghul).
Added ability to map applications by RURI, domain or username
saghul committed rSYLKf9f530828516: Added ability to select desired application with X-Sylk-App header (authored by saghul).
Added ability to select desired application with X-Sylk-App header
saghul committed rSYLKe29b09051cd6: Patch sipsimple.session to use ServerSession objects (authored by saghul).
Patch sipsimple.session to use ServerSession objects
Fixed missing import
saghul committed rSYLKfea7feb52d55: Allow applications to handle the 'presence' event on incoming subscriptions (authored by saghul).
Allow applications to handle the 'presence' event on incoming subscriptions
saghul committed rSYLKefc93ad9d24d: Modified ChatStream to send MSRP REPORT chunks manually (authored by saghul).
Modified ChatStream to send MSRP REPORT chunks manually
Convert MSRP message ID to string
saghul committed rSYLK95fa6250b8dd: Added ability to specify more attributes when sending MSRP messages (authored by saghul).
Added ability to specify more attributes when sending MSRP messages
saghul committed rSYLKbab78841bf23: Made contact_header optional in ServerSession.connect (authored by saghul).
Made contact_header optional in ServerSession.connect
Added start/stop methods to applications
Rollback bogus patch
Print file size when uploading
saghul committed rSYLK6465732d26bc: WIP: Added support for bonjour conferencing (authored by saghul).
WIP: Added support for bonjour conferencing
saghul committed rSYLKdd37b2599ac7: Fixed ircconference application for latest XML payloads API changes (authored by saghul).
Fixed ircconference application for latest XML payloads API changes
saghul committed rSYLK3a701f6f7748: Remove meta keyword to refresh screensharing webpage (authored by saghul).
Remove meta keyword to refresh screensharing webpage
Removed bogus spaces
saghul committed rSYLK1aa2fb79c19f: Added log when screensharing is started / stopped (authored by saghul).
Added log when screensharing is started / stopped
saghul committed rSYLK610210a5771e: Use received reason when notifyig about REFER request progress (authored by saghul).
Use received reason when notifyig about REFER request progress
saghul committed rSYLKb7f698005bd7: Added dependency on python-twisted-web package (authored by saghul).
Added dependency on python-twisted-web package
saghul committed rSYLK89de7c8e7b1c: Install default CA with the Debian package (authored by saghul).
Install default CA with the Debian package
Updated changelog
saghul committed rSYLKbf1b064572f1: Changed screen sharing capability name on chat stream (authored by saghul).
Changed screen sharing capability name on chat stream
Updated README
Raised version and updated changelog
saghul committed rSYLK2e8695f6fafc: Only build Debian package for Python >= 2.6 (authored by saghul).
Only build Debian package for Python >= 2.6
Raised python-sipsimple dependency
Updated README
Removed bogus text from LICENSE file
saghul committed rSYLK6bb4bf35a4c2: Updated sample conference configuration file (authored by saghul).
Updated sample conference configuration file
Updated TODO
Use HTTPS for screen sharing by default
Prevented unauthorized file enumeration
Disabled Twisted Web verbose logging
saghul committed rSYLK1b0c1a069c47: Use random port by default for screen sharing (authored by saghul).
Use random port by default for screen sharing
saghul committed rSYLKe48f7c3c5a15: Changed default directory for screensharing images (authored by saghul).
Changed default directory for screensharing images
saghul committed rSYLK03949e5a92cf: Server scrensharing website from within SylkServer (authored by saghul).
Server scrensharing website from within SylkServer
saghul committed rSYLK0e852f7271bb: Raised screensharing timeout timer to 10 seconds (authored by saghul).
Raised screensharing timeout timer to 10 seconds
Made configuration file optional
saghul committed rSYLK9986965cf6f6: Prefer local configuration file rather than the one in /etc (authored by saghul).
Prefer local configuration file rather than the one in /etc