| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Reorder yaml file in alphabetical order | 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-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. | |||
| 2014-12-06 | Version Update | tka | |
| - Changed Version to last change date - Added API documentation URL for utrace.de | |||
| 2014-12-01 | Merge pull request #95 from MikeRixWolfe/patch-1 | David Leadbeater | |
| Add rknockout | |||
| 2014-12-01 | Update scripts.yaml | Mike Rix Wolfe | |
| Updated rainbow.pl entry for v1.6 | |||
| 2014-12-01 | Merge pull request #88 from pierrot14/fix-frm_outgmsgs | David Leadbeater | |
| Fix missing parentheses in frm_outgmsgs.pl | |||
| 2014-12-01 | Merge pull request #93 from srvg/fnotify | David Leadbeater | |
| import fnotify.pl | |||
| 2014-11-25 | fnotif.pl: add entry in scripts.yaml | Serge van Ginderachter | |
| Signed-off-by: Serge van Ginderachter <serge@vanginderachter.be> | |||
| 2014-11-10 | Add twitter_theme.pl | Sam Stoller | |
| 2014-11-09 | Autoop.pl: Add persistance to auto-op'ed nicks. Bump version. | Jostein Kjønigsen | |
| 2014-11-07 | Fix missing parentheses in frm_outgmsgs.pl | Pablo Martín Báez Echevarría | |
| 2014-10-30 | Added dice_concise.pl | Makaze | |
| 2014-10-19 | Update scripts.yaml | ferret | |
| bump version of go.pl | |||
| 2014-10-17 | Merge pull request #59 from obfuscoder/8ball | David Leadbeater | |
| Fix perlcritic issues in 8ball | |||
| 2014-10-17 | Fix perlcritic issues in 8ball | Obfuscoder | |
| 2014-10-17 | Add frm_outgmsgs.pl | Pablo Martín Báez Echevarría | |
| 2014-10-14 | Merge pull request #54 from pierrot14/update_unicode | David Leadbeater | |
| Update unicode.pl | |||
| 2014-10-13 | Merge pull request #48 from pierrot14/fix_u | David Leadbeater | |
| Fix u.pl | |||
| 2014-10-13 | Update version number in the script and the yaml file | Pablo Martín Báez Echevarría | |
| 2014-10-13 | Increment version in scripts too | Örjan Persson | |
| 2014-10-13 | Actually 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-13 | Merge pull request #40 from jcvernaleo/tmuxaway | David Leadbeater | |
| Add tmux_away.pl | |||
| 2014-10-13 | Merge pull request #24 from tslocum/newscripts | David Leadbeater | |
| Add scripts autoclearinput and winnum | |||
| 2014-10-13 | Update unicode.pl | Pablo Martín Báez Echevarría | |
| 2014-09-24 | Merge pull request #39 from dwfreed/gh-pages | tomaw | |
| qchallengeauth: QuakeNet Q auth script | |||
| 2014-09-07 | Add greetignore.pl | Nico R. Wohlgemuth | |
| 2014-08-28 | Add tmux_away.pl | John C. Vernaleo | |
| 2014-08-23 | qchallengeauth: QuakeNet Q auth script | Douglas Freed | |
| 2014-08-22 | Up version to 1.3, fix filename for oopsie.pl | David Leadbeater | |
| 2014-08-20 | Fixed socket not timing out at specified interval | Mikkel Kroman | |
| 2014-08-20 | Add bitrate and volume format directives | Mikkel Kroman | |
| 2014-08-19 | Merge pull request #33 from dgl/oopsie | tomaw | |
| Add oopsie.pl | |||
| 2014-08-19 | Merge pull request #29 from aibor/enhanced_mpd.pl | tomaw | |
| Enhanced mpd.pl | |||
| 2014-08-13 | Add oopsie.pl | David Leadbeater | |
| 2014-08-13 | Encode as UTF-8 when sending over the pipe | David Leadbeater | |
| Fixes script error when the title has unicode in it. | |||
| 2014-08-11 | Add urlinfo | David Leadbeater | |
| 2014-08-09 | Enhanced mpd.pl | Tobias 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-07 | Change modified timestamps to match the old "changed" value | dequis | |
| 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-07 | Fix typos in metadata key names of several scripts | dequis | |
| 2014-08-07 | Remove unused/custom fields from scripts.yaml | dequis | |
| 2014-08-07 | Remove "changed" field from scripts.yaml and scripts.dmp output | dequis | |
| 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 | |||
| 2014-08-07 | Fix weird spacing in the yaml due to perl parsing mistakes | dequis | |
| Also some weird trailing commas inside values | |||
| 2014-08-05 | Fix yaml parsing error introduced by the noticelogic PR | dequis | |
