| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
- provide /set sasl_disconnect_on_fail for Irssi 0.8.18
|
|
|
|
|
|
actually appears live
|
|
|
|
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.
|
|
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.
|
|
mh_invite.pl v1.02
|
|
print invites in server, channel, query and active window
|
|
mh_userstatus.pl v1.05
|
|
|
|
|
|
show in channels when users go away/back or oper/deoper
changes:
added /whoa <nick> and /whoo <nick>
code cleanup
|
|
* new format to choose abbreviation character
|
|
mh_sbsplitmode.pl v1.07
|
|
provides a statusbar item showing if your server is in splitmode and /splitmode to show details
changes:
added namespace to MSGLEVEL
code cleanup
|
|
mh_hold_mode.pl v1.05
|
|
Emulation of ircII per-window hold_mode
changes:
moved default settings from hardcoded to irssi settings _default_hold_mode and _default_scroll_always
|
|
bugfix downloading previously downloaded file
|
|
|
|
mh_windowfill.pl v1.07
|
|
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
|
|
|
|
Add autonickprefix.pl sscipt
|
|
try trusty travis beta
|
|
|
|
update scriptassist.pl
|
|
* 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://
|
|
logcompress using IO::Compress::GZip
|
|
/exec
|
|
This will be fixed on the irssi side too.
|
|
mh_hold_mode.pl v1.04
|
|
Fnotify 0.0.6
|
|
|
|
Emulation of ircII per-window hold_mode
changes:
added mh_hold_mode_more_oldstyle and supporting code
added namespace to MSGLEVEL
code cleanup
|
|
mh_userstatus.pl v1.04
|
|
show in channels when users go away/back or oper/deoper
changes:
added changed field to irssi header
|
|
mh_sbuserinfo.pl v1.04
|
|
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
|
|
mh_sbsplitmode.pl v1.06
|
|
Added desktop-notify 1.0.0
|
|
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
|
|
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>
|
|
xdcc_autoget v2.0 :) Now does all bots concurrently
|
|
Fix escaping for active_notice.pl when a line starts with a percent sign
|
|
mh_hold_mode.pl v1.03
|
|
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
|
|
|