Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | added original copy of awayproxy pre-fixing | Tom Feist | 2011-10-09 | 1 | -0/+277 | |
| | | | | | ||||||
* | | | | | WIP: added joinswitch.pl | Tom Feist | 2011-10-02 | 1 | -0/+99 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | joinswitch - either joins a specified channel, or switches to it if you are already joined there. Bit more complicated due to heuristics to match /^#+$channel/. | |||||
* | | | | | added any_time.pl | Tom Feist | 2011-09-24 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds a statusbar item called 'any_time' with a custom time format configuration (with /set any_time_format %H:%M or whatever. Uses standard POSIX strftime formats). | |||||
* | | | | | cleanup linehax a bit. | Tom Feist | 2011-09-24 | 1 | -18/+0 | |
| | | | | | ||||||
* | | | | | added linehax, a proof of concept for altering existing lines with /subs ↵ | Tom Feist | 2011-09-23 | 1 | -0/+176 | |
| |_|_|/ |/| | | | | | | | | | | | s/find/replace/ | |||||
* | | | | If these links don't work I'm going to move to the country and live in the ↵ | Tom Feist | 2011-09-23 | 1 | -80/+87 | |
| | | | | | | | | | | | | | | | | woods. | |||||
* | | | | Actually really truly fixed the urls this time. Honest. | Tom Feist | 2011-09-23 | 1 | -30/+32 | |
| | | | | ||||||
* | | | | Return of the Son of README: finally fix the pesky links (maybe?) | Tom Feist | 2011-09-21 | 1 | -98/+109 | |
| | | | | ||||||
* | | | | fix all the links in the readme to use the right syntax. Meh. | Tom Feist | 2011-09-21 | 1 | -8/+9 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-09-21 | 1 | -5/+0 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Remove deprecated docs | richo | 2011-09-20 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | updated readme with a bunch of todo items. | Tom Feist | 2011-09-21 | 1 | -0/+57 | |
|/ / / | ||||||
* | | | added a delay to the /password function to make the input change show up. | shabble | 2011-08-15 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:shabble/irssi-scripts | shabble | 2011-08-15 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | Updated docs | richo | 2011-08-01 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | added simple demo of input masking for password entry. | shabble | 2011-08-15 | 1 | -0/+125 | |
|/ / / | ||||||
* | | | fixed incorrect signal removal (leading to irssi-crashing loop) in ↵ | Tom Feist | 2011-07-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | documentation for uberprompt | |||||
* | | | fixes bug in notifyquit uberprompt autoload | Tom Feist | 2011-07-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/master' | Tom Feist | 2011-07-20 | 2 | -9/+10 | |
|\ \ \ | ||||||
| * | | | at least on some networks, just a prefix is valid | richo | 2011-07-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Recognise other channel prefixes and characters | richo | 2011-07-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #9 from sm00th/tinyurl-tabcomplete | Tom Feist | 2011-07-18 | 1 | -1/+1 | |
| |\ \ \ | | |_|/ | |/| | | shortening for protocols other than http. defaults to http:// unless specified. | |||||
| | * | | shortening support for protocols other than http(s) | Artem Savkov | 2011-07-14 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | fix https urls shortening | Artem Savkov | 2011-07-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Only attempt join if channel exists | richo | 2011-07-18 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | Retrieve channel data before attempting to work out channel list | richo | 2011-07-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | add additional check to avoid crash if URI doesn't have a 'host' method. | Tom Feist | 2011-07-20 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | changed format reset to format delete for chansetup_footer, to properly ↵ | Tom Feist | 2011-07-18 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | restore it if unset to begin with | |||||
* | | | bit more cleanup on get_format_string | Tom Feist | 2011-07-16 | 1 | -4/+1 | |
| | | | ||||||
* | | | trim out the caller() uglyness, since it's not actually needed for get_format(). | Tom Feist | 2011-07-16 | 1 | -9/+2 | |
| | | | ||||||
* | | | fix code-paths not properly stopping the print text signal | Tom Feist | 2011-07-16 | 1 | -4/+8 | |
| | | | ||||||
* | | | getchan now actually parses the channel data | Tom Feist | 2011-07-16 | 1 | -10/+74 | |
| | | | ||||||
* | | | added a reference to the module names for formats | Tom Feist | 2011-07-16 | 1 | -0/+1 | |
| | | | ||||||
* | | | updated to add PM support, and build filenames more betterly | Tom Feist | 2011-07-16 | 1 | -8/+13 | |
| | | | ||||||
* | | | added getchan to demonstrate how to retrieve, alter and restore a format ↵ | Tom Feist | 2011-07-16 | 1 | -0/+106 | |
|/ / | | | | | | | string for easier parsing | |||||
* | | rebuilt README | Tom Feist | 2011-07-08 | 1 | -1/+3 | |
| | | ||||||
* | | update docs to mention urls file | Tom Feist | 2011-07-08 | 1 | -1/+3 | |
| | | ||||||
* | | load the shorteners list, and check it against the host part of any URIs before | Tom Feist | 2011-07-08 | 1 | -4/+29 | |
| | | | | | | | | attempting a query. Also /longify-reload command to reload list from file. | |||||
* | | added list of shortener domains scraped from ↵ | Tom Feist | 2011-07-08 | 1 | -0/+227 | |
| | | | | | | | | http://bazaar.launchpad.net/~seanmurphy/longurl/trunk/view/head:/libraries/known_services.php | |||||
* | | fix formatting error in POD, hopefully. | Tom Feist | 2011-07-08 | 2 | -6/+6 | |
| | | ||||||
* | | add patches for removing totally, or reducing to 1ms, the Irssi::timeout_add ↵ | Tom Feist | 2011-07-08 | 2 | -0/+54 | |
| | | | | | | | | minimum bound | |||||
* | | update install instructions to mention IrssiX modules, and generate a readme. | Tom Feist | 2011-07-08 | 2 | -1/+88 | |
| | | ||||||
* | | added longify-urls script, to unshorten things automagically. | Tom Feist | 2011-07-08 | 1 | -0/+226 | |
| | | ||||||
* | | fixed _warn that should have been _debug, peth++ | Tom Feist | 2011-07-02 | 1 | -1/+1 | |
| | | ||||||
* | | added start of foreach-guard, a molly-guard for potentially stupid/dangerous ↵ | Tom Feist | 2011-07-02 | 1 | -0/+208 | |
| | | | | | | | | commands. | |||||
* | | ido-mode/ido_switcher: added use warnings; | Tom Feist | 2011-05-25 | 1 | -0/+2 | |
| | | ||||||
* | | rl_history_search: added use warnings, and made load_uberprompt_failed() receive | Tom Feist | 2011-05-25 | 1 | -5/+9 | |
| | | | | | | | | the correct arguments regardless of caller and print the failing script. | |||||
* | | rl_history_search: bugfix in uberprompt autoloading code - signal_remove | Tom Feist | 2011-05-25 | 1 | -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 the | Tom Feist | 2011-05-24 | 1 | -0/+49 | |
| | | | | | | | | inverted I with some configurable thing. | |||||
* | | notifyquit: oops, wrong branch. Now merged to master | Tom Feist | 2011-05-24 | 1 | -1/+1 | |
| | |