| Commit message (Expand) | Author | Files | Lines |
2011-04-18 | some minimalist pod. | Tom Feist | 1 | -0/+9 |
2011-04-18 | readme: fixed generator to not stomp if multiple files in one dir. Doesn't | Tom Feist | 1 | -27/+50 |
2011-04-14 | template: update with MIT licence and bit more doc stubbing. | Tom Feist | 1 | -3/+30 |
2011-04-13 | exec.pl: using open3, but horribly broken. Still not sure why. | Tom Feist | 1 | -83/+219 |
2011-04-13 | exec.pl: now mostly working with IPC::Open3. Needs cleanup | Tom Feist | 1 | -62/+120 |
2011-04-13 | added exec.pl, a pseudo-replacement for teh native /exec since it's broken and I | Tom Feist | 1 | -0/+248 |
2011-04-09 | redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum. | Tom Feist | 1 | -3/+6 |
2011-04-08 | add sig_unbind as a demonstration of the signal_remove coderef bug, and a patch | Tom Feist | 1 | -0/+58 |
2011-04-01 | signal_redir: general cleanup, and added attribution block %IRSSI | Tom Feist | 1 | -10/+28 |
2011-03-31 | feature-tests: created signal_redir as a stripped down version of cmpusers.pl. | Tom Feist | 1 | -0/+98 |
2011-02-21 | moved testing into its own dir | Tom Feist | 1 | -214/+0 |
2011-02-21 | minor whitespace muddling | Tom Feist | 1 | -6/+8 |
2011-02-20 | mostly functional as script, final comit before transitioning into Test::Irss... | Tom Feist | 1 | -9/+16 |
2011-02-19 | fix for program args: make it a reference | Tom Feist | 1 | -1/+1 |
2011-02-19 | added program args to Wheel::Run | Tom Feist | 1 | -3/+14 |
2011-02-19 | updated auto-testing to ebe able to handle inputs, and partially process the ... | Tom Feist | 1 | -12/+52 |
2011-02-19 | semi-working wrapper for irssi allowing command/keystroke injection. Still need | Tom Feist | 1 | -52/+132 |
2011-02-19 | initial commit, probably about to get blasted. | Tom Feist | 1 | -0/+74 |
2011-01-18 | joinforward/joinforward: a first pass at a script which observes redirection | Tom Feist | 1 | -19/+56 |
2011-01-18 | mroe changes to easy_exec to try to get tab-completion of function names. Works, | Tom Feist | 1 | -27/+32 |
2011-01-18 | signal_logger: an test to determine how signals are fired, and if they are | Tom Feist | 1 | -0/+170 |
2011-01-15 | bindings: added an example of parsing bindings a'la adv_windowlist. needs some | Tom Feist | 1 | -0/+77 |
2011-01-12 | pipes: added an example feature test on how to use pipes for non-blocking | Tom Feist | 3 | -4/+146 |
2011-01-09 | some dirty hacks to make the package appear as an internal module, LeoNerd++ | Tom Feist | 1 | -5/+13 |
2011-01-01 | feature-tests: looking at ways to read from a DATA fh, and redirect normal | Tom Feist | 2 | -0/+62 |
2011-01-01 | feature_tests/easy_exec: further futile efforts to make a /script exec that | Tom Feist | 1 | -4/+19 |
2011-01-01 | key_test: dumped some key-processing code in there I plan to look at later. | Tom Feist | 1 | -0/+19 |
2010-12-04 | easy_exec: add author info block, Dump() function to call Data::Dumper | Tom Feist | 1 | -4/+14 |
2010-12-04 | template: update template with personal details, add additional imports | Tom Feist | 1 | -2/+6 |
2010-12-04 | easy_exec: override /script exec with a function to export all of the Irssi:: | Tom Feist | 1 | -0/+25 |
2010-11-05 | added some feature tests for format expansion | Tom Feist | 2 | -0/+41 |
2010-10-14 | misc: tidying up my working dir | Tom Feist | 4 | -0/+192 |
2010-10-10 | tidied up loading code, added demo of calling func in outer scope | Tom Feist | 2 | -4/+25 |
2010-10-10 | added a brief proof-of-concept for loading/reloading additional functions on the | Tom Feist | 2 | -0/+84 |
2010-10-06 | moved a handy snippet into my feature-tests dir for querying internal signals. | Tom Feist | 1 | -0/+14 |
2010-10-06 | documentation improvements | Tom Feist | 1 | -0/+44 |
2010-10-01 | added a brief snippet showing how to intercept 'print text' signals, and updated | Tom Feist | 1 | -0/+33 |
2010-07-31 | initial add of mirc_colour_popup.pl | Tom Feist | 1 | -0/+31 |
2010-07-24 | moved most tests to feature-tests/ | Tom Feist | 7 | -0/+390 |