summaryrefslogtreecommitdiffstats
path: root/_data/scripts.yaml
AgeCommit message (Collapse)Author
2015-01-07cap_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-03Add slack_emoji.plLars Djerf
A script for converting Slack emoji to smileys.
2015-01-02trackbar.pl version 1.7bw1
2014-12-23Remove eng_no_translate_dpryo.plDavid Leadbeater
(Covers pull requests #2 and #3.)
2014-12-21Fix conditional sub that isn't actually conditionalPablo Martín Báez Echevarría
2014-12-21Merge pull request #47 from ferret/patch-1David Leadbeater
Update go.pl
2014-12-21Merge pull request #97 from grawity/auth_quakenetDavid Leadbeater
Add auth_quakenet.pl
2014-12-20Add clones_scanner.plPablo Martín Báez Echevarría
2014-12-20Reorder yaml file in alphabetical orderPablo Martín Báez Echevarría
2014-12-20Merge pull request #92 from tka1/gh-pagesDavid Leadbeater
Make localize.pl use utrace.de
2014-12-20Updated version number to script and scripts.yml, it was difficult to decide ↵aapa
what part I should increase
2014-12-18cap_sasl 1.9: support different cmdcharsMantas Mikulėnas
2014-12-18Add cap_sasl.plMantas Mikulėnas
This is a copy of Atheme's `contrib/cap_sasl.pl` 1.8a.
2014-12-18Add auth_quakenet.plMantas Mikulėnas
2014-12-15Merge pull request #82 from josteink/autoop-persistenceGeert Hauwaerts
Autoop.pl: Add persistence to auto-op'd nicks.
2014-12-06Version Updatetka
- Changed Version to last change date - Added API documentation URL for utrace.de
2014-12-01Merge pull request #95 from MikeRixWolfe/patch-1David Leadbeater
Add rknockout
2014-12-01Update scripts.yamlMike Rix Wolfe
Updated rainbow.pl entry for v1.6
2014-12-01Merge pull request #88 from pierrot14/fix-frm_outgmsgsDavid Leadbeater
Fix missing parentheses in frm_outgmsgs.pl
2014-12-01Merge pull request #93 from srvg/fnotifyDavid Leadbeater
import fnotify.pl
2014-11-25fnotif.pl: add entry in scripts.yamlSerge van Ginderachter
Signed-off-by: Serge van Ginderachter <serge@vanginderachter.be>
2014-11-09Autoop.pl: Add persistance to auto-op'ed nicks. Bump version.Jostein Kjønigsen
2014-11-07Fix missing parentheses in frm_outgmsgs.plPablo Martín Báez Echevarría
2014-10-30Added dice_concise.plMakaze
2014-10-19Update scripts.yamlferret
bump version of go.pl
2014-10-17Merge pull request #59 from obfuscoder/8ballDavid Leadbeater
Fix perlcritic issues in 8ball
2014-10-17Fix perlcritic issues in 8ballObfuscoder
2014-10-17Add frm_outgmsgs.plPablo Martín Báez Echevarría
2014-10-14Merge pull request #54 from pierrot14/update_unicodeDavid Leadbeater
Update unicode.pl
2014-10-13Merge pull request #48 from pierrot14/fix_uDavid Leadbeater
Fix u.pl
2014-10-13Update version number in the script and the yaml filePablo Martín Báez Echevarría
2014-10-13Increment version in scripts tooÖrjan Persson
2014-10-13Actually work with HTTP linksÖrjan Persson
URL paths starts with a leading slash. These are now stripped away to work the same way as URI's are handled.
2014-10-13Merge pull request #40 from jcvernaleo/tmuxawayDavid Leadbeater
Add tmux_away.pl
2014-10-13Merge pull request #24 from tslocum/newscriptsDavid Leadbeater
Add scripts autoclearinput and winnum
2014-10-13Update unicode.plPablo Martín Báez Echevarría
2014-09-24Merge pull request #39 from dwfreed/gh-pagestomaw
qchallengeauth: QuakeNet Q auth script
2014-08-28Add tmux_away.plJohn C. Vernaleo
2014-08-23qchallengeauth: QuakeNet Q auth scriptDouglas Freed
2014-08-22Up version to 1.3, fix filename for oopsie.plDavid Leadbeater
2014-08-19Merge pull request #33 from dgl/oopsietomaw
Add oopsie.pl
2014-08-19Merge pull request #29 from aibor/enhanced_mpd.pltomaw
Enhanced mpd.pl
2014-08-13Add oopsie.plDavid Leadbeater
2014-08-13Encode as UTF-8 when sending over the pipeDavid Leadbeater
Fixes script error when the title has unicode in it.
2014-08-11Add urlinfoDavid Leadbeater
2014-08-09Enhanced mpd.plTobias Böhm
- Added new format directives for album name and time - Added support for password authentication - Minor regex edits - Bump to version 0.6
2014-08-07Change modified timestamps to match the old "changed" valuedequis
Started doing it manually, then realized it would take forever. Threw together an extremely shitty python script using dateutil.parser and made it output sed code, because yaml libraries don't know the concept of in-place editing, they just rewrite the damn thing. The script itself is too awful and non-reusable to publish, the only part worth mentioning is the sed output, a bunch of lines like this: /^ filename: "xmms.pl"/ {n; s/2008-05-17 17:39:09/2004-01-15 00:00:00/} The "n" command grabs the next line. That was neat. Scripts with modified date after 2011 weren't touched - most of the incorrect dates are 2008 or 2009. I reviewed the dateutil parsed dates - that library is really good.
2014-08-07Fix typos in metadata key names of several scriptsdequis
2014-08-07Remove unused/custom fields from scripts.yamldequis
2014-08-07Remove "changed" field from scripts.yaml and scripts.dmp outputdequis
A few reasons: - It had an horribly inconsistent date format - Some of them were just "$VERSION" or "none" - It's redundant with the "modified" field - scriptassist.pl never actually used that field