]>
git.99rst.org Git - irssi-scripts.irssi.org.git/log
Ailin Nemui [Tue, 30 Oct 2018 15:56:55 +0000 (16:56 +0100)]
[adv_windowlist] update to 1.7
- fix crash on invalid /set awl_sort, introduced in 1.6, reported by @tpetazzoni (fixes #542)
- delay viewer initialisation
- improve race condition on tmux resize integration
ailin-nemui [Tue, 30 Oct 2018 13:41:40 +0000 (14:41 +0100)]
Merge pull request #543 from ailin-nemui/settingshelp
[settingshelp] update to new format on irssi.org
Ailin Nemui [Tue, 30 Oct 2018 13:30:33 +0000 (14:30 +0100)]
[settingshelp] update to new format on irssi.org
Ailin Nemui [Fri, 26 Oct 2018 12:22:44 +0000 (14:22 +0200)]
add vote helper script
[skip ci]
Irssi Scripts Helper [Sun, 14 Oct 2018 11:04:31 +0000 (11:04 +0000)]
automatic scripts database update for
2797a93707976a492caf9be50e2d7f35b328eadf
[skip ci]
bw1 [Sun, 14 Oct 2018 11:02:02 +0000 (13:02 +0200)]
Merge pull request #541 from vague666/rename_toggle
[toggle_hidelevel] rename toggle and add warning about the old one
vague666 [Fri, 12 Oct 2018 14:07:42 +0000 (16:07 +0200)]
rename toggle and add warning about the old one
Irssi Scripts Helper [Wed, 3 Oct 2018 07:57:22 +0000 (07:57 +0000)]
automatic scripts database update for
e8c9861807697a60a9cf6ac2d6fc7b46a15b9e5d
[skip ci]
ailin-nemui [Wed, 3 Oct 2018 07:49:04 +0000 (09:49 +0200)]
Merge pull request #540 from NeoRaider/nicklist-position
[nicklist] Improve terminal (vte) compatiblity of screen mode
Matthias Schiffer [Tue, 2 Oct 2018 20:23:16 +0000 (22:23 +0200)]
[nicklist] Improve terminal compatiblity of screen mode
In screen mode, nicklist.pl uses the obscure escape sequences CSI s and
CSI u to save and restore the cursor position; on top of that, it uses
ESC P to bypass screen's interpretation of these escape sequences, passing
them directly to the underlying terminal.
While I did not investigate whether this makes sense at all - bypassing
screen's position tracking seems dangerous at best - this fix improves
terminal compatiblity by replacing CSI s and CSI u with the more common
ESC 7 and ESC 8 sequences [1].
The issue surfaced then vte3 replaced their parser, removing support for
CSI s and CSI u [2]. While support has been restored in the latest master
[3], using the more compatible escape sequences in nicklist.pl generally
seems like a good idea.
[1] https://gitlab.gnome.org/GNOME/vte/issues/48
[2] https://gitlab.gnome.org/GNOME/vte/issues/55
[3] https://gitlab.gnome.org/GNOME/vte/commit/
f86cae603b23d34e36ab95fde6612bfc4d5eeca8
Irssi Scripts Helper [Tue, 2 Oct 2018 14:07:17 +0000 (14:07 +0000)]
automatic scripts database update for
7bd90408fc982aeb8d76a977100f3ee68b53f981
[skip ci]
ailin-nemui [Tue, 2 Oct 2018 14:04:44 +0000 (16:04 +0200)]
Merge pull request #539 from ailin-nemui/cubes
[cubes] add cubes script
Ailin Nemui [Tue, 2 Oct 2018 14:00:23 +0000 (16:00 +0200)]
[cubes] add cubes script
Irssi Scripts Helper [Mon, 1 Oct 2018 10:23:03 +0000 (10:23 +0000)]
automatic scripts database update for
524880385be975384a664e5d1e81c4ba737369f1
[skip ci]
ailin-nemui [Mon, 1 Oct 2018 10:20:16 +0000 (12:20 +0200)]
Merge pull request #538 from ailin-nemui/awl16
[adv_windowlist] update to adv_windowlist 1.6
Irssi Scripts Helper [Mon, 1 Oct 2018 10:10:09 +0000 (10:10 +0000)]
automatic scripts database update for
712582db38eeb2514ff543ee92a48756b90b4d1d
[skip ci]
ailin-nemui [Mon, 1 Oct 2018 10:06:57 +0000 (12:06 +0200)]
Merge pull request #537 from bw1/duckduckgo
[duckduckgo] add duckduckgo.pl
Irssi Scripts Helper [Sun, 30 Sep 2018 15:23:26 +0000 (15:23 +0000)]
automatic scripts database update for
c2c3a620689f28ee2134b65a1ee57422dfb21a27
[skip ci]
bw1 [Sun, 30 Sep 2018 15:20:10 +0000 (17:20 +0200)]
Merge pull request #536 from vague666/rework_code
[toggle_hidelevel] Rewrite code to work with window_default_hidelevel and other improvements
Ailin Nemui [Thu, 27 Sep 2018 08:51:31 +0000 (10:51 +0200)]
add lru setting to awl_sort
Ailin Nemui [Tue, 25 Sep 2018 16:53:56 +0000 (18:53 +0200)]
support in viewer
Ailin Nemui [Tue, 25 Sep 2018 11:30:29 +0000 (13:30 +0200)]
c&p oopsie
Ailin Nemui [Tue, 25 Sep 2018 11:00:51 +0000 (13:00 +0200)]
[adv_windowlist] update to adv_windowlist 1.6
* add detach setting to hide windows
* fix race condition when loading the script, reported by madduck
* improve compatibility with Irssi 1.2
vague666 [Sun, 23 Sep 2018 13:50:05 +0000 (15:50 +0200)]
Change from vstring to date to force compliant irssi version
bw1 [Thu, 20 Sep 2018 19:18:10 +0000 (21:18 +0200)]
[duckduckgo] add duckduckgo.pl
vague666 [Mon, 17 Sep 2018 18:43:27 +0000 (20:43 +0200)]
make it possible to toggle hidelevel none with default values
vague666 [Mon, 17 Sep 2018 18:31:31 +0000 (20:31 +0200)]
remove help for unused setting
vague666 [Mon, 17 Sep 2018 18:29:43 +0000 (20:29 +0200)]
reworked code to work better with default hidelevel
Irssi Scripts Helper [Sun, 16 Sep 2018 11:21:52 +0000 (11:21 +0000)]
automatic scripts database update for
b3ebb64d7c00de3583a4deceefb3288c77946c47
[skip ci]
ailin-nemui [Sun, 16 Sep 2018 11:18:59 +0000 (13:18 +0200)]
Merge pull request #528 from zdleaf/master
added urlwindow.pl script
zdleaf [Sun, 16 Sep 2018 10:31:07 +0000 (11:31 +0100)]
added use strict
Irssi Scripts Helper [Fri, 14 Sep 2018 06:58:25 +0000 (06:58 +0000)]
automatic scripts database update for
6e5f26d3a21cfa7085eba4e6c6d413c4bd13c6e2
[skip ci]
ailin-nemui [Fri, 14 Sep 2018 06:56:05 +0000 (08:56 +0200)]
Merge pull request #532 from ailin-nemui/manual-trackbar
[trackbar.pl] add new all_manual setting
Ailin Nemui [Thu, 13 Sep 2018 08:18:32 +0000 (10:18 +0200)]
add changelog
Irssi Scripts Helper [Thu, 13 Sep 2018 06:56:52 +0000 (06:56 +0000)]
automatic scripts database update for
d7b0171ac81e3797ae96b77f3aac97da2c9ec7ef
[skip ci]
ailin-nemui [Thu, 13 Sep 2018 06:53:46 +0000 (08:53 +0200)]
Merge pull request #525 from bw1/dancer_hide
[dancer_hide_477] remove dancer_hide_477.pl
ailin-nemui [Thu, 13 Sep 2018 06:53:21 +0000 (08:53 +0200)]
Merge pull request #530 from bw1/UNIBG-autoident
[UNIBG-autoident] fix the connection to the NS bot
Ailin Nemui [Wed, 12 Sep 2018 09:50:48 +0000 (11:50 +0200)]
[trackbar.pl] add new all_manual setting
Irssi Scripts Helper [Wed, 12 Sep 2018 09:23:26 +0000 (09:23 +0000)]
automatic scripts database update for
04f6c280298ee3f772b7f6c53f5bfe75e190d182
[skip ci]
ailin-nemui [Wed, 12 Sep 2018 09:18:46 +0000 (11:18 +0200)]
Merge pull request #526 from bw1/spell
[spell] add options
ailin-nemui [Wed, 12 Sep 2018 09:15:35 +0000 (11:15 +0200)]
Merge pull request #527 from irssi/ailin-nemui/nickcolor_expando-1
[nickcolor_expando.pl] fix misleading comment about themes
Irssi Scripts Helper [Tue, 11 Sep 2018 09:56:32 +0000 (09:56 +0000)]
automatic scripts database update for
cceece63ddc99774fe6ae279bd51b32e9ff1104f
[skip ci]
ailin-nemui [Tue, 11 Sep 2018 09:53:07 +0000 (11:53 +0200)]
Merge pull request #529 from bw1/twtopic
[twtopic] add value check for 'twtopic_refresh'
bw1 [Mon, 10 Sep 2018 16:52:09 +0000 (18:52 +0200)]
[UNIBG-autoident] fix the connection to the NS bot
bw1 [Sat, 8 Sep 2018 08:00:39 +0000 (10:00 +0200)]
[twtopic] add value check for 'twtopic_refresh'
zdleaf [Fri, 7 Sep 2018 14:56:51 +0000 (15:56 +0100)]
added urlwindow.pl script
bw1 [Thu, 6 Sep 2018 17:23:44 +0000 (19:23 +0200)]
[spell] add options
ailin-nemui [Thu, 6 Sep 2018 12:56:14 +0000 (14:56 +0200)]
[nickcolor_expando.pl] fix misleading comment about themes
bw1 [Sat, 1 Sep 2018 17:35:03 +0000 (19:35 +0200)]
[dancer_hide_477] remove dancer_hide_477.pl
Irssi Scripts Helper [Thu, 30 Aug 2018 09:58:17 +0000 (09:58 +0000)]
automatic scripts database update for
ec8831891248656b8c97bf61d49eecb5b5ba1a39
[skip ci]
ailin-nemui [Thu, 30 Aug 2018 09:54:41 +0000 (11:54 +0200)]
Merge pull request #524 from ossih/slack-complete
Feature update for slack_complete.pl
Ossi Hakkarainen [Tue, 28 Aug 2018 21:46:06 +0000 (00:46 +0300)]
Feature update for slack_complete.pl
* Support for common mentions (@here, @channel, @everyone)
* Use completion_char setting instead of hard coded colon
* Option to not add completion_char when completing first word of current li
Irssi Scripts Helper [Fri, 24 Aug 2018 22:44:40 +0000 (22:44 +0000)]
automatic scripts database update for
c88538b8cd02d5df2a05a730727bb87fb3a46329
[skip ci]
ailin-nemui [Fri, 24 Aug 2018 22:41:27 +0000 (00:41 +0200)]
Merge pull request #523 from ailin-nemui/fix_usercount
[usercount.pl] fix crash when server doesn't have isupport
Irssi Scripts Helper [Thu, 23 Aug 2018 13:09:43 +0000 (13:09 +0000)]
automatic scripts database update for
b19367a702c98ee19d87d91295a452ab2c7d9f69
[skip ci]
ailin-nemui [Thu, 23 Aug 2018 13:05:56 +0000 (15:05 +0200)]
Merge pull request #522 from appzer/master
Add new Pushsafer Parameter
Irssi Scripts Helper [Thu, 23 Aug 2018 08:49:10 +0000 (08:49 +0000)]
automatic scripts database update for
0e2f1314cc78adff6b948428ee2a5dd97d486d37
[skip ci]
ailin-nemui [Thu, 23 Aug 2018 08:46:24 +0000 (10:46 +0200)]
Merge pull request #518 from bw1/active_notice
[active_notice] version 18.01.01
Irssi Scripts Helper [Tue, 21 Aug 2018 08:30:43 +0000 (08:30 +0000)]
automatic scripts database update for
351b9528b952d5e96564975da1ed8109fdc046fa
[skip ci]
ailin-nemui [Tue, 21 Aug 2018 08:27:42 +0000 (10:27 +0200)]
Merge pull request #519 from bw1/away_hilight_notice.pl
[away_hilight_notice] version 15.01.01
Ailin Nemui [Tue, 21 Aug 2018 08:23:36 +0000 (10:23 +0200)]
[usercount.pl] fix crash when server doesn't have isupport
Kevin Siml [Tue, 21 Aug 2018 06:30:47 +0000 (08:30 +0200)]
Update pushsafer.pl
Kevin Siml [Tue, 21 Aug 2018 06:29:09 +0000 (08:29 +0200)]
Update pushsafer.pl
Irssi Scripts Helper [Fri, 27 Jul 2018 10:31:40 +0000 (10:31 +0000)]
automatic scripts database update for
e30f9f33bc905dbc4322d3dd3754e4a90cbe2d0f
[skip ci]
ailin-nemui [Fri, 27 Jul 2018 10:28:22 +0000 (12:28 +0200)]
Merge pull request #520 from bw1/paste_derwan
[paste_derwan] a small fix
Dwarf [Wed, 20 Jan 2016 21:59:49 +0000 (22:59 +0100)]
[active_notice] Fix escaping
Irssi Scripts Helper [Wed, 25 Jul 2018 12:16:47 +0000 (12:16 +0000)]
automatic scripts database update for
e1f5702d56e09deffef27c5d8fb919f82c138064
[skip ci]
ailin-nemui [Wed, 25 Jul 2018 12:13:26 +0000 (14:13 +0200)]
Merge pull request #521 from bw1/ownage
[ownage] add description
Irssi Scripts Helper [Wed, 25 Jul 2018 12:13:04 +0000 (12:13 +0000)]
automatic scripts database update for
11a8d0c97639a3d6436c561258196fc39f39f45c
[skip ci]
ailin-nemui [Wed, 25 Jul 2018 12:08:13 +0000 (14:08 +0200)]
Merge pull request #517 from danhimalplanet/master
[colon_emoji] remove dead code
Irssi Scripts Helper [Wed, 25 Jul 2018 12:06:20 +0000 (12:06 +0000)]
automatic scripts database update for
2cd5a4e38a32536d570198adf44f1f4825b7551a
[skip ci]
ailin-nemui [Wed, 25 Jul 2018 12:03:49 +0000 (14:03 +0200)]
Merge pull request #515 from nostrad/anope_nickserv_format
[nickserv] Add detection of Anope IRC Services
ailin-nemui [Wed, 25 Jul 2018 12:02:58 +0000 (14:02 +0200)]
Merge pull request #500 from bw1/imdb
[imdb] update connection to the website
bw1 [Sun, 15 Jul 2018 16:05:48 +0000 (18:05 +0200)]
[ownage] add description
bw1 [Sat, 14 Jul 2018 15:49:40 +0000 (17:49 +0200)]
[paste_derwan] a small fix
Geert Hauwaerts [Thu, 25 Jun 2015 20:51:33 +0000 (22:51 +0200)]
[away_hilight_notice] version 15.01.01
Geert Hauwaerts [Thu, 25 Jun 2015 20:54:39 +0000 (22:54 +0200)]
[active_notice] version 15.01.01
Dan Holliman [Wed, 11 Jul 2018 03:06:14 +0000 (20:06 -0700)]
remove dead code
Mattias Jernberg [Wed, 27 Jun 2018 17:10:40 +0000 (19:10 +0200)]
[nickserv] Add detection of Anope IRC Services
Anope has a slightly different message for the "If this is ..." line,
modify the existing regex to also catch this message:
"(If this is your nick, type /msg NickServ IDENTIFY password.)"
bw1 [Thu, 14 Jun 2018 18:57:12 +0000 (20:57 +0200)]
[imdb] update connection to the website
Irssi Scripts Helper [Mon, 4 Jun 2018 13:30:24 +0000 (13:30 +0000)]
automatic scripts database update for
f74236ac11ede1e0548e851e1d083a68d15efa99
[skip ci]
ailin-nemui [Mon, 4 Jun 2018 13:27:51 +0000 (15:27 +0200)]
Merge pull request #511 from gerardbm/feat_tmux-nicklist
Add navigation keys to tmux-nicklist-portable
Irssi Scripts Helper [Mon, 4 Jun 2018 13:23:58 +0000 (13:23 +0000)]
automatic scripts database update for
a2762c2e80fd169c161669659229caf859254674
[skip ci]
ailin-nemui [Mon, 4 Jun 2018 13:21:11 +0000 (15:21 +0200)]
Merge pull request #513 from ozars/nicklist-fix
[nicklist.pl] Return from scroll if not called in a channel (#512)
Omer Ozarslan [Fri, 1 Jun 2018 16:21:18 +0000 (11:21 -0500)]
[nicklist] Fix crash on scroll (#512)
Fix crash on scroll in windows other than channels (status, query etc.)
See #512 for issue details.
Irssi Scripts Helper [Sat, 2 Jun 2018 08:48:30 +0000 (08:48 +0000)]
automatic scripts database update for
adbe6071d418fb58e8e914387efda0e591996842
[skip ci]
ailin-nemui [Sat, 2 Jun 2018 08:44:42 +0000 (10:44 +0200)]
Merge pull request #501 from bw1/irssi-feed
[Irssi-feed] update
bw1 [Sun, 27 May 2018 07:58:35 +0000 (09:58 +0200)]
[irssi-feed] develop documentation
Gerard [Fri, 25 May 2018 20:18:13 +0000 (22:18 +0200)]
Add navigation keys to tmux-nicklist-portable
Irssi Scripts Helper [Fri, 25 May 2018 10:14:42 +0000 (10:14 +0000)]
automatic scripts database update for
c44a21b315b0dfa1ed8c2e6b41fa17650dbc696f
[skip ci]
ailin-nemui [Fri, 25 May 2018 10:10:17 +0000 (12:10 +0200)]
Merge pull request #507 from bw1/wordscramble
[wordscramble] fix help
ailin-nemui [Fri, 25 May 2018 10:09:36 +0000 (12:09 +0200)]
Merge pull request #509 from PierrotMerlot/add_timer_setting
[timer.pl] Add timer setting to disable stop messages
Irssi Scripts Helper [Wed, 23 May 2018 23:29:47 +0000 (23:29 +0000)]
automatic scripts database update for
a9a8ef281cb0273aaf4466458f22a5ff26aa26d1
[skip ci]
ailin-nemui [Wed, 23 May 2018 23:27:25 +0000 (01:27 +0200)]
Merge pull request #502 from bw1/cddb
[cddb] remove cddb.pl
Irssi Scripts Helper [Tue, 22 May 2018 22:17:08 +0000 (22:17 +0000)]
automatic scripts database update for
f41f835a27dcacd0e4b672729c56fe237f58dc03
[skip ci]
ailin-nemui [Tue, 22 May 2018 22:14:34 +0000 (00:14 +0200)]
Merge pull request #506 from bw1/cloneprot
[cloneprot] remove cloneprot.pl
bw1> SorceryNet use anope. anope operserv have no command tempakill, autokill or trigger.
bw1 [Tue, 22 May 2018 20:22:59 +0000 (22:22 +0200)]
[wordscramble] fix help
Irssi Scripts Helper [Tue, 22 May 2018 11:16:52 +0000 (11:16 +0000)]
automatic scripts database update for
3871a9b60222ffcaa733ca10bd3db68994571f42
[skip ci]
ailin-nemui [Tue, 22 May 2018 11:10:54 +0000 (13:10 +0200)]
Merge pull request #508 from hamsterbacke/hamsterbacke-findbot
[findbot.pl] private message requests are allowed and changed filelist creation
ailin-nemui [Tue, 22 May 2018 11:10:29 +0000 (13:10 +0200)]
Merge pull request #510 from henrik-andreasson/patch-1
remove henrik from this file