summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
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-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-20$STY won't get changed if sessionname is changed during the session, worked ↵aapa
around it
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-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-12-01Add rknockoutMike Rix Wolfe
Added rknockout function for colorful knockouts.
2014-11-27fnotify.pl: fixes:Serge van Ginderachter
fix proper way to get the irssi-dir replace unknown err function, and do better error handling
2014-11-26Merge pull request #91 from michalrus/utf8-rainbowGeert Hauwaerts
Support UTF-8 in rainbow.pl
2014-11-26Support UTF-8 in rainbow.plMichal Rus
2014-11-26Merge pull request #85 from Makaze/foobarGeert Hauwaerts
Added dice_concise.pl
2014-11-26fnotify.pl: fix perlcritic errorsSerge van Ginderachter
2014-11-25fnotify.pl: Strip non-parsed left over codes (Bitlbee otr messages)Serge van Ginderachter
Signed-off-by: Serge van Ginderachter <serge@vanginderachter.be>
2014-11-25fnotify.pl: Update to version 0.0.4 by James ShubinJames Shubin
"Implement Consistent output formatting" Source: https://ttboj.wordpress.com/2013/10/18/desktop-notifications-for-irssi-in-screen-through-ssh-in-gnome-terminal/ Signed-off-by: Serge van Ginderachter <serge@vanginderachter.be>
2014-11-25fnotify.pl: import v0.0.3Thorsten Leemhuis
Source: http://www.leemhuis.info/files/fnotify/fnotify Signed-off-by: Serge van Ginderachter <serge@vanginderachter.be>
2014-11-25Make localize.pl use utrace.detka
All ipdb providers seem to be dead. Using utrace.de, localizing actually works again.
2014-11-12cron.pl: Bump version, update changelogtomaw
2014-11-12cron.pl: load jobs when the script loadstomaw
2014-11-10Add twitter_theme.plSam Stoller
2014-11-09Autoop.pl: Add persistance to auto-op'ed nicks. Bump version.Jostein Kjønigsen
2014-11-09Merge pull request #87 from dstftw/countdown-fix-typoDavid Leadbeater
Fix typo sould -> should
2014-11-07Fix missing parentheses in frm_outgmsgs.plPablo Martín Báez Echevarría
2014-11-06Fix typo sould -> shouldSergey M․
2014-10-30Added dice_concise.plMakaze
2014-10-24Fix perlcritic issues for all scripts starting with s to zObfuscoder
2014-10-24Fix perlcritic issues for all scripts starting with aObfuscoder
2014-10-23Merge pull request #79 from obfuscoder/perlcritic-bcdDavid Leadbeater
Fix perlcritic issues for all scripts starting with b,c,d
2014-10-22Fix perlcritic issues for all scripts starting with b,c,dObfuscoder
2014-10-19Update go.plferret
bump go.pl version
2014-10-19Fix perlcritic issues for all scripts starting with m to rObfuscoder
2014-10-19Fix perlcritic issues for all scripts starting with e to lObfuscoder
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-13Make the pointed correctionsPablo Martín Báez Echevarría
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-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-10-02use hipchat v2 api via WebService::HipChatBrock Wilcox