| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | signal_logger: an test to determine how signals are fired, and if they are | Tom Feist | 2011-01-18 | 1 | -0/+170 |
* | ido-mode/ido_switcher: added C-k to close windows without exiting mode | Tom Feist | 2011-01-15 | 1 | -1/+16 |
* | bindings: added an example of parsing bindings a'la adv_windowlist. needs some | Tom Feist | 2011-01-15 | 1 | -0/+77 |
* | changed it to actually /join rather than /window goto. | Tom Feist | 2011-01-13 | 1 | -1/+1 |
* | added joinforward: a script to make sure when you try joining a forwaraded | Tom Feist | 2011-01-13 | 1 | -0/+54 |
* | pipes: added an example feature test on how to use pipes for non-blocking | Tom Feist | 2011-01-12 | 3 | -4/+146 |
* | some dirty hacks to make the package appear as an internal module, LeoNerd++ | Tom Feist | 2011-01-09 | 1 | -5/+13 |
* | added new module stub for attemping to extend perl API | Tom Feist | 2011-01-09 | 8 | -0/+568 |
* | cloned test module to start work on a useful module | Tom Feist | 2011-01-09 | 8 | -0/+569 |
* | ido-mode/ido_switcher: added a ido_show_active_first setting to prioritisebare_module_v1.0 | Tom Feist | 2011-01-09 | 1 | -8/+17 |
* | module/test: putting my email address on the internets? Great idea! | Tom Feist | 2011-01-09 | 1 | -1/+1 |
* | module/test: documented it a bit better, and add an unload message. | Tom Feist | 2011-01-09 | 6 | -17/+42 |
* | uberprompt: added /help prompt to mimic built-in help stuffs. | Tom Feist | 2011-01-09 | 1 | -0/+47 |
* | uberprompt: switch to _debug_print(), and clean up some unnecessary debugging... | Tom Feist | 2011-01-09 | 1 | -15/+13 |
* | uberprompt: use argument parser to ensure a mode is set for /prompt set | Tom Feist | 2011-01-09 | 1 | -7/+40 |
* | make the blasted link absolute to stop GH screwing with me. | Tom Feist | 2011-01-08 | 1 | -1/+1 |
* | fixed broken uberprompt link in readme | Tom Feist | 2011-01-08 | 1 | -1/+1 |
* | updated readme for scripts repo | Tom Feist | 2011-01-08 | 1 | -0/+17 |
* | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-01-08 | 1 | -1/+1 |
|\ |
|
| * | - is a valid character in a channel name. | Rich Healey | 2011-01-07 | 1 | -1/+1 |
* | | moved docs/ to https://github.com/shabble/irssi-docs | Tom Feist | 2011-01-08 | 60 | -35999/+0 |
|/ |
|
* | Merge branch 'tab_completion'join_password_protected_channels | Rich Healey | 2011-01-05 | 1 | -1/+15 |
|\ |
|
| * | Added support for tab completion. | Rich Healey | 2011-01-05 | 1 | -1/+15 |
* | | feature-tests: looking at ways to read from a DATA fh, and redirect normal | Tom Feist | 2011-01-01 | 2 | -0/+62 |
* | | docs/General/Internals: start of some documentation of the internals of how | Tom Feist | 2011-01-01 | 1 | -0/+48 |
* | | feature_tests/easy_exec: further futile efforts to make a /script exec that | Tom Feist | 2011-01-01 | 1 | -4/+19 |
* | | ido-mode/ido_switcher: added help binding (C-h) since there were getting to b... | Tom Feist | 2011-01-01 | 1 | -1/+47 |
* | | key_test: dumped some key-processing code in there I plan to look at later. | Tom Feist | 2011-01-01 | 1 | -0/+19 |
* | | module_test: The tiny beginnings of an irssi loadable-module (not script) for | Tom Feist | 2011-01-01 | 9 | -0/+566 |
|/ |
|
* | Merge branch 'dev' of github.com:shabble/irssi-scripts into dev | Tom Feist | 2011-01-01 | 1 | -0/+4 |
|\ |
|
| * | vim_mode: Document cmdchars is not used for mappings. | Simon Ruderich | 2010-11-29 | 1 | -0/+4 |
* | | Uses the channel add [] infracstructure as a datastore.richoH-master | richo | 2011-01-01 | 1 | -6/+42 |
* | | uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness. | Tom Feist | 2010-12-31 | 1 | -0/+2 |
* | | auto_server: oops, 'setup changed' signal was calling the wrong thing. | Tom Feist | 2010-12-31 | 1 | -1/+1 |
* | | auto_server: bugfix: forgot to remove pending items from queue after joining ... | Tom Feist | 2010-12-31 | 1 | -0/+20 |
* | | auto_server: initial commit - script to handle connecting to various servers | Tom Feist | 2010-12-31 | 1 | -0/+152 |
* | | ido_switch: bugfix: visiting active items removes them from the active list. | Tom Feist | 2010-12-31 | 1 | -7/+9 |
* | | ido_switch: more doc and comment fixes | Tom Feist | 2010-12-30 | 1 | -8/+20 |
* | | ido_switch: added a bit more documentation on the various bindings. | Tom Feist | 2010-12-30 | 1 | -2/+38 |
* | | ido_switch: general refactor of code for more DRY. Beginning of full listing | Tom Feist | 2010-12-30 | 1 | -284/+471 |
* | | ido_switch: create hilight for numbers, and fix bugs with regex match impleme... | Tom Feist | 2010-12-27 | 1 | -11/+19 |
* | | ido_switch: bugfix for match hilighting, more indicator options, general comm... | Tom Feist | 2010-12-25 | 1 | -42/+51 |
* | | ido_switch: fix to only allow numbers that are prefixes. | Tom Feist | 2010-12-23 | 1 | -1/+1 |
* | | ido_switch: searching by number now shows all items having that number as a p... | Tom Feist | 2010-12-23 | 1 | -6/+3 |
* | | ido_switch: hilight individual parts of names that correspond to the search | Tom Feist | 2010-12-23 | 1 | -16/+69 |
* | | ido_switch: make flex matching behave better, and generally clean up the | Tom Feist | 2010-12-22 | 1 | -23/+50 |
* | | history-search/rl_history_search: fix to make sure init() is called after | Tom Feist | 2010-12-13 | 1 | -3/+10 |
* | | ido_switch: only use levelclear when necessary (after something has been prin... | Tom Feist | 2010-12-13 | 1 | -0/+3 |
* | | ido_switch: SPC jumps to window without exiting mode, RET no longer sends | Tom Feist | 2010-12-12 | 1 | -2/+12 |
* | | ido_switch: C-e toggles selection of only active windows | Tom Feist | 2010-12-11 | 1 | -4/+35 |