]> git.99rst.org Git - irssi-scripts.irssi.org.git/log
irssi-scripts.irssi.org.git
4 years ago[print_signals] remove signals that cannot be enumerated
bw1 [Tue, 2 Nov 2021 22:29:03 +0000 (23:29 +0100)]
[print_signals] remove signals that cannot be enumerated

Irssi supports signals like "command ping", but there is no real way to
enumerate all the possible signals for all the valid IRC commands, so
it's better to remove the handler for those.

4 years agoPrepare new version 1.1
martin f. krafft [Sun, 19 Sep 2021 23:12:13 +0000 (01:12 +0200)]
Prepare new version 1.1

Signed-off-by: martin f. krafft <redacted>
4 years agoUpdate list of signals
martin f. krafft [Sun, 19 Sep 2021 23:10:44 +0000 (01:10 +0200)]
Update list of signals

Signed-off-by: martin f. krafft <redacted>
4 years agoRemove signal handlers on UNLOAD
martin f. krafft [Sun, 19 Sep 2021 23:08:36 +0000 (01:08 +0200)]
Remove signal handlers on UNLOAD

If the script is unloaded, we must remove all signal handlers, or else
Irssi gets very unhappy.

Signed-off-by: martin f. krafft <redacted>
4 years agoMerge pull request #775 from pstray/master
Jari Matilainen [Fri, 3 Sep 2021 11:55:17 +0000 (13:55 +0200)]
Merge pull request #775 from pstray/master

Updated my scripts to the current versions in my own repos

4 years agoautomatic scripts database update for 5ffd60ea2a5e55a12b4adc41d7165f388b7d26b6
Irssi Scripts Helper [Mon, 23 Aug 2021 10:39:34 +0000 (10:39 +0000)]
automatic scripts database update for 5ffd60ea2a5e55a12b4adc41d7165f388b7d26b6

[ci skip]

4 years agoFix some variable initialisation in log2ansi
Peder Stray [Mon, 23 Aug 2021 10:37:45 +0000 (12:37 +0200)]
Fix some variable initialisation in log2ansi

4 years agoautomatic scripts database update for e05dfc5c22ef8267c1299aa6a1f5617dd5efecc5
Irssi Scripts Helper [Sun, 22 Aug 2021 11:39:35 +0000 (11:39 +0000)]
automatic scripts database update for e05dfc5c22ef8267c1299aa6a1f5617dd5efecc5

[ci skip]

4 years agoFix some long standing bugs in log2ansi
Peder Stray [Sun, 22 Aug 2021 11:36:53 +0000 (13:36 +0200)]
Fix some long standing bugs in log2ansi

Also make script behave in testing

4 years agoautomatic scripts database update for df5fce91f5d22b02bc1edc5e5ce9a5ee932e5f16
Irssi Scripts Helper [Sat, 21 Aug 2021 21:58:13 +0000 (21:58 +0000)]
automatic scripts database update for df5fce91f5d22b02bc1edc5e5ce9a5ee932e5f16

[ci skip]

4 years agoFix missing +)
Peder Stray [Sat, 21 Aug 2021 21:56:51 +0000 (23:56 +0200)]
Fix missing +)

4 years agoautomatic scripts database update for 87243049a1c2c893c12ef81eec366f52ab8fe35c
Irssi Scripts Helper [Sat, 21 Aug 2021 08:43:54 +0000 (08:43 +0000)]
automatic scripts database update for 87243049a1c2c893c12ef81eec366f52ab8fe35c

[ci skip]

4 years agoUpdate all scripts with semantic versions
Peder Stray [Sat, 21 Aug 2021 08:40:50 +0000 (10:40 +0200)]
Update all scripts with semantic versions

4 years agoautomatic scripts database update for 3f939bffb1fb98a949c2ff135ae430b4e50d3428
Irssi Scripts Helper [Fri, 20 Aug 2021 12:38:20 +0000 (12:38 +0000)]
automatic scripts database update for 3f939bffb1fb98a949c2ff135ae430b4e50d3428

[ci skip]

4 years agoUpdate query to 1.26
Peder Stray [Fri, 20 Aug 2021 11:57:06 +0000 (13:57 +0200)]
Update query to 1.26

