summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-04-29Script to convert privmsg to notice for selected nicksfimojoha
2015-04-29Script to suggest slack-mention versions of nicks when completingfimojoha
2015-04-25automatic scripts database update for 9e4cb3828ae1cedb61df56a41cc89df1d53d03a9Irssi Scripts Helper
[skip ci]
2015-04-25Merge pull request #139 from antiharmonic/gh-pagesAlexander Færøy
Update blowjob.pl
2015-04-23Merge pull request #1 from antiharmonic/antiharmonic-blowjob-updateJacob Christie
Update blowjob.pl
2015-04-22Update blowjob.plJacob Christie
Update for compatibility with current Crypt::CBC
2015-04-16automatic scripts database update for 302f88999f8e931363326b981a1eead10f790317Irssi Scripts Helper
[skip ci]
2015-04-16Simplify act.pl to make it cleanerDavid Leadbeater
2015-02-25Merge pull request #136 from grawity/q_usernameGeert Hauwaerts
q_username: remove, no longer needed with modern Irssi
2015-02-25q_username: remove, no longer needed with modern IrssiMantas Mikulėnas
2015-02-20automatic scripts database update for ec3a6ad83528d3e93cdab3b18a68688bdf398665Irssi Scripts Helper
[skip ci]
2015-02-20Merge pull request #135 from ailin-nemui/scriptassistDavid Leadbeater
Fix scriptassist broken on unload
2015-02-20Fix scriptassist broken on unloadAilin Nemui
This is a regression introduced in c5ad61b4b0166f7cb769f23dfece2a5d4e62bd6e where one `defined' statement got removed in error while cleaning up warnings. Fixes #134
2015-02-08automatic scripts database update for 29a98982ce8f2e26398fe4a7c6fdc403b51ba86dIrssi Scripts Helper
[skip ci]
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-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-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-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