Commits on Source (17)
-
Nils Görs authored
add "%h" variable in option 'file'
-
Nils Görs authored
-
Matthew M. Boedicker authored
-
Sébastien Helleu authored
otr.py 1.9.2: Fix WeeChat crash on /reload
-
Sébastien Helleu authored
-
jmui authored
-
Vlad Stoica authored
-
Joey Pabalinas authored
With `greedy_matching` enabled, too many nicks on one line completely locks up weechat. Add a `match_limit` configuration variable (defaults to 20) which is used as a hard limit for number of greedy matches allowed, at which point the plugin will fall back to the lazy matching algorithm. Fixes issue #197. Signed-off-by:
Joey Pabalinas <joeypabalinas@gmail.com>
-
Tony763 authored
Fix: Changed dcc regex to match new notify appears (weechat notify now contain IP) - only ddc get request worked Fix: Dcc send info about file even with spaces in filename. Feature: DCC get request show name with ip, network and size of file. Feature: Added dcc send offer and dcc send start notify Feature: Setting for notify is divided to off (don't send), on (always send), away (send only when away). Changed default settings to match new scheme Feature: Added small help - I get hard time to find out why no message is send All regex checked on https://pythex.org/
-
Dominik Heidler authored
-
Sébastien Helleu authored
-
Sébastien Helleu authored
-
Sébastien Helleu authored
-
Sébastien Helleu authored
Showing
- python/buffer_autoclose.py 8 additions, 1 deletionpython/buffer_autoclose.py
- python/buffer_swap.py 0 additions, 135 deletionspython/buffer_swap.py
- python/cmd_help.py 194 additions, 79 deletionspython/cmd_help.py
- python/colorize_nicks.py 55 additions, 29 deletionspython/colorize_nicks.py
- python/emojis.py 474 additions, 0 deletionspython/emojis.py
- python/grep.py 9 additions, 1 deletionpython/grep.py
- python/infolist.py 85 additions, 54 deletionspython/infolist.py
- python/mnotify.py 164 additions, 50 deletionspython/mnotify.py
- python/otr.py 34 additions, 34 deletionspython/otr.py
- python/triggerreply.py 131 additions, 64 deletionspython/triggerreply.py
- python/urlgrab.py 17 additions, 8 deletionspython/urlgrab.py
python/buffer_swap.py
deleted
100644 → 0
This diff is collapsed.
python/emojis.py
0 → 100644