New features for the TranscriptWindow and TranscriptWindowInterceptors#960
Open
cdanger wants to merge 1999 commits intoigniterealtime:masterfrom
Open
New features for the TranscriptWindow and TranscriptWindowInterceptors#960cdanger wants to merge 1999 commits intoigniterealtime:masterfrom
cdanger wants to merge 1999 commits intoigniterealtime:masterfrom
Conversation
…erences == null) that is always true
…f it doesn't exist
…to spark.properties
…LocalPreferences()
…tils.enterRoom() The nickname will be anyway taken from preferences inside the JoinRoomSwingWorker
…s to avoid unnecessary copying
…'s always the roomJID
…the roomJID that we already have as a param
… use switch statement in the handleURIMapping()
…rectly with the UriManager
The SoundRes class used only for the one sound INCOMING_USER that plays chat_request.wav. The SoundRes was removed and instead used the SoundManager and SoundPreferences. It was also added on the UI settings page. The unused methods from the SoundManager were removed.
- Enable TranscriptWindowInterceptors to apply different background/foreground colors - and more generally different styles - to different parts of a message text displayed in the TranscriptWindow, using the syntax of Asciidoc Custom Inline Styles ( https://docs.asciidoctor.org/asciidoc/latest/text/custom-inline-styles/ ), i.e. '[.style-name]#my styled text#' will apply the style 'style-name' to the text between ''#' characters. - Enable TranscriptWindowInterceptors to intercept messages that were added to a chat before the user joined the chat.
…util.Encryptor class. This removes the hardcorded secret key and will request a master password from the user to derive the secret key instead (PBKDF). Also replaces the outdated 3DES encryption algorithm with AES.
Member
|
The fb4788b really must be in a separate PR and separate branch. When you wish to add a feature let's discuss it on the forum. There was some decisions to use a system key chain https://igniterealtime.atlassian.net/browse/SPARK-1601 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This supersedes #959 .