summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-08Merge branch 'linostar-kban-referrals' into gh-pagesDavid Leadbeater
2015-02-07automatic scripts database update for 1ccc70265f81082cb951fff20e3348049bed4558Irssi Scripts Helper
[skip ci]
2015-02-07Merge pull request #132 from pierrot14/fractional_sec_timerGeert Hauwaerts
Add support for fractions of seconds in timer.pl
2015-02-07Add support for fractions of seconds in timer.plPablo Martín Báez Echevarría
2015-02-07enhanced argument parsing to stop potential bugslinostar
2015-02-04irssi_loggerAaron Bieber
2015-02-02automatic scripts database update for 8c57dd74f36b0429b725ff2a511ea951376680ddIrssi Scripts Helper
[skip ci]
2015-02-02Merge pull request #130 from ailin-nemui/localise_varsDavid Leadbeater
Localise the $/ special variable.
2015-02-02Localise the $/ special variable.Ailin Nemui
Follow-up to #129 to fix all $/ inside the scripts archive. Also fix dejunk to not break scripts using the assumed default. Note, other scripts like cmpchans might still break your scripts due to the global nature of the Perl.
2015-02-01automatic scripts database update for f2465c3b8bd82878ac02c9324173e74017bf0c89Irssi Scripts Helper
[skip ci]
2015-02-01Merge pull request #129 from jamesoff/fix-people.plTom Wesley
Set record break char to newline when loading config file in people.pl
2015-02-01Set record break char to newline when loadingJames Seward
I think another script of mine was breaking it, so people.pl couldn't load its own config file as it thought the whole thing was one massive line.
2015-02-01Both $re variables given distinct names.Craig Hammond
2015-02-01automatic scripts database update for cd5e3c6b33de69f0f9dde3cf42061512931e6069Irssi Scripts Helper
[skip ci]
2015-02-01Merge branch 'gh-pages' of git://github.com/lasers/scripts.irssi.org into ↵David Leadbeater
gh-pages Conflicts: _data/scripts.yaml
2015-01-31Will now skip checking urls but still check the rest of the words in the input.Craig Hammond
2015-01-31Prevent urls from generating spelling corrections.Craig Hammond
2015-01-31automatic scripts database update for 0a864038286abf4086b3ca3cba7ee401396002faIrssi Scripts Helper
[skip ci]
2015-01-31Merge pull request #126 from ailin-nemui/fix_versionsGeert Hauwaerts
Correctly preserve non-numeric version numbers
2015-01-31Merge pull request #122 from ailin-nemui/rcs-version-fixGeert Hauwaerts
Normalise version info from rcsid
2015-01-28automatic scripts database update for 5409e84f3540126acec9fe0f05d7794504a46c55Irssi Scripts Helper
[skip ci]
2015-01-28Merge pull request #127 from ailin-nemui/hilightwin_percentGeert Hauwaerts
Fix formatting codes in hilightwin
2015-01-28Fix formatting codes in hilightwinAilin Nemui
Escape any %-code so that it doesn't turn into colours.
2015-01-28automatic scripts database update for 75cea409a6fd8d26ea059b31b842dad27616106bIrssi Scripts Helper
[skip ci]
2015-01-28Merge pull request #123 from ailin-nemui/send_scrollGeert Hauwaerts
Add new script send_scroll.pl
2015-01-28automatic scripts database update for fa5b6140241ebf5d8f216e2e1b17ce94563373b1Irssi Scripts Helper
[skip ci]
2015-01-28Merge pull request #117 from michalrus/utf8-rainbowGeert Hauwaerts
Use the Encode module in rainbow.pl
2015-01-28Correctly preserve non-numeric version numbersAilin Nemui
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
2015-01-26Add new script send_scroll.plAilin Nemui
The send_scroll script scrolls the window to the end before permitting to send new messages. Useful in case you like to forget this.
2015-01-26Normalise version info from rcsidAilin Nemui
2015-01-26automatic scripts database update for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbcIrssi Scripts Helper
[skip ci]
2015-01-26Merge pull request #115 from ailin-nemui/initial_auto_scripts_yamlAlexander Færøy
Initial commit for automated scripts.yaml update
2015-01-25Added kban-referrals.pllinostar
2015-01-20Use the Encode module in rainbow.plMichal Rus
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. ```
2015-01-18Mechanical scripts.yaml rewriteAilin Nemui
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
2015-01-18Script generation fall-outAilin Nemui
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
2015-01-18Make prereq-scanner more noisyAilin Nemui
Avoid stalled builds by outputting the prereq-scanner result.
2015-01-18Fix yaml parsing errorAilin Nemui
Duplicate contact key in scripts.yaml
2015-01-18Update README.markdown travis/scripts.yamlAilin Nemui
Remove the mention of scripts.yaml as this is now machine-generated. Add a hint about checking travis result.
2015-01-18Extract only required keys from %IRSSI headersAilin Nemui
This change will limit the keys in scripts.yaml to a set of explicitly specified keys, omitting such entries as default_package and changed
2015-01-17Fixed order in _data/scripts.yamllasers
2015-01-17Disable use of graphical symbols in test reportAilin Nemui
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.
2015-01-16Fixed scriptsave.pllasers
2015-01-13Merge pull request #109 from mniip/isbanned.plDavid Leadbeater
Added isbanned.pl
2015-01-13Added isbanned.plmniip
2015-01-11Merge pull request #107 from dgl/fix-buildDavid Leadbeater
Remove access_evermore
2015-01-11Remove access_evermore.pl, the server it uses is downDavid Leadbeater
(and it blocks which is just silly.)
2015-01-10Merge pull request #42 from incognico/greetignoreDavid Leadbeater
Add greetignore.pl
2015-01-10Merge pull request #35 from mkroman/add-more-mpd-statsDavid Leadbeater
Add bitrate and volume format directives
2015-01-10Remove sysinfo_juerd.pl, it's identical to sysinfoplus.plDavid Leadbeater