| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-08 | Merge branch 'linostar-kban-referrals' into gh-pages | David Leadbeater | |
| 2015-02-07 | automatic scripts database update for 1ccc70265f81082cb951fff20e3348049bed4558 | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-02-07 | Merge pull request #132 from pierrot14/fractional_sec_timer | Geert Hauwaerts | |
| Add support for fractions of seconds in timer.pl | |||
| 2015-02-07 | Add support for fractions of seconds in timer.pl | Pablo Martín Báez Echevarría | |
| 2015-02-07 | enhanced argument parsing to stop potential bugs | linostar | |
| 2015-02-04 | irssi_logger | Aaron Bieber | |
| 2015-02-02 | automatic scripts database update for 8c57dd74f36b0429b725ff2a511ea951376680dd | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-02-02 | Merge pull request #130 from ailin-nemui/localise_vars | David Leadbeater | |
| Localise the $/ special variable. | |||
| 2015-02-02 | Localise 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-01 | automatic scripts database update for f2465c3b8bd82878ac02c9324173e74017bf0c89 | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-02-01 | Merge pull request #129 from jamesoff/fix-people.pl | Tom Wesley | |
| Set record break char to newline when loading config file in people.pl | |||
| 2015-02-01 | Set record break char to newline when loading | James 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-01 | Both $re variables given distinct names. | Craig Hammond | |
| 2015-02-01 | automatic scripts database update for cd5e3c6b33de69f0f9dde3cf42061512931e6069 | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-02-01 | Merge branch 'gh-pages' of git://github.com/lasers/scripts.irssi.org into ↵ | David Leadbeater | |
| gh-pages Conflicts: _data/scripts.yaml | |||
| 2015-01-31 | Will now skip checking urls but still check the rest of the words in the input. | Craig Hammond | |
| 2015-01-31 | Prevent urls from generating spelling corrections. | Craig Hammond | |
| 2015-01-31 | automatic scripts database update for 0a864038286abf4086b3ca3cba7ee401396002fa | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-01-31 | Merge pull request #126 from ailin-nemui/fix_versions | Geert Hauwaerts | |
| Correctly preserve non-numeric version numbers | |||
| 2015-01-31 | Merge pull request #122 from ailin-nemui/rcs-version-fix | Geert Hauwaerts | |
| Normalise version info from rcsid | |||
| 2015-01-28 | automatic scripts database update for 5409e84f3540126acec9fe0f05d7794504a46c55 | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-01-28 | Merge pull request #127 from ailin-nemui/hilightwin_percent | Geert Hauwaerts | |
| Fix formatting codes in hilightwin | |||
| 2015-01-28 | Fix formatting codes in hilightwin | Ailin Nemui | |
| Escape any %-code so that it doesn't turn into colours. | |||
| 2015-01-28 | automatic scripts database update for 75cea409a6fd8d26ea059b31b842dad27616106b | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-01-28 | Merge pull request #123 from ailin-nemui/send_scroll | Geert Hauwaerts | |
| Add new script send_scroll.pl | |||
| 2015-01-28 | automatic scripts database update for fa5b6140241ebf5d8f216e2e1b17ce94563373b1 | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-01-28 | Merge pull request #117 from michalrus/utf8-rainbow | Geert Hauwaerts | |
| Use the Encode module in rainbow.pl | |||
| 2015-01-28 | Correctly preserve non-numeric version numbers | Ailin 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-26 | Add new script send_scroll.pl | Ailin 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-26 | Normalise version info from rcsid | Ailin Nemui | |
| 2015-01-26 | automatic scripts database update for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc | Irssi Scripts Helper | |
| [skip ci] | |||
| 2015-01-26 | Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml | Alexander Færøy | |
| Initial commit for automated scripts.yaml update | |||
| 2015-01-25 | Added kban-referrals.pl | linostar | |
| 2015-01-20 | Use the Encode module in rainbow.pl | Michal 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-18 | Mechanical scripts.yaml rewrite | Ailin 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-18 | Script generation fall-out | Ailin 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-18 | Make prereq-scanner more noisy | Ailin Nemui | |
| Avoid stalled builds by outputting the prereq-scanner result. | |||
| 2015-01-18 | Fix yaml parsing error | Ailin Nemui | |
| Duplicate contact key in scripts.yaml | |||
| 2015-01-18 | Update README.markdown travis/scripts.yaml | Ailin Nemui | |
| Remove the mention of scripts.yaml as this is now machine-generated. Add a hint about checking travis result. | |||
| 2015-01-18 | Extract only required keys from %IRSSI headers | Ailin 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-17 | Fixed order in _data/scripts.yaml | lasers | |
| 2015-01-17 | Disable use of graphical symbols in test report | Ailin 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-16 | Fixed scriptsave.pl | lasers | |
| 2015-01-13 | Merge pull request #109 from mniip/isbanned.pl | David Leadbeater | |
| Added isbanned.pl | |||
| 2015-01-13 | Added isbanned.pl | mniip | |
| 2015-01-11 | Merge pull request #107 from dgl/fix-build | David Leadbeater | |
| Remove access_evermore | |||
| 2015-01-11 | Remove access_evermore.pl, the server it uses is down | David Leadbeater | |
| (and it blocks which is just silly.) | |||
| 2015-01-10 | Merge pull request #42 from incognico/greetignore | David Leadbeater | |
| Add greetignore.pl | |||
| 2015-01-10 | Merge pull request #35 from mkroman/add-more-mpd-stats | David Leadbeater | |
| Add bitrate and volume format directives | |||
| 2015-01-10 | Remove sysinfo_juerd.pl, it's identical to sysinfoplus.pl | David Leadbeater | |
