summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2016-04-04Add logresume.plferret
2016-03-31scripts/chansort_configurable.pl: Make the sort stableÆvar Arnfjörð Bjarmason
You'd have to have your sort function handle munging all the channels or the rest would be in a randomized order, implement a stable sort here and update the example to what I'm now using for my own sort which doesn't munge the position of QUERY windows.
2016-03-29add cap_sasl_fail scriptAilin Nemui
- provide /set sasl_disconnect_on_fail for Irssi 0.8.18
2016-03-22Reformatted printsJere Toivonen
2016-03-22Add replace.plJere Toivonen
2016-03-21Will no longer default to sending e-mails to 'email@email.org' which ↵Tamás Gérczei
actually appears live
2016-03-19new script betterlist.plLiam Hopkins
2016-03-17munge_own_nickname_to_username.pl: Also handle the /me formÆvar Arnfjörð Bjarmason
I didn't think of the nick munger also needing to handle the /me format when I first wrote this, it's a trivial fix so fix that.
2016-03-16Submit my collection of scripts from my dotfiles.gitÆvar Arnfjörð Bjarmason
These are all irssi scripts that I maintain & use myself that I think are useful for general use, none of this has anything hardcoded related to me and when applicable has a configurable interface.
2016-03-06Merge pull request #244 from mh-source/gh-pagesailin-nemui
mh_invite.pl v1.02
2016-03-05mh_invite.pl v1.02mh
print invites in server, channel, query and active window
2016-03-04Merge pull request #242 from mh-source/gh-pagesailin-nemui
mh_userstatus.pl v1.05
2016-03-04Use strictramnes
2016-03-03Add hilightcmdramnes
2016-03-03mh_userstatus.pl v1.05mh
show in channels when users go away/back or oper/deoper changes: added /whoa <nick> and /whoo <nick> code cleanup
2016-02-15adv_windowlist 1.2Ailin Nemui
* new format to choose abbreviation character
2016-02-14Merge pull request #240 from mh-source/gh-pagesailin-nemui
mh_sbsplitmode.pl v1.07
2016-02-13mh_sbsplitmode.pl v1.07mh
provides a statusbar item showing if your server is in splitmode and /splitmode to show details changes: added namespace to MSGLEVEL code cleanup
2016-02-12Merge pull request #239 from mh-source/gh-pagesailin-nemui
mh_hold_mode.pl v1.05
2016-02-11mh_hold_mode.pl v1.05mh
Emulation of ircII per-window hold_mode changes: moved default settings from hardcoded to irssi settings _default_hold_mode and _default_scroll_always
2016-02-09Merge pull request #237 from fullmetal1/gh-pagesailin-nemui
bugfix downloading previously downloaded file
2016-02-09bugfix downloading previously downloaded fileAlex Checca
2016-02-08Merge pull request #235 from mh-source/gh-pagesailin-nemui
mh_windowfill.pl v1.07
2016-02-07mh_windowfill.pl v1.07mh
fill windows so scrolling starts bottom-up instead of top-down (screenshots linked in source) changes: changed url of screenshots because picpaste have a weird definition of forever added namespace to MSGLEVEL
2016-02-06fix build of autonickprefix.plAilin Nemui
2016-02-06Merge pull request #218 from Juerd/gh-pagesailin-nemui
Add autonickprefix.pl sscipt
2016-02-05Merge pull request #232 from ailin-nemui/travis-upailin-nemui
try trusty travis beta
2016-02-05fix doc.pl to make it pass travisAilin Nemui
2016-02-04Merge pull request #231 from ailin-nemui/scriptassist2ailin-nemui
update scriptassist.pl
2016-02-04update scriptassist.plAilin Nemui
* remove prototypes * fix recently introduced 304 error issue * comment out rating commands (service is down since 12 years) * rewrite deprecated hash checks * add name translation (best effort) * do not fail if .pl is given in install command * use more 'strict' and less bareword filehandles * pass through /help * change default sources to https://
2016-02-03Merge pull request #230 from vague666/logcompress_updateailin-nemui
logcompress using IO::Compress::GZip
2016-01-31updated logcompress to use core perl module for compression instead of using ↵Jari Matilainen
/exec
2016-01-29aspell_complete: Fix crash when the dictionary is unsetAilin Nemui
This will be fixed on the irssi side too.
2016-01-27Merge pull request #227 from mh-source/gh-pagesailin-nemui
mh_hold_mode.pl v1.04
2016-01-27Merge pull request #228 from abair/fnotify_0.0.6ailin-nemui
Fnotify 0.0.6
2016-01-26let fnotify reconfig on the flyTyler Abair
2016-01-26mh_hold_mode.pl v1.04mh
Emulation of ircII per-window hold_mode changes: added mh_hold_mode_more_oldstyle and supporting code added namespace to MSGLEVEL code cleanup
2016-01-26Merge pull request #225 from mh-source/gh-pagesailin-nemui
mh_userstatus.pl v1.04
2016-01-24mh_userstatus.pl v1.04mh
show in channels when users go away/back or oper/deoper changes: added changed field to irssi header
2016-01-24Merge pull request #224 from mh-source/gh-pagesailin-nemui
mh_sbuserinfo.pl v1.04
2016-01-23mh_sbuserinfo.pl v1.04mh
statusbar item that shows users and limit info in channels changes: added setting _show_details_difference and supporting code changed _show_warning_limit_percent default from 90 to 95 added changed field to irssi header added a few comments
2016-01-22Merge pull request #223 from mh-source/gh-pagesailin-nemui
mh_sbsplitmode.pl v1.06
2016-01-22Merge pull request #222 from ftonello/desktop-notifyailin-nemui
Added desktop-notify 1.0.0
2016-01-22 mh_sbsplitmode.pl v1.06mh
provides a statusbar item showing if your server is in splitmode and /splitmode to show details changes: added _print/_print_details and supporting code /splitmode now prints stats d unavailable in a bit nicer way now using individual redir numeric events for stats d now does a stats d on netsplit/join added changed field to irssi header
2016-01-22Added desktop-notify 1.0.0Felipe F. Tonello
This script sends notification using the Desktop Notifications Specification. It depends on libnofity, perl-glib-object-introspection and perl-html-parser packages. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2016-01-22Merge pull request #219 from fullmetal1/gh-pagesailin-nemui
xdcc_autoget v2.0 :) Now does all bots concurrently
2016-01-22Merge pull request #220 from nvisser/active_notice/fix-escapingailin-nemui
Fix escaping for active_notice.pl when a line starts with a percent sign
2016-01-22Merge pull request #221 from mh-source/gh-pagesailin-nemui
mh_hold_mode.pl v1.03
2016-01-21mh_hold_mode.pl v1.03mh
Emulation of ircII per-window hold_mode changes: now using 'key send_line' instead of 'gui key pressed' added /help fixed '/hold_mode toggle', it didnt do anything before code cleanup added changed field to irssi header changed url
2016-01-20removed ugly try catchAlex Checca