aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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 ↵Tom Feist2011-07-242-2/+2
| | | | | | | | | | | | documentation for uberprompt
* | | 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 for protocols other than http. defaults to http:// unless specified.
| | * | 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 ↵Tom Feist2011-07-181-1/+1
|/ / / | | | | | | | | | restore it if unset to begin with
* | | 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
| | |
* | | added a reference to the module names for formatsTom Feist2011-07-161-0/+1
| | |
* | | updated to add PM support, and build filenames more betterlyTom Feist2011-07-161-8/+13
| | |
* | | added getchan to demonstrate how to retrieve, alter and restore a format ↵Tom Feist2011-07-161-0/+106
|/ / | | | | | | string for easier parsing
* | rebuilt READMETom Feist2011-07-081-1/+3
| |
* | update docs to mention urls fileTom Feist2011-07-081-1/+3
| |
* | load the shorteners list, and check it against the host part of any URIs beforeTom Feist2011-07-081-4/+29
| | | | | | | | attempting a query. Also /longify-reload command to reload list from file.
* | added list of shortener domains scraped from ↵Tom Feist2011-07-081-0/+227
| | | | | | | | http://bazaar.launchpad.net/~seanmurphy/longurl/trunk/view/head:/libraries/known_services.php
* | fix formatting error in POD, hopefully.Tom Feist2011-07-082-6/+6
| |
* | add patches for removing totally, or reducing to 1ms, the Irssi::timeout_add ↵Tom Feist2011-07-082-0/+54
| | | | | | | | minimum bound
* | update install instructions to mention IrssiX modules, and generate a readme.Tom Feist2011-07-082-1/+88
| |
* | added longify-urls script, to unshorten things automagically.Tom Feist2011-07-081-0/+226
| |
* | fixed _warn that should have been _debug, peth++Tom Feist2011-07-021-1/+1
| |
* | added start of foreach-guard, a molly-guard for potentially stupid/dangerous ↵Tom Feist2011-07-021-0/+208
| | | | | | | | commands.
* | ido-mode/ido_switcher: added use warnings;Tom Feist2011-05-251-0/+2
| |
* | rl_history_search: added use warnings, and made load_uberprompt_failed() receiveTom Feist2011-05-251-5/+9
| | | | | | | | the correct arguments regardless of caller and print the failing script.
* | rl_history_search: bugfix in uberprompt autoloading code - signal_removeTom Feist2011-05-251-2/+2
| | | | | | | | attempting to remove a nonexistent handler. Thanks to Zed.
* | tab_stop: added tab_stop, a bit of a rework of an old script to replace theTom Feist2011-05-241-0/+49
| | | | | | | | inverted I with some configurable thing.
* | notifyquit: oops, wrong branch. Now merged to masterTom Feist2011-05-241-1/+1
| |
* | brought in changes in readme and deployment stuff from branch where it ↵Tom Feist2011-05-052-0/+140
| | | | | | | | shouldn't have been
* | added colour_test for testing implementations of 256-colour patchesTom Feist2011-05-041-0/+16
| |
* | small documentation fixupTom Feist2011-05-041-0/+5
| |
* | vim-mode/vim_mode: fixed the stupd bugs I missed by not testing. Might possiblyTom Feist2011-04-281-2/+2
| | | | | | | | work now.
* | vim-mode/vim_mode: added new setting: 'esc_buf_timeout',Tom Feist2011-04-281-2/+9
| | | | | | | | | | | | It determines the amount of time between escape being pressed and other keys being assumed to be part of an escape (meta-) sequence. Defaults to 10ms. Be careful changing it.
* | notifyquit: fixed check_watchlist test to pass a channel name, not an object.Tom Feist2011-04-221-1/+1
| |