aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another flagrant abuse of version control because I'm too lazy to stash.Tom Feist2011-12-021-2/+24
|
* Add a whole bunch of un-tracked files that need some looking at.Tom Feist2011-12-024-0/+420
|
* update template with some generic debugging features.Tom Feist2011-11-251-0/+32
|
* added a bunch of feature_test stuff that I've forgotten to add. NothingTom Feist2011-10-113-0/+204
| | | | interesting really.
* added dcc-kill, a very quick hack as a base for building a dcc-spambot killer.Tom Feist2011-10-111-0/+106
|
* added any_time.plTom Feist2011-09-241-0/+37
| | | | | | adds a statusbar item called 'any_time' with a custom time format configuration (with /set any_time_format %H:%M or whatever. Uses standard POSIX strftime formats).
* cleanup linehax a bit.Tom Feist2011-09-241-18/+0
|
* added linehax, a proof of concept for altering existing lines with /subs ↵Tom Feist2011-09-231-0/+176
| | | | s/find/replace/
* added a delay to the /password function to make the input change show up.shabble2011-08-151-3/+7
|
* added simple demo of input masking for password entry.shabble2011-08-151-0/+125
|
* changed format reset to format delete for chansetup_footer, to properly ↵Tom Feist2011-07-181-1/+1
| | | | restore it if unset to begin with
* bit more cleanup on get_format_stringTom Feist2011-07-161-4/+1
|
* trim out the caller() uglyness, since it's not actually needed for get_format().Tom Feist2011-07-161-9/+2
|
* fix code-paths not properly stopping the print text signalTom Feist2011-07-161-4/+8
|
* getchan now actually parses the channel dataTom Feist2011-07-161-10/+74
|
* added a reference to the module names for formatsTom Feist2011-07-161-0/+1
|
* added getchan to demonstrate how to retrieve, alter and restore a format ↵Tom Feist2011-07-161-0/+106
| | | | string for easier parsing
* added colour_test for testing implementations of 256-colour patchesTom Feist2011-05-041-0/+16
|
* feature-tests/key_sig: test to see if there's any useful info in the 'keyboardTom Feist2011-04-221-0/+51
| | | | | | | | created' signals. Answer is no, because it gets initialised befor the perl core, so we're too late to handle the signal. Might be a useful testcase for when I start meddling with multiple keyboards though.
* 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
|