aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |
* | notifyquit: added additional check for non-channel activities which mayTom Feist2011-04-221-0/+6
| | | | | | | | influence watchlist.
* | merged vague's changes to watchlist. Things should (in theory) work.Tom Feist2011-04-222-28/+38
| | | | | | | | Testers needed.
* | finally fixed link to point at coekies repo.Tom Feist2011-04-222-4/+6
| |
* | history-search/README: linkifying failed, fallin back to GH style linkage.Tom Feist2011-04-222-2/+2
| |
* | history-search/README: see if we can fix the link to coekies original ↵Tom Feist2011-04-222-2/+6
| | | | | | | | history_search
* | history-search/README: fix list formatting and a POD formatting error.Tom Feist2011-04-222-21/+32
| |
* | quit-notify/notifyquit: updated docs & readme to mention that C-c and C-g bothTom Feist2011-04-222-3/+10
| | | | | | | | cancel message
* | Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2011-04-221-6/+9
|\ \ | | | | | | | | | | | | Conflicts: vim-mode/vim_mode.pl
| * | vim-mode: Fix :map displaying <C-H> as mapped to <BS>.Simon Ruderich2011-02-121-0/+2
| | |
| * | vim-mode: Support ^H as BS key.Simon Ruderich2011-01-201-4/+5
| | | | | | | | | | | | | | | | | | Reported by peth. At the moment it's not working for custom mappings though!
* | | Merge branch 'master' into devTom Feist2011-04-2295-806/+9717
|\ \ \
| * | | feature-tests/key_sig: test to see if there's any useful info in the 'keyboardTom Feist2011-04-221-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created' signals. Answer is no, because it gets initialised befor the perl core, so we're too late to handle the signal. Might be a useful testcase for when I start meddling with multiple keyboards though.
| * | | act_hide/act_hide: initial commit of an improved version of hide.pl for managingTom Feist2011-04-221-0/+353
| | | | | | | | | | | | | | | | activity_hide_(targets|level) settings.
| * | | start of Makefile to automate generation of README.pod docs for each scriptTom Feist2011-04-221-0/+42
| | | | | | | | | | | | | | | | with embedded POD.
| * | | vim-mode/vim_mode: FINAL doc update for now. Or Else.Tom Feist2011-04-223-10/+10
| | | |
| * | | vim-mode/vim_mode: docs: missed a bracket.Tom Feist2011-04-222-2/+2
| | | |
| * | | vim-mode/vim_mode: more doc updates about hooks and sbar items.Tom Feist2011-04-222-37/+59
| | | |
| * | | vim-mode/vim_mode: more documentation on how to use uberprompt hooks andTom Feist2011-04-222-2/+136
| | | | | | | | | | | | | | | | expandos to get vim_mode sbar items or variables.
| * | | notifyquit: maybe implemented todo item re: keeping watchlist of channelTom Feist2011-04-221-5/+157
| | | | | | | | | | | | | | | | occupants to minimise false-positive matches. Needs testing though.
| * | | vim-mode/vim_mode: added a new $vim_wins expando to be used instead of theTom Feist2011-04-221-16/+28
| | | | | | | | | | | | | | | | vim_windows statusbar item if desired.
| * | | notifyquit: removed debug prints.Tom Feist2011-04-211-5/+0
| | | |
| * | | * quit-notify/README.pod: added documentation for notifyquit, and generatedTom Feist2011-04-212-0/+182
| | | | | | | | | | | | | | | | readme file.
| * | | notifyquit: added notifyquit_exceptions setting, which takes a space separatedTom Feist2011-04-211-18/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of regular expressions in the form /regex/. If any of the regexen match, the message will be allowed to proceed without the confirmation step. Defaults are: /^https?/ /^ftp/
| * | | uberprompt: added documentation for all the uberprompt settings, including theTom Feist2011-04-182-2/+110
| | | | | | | | | | | | | | | | new uberprompt_*_hook commands. Updated Readme.
| * | | uberprompt: added uberprompt_load_hook and uberprompt_unload_hook settings whichTom Feist2011-04-181-0/+33
| | | | | | | | | | | | | | | | run user-specified commands during uberprompt startup and shutdown.
| * | | vim-mode/vim_mode: added '$vim_cmd_mode' expando that contains the same info asTom Feist2011-04-181-4/+20
| | | | | | | | | | | | | | | | the vim_mode sbar item. Needs some cleanup though