Add tests for some IRC-only stuff

4 years agoUpdate log2ansi to 1.11
Peder Stray [Fri, 20 Aug 2021 11:53:04 +0000 (13:53 +0200)]
Update log2ansi to 1.11

Added help options and support for more compessors

4 years agoUpdate chansort to 1.5
Peder Stray [Fri, 20 Aug 2021 11:49:58 +0000 (13:49 +0200)]
Update chansort to 1.5

Adds netonly config option

4 years agoUpdate autochannel to 1.3
Peder Stray [Fri, 20 Aug 2021 11:48:48 +0000 (13:48 +0200)]
Update autochannel to 1.3

Fix some signal-related stuff

4 years agoCleanup and updated contact info
Peder Stray [Fri, 20 Aug 2021 11:47:51 +0000 (13:47 +0200)]
Cleanup and updated contact info

4 years agoVaroius cleanup of indentation and comments
Peder Stray [Fri, 20 Aug 2021 12:13:39 +0000 (14:13 +0200)]
Varoius cleanup of indentation and comments

5 years agoautomatic scripts database update for db21074dc46f1bd5394c65342bd31ee6b640de96
Irssi Scripts Helper [Fri, 21 May 2021 16:08:20 +0000 (16:08 +0000)]
automatic scripts database update for db21074dc46f1bd5394c65342bd31ee6b640de96

[ci skip]

5 years agoMerge pull request #771 from vague666/update_securemsg
bw1 [Fri, 21 May 2021 16:05:45 +0000 (18:05 +0200)]
Merge pull request #771 from vague666/update_securemsg

[securemsg] Add clear command to clear message queue without action

5 years agoUpdate help
vague666 [Tue, 18 May 2021 12:48:18 +0000 (14:48 +0200)]
Update help

5 years agoUpdate usage
vague666 [Mon, 17 May 2021 21:30:38 +0000 (23:30 +0200)]
Update usage

5 years ago[securemsg] Add clear command to clear message queue without action
vague666 [Mon, 17 May 2021 13:09:36 +0000 (15:09 +0200)]
[securemsg] Add clear command to clear message queue without action

5 years agoautomatic scripts database update for 0a587133ca0a6ad8cdd6160090913ea51c02b84d
Irssi Scripts Helper [Mon, 12 Apr 2021 17:16:16 +0000 (17:16 +0000)]
automatic scripts database update for 0a587133ca0a6ad8cdd6160090913ea51c02b84d

[ci skip]

5 years agoMerge pull request #770 from ailin-nemui/settings-kramdown
ailin-nemui [Mon, 12 Apr 2021 17:14:47 +0000 (19:14 +0200)]
Merge pull request #770 from ailin-nemui/settings-kramdown

[settingshelp] update due to kramdown parser changes

5 years agoupdate settingshelp due to kramdown parser changes
Ailin Nemui [Mon, 12 Apr 2021 16:20:42 +0000 (18:20 +0200)]
update settingshelp due to kramdown parser changes

5 years agoautomatic scripts database update for c88f062abf33078f6afb209731c0ece6bd3d29a8
Irssi Scripts Helper [Sat, 10 Apr 2021 10:15:14 +0000 (10:15 +0000)]
automatic scripts database update for c88f062abf33078f6afb209731c0ece6bd3d29a8

[ci skip]

5 years agoMerge pull request #769 from vague666/logcompress_unlink
Jari Matilainen [Sat, 10 Apr 2021 10:13:54 +0000 (12:13 +0200)]
Merge pull request #769 from vague666/logcompress_unlink

[logcompress_perl] only delete original file if there was no error

5 years agoOnly delete original file if there was an error
vague666 [Sat, 10 Apr 2021 09:44:52 +0000 (11:44 +0200)]
Only delete original file if there was an error

5 years agoOnly delete original file if there was an error
vague666 [Sat, 10 Apr 2021 09:43:51 +0000 (11:43 +0200)]
Only delete original file if there was an error

5 years agoautomatic scripts database update for 17843b3d62d75aa776af5e430ad640516d6c99d1
Irssi Scripts Helper [Sat, 10 Apr 2021 09:40:01 +0000 (09:40 +0000)]
automatic scripts database update for 17843b3d62d75aa776af5e430ad640516d6c99d1

