]>
git.99rst.org Git - irssi-scripts.irssi.org.git/log
Craig Hammond [Sun, 1 Feb 2015 01:39:38 +0000 (21:39 -0400)]
Will now skip checking urls but still check the rest of the words in the input.
Craig Hammond [Sat, 31 Jan 2015 22:23:08 +0000 (18:23 -0400)]
Prevent urls from generating spelling corrections.
Irssi Scripts Helper [Sat, 31 Jan 2015 12:23:53 +0000 (12:23 +0000)]
automatic scripts database update for
0a864038286abf4086b3ca3cba7ee401396002fa
[skip ci]
Geert Hauwaerts [Sat, 31 Jan 2015 11:56:39 +0000 (12:56 +0100)]
Merge pull request #126 from ailin-nemui/fix_versions
Correctly preserve non-numeric version numbers
Geert Hauwaerts [Sat, 31 Jan 2015 11:55:49 +0000 (12:55 +0100)]
Merge pull request #122 from ailin-nemui/rcs-version-fix
Normalise version info from rcsid
Irssi Scripts Helper [Wed, 28 Jan 2015 15:35:16 +0000 (15:35 +0000)]
automatic scripts database update for
5409e84f3540126acec9fe0f05d7794504a46c55
[skip ci]
Geert Hauwaerts [Wed, 28 Jan 2015 15:00:54 +0000 (16:00 +0100)]
Merge pull request #127 from ailin-nemui/hilightwin_percent
Fix formatting codes in hilightwin
Ailin Nemui [Wed, 28 Jan 2015 13:40:37 +0000 (14:40 +0100)]
Fix formatting codes in hilightwin
Escape any %-code so that it doesn't turn into colours.
Irssi Scripts Helper [Wed, 28 Jan 2015 09:27:18 +0000 (09:27 +0000)]
automatic scripts database update for
75cea409a6fd8d26ea059b31b842dad27616106b
[skip ci]
Geert Hauwaerts [Wed, 28 Jan 2015 09:17:59 +0000 (10:17 +0100)]
Merge pull request #123 from ailin-nemui/send_scroll
Add new script send_scroll.pl
Irssi Scripts Helper [Wed, 28 Jan 2015 09:04:46 +0000 (09:04 +0000)]
automatic scripts database update for
fa5b6140241ebf5d8f216e2e1b17ce94563373b1
[skip ci]
Geert Hauwaerts [Wed, 28 Jan 2015 08:57:15 +0000 (09:57 +0100)]
Merge pull request #117 from michalrus/utf8-rainbow
Use the Encode module in rainbow.pl
Ailin Nemui [Tue, 27 Jan 2015 21:07:16 +0000 (22:07 +0100)]
Correctly preserve non-numeric version numbers
The YAML module that available in the Travis repos does not enforce
marking of numeric-looking variables as strings. When these are parsed
by the github site generator, precision is lost as they are interpreted
numerically (eg. version: 1.10 -> turns into 1.1).
Reported by Vilkku. Fixes #125
Ailin Nemui [Mon, 26 Jan 2015 22:46:22 +0000 (23:46 +0100)]
Add new script send_scroll.pl
The send_scroll script scrolls the window to the end before permitting
to send new messages. Useful in case you like to forget this.
Ailin Nemui [Mon, 26 Jan 2015 21:59:40 +0000 (22:59 +0100)]
Normalise version info from rcsid
Irssi Scripts Helper [Mon, 26 Jan 2015 21:41:25 +0000 (21:41 +0000)]
automatic scripts database update for
7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc
[skip ci]
Alexander Færøy [Mon, 26 Jan 2015 21:09:16 +0000 (22:09 +0100)]
Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml
Initial commit for automated scripts.yaml update
Michal Rus [Tue, 20 Jan 2015 13:16:39 +0000 (13:16 +0000)]
Use the Encode module in rainbow.pl
Before, I was getting:
```
12:55:46 -!- Irssi: Error in script rainbow:
12:55:46 Undefined subroutine &Encode::_utf8_on called at /home/m/.irssi/scripts/autorun/rainbow.pl line 50.
```
Ailin Nemui [Sat, 17 Jan 2015 13:23:25 +0000 (14:23 +0100)]
Mechanical scripts.yaml rewrite
This rewrite was machine-generated by running
perl -MYAML::Tiny=LoadFile,DumpFile -E'
$fn = shift; DumpFile $fn, LoadFile $fn' _data/scripts.yaml
We do this so that future machine-generated updates to the scripts.yaml
file can be tracked
Ailin Nemui [Sun, 18 Jan 2015 01:15:41 +0000 (02:15 +0100)]
Script generation fall-out
A few small commits to fix the script headers which are used to
auto-generate scripts.yaml;
* replace licence with license,
* fix compilation errors due to missing comma,
* fix hiding of information by using `my' instead of `our' / `use
vars`,
* wrong assignment of hash reference to hash
Ailin Nemui [Sat, 17 Jan 2015 17:26:31 +0000 (18:26 +0100)]
Make prereq-scanner more noisy
Avoid stalled builds by outputting the prereq-scanner result.
Ailin Nemui [Sat, 17 Jan 2015 13:13:22 +0000 (14:13 +0100)]
Fix yaml parsing error
Duplicate contact key in scripts.yaml
Ailin Nemui [Sat, 17 Jan 2015 17:57:23 +0000 (18:57 +0100)]
Update README.markdown travis/scripts.yaml
Remove the mention of scripts.yaml as this is now machine-generated.
Add a hint about checking travis result.
Ailin Nemui [Sat, 17 Jan 2015 16:49:19 +0000 (17:49 +0100)]
Extract only required keys from %IRSSI headers
This change will limit the keys in scripts.yaml to a set of explicitly
specified keys, omitting such entries as default_package and changed
Ailin Nemui [Sat, 17 Jan 2015 17:50:58 +0000 (18:50 +0100)]
Disable use of graphical symbols in test report
Github changed their renderer so graphical symbols will stop rendering
altogether if they exceed some number. So we have to go back to plain
text.
David Leadbeater [Tue, 13 Jan 2015 15:01:51 +0000 (15:01 +0000)]
Merge pull request #109 from mniip/isbanned.pl
Added isbanned.pl
mniip [Tue, 13 Jan 2015 14:01:18 +0000 (17:01 +0300)]
Added isbanned.pl
David Leadbeater [Sun, 11 Jan 2015 12:44:27 +0000 (12:44 +0000)]
Merge pull request #107 from dgl/fix-build
Remove access_evermore
David Leadbeater [Sun, 11 Jan 2015 11:43:43 +0000 (11:43 +0000)]
Remove access_evermore.pl, the server it uses is down
(and it blocks which is just silly.)
David Leadbeater [Sat, 10 Jan 2015 18:23:14 +0000 (18:23 +0000)]
Merge pull request #42 from incognico/greetignore
Add greetignore.pl
David Leadbeater [Sat, 10 Jan 2015 18:20:58 +0000 (18:20 +0000)]
Merge pull request #35 from mkroman/add-more-mpd-stats
Add bitrate and volume format directives
David Leadbeater [Sat, 10 Jan 2015 18:07:54 +0000 (18:07 +0000)]
Remove sysinfo_juerd.pl, it's identical to sysinfoplus.pl
David Leadbeater [Sat, 10 Jan 2015 18:02:02 +0000 (18:02 +0000)]
Fix PCI info for kernels without /proc, detect wireless cards too
Thanks Nei for spotting.
David Leadbeater [Sat, 10 Jan 2015 17:50:12 +0000 (17:50 +0000)]
Merge branch 'obfuscoder-perlcritic-e-l' into gh-pages
David Leadbeater [Sat, 10 Jan 2015 17:49:34 +0000 (17:49 +0000)]
Merge branch 'perlcritic-e-l' of git://github.com/obfuscoder/scripts.irssi.org into obfuscoder-perlcritic-e-l
Conflicts:
scripts/eng_no_translate_dpryo.pl
David Leadbeater [Sat, 10 Jan 2015 17:26:59 +0000 (17:26 +0000)]
Merge pull request #83 from obfuscoder/perlcritic-s-z
Fix perlcritic issues for all scripts starting with s to z
David Leadbeater [Sat, 10 Jan 2015 17:00:55 +0000 (17:00 +0000)]
Merge pull request #78 from obfuscoder/perlcritic-a
Fix perlcritic issues for all scripts starting with a
David Leadbeater [Sat, 10 Jan 2015 16:57:01 +0000 (16:57 +0000)]
Merge branch 'gh-pages' of gh:irssi/scripts.irssi.org into gh-pages
Conflicts:
_data/scripts.yaml
Geert Hauwaerts [Wed, 7 Jan 2015 19:07:00 +0000 (20:07 +0100)]
Merge pull request #106 from grawity/cap_sasl-1.10
cap_sasl 1.10: add "/sasl pubkey"
Mantas Mikulėnas [Wed, 7 Jan 2015 05:47:22 +0000 (07:47 +0200)]
cap_sasl 1.10: add "/sasl pubkey"
As users can now generate keys without an external tool, add a command
to dump its public key. (Also useful for verifying that keys generated
*with* external tools are supported – in particular, Crypt::PK::ECC
currently does not support named parameters.)
Misc changes:
- mech ECDSA-NIST256P-CHALLENGE: rename $k to $f
- /sasl keygen: adjust error messages
David Leadbeater [Sun, 4 Jan 2015 19:48:46 +0000 (19:48 +0000)]
Merge pull request #105 from sral/add_slack_emoji
Add slack_emoji.pl
Lars Djerf [Sat, 3 Jan 2015 18:42:44 +0000 (19:42 +0100)]
Add slack_emoji.pl
A script for converting Slack emoji to smileys.
Geert Hauwaerts [Fri, 2 Jan 2015 16:10:47 +0000 (17:10 +0100)]
Merge pull request #104 from bw1/gh-pages
trackbar.pl version 1.7
bw1 [Fri, 2 Jan 2015 13:51:28 +0000 (14:51 +0100)]
trackbar.pl version 1.7
David Leadbeater [Tue, 23 Dec 2014 11:26:05 +0000 (11:26 +0000)]
Remove eng_no_translate_dpryo.pl
(Covers pull requests #2 and #3.)
David Leadbeater [Tue, 23 Dec 2014 11:16:45 +0000 (11:16 +0000)]
Merge pull request #102 from pierrot14/improve_clones_scanner
Fix conditional sub that isn't actually conditional
Pablo Martín Báez Echevarría [Sun, 21 Dec 2014 21:39:13 +0000 (19:39 -0200)]
Fix conditional sub that isn't actually conditional
David Leadbeater [Sun, 21 Dec 2014 19:16:37 +0000 (19:16 +0000)]
Merge pull request #47 from ferret/patch-1
Update go.pl
David Leadbeater [Sun, 21 Dec 2014 19:03:45 +0000 (19:03 +0000)]
Merge pull request #97 from grawity/auth_quakenet
Add auth_quakenet.pl
David Leadbeater [Sun, 21 Dec 2014 19:02:13 +0000 (19:02 +0000)]
Merge pull request #84 from pierrot14/add_clones_scanner
Add clones_scanner.pl
Pablo Martín Báez Echevarría [Sun, 21 Dec 2014 00:35:14 +0000 (22:35 -0200)]
Add clones_scanner.pl
Pablo Martín Báez Echevarría [Sun, 21 Dec 2014 00:25:11 +0000 (22:25 -0200)]
Reorder yaml file in alphabetical order
David Leadbeater [Sat, 20 Dec 2014 19:24:01 +0000 (19:24 +0000)]
Merge pull request #92 from tka1/gh-pages
Make localize.pl use utrace.de
David Leadbeater [Sat, 20 Dec 2014 18:45:14 +0000 (18:45 +0000)]
Merge pull request #101 from aapa/screen_away.pl-styfix
screen_away.pl: $STY won't get changed if sessionname is changed during the session
aapa [Sat, 20 Dec 2014 18:38:24 +0000 (20:38 +0200)]
Updated version number to script and scripts.yml, it was difficult to decide what part I should increase
aapa [Sat, 20 Dec 2014 16:54:59 +0000 (18:54 +0200)]
$STY won't get changed if sessionname is changed during the session, worked around it
Geert Hauwaerts [Fri, 19 Dec 2014 14:38:44 +0000 (15:38 +0100)]
Merge pull request #100 from grawity/cap_sasl-1.9
cap_sasl 1.9: support different cmdchars
Mantas Mikulėnas [Thu, 18 Dec 2014 20:59:16 +0000 (22:59 +0200)]
cap_sasl 1.9: support different cmdchars
Alexander Færøy [Thu, 18 Dec 2014 18:42:33 +0000 (19:42 +0100)]
Merge pull request #98 from ailin-nemui/gh-pages
Explicitly remove the login token from environment
Tom Wesley [Thu, 18 Dec 2014 18:20:04 +0000 (18:20 +0000)]
Merge pull request #99 from grawity/cap_sasl
Add cap_sasl.pl
Mantas Mikulėnas [Thu, 18 Dec 2014 07:12:50 +0000 (09:12 +0200)]
Add cap_sasl.pl
This is a copy of Atheme's `contrib/cap_sasl.pl` 1.8a.
ailin-nemui [Thu, 18 Dec 2014 15:23:38 +0000 (16:23 +0100)]
Explicitly remove the login token from environment
This commit removes the login token explicitly from all sub-scripts that do not require it, improving the accidental spill of secrets discussed in #11
Mantas Mikulėnas [Thu, 18 Dec 2014 06:54:54 +0000 (08:54 +0200)]
Add auth_quakenet.pl
Geert Hauwaerts [Mon, 15 Dec 2014 21:21:35 +0000 (22:21 +0100)]
Merge pull request #82 from josteink/autoop-persistence
Autoop.pl: Add persistence to auto-op'd nicks.
tka [Sat, 6 Dec 2014 10:57:45 +0000 (11:57 +0100)]
Version Update
- Changed Version to last change date
- Added API documentation URL for utrace.de
David Leadbeater [Mon, 1 Dec 2014 20:48:53 +0000 (20:48 +0000)]
Merge pull request #95 from MikeRixWolfe/patch-1
Add rknockout
Mike Rix Wolfe [Mon, 1 Dec 2014 19:40:59 +0000 (13:40 -0600)]
Update scripts.yaml
Updated rainbow.pl entry for v1.6
David Leadbeater [Mon, 1 Dec 2014 19:19:30 +0000 (19:19 +0000)]
Merge pull request #88 from pierrot14/fix-frm_outgmsgs
Fix missing parentheses in frm_outgmsgs.pl
David Leadbeater [Mon, 1 Dec 2014 19:16:56 +0000 (19:16 +0000)]
Merge pull request #93 from srvg/fnotify
import fnotify.pl
Mike Rix Wolfe [Mon, 1 Dec 2014 19:04:58 +0000 (13:04 -0600)]
Add rknockout
Added rknockout function for colorful knockouts.
Serge van Ginderachter [Thu, 27 Nov 2014 17:34:31 +0000 (18:34 +0100)]
fnotify.pl: fixes:
fix proper way to get the irssi-dir
replace unknown err function, and do better error handling
Geert Hauwaerts [Wed, 26 Nov 2014 21:02:41 +0000 (22:02 +0100)]
Merge pull request #91 from michalrus/utf8-rainbow
Support UTF-8 in rainbow.pl
Michal Rus [Sun, 23 Nov 2014 22:50:23 +0000 (22:50 +0000)]
Support UTF-8 in rainbow.pl
Geert Hauwaerts [Wed, 26 Nov 2014 16:30:11 +0000 (17:30 +0100)]
Merge pull request #85 from Makaze/foobar
Added dice_concise.pl
Serge van Ginderachter [Wed, 26 Nov 2014 12:57:28 +0000 (13:57 +0100)]
fnotify.pl: fix perlcritic errors
Serge van Ginderachter [Tue, 25 Nov 2014 20:11:54 +0000 (21:11 +0100)]
fnotif.pl: add entry in scripts.yaml
Signed-off-by: Serge van Ginderachter <redacted>
Serge van Ginderachter [Tue, 25 Nov 2014 20:00:23 +0000 (21:00 +0100)]
fnotify.pl: Strip non-parsed left over codes (Bitlbee otr messages)
Signed-off-by: Serge van Ginderachter <redacted>
James Shubin [Tue, 25 Nov 2014 18:59:07 +0000 (19:59 +0100)]
fnotify.pl: Update to version 0.0.4 by James Shubin
"Implement Consistent output formatting"
Source: https://ttboj.wordpress.com/2013/10/18/desktop-notifications-for-irssi-in-screen-through-ssh-in-gnome-terminal/
Signed-off-by: Serge van Ginderachter <redacted>
Thorsten Leemhuis [Tue, 25 Nov 2014 18:34:33 +0000 (19:34 +0100)]
fnotify.pl: import v0.0.3
Source: http://www.leemhuis.info/files/fnotify/fnotify
Signed-off-by: Serge van Ginderachter <redacted>
tka [Tue, 25 Nov 2014 11:12:20 +0000 (12:12 +0100)]
Make localize.pl use utrace.de
All ipdb providers seem to be dead. Using utrace.de, localizing
actually works again.
tomaw [Wed, 12 Nov 2014 12:23:06 +0000 (12:23 +0000)]
cron.pl: Bump version, update changelog
tomaw [Wed, 12 Nov 2014 12:18:23 +0000 (12:18 +0000)]
cron.pl: load jobs when the script loads
Sam Stoller [Mon, 10 Nov 2014 20:02:36 +0000 (12:02 -0800)]
Add twitter_theme.pl
Jostein Kjønigsen [Fri, 24 Oct 2014 10:54:12 +0000 (12:54 +0200)]
Autoop.pl: Add persistance to auto-op'ed nicks. Bump version.
David Leadbeater [Sun, 9 Nov 2014 20:02:07 +0000 (20:02 +0000)]
Merge pull request #87 from dstftw/countdown-fix-typo
Fix typo sould -> should
Pablo Martín Báez Echevarría [Fri, 7 Nov 2014 15:00:08 +0000 (13:00 -0200)]
Fix missing parentheses in frm_outgmsgs.pl
Sergey M․ [Thu, 6 Nov 2014 14:34:32 +0000 (21:34 +0700)]
Fix typo sould -> should
Makaze [Thu, 30 Oct 2014 21:21:08 +0000 (17:21 -0400)]
Added dice_concise.pl
Obfuscoder [Fri, 24 Oct 2014 21:01:30 +0000 (23:01 +0200)]
Fix perlcritic issues for all scripts starting with s to z
Obfuscoder [Fri, 17 Oct 2014 16:30:46 +0000 (18:30 +0200)]
Fix perlcritic issues for all scripts starting with a
David Leadbeater [Thu, 23 Oct 2014 11:56:04 +0000 (12:56 +0100)]
Merge pull request #79 from obfuscoder/perlcritic-bcd
Fix perlcritic issues for all scripts starting with b,c,d
Obfuscoder [Fri, 17 Oct 2014 18:34:00 +0000 (20:34 +0200)]
Fix perlcritic issues for all scripts starting with b,c,d
David Leadbeater [Mon, 20 Oct 2014 21:46:12 +0000 (22:46 +0100)]
Merge pull request #81 from obfuscoder/perlcritic-m-r
Fix perlcritic issues for all scripts starting with m to r
ferret [Sun, 19 Oct 2014 14:12:04 +0000 (15:12 +0100)]
Update go.pl
bump go.pl version
ferret [Sun, 19 Oct 2014 14:11:13 +0000 (15:11 +0100)]
Update scripts.yaml
bump version of go.pl
Obfuscoder [Sun, 19 Oct 2014 09:54:16 +0000 (11:54 +0200)]
Fix perlcritic issues for all scripts starting with m to r
Obfuscoder [Fri, 17 Oct 2014 20:54:13 +0000 (22:54 +0200)]
Fix perlcritic issues for all scripts starting with e to l
David Leadbeater [Fri, 17 Oct 2014 11:42:10 +0000 (12:42 +0100)]
Merge pull request #59 from obfuscoder/8ball
Fix perlcritic issues in 8ball
David Leadbeater [Fri, 17 Oct 2014 11:40:30 +0000 (12:40 +0100)]
Merge pull request #58 from pierrot14/add_frm_outgmsgs
Add frm_outgmsgs.pl
Obfuscoder [Fri, 17 Oct 2014 10:34:27 +0000 (12:34 +0200)]
Fix perlcritic issues in 8ball