| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-12 | Add credstore.pl (#51) | Geert Hauwaerts | |
| Add credstore.pl (#51) | |||
| 2015-06-12 | Merge pull request #128 from chamm/spellcheckfix | Geert Hauwaerts | |
| spellcheck.pl - Fix for urls | |||
| 2015-04-22 | Update blowjob.pl | Jacob Christie | |
| Update for compatibility with current Crypt::CBC | |||
| 2015-04-16 | Simplify act.pl to make it cleaner | David Leadbeater | |
| 2015-02-25 | q_username: remove, no longer needed with modern Irssi | Mantas Mikulėnas | |
| 2015-02-20 | Fix scriptassist broken on unload | Ailin Nemui | |
| This is a regression introduced in c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement got removed in error while cleaning up warnings. Fixes #134 | |||
| 2015-02-08 | Merge branch 'linostar-kban-referrals' into gh-pages | David Leadbeater | |
| 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-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 | 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 | 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 | Merge pull request #122 from ailin-nemui/rcs-version-fix | Geert Hauwaerts | |
| Normalise version info from rcsid | |||
| 2015-01-28 | Fix formatting codes in hilightwin | Ailin Nemui | |
| Escape any %-code so that it doesn't turn into colours. | |||
| 2015-01-28 | Merge pull request #123 from ailin-nemui/send_scroll | Geert Hauwaerts | |
| Add new script send_scroll.pl | |||
| 2015-01-28 | Merge pull request #117 from michalrus/utf8-rainbow | Geert Hauwaerts | |
| Use the Encode module in rainbow.pl | |||
| 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-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 | 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-16 | Fixed scriptsave.pl | lasers | |
| 2015-01-13 | Added isbanned.pl | mniip | |
| 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 | |
| 2015-01-10 | Fix PCI info for kernels without /proc, detect wireless cards too | David Leadbeater | |
| Thanks Nei for spotting. | |||
| 2015-01-10 | Merge branch 'perlcritic-e-l' of ↵ | David Leadbeater | |
| git://github.com/obfuscoder/scripts.irssi.org into obfuscoder-perlcritic-e-l Conflicts: scripts/eng_no_translate_dpryo.pl | |||
| 2015-01-10 | Merge pull request #83 from obfuscoder/perlcritic-s-z | David Leadbeater | |
| Fix perlcritic issues for all scripts starting with s to z | |||
| 2015-01-10 | Merge pull request #78 from obfuscoder/perlcritic-a | David Leadbeater | |
| Fix perlcritic issues for all scripts starting with a | |||
| 2015-01-10 | Merge branch 'gh-pages' of gh:irssi/scripts.irssi.org into gh-pages | David Leadbeater | |
| Conflicts: _data/scripts.yaml | |||
| 2015-01-07 | cap_sasl 1.10: add "/sasl pubkey" | Mantas Mikulėnas | |
| 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 | |||
| 2015-01-03 | Add slack_emoji.pl | Lars Djerf | |
| A script for converting Slack emoji to smileys. | |||
| 2015-01-02 | trackbar.pl version 1.7 | bw1 | |
| 2014-12-23 | Remove eng_no_translate_dpryo.pl | David Leadbeater | |
| (Covers pull requests #2 and #3.) | |||
| 2014-12-21 | Fix conditional sub that isn't actually conditional | Pablo Martín Báez Echevarría | |
| 2014-12-21 | Merge pull request #47 from ferret/patch-1 | David Leadbeater | |
| Update go.pl | |||
| 2014-12-21 | Merge pull request #97 from grawity/auth_quakenet | David Leadbeater | |
| Add auth_quakenet.pl | |||
| 2014-12-20 | Add clones_scanner.pl | Pablo Martín Báez Echevarría | |
| 2014-12-20 | Merge pull request #92 from tka1/gh-pages | David Leadbeater | |
| Make localize.pl use utrace.de | |||
| 2014-12-20 | Updated version number to script and scripts.yml, it was difficult to decide ↵ | aapa | |
| what part I should increase | |||
| 2014-12-20 | $STY won't get changed if sessionname is changed during the session, worked ↵ | aapa | |
| around it | |||
| 2014-12-18 | cap_sasl 1.9: support different cmdchars | Mantas Mikulėnas | |
| 2014-12-18 | Add cap_sasl.pl | Mantas Mikulėnas | |
| This is a copy of Atheme's `contrib/cap_sasl.pl` 1.8a. | |||
| 2014-12-18 | Add auth_quakenet.pl | Mantas Mikulėnas | |
| 2014-12-15 | Merge pull request #82 from josteink/autoop-persistence | Geert Hauwaerts | |
| Autoop.pl: Add persistence to auto-op'd nicks. | |||