[ci skip]

5 years agoMerge pull request #768 from vague666/logcompress_fix
Jari Matilainen [Sat, 10 Apr 2021 09:37:14 +0000 (11:37 +0200)]
Merge pull request #768 from vague666/logcompress_fix

[logcompress_perl] Fix wrong order of arguments to print

5 years agoUpdate changed date
vague666 [Sat, 10 Apr 2021 09:12:52 +0000 (11:12 +0200)]
Update changed date

5 years agoFix wrong order of arguments to print
vague666 [Sat, 10 Apr 2021 09:09:04 +0000 (11:09 +0200)]
Fix wrong order of arguments to print

5 years agoautomatic scripts database update for 86f631b7c770b51245ac1572c3a870a52310a1f4
Irssi Scripts Helper [Tue, 23 Mar 2021 08:04:51 +0000 (08:04 +0000)]
automatic scripts database update for 86f631b7c770b51245ac1572c3a870a52310a1f4

[ci skip]

5 years agoMerge pull request #739 from hloeung/master
ailin-nemui [Tue, 23 Mar 2021 08:02:06 +0000 (09:02 +0100)]
Merge pull request #739 from hloeung/master

[matterircd_complete.pl] Add new matterircd_complete.pl script

5 years agoAdd new matterircd_complete.pl script
Haw Loeung [Sat, 12 Dec 2020 16:22:53 +0000 (03:22 +1100)]
Add new matterircd_complete.pl script

For matterircd networks, supports tab auto completion (or key binding)
for nicks and message/threads.

5 years agoautomatic scripts database update for 594299d36b88abb69a9355d6d73547834f0c4514
Irssi Scripts Helper [Tue, 9 Mar 2021 17:32:54 +0000 (17:32 +0000)]
automatic scripts database update for 594299d36b88abb69a9355d6d73547834f0c4514

[ci skip]

5 years agoMerge pull request #766 from sxlijin/patch-1
ailin-nemui [Tue, 9 Mar 2021 15:57:21 +0000 (16:57 +0100)]
Merge pull request #766 from sxlijin/patch-1

[mouse] Add support for TERM=tmux-256color

5 years agoautomatic scripts database update for 21eee1d26c1118b551d2156f6f8a9fddda0e235c
Irssi Scripts Helper [Tue, 9 Mar 2021 09:45:04 +0000 (09:45 +0000)]
automatic scripts database update for 21eee1d26c1118b551d2156f6f8a9fddda0e235c

[ci skip]

5 years agoMerge pull request #767 from ailin-nemui/securemsg
ailin-nemui [Tue, 9 Mar 2021 09:43:39 +0000 (10:43 +0100)]
Merge pull request #767 from ailin-nemui/securemsg

[securemsg] add a new /sm rejidx and /sm showall command

5 years agoadd a new /sm rejidx and /sm showall command
Ailin Nemui [Mon, 8 Mar 2021 17:32:46 +0000 (18:32 +0100)]
add a new /sm rejidx and /sm showall command

5 years agoping
Ailin Nemui [Mon, 8 Mar 2021 17:28:24 +0000 (18:28 +0100)]
ping

5 years agoautomatic scripts database update for c1b931c7d2616472a527a8c27ab90bc9047ec74e
Irssi Scripts Helper [Mon, 8 Mar 2021 10:09:54 +0000 (10:09 +0000)]
automatic scripts database update for c1b931c7d2616472a527a8c27ab90bc9047ec74e

[ci skip]

5 years agoMerge pull request #763 from tscherf/urlgrab
ailin-nemui [Mon, 8 Mar 2021 10:08:34 +0000 (11:08 +0100)]
Merge pull request #763 from tscherf/urlgrab

[urlgrab] improve url log file format

5 years agoAdd support for TERM=tmux-256color
Samuel Lijin [Sat, 6 Mar 2021 02:26:50 +0000 (18:26 -0800)]
Add support for TERM=tmux-256color

5 years agoMerge pull request #765 from ailin-nemui/runner-cache
ailin-nemui [Wed, 3 Mar 2021 12:52:23 +0000 (13:52 +0100)]
Merge pull request #765 from ailin-nemui/runner-cache

