aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed it to actually /join rather than /window goto.Tom Feist2011-01-131-1/+1
* added joinforward: a script to make sure when you try joining a forwaradedTom Feist2011-01-131-0/+54
* pipes: added an example feature test on how to use pipes for non-blockingTom Feist2011-01-123-4/+146
* some dirty hacks to make the package appear as an internal module, LeoNerd++Tom Feist2011-01-091-5/+13
* added new module stub for attemping to extend perl APITom Feist2011-01-098-0/+568
* cloned test module to start work on a useful moduleTom Feist2011-01-098-0/+569
* ido-mode/ido_switcher: added a ido_show_active_first setting to prioritisebare_module_v1.0Tom Feist2011-01-091-8/+17
* module/test: putting my email address on the internets? Great idea!Tom Feist2011-01-091-1/+1
* module/test: documented it a bit better, and add an unload message.Tom Feist2011-01-096-17/+42
* uberprompt: added /help prompt to mimic built-in help stuffs.Tom Feist2011-01-091-0/+47
* uberprompt: switch to _debug_print(), and clean up some unnecessary debugging...Tom Feist2011-01-091-15/+13
* uberprompt: use argument parser to ensure a mode is set for /prompt setTom Feist2011-01-091-7/+40
* make the blasted link absolute to stop GH screwing with me.Tom Feist2011-01-081-1/+1
* fixed broken uberprompt link in readmeTom Feist2011-01-081-1/+1
* updated readme for scripts repoTom Feist2011-01-081-0/+17
* Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-01-081-1/+1
|\
| * - is a valid character in a channel name.Rich Healey2011-01-071-1/+1
* | moved docs/ to https://github.com/shabble/irssi-docsTom Feist2011-01-0860-35999/+0
|/
* Merge branch 'tab_completion'join_password_protected_channelsRich Healey2011-01-051-1/+15
|\
| * Added support for tab completion.Rich Healey2011-01-051-1/+15
* | feature-tests: looking at ways to read from a DATA fh, and redirect normalTom Feist2011-01-012-0/+62
* | docs/General/Internals: start of some documentation of the internals of howTom Feist2011-01-011-0/+48
* | feature_tests/easy_exec: further futile efforts to make a /script exec thatTom Feist2011-01-011-4/+19
* | ido-mode/ido_switcher: added help binding (C-h) since there were getting to b...Tom Feist2011-01-011-1/+47
* | key_test: dumped some key-processing code in there I plan to look at later.Tom Feist2011-01-011-0/+19
* | module_test: The tiny beginnings of an irssi loadable-module (not script) forTom Feist2011-01-019-0/+566
|/
* Merge branch 'dev' of github.com:shabble/irssi-scripts into devTom Feist2011-01-011-0/+4
|\
| * vim_mode: Document cmdchars is not used for mappings.Simon Ruderich2010-11-291-0/+4
* | Uses the channel add [] infracstructure as a datastore.richoH-masterricho2011-01-011-6/+42
* | uberprompt: hopefully a fix for Irssi::Nick not found irssi bug weirdness.Tom Feist2010-12-311-0/+2
* | auto_server: oops, 'setup changed' signal was calling the wrong thing.Tom Feist2010-12-311-1/+1
* | auto_server: bugfix: forgot to remove pending items from queue after joining ...Tom Feist2010-12-311-0/+20
* | auto_server: initial commit - script to handle connecting to various serversTom Feist2010-12-311-0/+152
* | ido_switch: bugfix: visiting active items removes them from the active list.Tom Feist2010-12-311-7/+9
* | ido_switch: more doc and comment fixesTom Feist2010-12-301-8/+20
* | ido_switch: added a bit more documentation on the various bindings.Tom Feist2010-12-301-2/+38
* | ido_switch: general refactor of code for more DRY. Beginning of full listingTom Feist2010-12-301-284/+471
* | ido_switch: create hilight for numbers, and fix bugs with regex match impleme...Tom Feist2010-12-271-11/+19
* | ido_switch: bugfix for match hilighting, more indicator options, general comm...Tom Feist2010-12-251-42/+51
* | ido_switch: fix to only allow numbers that are prefixes.Tom Feist2010-12-231-1/+1
* | ido_switch: searching by number now shows all items having that number as a p...Tom Feist2010-12-231-6/+3
* | ido_switch: hilight individual parts of names that correspond to the searchTom Feist2010-12-231-16/+69
* | ido_switch: make flex matching behave better, and generally clean up theTom Feist2010-12-221-23/+50
* | history-search/rl_history_search: fix to make sure init() is called afterTom Feist2010-12-131-3/+10
* | ido_switch: only use levelclear when necessary (after something has been prin...Tom Feist2010-12-131-0/+3
* | ido_switch: SPC jumps to window without exiting mode, RET no longer sendsTom Feist2010-12-121-2/+12
* | ido_switch: C-e toggles selection of only active windowsTom Feist2010-12-111-4/+35
* | ido_switch: support for numerical selection of windowsTom Feist2010-12-111-1/+4
* | ido_switch: flex_match is now case-insensitiveTom Feist2010-12-111-3/+6
* | tab displays full list in window, select/cancel clears it.Tom Feist2010-12-111-36/+81