- openssl execution is asynchronous now as well, as it could take up som... - #7
Open
martijns wants to merge 1 commit into
Open
- openssl execution is asynchronous now as well, as it could take up som...#7martijns wants to merge 1 commit into
martijns wants to merge 1 commit into
Conversation
…some more time on slow machines - group messages that shortly follow each other as a single message. Useful for receiving multiline messages when using jabber, bitlbee or similar software. Time is configurable via the configuration setting 'group_messages_time_ms' (default: 1000). Set to 0 to disable.
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.
I've updated the script with one technical enhancement and one new feature.
The openssl executable now also runs via hook_process, making it run asynchronously, preventing any small hickups in the UI of weechat.
The ability to group messages that shortly follow each other as a single message. This is particularly handy when receiving multi-line messages via another protocol such as Jabber or a small multi-line paste via IRC. Via the normal process the messages would very likely be in the wrong order when received on my Android phone.
I've also added a debug setting to make the execution pretty verbose, in case of unexpected problems.