avoid binary conflicts in cache

5 years agoavoid binary conflicts in cache
Ailin Nemui [Wed, 3 Mar 2021 12:29:57 +0000 (13:29 +0100)]
avoid binary conflicts in cache

5 years agoautomatic scripts database update for 45a3c7d45ad5e38393a61b1fbc88e2c48bb0edc9
Irssi Scripts Helper [Sat, 27 Feb 2021 16:55:19 +0000 (16:55 +0000)]
automatic scripts database update for 45a3c7d45ad5e38393a61b1fbc88e2c48bb0edc9

[ci skip]

5 years agoMerge pull request #764 from g4570n/g4570n-patch-1
ailin-nemui [Sat, 27 Feb 2021 16:53:45 +0000 (17:53 +0100)]
Merge pull request #764 from g4570n/g4570n-patch-1

[deadbeef] fix typos

5 years agoautomatic scripts database update for ec1496f14b3e1e15dc0f2e2a43084b40c47fe36c
Irssi Scripts Helper [Sat, 27 Feb 2021 07:37:31 +0000 (07:37 +0000)]
automatic scripts database update for ec1496f14b3e1e15dc0f2e2a43084b40c47fe36c

[ci skip]

5 years agoMerge pull request #748 from bw1/tvmusor
ailin-nemui [Sat, 27 Feb 2021 07:16:14 +0000 (08:16 +0100)]
Merge pull request #748 from bw1/tvmusor

[tvmusor] remove tvmusor.pl

5 years agoMerge pull request #759 from bw1/lastfm
ailin-nemui [Sat, 27 Feb 2021 07:14:52 +0000 (08:14 +0100)]
Merge pull request #759 from bw1/lastfm

[lastfm] v5.9

5 years agoUpdate deadbeef.pl
g4570n [Thu, 25 Feb 2021 16:33:57 +0000 (13:33 -0300)]
Update deadbeef.pl

fix typos in the help comments

5 years agoMerge pull request #1 from irssi/master
g4570n [Thu, 25 Feb 2021 16:12:09 +0000 (13:12 -0300)]
Merge pull request #1 from irssi/master

Merge from original repo

5 years ago[urlgrab] improve url log file format
Thorsten Scherf [Sun, 21 Feb 2021 16:38:59 +0000 (17:38 +0100)]
[urlgrab] improve url log file format

5 years ago[lastfm] move use strict
bw1 [Sun, 31 Jan 2021 20:10:49 +0000 (21:10 +0100)]
[lastfm] move use strict

5 years ago[lastfm] v5.9
simmel [Wed, 29 Feb 2012 18:22:38 +0000 (19:22 +0100)]
[lastfm] v5.9

5 years agoautomatic scripts database update for f7789cf1acb87a3f779fd21c6fb4d956b894f333
Irssi Scripts Helper [Sun, 31 Jan 2021 19:29:58 +0000 (19:29 +0000)]
automatic scripts database update for f7789cf1acb87a3f779fd21c6fb4d956b894f333

[ci skip]

5 years agoMerge pull request #757 from bw1/leodict
ailin-nemui [Sun, 31 Jan 2021 19:28:44 +0000 (20:28 +0100)]
Merge pull request #757 from bw1/leodict

[leodict] self check

5 years ago[leodict] self check
bw1 [Tue, 26 Jan 2021 15:18:20 +0000 (16:18 +0100)]
[leodict] self check

5 years agoautomatic scripts database update for 9bc67172e34cf98d3d4a794dca0df81327386c05
Irssi Scripts Helper [Tue, 26 Jan 2021 14:24:42 +0000 (14:24 +0000)]
automatic scripts database update for 9bc67172e34cf98d3d4a794dca0df81327386c05

[ci skip]

5 years agoMerge pull request #750 from bw1/0x0st
ailin-nemui [Tue, 26 Jan 2021 14:23:24 +0000 (15:23 +0100)]
Merge pull request #750 from bw1/0x0st

[0x0st] v0.04

5 years agoautomatic scripts database update for ca893c10c6ce8bb71c590c919e73a6cc431fe930
Irssi Scripts Helper [Tue, 26 Jan 2021 14:18:15 +0000 (14:18 +0000)]
automatic scripts database update for ca893c10c6ce8bb71c590c919e73a6cc431fe930

