aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some minimalist pod.Tom Feist2011-04-181-0/+9
|
* readme: fixed generator to not stomp if multiple files in one dir. Doesn'tTom Feist2011-04-181-27/+50
| | | | auto-display though. Maybe need to generate an index? (But where to store it?)
* template: update with MIT licence and bit more doc stubbing.Tom Feist2011-04-141-3/+30
|
* exec.pl: using open3, but horribly broken. Still not sure why.Tom Feist2011-04-131-83/+219
|
* exec.pl: now mostly working with IPC::Open3. Needs cleanupTom Feist2011-04-131-62/+120
|
* added exec.pl, a pseudo-replacement for teh native /exec since it's broken and ITom Feist2011-04-131-0/+248
| | | | can't figure out why.
* redir-input: test of some internal callback stuff. Which doesn't work. Ho Hum.Tom Feist2011-04-091-3/+6
|
* add sig_unbind as a demonstration of the signal_remove coderef bug, and a patchTom Feist2011-04-081-0/+58
| | | | to fix it.
* signal_redir: general cleanup, and added attribution block %IRSSITom Feist2011-04-011-10/+28
|
* 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.
* moved testing into its own dirTom Feist2011-02-211-214/+0
|
* minor whitespace muddlingTom Feist2011-02-211-6/+8
|
* mostly functional as script, final comit before transitioning into ↵Tom Feist2011-02-201-9/+16
| | | | Test::Irssi module.
* fix for program args: make it a referenceTom Feist2011-02-191-1/+1
|
* added program args to Wheel::RunTom Feist2011-02-191-3/+14
|
* updated auto-testing to ebe able to handle inputs, and partially process the ↵Tom Feist2011-02-191-12/+52
| | | | output.
* semi-working wrapper for irssi allowing command/keystroke injection. Still needTom Feist2011-02-191-52/+132
| | | | to work on the output format though.
* initial commit, probably about to get blasted.Tom Feist2011-02-191-0/+74
|
* joinforward/joinforward: a first pass at a script which observes redirectionTom Feist2011-01-181-19/+56
| | | | messages and automatically overrides /join to point you to the right forwarded channel.
* mroe changes to easy_exec to try to get tab-completion of function names. Works,Tom Feist2011-01-181-27/+32
| | | | but still a bit dumb.
* signal_logger: an test to determine how signals are fired, and if they areTom Feist2011-01-181-0/+170
| | | | nested.
* bindings: added an example of parsing bindings a'la adv_windowlist. needs someTom Feist2011-01-151-0/+77
| | | | attributions and cleanup though
* pipes: added an example feature test on how to use pipes for non-blockingTom Feist2011-01-123-4/+146
| | | | IO. Hope to expand it to include network IO at some point.
* some dirty hacks to make the package appear as an internal module, LeoNerd++Tom Feist2011-01-091-5/+13
|
* feature-tests: looking at ways to read from a DATA fh, and redirect normalTom Feist2011-01-012-0/+62
| | | | command output so it can be parsed.
* feature_tests/easy_exec: further futile efforts to make a /script exec thatTom Feist2011-01-011-4/+19
| | | | exposes all the Irssi exportables into the temp namespace.
* key_test: dumped some key-processing code in there I plan to look at later.Tom Feist2011-01-011-0/+19
|
* easy_exec: add author info block, Dump() function to call Data::DumperTom Feist2010-12-041-4/+14
|
* template: update template with personal details, add additional importsTom Feist2010-12-041-2/+6
|
* easy_exec: override /script exec with a function to export all of the Irssi::Tom Feist2010-12-041-0/+25
| | | | namespace functions for ease of testing.
* added some feature tests for format expansionTom Feist2010-11-052-0/+41
|
* misc: tidying up my working dirTom Feist2010-10-144-0/+192
|
* tidied up loading code, added demo of calling func in outer scopeTom Feist2010-10-102-4/+25
|
* added a brief proof-of-concept for loading/reloading additional functions on theTom Feist2010-10-102-0/+84
| | | | fly from within irssi scripts.
* moved a handy snippet into my feature-tests dir for querying internal signals.Tom Feist2010-10-061-0/+14
|
* documentation improvementsTom Feist2010-10-061-0/+44
|
* added a brief snippet showing how to intercept 'print text' signals, and updatedTom Feist2010-10-011-0/+33
| | | | the signal docs to describe hte behaviour of 'gui print text'
* initial add of mirc_colour_popup.plTom Feist2010-07-311-0/+31
|
* moved most tests to feature-tests/Tom Feist2010-07-247-0/+390