]>
git.99rst.org Git - irssi-scripts.irssi.org.git/log
martin f. krafft [Wed, 15 Feb 2017 21:14:05 +0000 (22:14 +0100)]
Properly handle mappings file creation
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 20:46:04 +0000 (21:46 +0100)]
Use croak instead of die
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 03:56:08 +0000 (04:56 +0100)]
Simplify debug output
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 03:43:56 +0000 (04:43 +0100)]
Unify print output
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 03:43:40 +0000 (04:43 +0100)]
Print linenumbers in /ctrlact list output
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 03:34:06 +0000 (04:34 +0100)]
Lower message level of debug output
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 15 Feb 2017 02:08:47 +0000 (03:08 +0100)]
Add ability to match on server tag
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Mon, 13 Feb 2017 10:11:14 +0000 (11:11 +0100)]
Single-line debug output
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Mon, 13 Feb 2017 07:57:36 +0000 (08:57 +0100)]
React to setup reread signal
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Mon, 13 Feb 2017 07:14:12 +0000 (08:14 +0100)]
Make inhibiting the beep configurable
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Sun, 12 Feb 2017 09:19:02 +0000 (10:19 +0100)]
Initial checkin of ctrlact script
Signed-off-by: martin f. krafft <redacted>
Irssi Scripts Helper [Wed, 8 Feb 2017 22:08:27 +0000 (22:08 +0000)]
automatic scripts database update for
a8b481fc9397867aab9223229b2085503bc98a13
[skip ci]
ailin-nemui [Wed, 8 Feb 2017 22:03:29 +0000 (23:03 +0100)]
Merge pull request #337 from madduck/go_case-insensitive
[go.pl] Make matching behaviour configurable
martin f. krafft [Thu, 2 Feb 2017 01:40:44 +0000 (02:40 +0100)]
Make anchored string matching configurable
Introduces two new settings `go_match_anchored` and
`go_complete_anchored` that control whether the search string (the
argument to `/go`) matches only at the start of window/item names (the
default), or anywhere in the names.
Signed-off-by: martin f. krafft <redacted>
Irssi Scripts Helper [Wed, 8 Feb 2017 20:16:59 +0000 (20:16 +0000)]
automatic scripts database update for
47d1dd8015ef08cc3685d5c6370aa2ba0b503492
[skip ci]
ailin-nemui [Wed, 8 Feb 2017 20:12:28 +0000 (21:12 +0100)]
Merge pull request #341 from madduck/postpone_discard-messages
[postpone.pl] Subcommand to discard (not flush) messages
martin f. krafft [Sat, 4 Feb 2017 01:11:54 +0000 (02:11 +0100)]
Add discard subcommand to drop messages
Signed-off-by: martin f. krafft <redacted>
martin f. krafft [Wed, 1 Feb 2017 21:56:07 +0000 (22:56 +0100)]
Make case-sensitivity of match configurable
Introduces two new settings:
- 'go_match_case_sensitive' which, if OFF, causes channel/window names to be
matched case-insensitively.
/go foo → #Foobar
- 'go_complete_case_sensitive' which, if ON, causes channel/window names to be
matched case-sensitively during tab-completion:
/go foo<tab> → will not yield #Foobar
Signed-off-by: martin f. krafft <redacted>
Irssi Scripts Helper [Fri, 3 Feb 2017 09:57:04 +0000 (09:57 +0000)]
automatic scripts database update for
b4f72f646e648d2fab92bcf7815a225ea49f8c7b
[skip ci]
ailin-nemui [Fri, 3 Feb 2017 09:52:17 +0000 (10:52 +0100)]
Merge pull request #339 from madduck/print-signals
New script to aid with signal inspection
martin f. krafft [Thu, 2 Feb 2017 22:47:17 +0000 (11:47 +1300)]
Initial checkin of print_signals script
Signed-off-by: martin f. krafft <redacted>
Irssi Scripts Helper [Mon, 23 Jan 2017 13:58:11 +0000 (13:58 +0000)]
automatic scripts database update for
0f27bb5aae60b26336600b70290f6da05fe62d7b
[skip ci]
ailin-nemui [Mon, 23 Jan 2017 13:53:39 +0000 (14:53 +0100)]
Merge pull request #335 from xhebox/patch-1
desktop-notify.pl: process non-ascii msgs
xhe [Mon, 23 Jan 2017 13:52:29 +0000 (21:52 +0800)]
desktop-notify.pl: bump to 1.0.1
as title
xhe [Mon, 23 Jan 2017 13:47:58 +0000 (21:47 +0800)]
desktop-notify.pl: process non-ascii msgs
irssi-1.0.0
bug found by jimgrape, patched by xhebox.
https://github.com/irssi/scripts.irssi.org/issues/334
Irssi Scripts Helper [Sat, 21 Jan 2017 18:56:08 +0000 (18:56 +0000)]
automatic scripts database update for
a447e294bec6ece31ede18480bcde87bd2d54158
[skip ci]
ailin-nemui [Sat, 21 Jan 2017 18:50:57 +0000 (19:50 +0100)]
Merge pull request #333 from aquanight/perlalias.pl
Add perlalias.pl : Provides for quick perl-based commands
Thomas Stagner [Sat, 21 Jan 2017 12:12:33 +0000 (05:12 -0700)]
Make active server and window item visible to scriptlets
Thomas Stagner [Sat, 21 Jan 2017 00:30:17 +0000 (17:30 -0700)]
Add perlalias.pl : Provides for quick perl-based commands
Irssi Scripts Helper [Fri, 20 Jan 2017 08:58:23 +0000 (08:58 +0000)]
automatic scripts database update for
791e5b3cfb0280132e7614b23ef5909bf98c7ce0
[skip ci]
ailin-nemui [Fri, 20 Jan 2017 08:54:11 +0000 (09:54 +0100)]
Merge pull request #331 from dedeibel/handle_nickserv_on_reconnect
Handle nickserv on reconnect
dedeibel [Tue, 17 Jan 2017 19:26:41 +0000 (20:26 +0100)]
Invitejoin refactoring of the load and save functionallity as of the nickserv script. Added nicklist empty notice. Validated nick name against being empty.
dedeibel [Mon, 16 Jan 2017 23:18:42 +0000 (00:18 +0100)]
Nickserv script refactoring, modernized file handling and reused common code parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.
dedeibel [Mon, 16 Jan 2017 21:54:21 +0000 (22:54 +0100)]
Modernized file opening section. Corrected empty allowed list handling.
dedeibel [Tue, 3 Jan 2017 20:26:25 +0000 (21:26 +0100)]
Removed early exit when writing files which prevented deleting the last entry of a list. Closed files after creating them (touch)
dedeibel [Tue, 3 Jan 2017 20:10:02 +0000 (21:10 +0100)]
Added allowed users list to invitejoin script
dedeibel [Mon, 2 Jan 2017 22:28:47 +0000 (23:28 +0100)]
Added post auth command, for example to trigger a chanserv invite
Irssi Scripts Helper [Mon, 16 Jan 2017 17:13:00 +0000 (17:13 +0000)]
automatic scripts database update for
5514004737447f6e5c26e64bf3c2157bdc36cd35
[skip ci]
ailin-nemui [Mon, 16 Jan 2017 16:48:58 +0000 (17:48 +0100)]
Merge pull request #332 from ailin-nemui/fail_fail
exempt cap_sasl_fail, it has been deprecated
Ailin Nemui [Mon, 16 Jan 2017 15:43:50 +0000 (16:43 +0100)]
exempt cap_sasl_fail, it has been deprecated
ailin-nemui [Mon, 16 Jan 2017 12:20:08 +0000 (13:20 +0100)]
Merge pull request #330 from ear/disable-autocorrect
Disable auto-correction of the search input
ear [Fri, 13 Jan 2017 21:21:47 +0000 (22:21 +0100)]
Disable auto-correction of the search input
Auto-correction is often disruptive to searches in this field where
arbitrary strings are frequently the correct item to search for.
Irssi Scripts Helper [Thu, 12 Jan 2017 13:14:37 +0000 (13:14 +0000)]
automatic scripts database update for
e15bba86dbbb3416bedca37f84965348610e2270
[skip ci]
ailin-nemui [Thu, 12 Jan 2017 13:10:12 +0000 (14:10 +0100)]
Merge pull request #329 from schtibe/hilite_url
Simple script that just highlights URLs in public messages
Stefan Heinemann [Thu, 12 Jan 2017 11:37:37 +0000 (12:37 +0100)]
Simple script that just highlights URLs in public messages
Irssi Scripts Helper [Tue, 10 Jan 2017 08:26:56 +0000 (08:26 +0000)]
automatic scripts database update for
3f3bde14e9878ad2e843a0bfedb28a589b52b3aa
[skip ci]
ailin-nemui [Tue, 10 Jan 2017 08:21:44 +0000 (09:21 +0100)]
Merge pull request #328 from ailin-nemui/trackbar
update trackbar22 to v2.3
Ailin Nemui [Mon, 9 Jan 2017 13:35:07 +0000 (14:35 +0100)]
update trackbar22 to v2.3
* fix uninitialized warning reported by varazir
* add trackbar signals for use in other scripts
Irssi Scripts Helper [Sat, 7 Jan 2017 15:33:03 +0000 (15:33 +0000)]
automatic scripts database update for
8b85609c0ed46267e376798cd833195f45341e83
[skip ci]
ailin-nemui [Sat, 7 Jan 2017 15:28:25 +0000 (16:28 +0100)]
Merge pull request #327 from vague666/logcompress_update
Added unlink to remove the uncompressed log
Jari Matilainen [Sat, 7 Jan 2017 11:52:46 +0000 (11:52 +0000)]
Forgot to change version
Jari Matilainen [Sat, 7 Jan 2017 11:40:40 +0000 (11:40 +0000)]
Added unlink to remove the uncompressed log
Irssi Scripts Helper [Fri, 9 Dec 2016 07:01:55 +0000 (07:01 +0000)]
automatic scripts database update for
4fa07671dd5c4b12e6cb8f7294fd5996901693e8
[skip ci]
ailin-nemui [Fri, 9 Dec 2016 06:56:54 +0000 (07:56 +0100)]
Merge pull request #323 from IsaacG/new_listchan
New listsort.pl script: order /list by chan size
Isaac Good [Wed, 7 Dec 2016 19:32:54 +0000 (11:32 -0800)]
Reset the list hash cleanly. Avoid deleting key by key.
Irssi Scripts Helper [Wed, 7 Dec 2016 13:24:10 +0000 (13:24 +0000)]
automatic scripts database update for
9835e818c8d83cf9f8ff97d182d29fd3838ae771
[skip ci]
ailin-nemui [Wed, 7 Dec 2016 13:19:36 +0000 (14:19 +0100)]
Merge pull request #326 from IsaacG/add_ident.pl
Add ident.pl - automatically identify from file-based pws
Ailin Nemui [Wed, 7 Dec 2016 13:17:21 +0000 (14:17 +0100)]
fix gh api
[skip ci]
Irssi Scripts Helper [Wed, 7 Dec 2016 11:15:14 +0000 (11:15 +0000)]
automatic scripts database update for
a37d1aaf6f54f565bca17689187a39ac52fcb1f6
[skip ci]
ailin-nemui [Wed, 7 Dec 2016 11:10:12 +0000 (12:10 +0100)]
Merge pull request #324 from IsaacG/cleanup_reorder
Clean up my reorder script
Isaac Good [Wed, 7 Dec 2016 02:47:28 +0000 (18:47 -0800)]
Escape . in .layout regexp
Isaac Good [Wed, 7 Dec 2016 02:46:15 +0000 (18:46 -0800)]
Drop remaining tabs
Isaac Good [Wed, 7 Dec 2016 02:45:34 +0000 (18:45 -0800)]
Drop tabs. Read instead of write passwords.
Isaac Good [Wed, 7 Dec 2016 02:44:35 +0000 (18:44 -0800)]
Fix build errors
Isaac Good [Wed, 7 Dec 2016 02:22:39 +0000 (18:22 -0800)]
Support multiple spaces between tag and password
Isaac Good [Wed, 7 Dec 2016 02:20:10 +0000 (18:20 -0800)]
Add ident.pl to auto identify when prompted, using a pw file.
Isaac Good [Wed, 7 Dec 2016 01:53:07 +0000 (17:53 -0800)]
Clean up my reorder script
Isaac Good [Wed, 7 Dec 2016 01:19:56 +0000 (17:19 -0800)]
New listsort.pl script: order /list by chan size
Irssi Scripts Helper [Tue, 15 Nov 2016 21:01:04 +0000 (21:01 +0000)]
automatic scripts database update for
3dcf71818623ccd3cf5dfc0b4ac99d8871805347
[skip ci]
ailin-nemui [Tue, 15 Nov 2016 20:55:55 +0000 (21:55 +0100)]
Merge pull request #317 from ailin-nemui/master
adv_windowlist update to 1.3
Irssi Scripts Helper [Thu, 10 Nov 2016 21:00:04 +0000 (21:00 +0000)]
automatic scripts database update for
c68d4db8394db232f61dd411e55853ddaf1781ed
[skip ci]
ailin-nemui [Thu, 10 Nov 2016 20:54:43 +0000 (21:54 +0100)]
Merge pull request #321 from rud01f/master
Updated rud_emotes.pl script
Irssi Scripts Helper [Thu, 10 Nov 2016 20:53:17 +0000 (20:53 +0000)]
automatic scripts database update for
b1c2a1a5ebd2d0a7f8e431b99666606bd9e08061
[skip ci]
ailin-nemui [Thu, 10 Nov 2016 20:48:10 +0000 (21:48 +0100)]
Merge pull request #319 from mh-source/master
mh_sbuserinfo.pl v1.05
Dawid Ł [Mon, 7 Nov 2016 14:43:52 +0000 (15:43 +0100)]
Update rud_emotes.pl
mh [Mon, 7 Nov 2016 13:57:43 +0000 (14:57 +0100)]
mh_sbuserinfo.pl v1.05
statusbar item that shows users and limit info in channels
changes:
added setting _show_details_oper and supporting code
added setting _format_sep and supportingf code
added setting _format_div and supporting code
added setting _group_begin and _format_group_end and supporting code
added setting _format_mode_oper, _format_mode_op, _format_mode_ho, _format_mode_vo and _format_mode_other, and supporting code
added settting _show_warning_limit_difference and supporting code (changing _show_warning_limit_percent behavior)
changed default of _show_warning_limit_percent from 95 to 0
Ailin Nemui [Tue, 1 Nov 2016 16:15:32 +0000 (17:15 +0100)]
adv_windowlist update to 1.3
- workaround for irssi issue #572
Irssi Scripts Helper [Mon, 31 Oct 2016 14:35:32 +0000 (14:35 +0000)]
automatic scripts database update for
682bcf49381e488c93e765d601590feca5399ed4
[skip ci]
ailin-nemui [Mon, 31 Oct 2016 14:30:19 +0000 (15:30 +0100)]
Merge pull request #314 from pierrot14/fix_aspell
Fix aspell
Irssi Scripts Helper [Mon, 31 Oct 2016 14:24:42 +0000 (14:24 +0000)]
automatic scripts database update for
e2d0dd57954ddca5f4c0b9581dcd48677d032e73
[skip ci]
ailin-nemui [Mon, 31 Oct 2016 14:17:11 +0000 (15:17 +0100)]
Merge pull request #316 from fullmetal1/gh-pages
various bugfixes from many months of usage
Alex Checca [Wed, 26 Oct 2016 23:23:08 +0000 (19:23 -0400)]
various bugfixes from many months of usage
Alex Checca [Wed, 26 Oct 2016 23:17:35 +0000 (19:17 -0400)]
Revert "various bugfixes from many months of usage"
This reverts commit
05a76b2e0f8baf489f667583f8f3972e7927d67c .
Alex Checca [Wed, 26 Oct 2016 21:44:45 +0000 (17:44 -0400)]
various bugfixes from many months of usage
Pablo Báez [Thu, 6 Oct 2016 20:55:58 +0000 (17:55 -0300)]
Jump to next misspelled word when pressing SPC
Pablo Báez [Thu, 6 Oct 2016 20:47:36 +0000 (17:47 -0300)]
Makes the script to count logical characters. Otherwise the cursor isn't moved to the end when special characters are used in the input field.
Irssi Scripts Helper [Mon, 3 Oct 2016 16:56:52 +0000 (16:56 +0000)]
automatic scripts database update for
607dc58b991e27c1b9887006d9b430a9a8ec21e0
[skip ci]
ailin-nemui [Mon, 3 Oct 2016 16:52:15 +0000 (18:52 +0200)]
Merge pull request #313 from wilkowy/iquiz
Added iquiz.pl & iquiz_en.pl
wilk [Mon, 3 Oct 2016 16:26:38 +0000 (18:26 +0200)]
Added iquiz.pl & iquiz_en.pl
iQuiz is a quiz script featuring five types of games: classic Dizzy, Mieszacz, Familiada, Multi (Familiada without teams) and Pomieszany.
iquiz.pl - original script (Polish)
iquiz_en.pl - English translation
Irssi Scripts Helper [Thu, 22 Sep 2016 15:20:31 +0000 (15:20 +0000)]
automatic scripts database update for
14a110ff3bbbc106ebff3548324abd6a40b86bdb
[skip ci]
ailin-nemui [Thu, 22 Sep 2016 15:15:32 +0000 (17:15 +0200)]
Merge pull request #308 from rud01f/rud_emotes
added rud_emotes.pl
Irssi Scripts Helper [Thu, 22 Sep 2016 15:13:31 +0000 (15:13 +0000)]
automatic scripts database update for
37e1aac060d43a47d41bcc91c2ed8b05bbba6fd0
[skip ci]
ailin-nemui [Thu, 22 Sep 2016 15:08:34 +0000 (17:08 +0200)]
Merge pull request #309 from n0vember-/master
FIX: start and realname declaration
Irssi Scripts Helper [Thu, 22 Sep 2016 02:31:34 +0000 (02:31 +0000)]
automatic scripts database update for
2d385c2309c89fd4ca5796732fbb91a57d98d8e8
[skip ci]
ailin-nemui [Thu, 22 Sep 2016 02:26:47 +0000 (04:26 +0200)]
Merge pull request #310 from ailin-nemui/buf-fix
Update buf.pl
Juerd Waalboer [Thu, 22 Sep 2016 00:26:09 +0000 (02:26 +0200)]
Fix disclosure via filesystem
buf.pl restores the scrollbuffer between "/upgrade"s by writing the
contents to a file, and reading that after the new process was spawned.
Through that file, the contents of (private) chat conversations may leak to
other users.
Careful users with a limited umask (e.g. 077) are not affected by this bug.
However, most Linux systems default to a umask of 022, meaning that files
written without further restricting the permissions, are readable by any
user.
This patch sets a safer umask of 077 for the scrollbuffer dump, and will
remove the temporary file after use to further reduce the attack surface.
Additionally, it will remove any remaining temporary scrollbuffer file left
in place, like those written by previous versions of the script.
n0vember- [Tue, 20 Sep 2016 12:26:40 +0000 (14:26 +0200)]
FIX: start and realname declaration
Dawid Ł [Sat, 17 Sep 2016 08:03:31 +0000 (10:03 +0200)]
added rud_emotes.pl
Irssi Scripts Helper [Wed, 14 Sep 2016 06:31:15 +0000 (06:31 +0000)]
automatic scripts database update for
bee419a36dd02eaed92d96e929887d994b62db3d
[skip ci]
ailin-nemui [Wed, 14 Sep 2016 06:25:42 +0000 (08:25 +0200)]
Merge pull request #305 from tslocum/anames
Improve anames nick prefix sorting