aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | vim_mode: C-c cancels ex mode. Start of <Leader> variable support.Tom Feist2011-04-061-3/+14
| | | |
| * | | vim-mode: minimal ex-mode tab-completion. Completes provided only the currentTom Feist2011-04-081-1/+9
| | | | | | | | | | | | | | | | prefix allows only 1 unique completion.
| * | | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patchTom Feist2011-04-082-0/+80
| | | | | | | | | | | | | | | | to fix it.
| * | | notifyquit: add 'ftp' to the blacklist since it's a common prefix which isTom Feist2011-04-081-1/+1
| |/ / | | | | | | | | | (hopefully) unlikely to be a nick.
| * | vim_mode: ex_hist documentation additions and cleanup.Tom Feist2011-04-061-7/+16
| | |
| * | vim_mode: fix ambiguous shift warning.ex_historyTom Feist2011-04-061-1/+1
| | |
| * | vim_mode: added history support to Ex mode. Can be scrolled backwards andTom Feist2011-04-061-17/+127
| | | | | | | | | | | | forwards using the arrow keys, and :eh shows the current history.
| * | vim_mode: minor cleanup of constantsTom Feist2011-04-061-8/+8
| | |
| * | input_overlay: cleanup, and work towards better region support.Tom Feist2011-04-061-51/+137
| | |
| * | vim-mode: modify init sequence to bind (default) commands after settings areTom Feist2011-04-061-7/+13
| | | | | | | | | | | | loaded, otherwise lots of undef errors
| * | updated readme with brief synopsis of notifyquit.Tom Feist2011-04-011-0/+7
| | |
| * | notifyquit: kill the debug print that sneaked past.Tom Feist2011-04-011-1/+0
| | |
| * | Bah. more fixing of script_is_loaded.Tom Feist2011-04-015-5/+5
| | |
| * | notifyquit: flippy-floppy some logic for clarity.Tom Feist2011-04-011-4/+3
| | |
| * | uberprompt: general cleanupTom Feist2011-04-011-10/+6
| | |
| * | uberprompt: fix brace handling bugTom Feist2011-04-011-3/+5
| | |
| * | notifyquit: fix stupid syntax error in regex.Tom Feist2011-04-011-31/+31
| | |
| * | modify all scripts to use the new script_is_loaded() function, since newerTom Feist2011-04-015-39/+9
| | | | | | | | | | | | versions of perl get upset at defined(%hash).
| * | signal_redir: general cleanup, and added attribution block %IRSSITom Feist2011-04-011-10/+28
| | |
| * | uberprompt: added brace-truncation bug to BUGS section in comments.Tom Feist2011-04-011-0/+2
| | |
| * | added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar ↵Tom Feist2011-04-011-0/+169
| | | | | | | | | | | | better.
| * | feature-tests: created signal_redir as a stripped down version of cmpusers.pl.Tom Feist2011-03-311-0/+98
| | | | | | | | | | | | Hopefully a useful starting point for people wanting remote command info.
| * | uberprompt: add script developer notes and stealable code loading snippet toTom Feist2011-03-311-0/+56
| | | | | | | | | | | | documentation at the top of the script.
| * | patch to fix irssi bug #795, although useless because it's already fixed inTom Feist2011-03-311-0/+32
| | | | | | | | | | | | latest trunk irssi. Preserved for posterity
| * | ido-mode/ido_switcher: last one, I promise!Tom Feist2011-03-191-1/+1
| | |
| * | ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe evenTom Feist2011-03-191-3/+3
| | | | | | | | | | | | test it first?!
| * | ido-mode/ido_switcher: oops, /win goto, not just /win <num>Tom Feist2011-03-191-1/+1
| | |
| * | Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-03-192-59/+139
| |\ \
| | * | vim-mode/tests.pl: Add first real tests: h l 0 ^ $ <Space> <BS> f t.Simon Ruderich2011-03-052-59/+139
| | | | | | | | | | | | | | | | | | | | Merge testing/tests/003-vim-mode.t with vim-mode/tests.pl and remove it from testing/.
| * | | ido-mode/ido_switcher: switch by refnum by default, since /win goto doesn'tTom Feist2011-03-191-2/+10
| |/ / | | | | | | | | | accept a tag or server argument.
| * | testing: adapted rudi's vim_mode insert test to new format. seems to work fine.Tom Feist2011-03-041-0/+43
| | |
| * | testing: mostly working TAP output, test.pl uses TAP::Harness to run tests. nowTom Feist2011-03-045-43/+116
| | | | | | | | | | | | we just need some tests.
| * | working with TAP::HarnessTom Feist2011-03-045-82/+35
| | |
| * | testing: cleaned up a lot of the testing logic. Subtests are now reported at ↵Tom Feist2011-03-045-57/+170
| | | | | | | | | | | | the end.
| * | Test::Irssi::Test - whitespace cleanupTom Feist2011-03-041-13/+22
| | |
| * | readme: updated to give a brief description of the various bits of the repo.Tom Feist2011-03-041-0/+81
| | |
| * | vim-mode/vim_mode: make :mapped commands use appropriate context when callingTom Feist2011-03-041-7/+27
| | | | | | | | | | | | irssi commands.
| * | Merge branch 'master' of github.com:shabble/irssi-scriptsTom Feist2011-03-014-0/+88
| |\ \
| | * | vim-mode: Add tests.pl.Simon Ruderich2011-03-011-0/+48
| | | |
| | * | vim-mode: Add irssi configuration directory used for testing.Simon Ruderich2011-03-013-0/+40
| | | | | | | | | | | | | | | | Contains default configuration with vim-mode statusbars.
| * | | uberprompt: updated docs to clarify $uber variable, and polish help stirngs.Tom Feist2011-03-012-5/+124
| |/ /
| * | added other testsTom Feist2011-02-284-3/+83
| | |
| * | refactor everything to make tests more test-like.Tom Feist2011-02-284-42/+47
| | |
| * | random checkin, thinks are a bit in flux and about to change greatly so I'mTom Feist2011-02-265-63/+204
| | | | | | | | | | | | checkpinting them
| * | lots of work moving things around so it mostly works. HoorayTom Feist2011-02-267-108/+231
| | |
| * | added T:I:T as the base object for creating tests with.Tom Feist2011-02-261-0/+10
| | |
| * | defined check to prevent a warning in flush_input_buffer() [thanks DE1]Tom Feist2011-02-241-1/+1
| | |
| * | more work on testing system for irssi. Most of the screenscraping now works,Tom Feist2011-02-247-80/+260
| | | | | | | | | | | | trying to finalise an API for actual testing usage.
| * | added test and launcher scriptTom Feist2011-02-212-0/+51
| | |
| * | mostly working except for callback handling. Removed original auto-testingTom Feist2011-02-214-130/+199
| | | | | | | | | | | | script. Started work on some more tests