[ci skip]

5 years agoMerge pull request #752 from bw1/duckduckgo
ailin-nemui [Tue, 26 Jan 2021 14:17:01 +0000 (15:17 +0100)]
Merge pull request #752 from bw1/duckduckgo

[duckduckgo] v0.02

5 years agoautomatic scripts database update for 8b2aeaa03466bea3f39bf1bad68667b7919350f4
Irssi Scripts Helper [Tue, 26 Jan 2021 14:14:53 +0000 (14:14 +0000)]
automatic scripts database update for 8b2aeaa03466bea3f39bf1bad68667b7919350f4

[ci skip]

5 years agoMerge pull request #747 from bw1/ontv2
ailin-nemui [Tue, 26 Jan 2021 14:13:35 +0000 (15:13 +0100)]
Merge pull request #747 from bw1/ontv2

[ontv2]

5 years agoautomatic scripts database update for f07b5acea9ef34f33604648a6da5c902cd82814c
Irssi Scripts Helper [Tue, 26 Jan 2021 13:36:17 +0000 (13:36 +0000)]
automatic scripts database update for f07b5acea9ef34f33604648a6da5c902cd82814c

[ci skip]

5 years agoMerge pull request #756 from bw1/google
ailin-nemui [Tue, 26 Jan 2021 13:22:35 +0000 (14:22 +0100)]
Merge pull request #756 from bw1/google

[google] v2.01

5 years ago[google] v2.01
bw1 [Tue, 26 Jan 2021 12:09:56 +0000 (13:09 +0100)]
[google] v2.01

+ self check

5 years agofix skipping in github actions
Ailin Nemui [Tue, 26 Jan 2021 11:24:39 +0000 (12:24 +0100)]
fix skipping in github actions

update report screenshot

remove travis

[ci skip]

5 years agoautomatic scripts database update for 90e12e732123836a7050309ab7deb249104c75fa
Irssi Scripts Helper [Tue, 26 Jan 2021 11:13:32 +0000 (11:13 +0000)]
automatic scripts database update for 90e12e732123836a7050309ab7deb249104c75fa

[ci skip]

5 years agoMerge pull request #743 from bw1/shorturl
ailin-nemui [Tue, 26 Jan 2021 11:12:39 +0000 (12:12 +0100)]
Merge pull request #743 from bw1/shorturl

[shorturl] update

5 years agoautomatic scripts database update for 795ecb0d0009041926eeb26692f73535eaa61ddb
Irssi Scripts Helper [Tue, 26 Jan 2021 11:07:21 +0000 (11:07 +0000)]
automatic scripts database update for 795ecb0d0009041926eeb26692f73535eaa61ddb

[ci skip]

5 years agofix old-artefacts download in github workflow
Ailin Nemui [Tue, 26 Jan 2021 10:21:14 +0000 (11:21 +0100)]
fix old-artefacts download in github workflow

5 years agoautomatic scripts database update for 802b50013faa3579cd91d3613b521d18a49bc629
Irssi Scripts Helper [Tue, 26 Jan 2021 07:35:12 +0000 (07:35 +0000)]
automatic scripts database update for 802b50013faa3579cd91d3613b521d18a49bc629

[ci skip]

5 years agoMerge pull request #744 from bw1/imdb
ailin-nemui [Tue, 26 Jan 2021 07:21:57 +0000 (08:21 +0100)]
Merge pull request #744 from bw1/imdb

[imdb] v1.03

5 years agoautomatic scripts database update for a350c95fb62dff4054423a624777af1a5230d075
Irssi Scripts Helper [Tue, 26 Jan 2021 07:02:38 +0000 (07:02 +0000)]
automatic scripts database update for a350c95fb62dff4054423a624777af1a5230d075

[ci skip]

5 years agoMerge pull request #755 from ailin-nemui/gh-actions
ailin-nemui [Tue, 26 Jan 2021 06:50:01 +0000 (07:50 +0100)]
Merge pull request #755 from ailin-nemui/gh-actions

[iMPD] fix compile error

5 years ago[iMPD] fix compile error
Ailin Nemui [Mon, 25 Jan 2021 20:56:36 +0000 (21:56 +0100)]
[iMPD] fix compile error

