- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 27 2021
Sep 27 2021
Raised version
tijmen committed rSYLKRTCb5618cae3c7a: Fixed sending unencrypted messages when there is no public key (authored by tijmen).
Fixed sending unencrypted messages when there is no public key
Raised version
tijmen committed rSYLKRTC657d757cb99e: Switched to fork of openpgp to fix electron builds (authored by tijmen).
Switched to fork of openpgp to fix electron builds
Sep 24 2021
Sep 24 2021
tijmen committed rSYLKRTC111bfa726928: Wipe existing messages in account if a key is added (authored by tijmen).
Wipe existing messages in account if a key is added
Sep 23 2021
Sep 23 2021
Don't terminate worker on import
Added regenerator runtime
Syntax fixes
tijmen committed rSYLKRTCde337ad9598d: Fixed skipping pgp messages in message sync (authored by tijmen).
Fixed skipping pgp messages in message sync
Sep 21 2021
Sep 21 2021
tijmen committed rSYLKRTC645d4df586ac: Emit event when fetched messages processing starts (authored by tijmen).
Emit event when fetched messages processing starts
Added webworker to decrypt messages
Improve speed on fetching messages
tijmen committed rSYLKRTC2cc90dda6c95: Fixed setting isSecure is message was decrypted (authored by tijmen).
Fixed setting isSecure is message was decrypted
tijmen committed rSYLKRTC9b36bf4b6704: Allow setting isSecure from message constructor (authored by tijmen).
Allow setting isSecure from message constructor
Sep 20 2021
Sep 20 2021
tijmen committed rSYLKRTC518699b99a6e: Fixed checkIfKeyExists when key is null (authored by tijmen).
Fixed checkIfKeyExists when key is null
Added is secure to message JSON method
Sep 17 2021
Sep 17 2021
Fixed linting errors
tijmen committed rSYLKRTCf3814b52a0ec: Added message encryption and decryption (authored by tijmen).
Added message encryption and decryption
Updated jshint for es8
Update API doc
Added isSecure flag to message object
Added es2017 support
tijmen committed rSYLKRTC816b8f17c1e7: Added function to check if your public key is on the server (authored by tijmen).
Added function to check if your public key is on the server
tijmen committed rSYLKRTC5006d7f0711f: Added function twqo check if your public key is on the server (authored by tijmen).
Added function twqo check if your public key is on the server
Fixed spacing
tijmen committed rSYLKRTCa4b15509e90e: Changed messageStateChanged event to contain more data (authored by tijmen).
Changed messageStateChanged event to contain more data
tijmen committed rSYLKRTC9f29ba19b3c2: Added PGP class for message encryption support (authored by tijmen).
Added PGP class for message encryption support
Added dependency to openpgp
Sep 16 2021
Sep 16 2021
Added public key lookup function
Sep 15 2021
Sep 15 2021
Added public key lookup function
tijmen committed rSYLK27b6b40c01d0: Save timestamp/id map for meesages with content type pgp-private-key (authored by tijmen).
Save timestamp/id map for meesages with content type pgp-private-key
Prevent adding wrong public key in db
Sep 10 2021
Sep 10 2021
tijmen committed rSYLK4391a89769fd: Remove previous 'conversation-read' entries (authored by tijmen).
Remove previous 'conversation-read' entries
Fixed undeclared variable
Sep 2 2021
Sep 2 2021
tijmen committed rSYLKe057601d6add: Added function to mark conversation as read (authored by tijmen).
Added function to mark conversation as read
tijmen committed rSYLKa8ff8f31cffc: Added local_sip_messages to example config (authored by tijmen).
Added local_sip_messages to example config
Only update timestamp if no id is found
Fixed token route
tijmen committed rSYLK080f5f45c52e: Update IMDN state also for message from sender (authored by tijmen).
Update IMDN state also for message from sender
Return server URL in token message
Fixed registering with token set
tijmen committed rSYLK752fd222fea1: Delete messages also from message receiver (authored by tijmen).
Delete messages also from message receiver
Fixed logging messages
Skip storage of private key messages
Fixed storing private key id timestamp
Fixed syntax
tijmen committed rSYLKc10014e780c9: Added possibility to send SIP messages only to ourself (authored by tijmen).
Added possibility to send SIP messages only to ourself
Fixed push token remove function from 410
tijmen committed rSYLK1ad100125b0f: Handle SIP message reception in webrtc application and skip Janus message event (authored by tijmen).
Handle SIP message reception in webrtc application and skip Janus message event
tijmen committed rSYLK7dc12a0e83f5: Added web API route to fetch message history (authored by tijmen).
Added web API route to fetch message history
tijmen committed rSYLK9adab3005e0d: Fixed calling token remove function on logout (authored by tijmen).
Fixed calling token remove function on logout
Renamed function
tijmen committed rSYLK317ebf0fc93d: Added message storage functions/API to websocket connection (authored by tijmen).
Added message storage functions/API to websocket connection
tijmen committed rSYLK92d544e8354b: Load message storage on webrtc application start (authored by tijmen).
Load message storage on webrtc application start
Fixed push tokens remove function
tijmen committed rSYLKbbdbbef20fcb: Added message storage class for webrtc application (authored by tijmen).
Added message storage class for webrtc application
Added created_at field in tokens table
tijmen committed rSYLK7005e27c0724: Added cassandra models for message storage (authored by tijmen).
Added cassandra models for message storage
tijmen committed rSYLK81ce3ea85ecc: Handle binary encoded reasons in message failures (authored by tijmen).
Handle binary encoded reasons in message failures
Refactored token storage
Renamed storage classes
Split IOS tokens on '-'
tijmen committed rSYLK38c234f7edc1: Skip isComposing message inside the CPIM payload (authored by tijmen).
Skip isComposing message inside the CPIM payload
Fixed Janus trace logging
Fixed push logic
tijmen committed rSYLK6162c045d474: Fixed webserver and screensharing resource for conferences (authored by tijmen).
Fixed webserver and screensharing resource for conferences
Fixes for p2p chat
tijmen committed rSYLKb43466a08455: Removed encode for message id in conference chat (authored by tijmen).
Removed encode for message id in conference chat
tijmen committed rSYLK2266ef67a442: Fixed conference subscription for sessions from sylkserver (authored by tijmen).
Fixed conference subscription for sessions from sylkserver
Fixed conference chat destination
tijmen committed rSYLKc64220d04bdd: Fixed websocket for communicating with janus (authored by tijmen).
Fixed websocket for communicating with janus
Fixed websocket to webrtc client
tijmen committed rSYLKf2c4ff5e8583: Fixed method encoding for file uploads in webrtc webserver (authored by tijmen).
Fixed method encoding for file uploads in webrtc webserver
tijmen committed rSYLKddf6f0a0ebbe: Fixed resource register for webrtc application webserver (authored by tijmen).
Fixed resource register for webrtc application webserver
Fixed encoding deviceid in base64
Fixed webserver root and path encoding
Encode payload in utf-8 for cpim messages
Fixed failed message logging
Corrected message failed log
tijmen committed rSYLKd4e73b1101e2: Added content type and IMDN status to logs (authored by tijmen).
Added content type and IMDN status to logs
tijmen committed rSYLK7308c575a9b6: Don't send message state changes for IMDN messages (authored by tijmen).
Don't send message state changes for IMDN messages
Corrected attribute name
Fixed logging
Fixed receiving SIP messages
tijmen committed rSYLKfe675942898e: Added support for sending and receiving SIP Messages and IMDN (authored by tijmen).
Added support for sending and receiving SIP Messages and IMDN
Fixed duplicate logging
tijmen committed rSYLK32468c1f6ed6: Delay cleanup in videoroom hangup event to prevent colliding with 'leaving' (authored by tijmen).
Delay cleanup in videoroom hangup event to prevent colliding with 'leaving'
Removed empty lines and spaces
Fixed push media types
Added supoort for audio only conferences
tijmen committed rSYLK6a77223377dc: Read device token from push response on 410 code (authored by tijmen).
Read device token from push response on 410 code
tijmen committed rSYLK6a2e0ff1eb5b: Reworked early media by adding extra event (authored by tijmen).
Reworked early media by adding extra event
Fixed syntax
Added support for early media
Fixed serializing push request to JSON
Only remove push token if it is set
Fixed catching error
Store IOS tokens split on topic
Remove token on logout
tijmen committed rSYLKee2d99514730: Only translate session id in conference invite (authored by tijmen).
Only translate session id in conference invite