summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-02-13Make inhibiting the beep configurablemartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-13Initial checkin of ctrlact scriptmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-08automatic scripts database update for a8b481fc9397867aab9223229b2085503bc98a13Irssi Scripts Helper
[skip ci]
2017-02-08Merge pull request #337 from madduck/go_case-insensitiveailin-nemui
[go.pl] Make matching behaviour configurable
2017-02-08Make anchored string matching configurablemartin f. krafft
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 <madduck@madduck.net>
2017-02-08automatic scripts database update for 47d1dd8015ef08cc3685d5c6370aa2ba0b503492Irssi Scripts Helper
[skip ci]
2017-02-08Merge pull request #341 from madduck/postpone_discard-messagesailin-nemui
[postpone.pl] Subcommand to discard (not flush) messages
2017-02-04Add discard subcommand to drop messagesmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-02-03Make case-sensitivity of match configurablemartin f. krafft
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 <madduck@madduck.net>
2017-02-03automatic scripts database update for b4f72f646e648d2fab92bcf7815a225ea49f8c7bIrssi Scripts Helper
[skip ci]
2017-02-03Merge pull request #339 from madduck/print-signalsailin-nemui
New script to aid with signal inspection
2017-02-03Initial checkin of print_signals scriptmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2017-01-23automatic scripts database update for 0f27bb5aae60b26336600b70290f6da05fe62d7bIrssi Scripts Helper
[skip ci]
2017-01-23Merge pull request #335 from xhebox/patch-1ailin-nemui
desktop-notify.pl: process non-ascii msgs
2017-01-23desktop-notify.pl: bump to 1.0.1xhe
as title
2017-01-23desktop-notify.pl: process non-ascii msgsxhe
irssi-1.0.0 bug found by jimgrape, patched by xhebox. https://github.com/irssi/scripts.irssi.org/issues/334
2017-01-21automatic scripts database update for a447e294bec6ece31ede18480bcde87bd2d54158Irssi Scripts Helper
[skip ci]
2017-01-21Merge pull request #333 from aquanight/perlalias.plailin-nemui
Add perlalias.pl : Provides for quick perl-based commands
2017-01-21Make active server and window item visible to scriptletsThomas Stagner
2017-01-20Add perlalias.pl : Provides for quick perl-based commandsThomas Stagner
2017-01-20automatic scripts database update for 791e5b3cfb0280132e7614b23ef5909bf98c7ce0Irssi Scripts Helper
[skip ci]
2017-01-20Merge pull request #331 from dedeibel/handle_nickserv_on_reconnectailin-nemui
Handle nickserv on reconnect
2017-01-20Invitejoin refactoring of the load and save functionallity as of the ↵dedeibel
nickserv script. Added nicklist empty notice. Validated nick name against being empty.
2017-01-20Nickserv script refactoring, modernized file handling and reused common code ↵dedeibel
parts. Refactoring save file location building to single position. Removing postcmds after deletion of net or nick.
2017-01-20Modernized file opening section. Corrected empty allowed list handling.dedeibel
2017-01-20Removed early exit when writing files which prevented deleting the last ↵dedeibel
entry of a list. Closed files after creating them (touch)
2017-01-17Added allowed users list to invitejoin scriptdedeibel
2017-01-17Added post auth command, for example to trigger a chanserv invitededeibel
2017-01-16automatic scripts database update for 5514004737447f6e5c26e64bf3c2157bdc36cd35Irssi Scripts Helper
[skip ci]
2017-01-16Merge pull request #332 from ailin-nemui/fail_failailin-nemui
exempt cap_sasl_fail, it has been deprecated
2017-01-16exempt cap_sasl_fail, it has been deprecatedAilin Nemui
2017-01-16Merge pull request #330 from ear/disable-autocorrectailin-nemui
Disable auto-correction of the search input
2017-01-13Disable auto-correction of the search inputear
Auto-correction is often disruptive to searches in this field where arbitrary strings are frequently the correct item to search for.
2017-01-12automatic scripts database update for e15bba86dbbb3416bedca37f84965348610e2270Irssi Scripts Helper
[skip ci]
2017-01-12Merge pull request #329 from schtibe/hilite_urlailin-nemui
Simple script that just highlights URLs in public messages
2017-01-12Simple script that just highlights URLs in public messagesStefan Heinemann
2017-01-10automatic scripts database update for 3f3bde14e9878ad2e843a0bfedb28a589b52b3aaIrssi Scripts Helper
[skip ci]
2017-01-10Merge pull request #328 from ailin-nemui/trackbarailin-nemui
update trackbar22 to v2.3
2017-01-09update trackbar22 to v2.3Ailin Nemui
* fix uninitialized warning reported by varazir * add trackbar signals for use in other scripts
2017-01-07automatic scripts database update for 8b85609c0ed46267e376798cd833195f45341e83Irssi Scripts Helper
[skip ci]
2017-01-07Merge pull request #327 from vague666/logcompress_updateailin-nemui
Added unlink to remove the uncompressed log
2017-01-07Forgot to change versionJari Matilainen
2017-01-07Added unlink to remove the uncompressed logJari Matilainen
2016-12-09automatic scripts database update for 4fa07671dd5c4b12e6cb8f7294fd5996901693e8Irssi Scripts Helper
[skip ci]
2016-12-09Merge pull request #323 from IsaacG/new_listchanailin-nemui
New listsort.pl script: order /list by chan size
2016-12-07Reset the list hash cleanly. Avoid deleting key by key.Isaac Good
2016-12-07automatic scripts database update for 9835e818c8d83cf9f8ff97d182d29fd3838ae771Irssi Scripts Helper
[skip ci]
2016-12-07Merge pull request #326 from IsaacG/add_ident.plailin-nemui
Add ident.pl - automatically identify from file-based pws
2016-12-07fix gh apiAilin Nemui
[skip ci]
2016-12-07automatic scripts database update for a37d1aaf6f54f565bca17689187a39ac52fcb1f6Irssi Scripts Helper
[skip ci]