| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | notifyquit: fix stupid syntax error in regex. | Tom Feist | 2011-04-01 | 1 | -31/+31 |
| * | | | modify all scripts to use the new script_is_loaded() function, since newer | Tom Feist | 2011-04-01 | 5 | -39/+9 |
| * | | | signal_redir: general cleanup, and added attribution block %IRSSI | Tom Feist | 2011-04-01 | 1 | -10/+28 |
| * | | | uberprompt: added brace-truncation bug to BUGS section in comments. | Tom Feist | 2011-04-01 | 1 | -0/+2 |
| * | | | added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar be... | Tom Feist | 2011-04-01 | 1 | -0/+169 |
| * | | | feature-tests: created signal_redir as a stripped down version of cmpusers.pl. | Tom Feist | 2011-03-31 | 1 | -0/+98 |
| * | | | uberprompt: add script developer notes and stealable code loading snippet to | Tom Feist | 2011-03-31 | 1 | -0/+56 |
| * | | | patch to fix irssi bug #795, although useless because it's already fixed in | Tom Feist | 2011-03-31 | 1 | -0/+32 |
| * | | | ido-mode/ido_switcher: last one, I promise! | Tom Feist | 2011-03-19 | 1 | -1/+1 |
| * | | | ido-mode/ido_switcher: oops again, try using the actual hash key. Maybe even | Tom Feist | 2011-03-19 | 1 | -3/+3 |
| * | | | ido-mode/ido_switcher: oops, /win goto, not just /win <num> | Tom Feist | 2011-03-19 | 1 | -1/+1 |
| * | | | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-03-19 | 2 | -59/+139 |
| |\ \ \ |
|
| | * | | | vim-mode/tests.pl: Add first real tests: h l 0 ^ $ <Space> <BS> f t. | Simon Ruderich | 2011-03-05 | 2 | -59/+139 |
| * | | | | ido-mode/ido_switcher: switch by refnum by default, since /win goto doesn't | Tom Feist | 2011-03-19 | 1 | -2/+10 |
| |/ / / |
|
| * | | | testing: adapted rudi's vim_mode insert test to new format. seems to work fine. | Tom Feist | 2011-03-04 | 1 | -0/+43 |
| * | | | testing: mostly working TAP output, test.pl uses TAP::Harness to run tests. now | Tom Feist | 2011-03-04 | 5 | -43/+116 |
| * | | | working with TAP::Harness | Tom Feist | 2011-03-04 | 5 | -82/+35 |
| * | | | testing: cleaned up a lot of the testing logic. Subtests are now reported at ... | Tom Feist | 2011-03-04 | 5 | -57/+170 |
| * | | | Test::Irssi::Test - whitespace cleanup | Tom Feist | 2011-03-04 | 1 | -13/+22 |
| * | | | readme: updated to give a brief description of the various bits of the repo. | Tom Feist | 2011-03-04 | 1 | -0/+81 |
| * | | | vim-mode/vim_mode: make :mapped commands use appropriate context when calling | Tom Feist | 2011-03-04 | 1 | -7/+27 |
| * | | | Merge branch 'master' of github.com:shabble/irssi-scripts | Tom Feist | 2011-03-01 | 4 | -0/+88 |
| |\ \ \ |
|
| | * | | | vim-mode: Add tests.pl. | Simon Ruderich | 2011-03-01 | 1 | -0/+48 |
| | * | | | vim-mode: Add irssi configuration directory used for testing. | Simon Ruderich | 2011-03-01 | 3 | -0/+40 |
| * | | | | uberprompt: updated docs to clarify $uber variable, and polish help stirngs. | Tom Feist | 2011-03-01 | 2 | -5/+124 |
| |/ / / |
|
| * | | | added other tests | Tom Feist | 2011-02-28 | 4 | -3/+83 |
| * | | | refactor everything to make tests more test-like. | Tom Feist | 2011-02-28 | 4 | -42/+47 |
| * | | | random checkin, thinks are a bit in flux and about to change greatly so I'm | Tom Feist | 2011-02-26 | 5 | -63/+204 |
| * | | | lots of work moving things around so it mostly works. Hooray | Tom Feist | 2011-02-26 | 7 | -108/+231 |
| * | | | added T:I:T as the base object for creating tests with. | Tom Feist | 2011-02-26 | 1 | -0/+10 |
| * | | | defined check to prevent a warning in flush_input_buffer() [thanks DE1] | Tom Feist | 2011-02-24 | 1 | -1/+1 |
| * | | | more work on testing system for irssi. Most of the screenscraping now works, | Tom Feist | 2011-02-24 | 7 | -80/+260 |
| * | | | added test and launcher script | Tom Feist | 2011-02-21 | 2 | -0/+51 |
| * | | | mostly working except for callback handling. Removed original auto-testing | Tom Feist | 2011-02-21 | 4 | -130/+199 |
| * | | | added a gitignore for generated stuff and other pointless cruft | Tom Feist | 2011-02-21 | 1 | -0/+5 |
| * | | | start of a test. Only checks if things load, but that's proving hard enogh s... | Tom Feist | 2011-02-21 | 1 | -3/+5 |
| * | | | moving a whole bunch of code around into a modular sort of thing. Still a bi... | Tom Feist | 2011-02-21 | 6 | -140/+231 |
| * | | | start of makign this a proper module | Tom Feist | 2011-02-21 | 7 | -19/+183 |
| * | | | modified gitignore to ignore compilation products from modules/ subdirs | Tom Feist | 2011-02-21 | 1 | -0/+2 |
| * | | | moved testing into its own dir | Tom Feist | 2011-02-21 | 1 | -0/+0 |
| * | | | minor whitespace muddling | Tom Feist | 2011-02-21 | 1 | -6/+8 |
| * | | | mostly functional as script, final comit before transitioning into Test::Irss... | Tom Feist | 2011-02-20 | 1 | -9/+16 |
| * | | | fix for program args: make it a reference | Tom Feist | 2011-02-19 | 1 | -1/+1 |
| * | | | added program args to Wheel::Run | Tom Feist | 2011-02-19 | 1 | -3/+14 |
| * | | | added a 'overlay' loadable module that's hopefully going to do osme dirty dirty | Tom Feist | 2011-02-19 | 5 | -14/+36 |
| * | | | updated auto-testing to ebe able to handle inputs, and partially process the ... | Tom Feist | 2011-02-19 | 1 | -12/+52 |
| * | | | semi-working wrapper for irssi allowing command/keystroke injection. Still need | Tom Feist | 2011-02-19 | 1 | -52/+132 |
| * | | | initial commit, probably about to get blasted. | Tom Feist | 2011-02-19 | 1 | -0/+74 |
| * | | | added module 'overlay' to test out some ideas for fiddling with curses widget... | Tom Feist | 2011-02-19 | 8 | -0/+543 |
| * | | | added some detail on FSM for input control, and how to detect <esc> sequences. | Tom Feist | 2011-02-19 | 1 | -18/+55 |