5 years agobetter clean logs in github workflow
Ailin Nemui [Mon, 25 Jan 2021 23:42:55 +0000 (00:42 +0100)]
better clean logs in github workflow

5 years agoautomatic scripts database update for 59c3d706264d1a480fd23ddb038b97d8a8a8ce8f
Irssi Scripts Helper [Mon, 25 Jan 2021 23:34:06 +0000 (23:34 +0000)]
automatic scripts database update for 59c3d706264d1a480fd23ddb038b97d8a8a8ce8f

[ci skip]

5 years agoadd github workflow test
Ailin Nemui [Mon, 25 Jan 2021 18:42:25 +0000 (19:42 +0100)]
add github workflow test

5 years agoautomatic scripts database update for 277adf35fdfa868ef64ea4b24648efbb81ed5fcd
Irssi Scripts Helper [Sun, 24 Jan 2021 21:19:15 +0000 (21:19 +0000)]
automatic scripts database update for 277adf35fdfa868ef64ea4b24648efbb81ed5fcd

[skip ci]

5 years ago[ontv2] new script
bw1 [Mon, 11 Jan 2021 15:49:10 +0000 (16:49 +0100)]
[ontv2] new script

5 years ago[0x0st] v0.04
bw1 [Wed, 13 Jan 2021 16:18:42 +0000 (17:18 +0100)]
[0x0st] v0.04

+ selfcheck

5 years ago[duckduckgo] v0.02
bw1 [Sat, 23 Jan 2021 15:28:49 +0000 (16:28 +0100)]
[duckduckgo] v0.02

+ selfcheck

5 years ago[shorturl] update
bw1 [Fri, 8 Jan 2021 11:10:55 +0000 (12:10 +0100)]
[shorturl] update

- https://metamark.net/
+ self check

5 years ago[imdb] v1.03
bw1 [Fri, 8 Jan 2021 16:12:41 +0000 (17:12 +0100)]
[imdb] v1.03

+ update url
+ self check

5 years ago[fpaste] v0.02
bw1 [Sun, 24 Jan 2021 15:18:01 +0000 (16:18 +0100)]
[fpaste] v0.02

+ self check

5 years agoautomatic scripts database update for a063bc7a5f4cddd686488088d46bc0e9d4009801
Irssi Scripts Helper [Sat, 16 Jan 2021 10:19:28 +0000 (10:19 +0000)]
automatic scripts database update for a063bc7a5f4cddd686488088d46bc0e9d4009801

[skip ci]

5 years agoMerge pull request #751 from bw1/autorealname
ailin-nemui [Sat, 16 Jan 2021 10:17:00 +0000 (11:17 +0100)]
Merge pull request #751 from bw1/autorealname

[autorealname] bug fix

5 years ago[autorealname] bug fix
bw1 [Sat, 16 Jan 2021 08:14:39 +0000 (09:14 +0100)]
[autorealname] bug fix

Can't call method "nick_find" on an undefined value at /path/to/autorealname.pl line 282.

5 years ago[ontv] remove ontv.pl
bw1 [Mon, 11 Jan 2021 16:57:07 +0000 (17:57 +0100)]
[ontv] remove ontv.pl

5 years ago[tvmusor] remove tvmusor.pl
bw1 [Tue, 12 Jan 2021 09:16:50 +0000 (10:16 +0100)]
[tvmusor] remove tvmusor.pl

5 years agoautomatic scripts database update for e99c5abc0d4cf5221e40c457278c645a62f076d1
Irssi Scripts Helper [Mon, 11 Jan 2021 09:17:35 +0000 (09:17 +0000)]
automatic scripts database update for e99c5abc0d4cf5221e40c457278c645a62f076d1

[skip ci]

5 years agoMerge pull request #746 from bw1/inputlength
Jari Matilainen [Mon, 11 Jan 2021 09:15:10 +0000 (10:15 +0100)]
Merge pull request #746 from bw1/inputlength

[inputlength] add help

5 years ago[inputlength] add help
bw1 [Mon, 11 Jan 2021 07:48:06 +0000 (08:48 +0100)]
[inputlength] add help

git clone https://git.99rst.org/PROJECT