summaryrefslogtreecommitdiffstats
path: root/_testing
AgeCommit message (Collapse)Author
2017-03-18[topicsed] a small correctionbw1
2017-03-17[hitcount] re arrange the scriptbw1
2017-03-17[hddtemp] a small correctionbw1
2017-03-16Merge pull request #369 from bw1/quizgrailin-nemui
[quizgr] a small correction
2017-03-16[quizgr] a small correctionbw1
2017-03-15[randaway] a small correctionbw1
2017-03-15fix small bug with empty commandsAilin Nemui
2017-03-14autocommit script commandsAilin Nemui
2017-03-14throw error in case of failureAilin Nemui
2017-03-12[page-c0ffee] a small correctionbw1
2017-03-07Merge pull request #362 from bw1/colorkickailin-nemui
[colorkick] declare $VERSION %IRSSI
2017-03-07Merge pull request #361 from bw1/pagerailin-nemui
[pager] declaration $VERSION %IRSSI
2017-03-07[colorkick] declare $VERSION %IRSSIbw1
2017-03-06Merge pull request #360 from bw1/translitailin-nemui
translit
2017-03-06[pager] declaration $VERSION %IRSSIbw1
2017-03-06translitbw1
delete translit from whitelist
2017-03-06dccselfbw1
delete dccself from the whitelist
2017-01-16exempt cap_sasl_fail, it has been deprecatedAilin Nemui
2016-08-18Merge pull request #296 from ailin-nemui/testing-configailin-nemui
test desktop-notify, remove dictcomplete and scriptassist from blacklist
2016-08-18update branch nameAilin Nemui
2016-08-17test desktop-notify, remove dictcomplete and scriptassist from blacklistAilin Nemui
2016-05-20make mail.pl compile againAilin Nemui
2016-02-06better package detection for multi-scriptsAilin Nemui
2016-02-04try trusty travis betaAilin Nemui
2016-01-22Added desktop-notify 1.0.0Felipe F. Tonello
This script sends notification using the Desktop Notifications Specification. It depends on libnofity, perl-glib-object-introspection and perl-html-parser packages. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
2015-11-28clean up whitelistAilin Nemui
2015-11-27_testing/config.yml: add cap_sasl.pl to the whitelistdequis
2015-11-17fix missing modification datesAilin Nemui
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-18Make prereq-scanner more noisyAilin Nemui
Avoid stalled builds by outputting the prereq-scanner 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-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.
2014-06-24Add travis testing to Irssi scripts.Ailin Nemui