aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add a hacked up version of fnotify that beeps as well as printingricho2011-10-141-0/+136
* | | | | | Another flagrant abuse of version control because I'm too lazy to stash.Tom Feist2011-12-025-27/+134
* | | | | | Add a whole bunch of un-tracked files that need some looking at.Tom Feist2011-12-026-0/+719
* | | | | | renamed foreach-guard to molly-guard and added a bunch of extra todo items. I...Tom Feist2011-12-021-14/+53
* | | | | | added beginnings of flood_detect.pl, a script to perform arbitrary actions onTom Feist2011-11-251-0/+143
* | | | | | TODO: repro & fix bug indicated in comment.Tom Feist2011-11-251-1/+2
* | | | | | update template with some generic debugging features.Tom Feist2011-11-251-0/+32
* | | | | | added growl_notify, as a stub for the growl notification interfaceTom Feist2011-10-241-0/+90
* | | | | | added a bunch of feature_test stuff that I've forgotten to add. NothingTom Feist2011-10-114-0/+292
|/ / / / /
* | | | | added dcc-kill, a very quick hack as a base for building a dcc-spambot killer.Tom Feist2011-10-111-0/+106
* | | | | nicklist: more cleanup - converted logic to use more symbolic constants, fixed aTom Feist2011-10-111-67/+50
* | | | | nicklist: more formatting cleanup, mostly line-wrappingTom Feist2011-10-101-17/+23
* | | | | nicklist: bumped version number, added my contact details to header.Tom Feist2011-10-101-5/+10
* | | | | nicklist: now with support for +a (admin, & sigil), and +q (~ sigil - channel...Tom Feist2011-10-101-87/+88
* | | | | moving a lot of the sigil processing code into tables rather than hardcoded c...Tom Feist2011-10-101-24/+131
* | | | | adding nicklist, with some minor cosmetic cleanup so far.Tom Feist2011-10-102-0/+666
* | | | | awayproxy: more formatting cleanup, some constants for script modes, and aTom Feist2011-10-091-81/+97
* | | | | awayproxy: general tidy-up, rejig config initialisation and change some weirdTom Feist2011-10-091-88/+112
* | | | | added original copy of awayproxy pre-fixingTom Feist2011-10-091-0/+277
* | | | | WIP: added joinswitch.plTom Feist2011-10-021-0/+99
* | | | | added any_time.plTom Feist2011-09-241-0/+37
* | | | | cleanup linehax a bit.Tom Feist2011-09-241-18/+0
* | | | | added linehax, a proof of concept for altering existing lines with /subs s/fi...Tom Feist2011-09-231-0/+176
| |_|_|/ |/| | |
* | | | If these links don't work I'm going to move to the country and live in the wo...Tom Feist2011-09-231-80/+87
* | | | Actually really truly fixed the urls this time. Honest.Tom Feist2011-09-231-30/+32
* | | | Return of the Son of README: finally fix the pesky links (maybe?)Tom Feist2011-09-211-98/+109
* | | | fix all the links in the readme to use the right syntax. Meh.Tom Feist2011-09-211-8/+9
* | | | Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-09-211-5/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove deprecated docsricho2011-09-201-5/+0
* | | | updated readme with a bunch of todo items.Tom Feist2011-09-211-0/+57
|/ / /
* | | added a delay to the /password function to make the input change show up.shabble2011-08-151-3/+7
* | | Merge branch 'master' of github.com:shabble/irssi-scriptsshabble2011-08-151-3/+3
|\ \ \
| * | | Updated docsricho2011-08-011-3/+3
* | | | added simple demo of input masking for password entry.shabble2011-08-151-0/+125
|/ / /
* | | fixed incorrect signal removal (leading to irssi-crashing loop) in documentat...Tom Feist2011-07-242-2/+2
* | | fixes bug in notifyquit uberprompt autoloadTom Feist2011-07-241-1/+1
* | | Merge remote-tracking branch 'origin/master'Tom Feist2011-07-202-9/+10
|\ \ \
| * | | at least on some networks, just a prefix is validricho2011-07-181-1/+1
| * | | Recognise other channel prefixes and charactersricho2011-07-181-2/+2
| * | | Merge pull request #9 from sm00th/tinyurl-tabcompleteTom Feist2011-07-181-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | shortening support for protocols other than http(s)Artem Savkov2011-07-141-1/+1
| | * | fix https urls shorteningArtem Savkov2011-07-131-1/+1
| * | | Only attempt join if channel existsricho2011-07-181-5/+6
| * | | Retrieve channel data before attempting to work out channel listricho2011-07-181-1/+1
* | | | add additional check to avoid crash if URI doesn't have a 'host' method.Tom Feist2011-07-201-1/+6
* | | | changed format reset to format delete for chansetup_footer, to properly resto...Tom Feist2011-07-181-1/+1
|/ / /
* | | bit more cleanup on get_format_stringTom Feist2011-07-161-4/+1
* | | trim out the caller() uglyness, since it's not actually needed for get_format().Tom Feist2011-07-161-9/+2
* | | fix code-paths not properly stopping the print text signalTom Feist2011-07-161-4/+8
* | | getchan now actually parses the channel dataTom Feist2011-07-161-10/+74