Age | Commit message (Collapse) | Author |
|
fix #2550
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- change_title plugin
|
|
(keep a get_name() fallback just in case for now)
|
|
- Guess-parse the OTR messages in search for xhtml upon arrival
- add a configurable option to decode it or not
- We have XHTML-IM for a reason, and therefore we will *not* implement a
full html parser for clients that dump whatever formatting inside the
OTR payload (looking at you, pidgin)
|
|
- use the new PluginConfig.remove method to remove aliases
- do not do weird stuff when no args are provided
- do not flood when re-creating stored aliases
|
|
TODO: implement the remove_option method from configparser
|
|
might send too many stanzas when send_chat_states is false, but I don’t
care.
|
|
Thanks, anonymous contributor
|
|
(thanks eijebong)
|
|
remove xhtml prior to performing stuff
|
|
(why wasn’t that already here?)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is tab-specific and off by default.
|
|
See https://github.com/afflux/pure-python-otr/issues/47
|
|
TODO (eventually):
- correct words when using “word*” or “*word” using levenshtein distance
- allow regular expressions for replacement
|
|
|
|
Like /link 1:10 to open the last 10 links
Fixes #2130
|
|
|
|
|
|
|
|
|
|
|
|
(and fix a possible traceback)
|
|
|
|
|
|
(bug introduced after a change in the attribute name)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|