Thu, 31 Dec 2015 13:24:41 +0000 Matthew Wild main: Switch to socket.gettime for higher accuracy timestamps in machine-readable logs changeset | files
Thu, 17 Dec 2015 14:25:33 +0000 Matthew Wild client.lua: Handle unexpected disconnects in the middle of a test changeset | files
Thu, 17 Dec 2015 14:25:09 +0000 Matthew Wild main.lua: Whitespace fix changeset | files
Thu, 17 Dec 2015 14:24:57 +0000 Matthew Wild main.lua: Error on unknown command-line options changeset | files
Thu, 17 Dec 2015 14:24:19 +0000 Matthew Wild main.lua: Add support for JSON log output to a file, for a machine-readable transcript of the test results changeset | files
Fri, 11 Dec 2015 17:19:30 +0000 Matthew Wild main.lua: Command-line processing, and a way to set connect_host/connect_port from the command-line changeset | files
Fri, 11 Dec 2015 17:18:40 +0000 Matthew Wild main.lua: Print blank line between actions for easier reading changeset | files
Tue, 03 Nov 2015 18:37:38 +0100 Kim Alvefur main: Change shebang to LuaJIT changeset | files
Tue, 03 Nov 2015 18:36:39 +0100 Kim Alvefur scansion.objects.client: Pause connection before resuming async processing changeset | files
Tue, 03 Nov 2015 18:34:35 +0100 Kim Alvefur scansion.objects.client: Split long line into one statement per line changeset | files
Tue, 03 Nov 2015 17:37:15 +0100 Kim Alvefur scansion.objects.client: Hold of reading from clients when they are not expecting stanzas changeset | files
Wed, 28 Oct 2015 02:26:53 +0100 Kim Alvefur scansion.objects.client: Expose a 'host' property with the bare hostname changeset | files
Wed, 28 Oct 2015 02:26:15 +0100 Kim Alvefur scansion.objects.client: And the port too changeset | files
Wed, 28 Oct 2015 02:25:34 +0100 Kim Alvefur scansion.objects.client: Pass on 'connect_host' to the stream changeset | files
Wed, 28 Oct 2015 02:11:36 +0100 Kim Alvefur scansion.parser: Allow property names to contain underscore changeset | files
Tue, 27 Oct 2015 23:14:19 +0000 Matthew Wild Merge changeset | files
Tue, 27 Oct 2015 23:09:08 +0000 Matthew Wild Update basic_message.scs with more tests (passing) changeset | files
Tue, 27 Oct 2015 23:08:48 +0000 Matthew Wild parser, objects.client: Experimental support for more liberal object names changeset | files
Tue, 27 Oct 2015 23:07:46 +0000 Matthew Wild Add annotations to actions (by grabbing the preceding comment) changeset | files
Tue, 27 Oct 2015 20:03:32 +0000 Matthew Wild scansion.parser: Don't skip blank lines (otherwise line numbers get skewed) changeset | files
Tue, 27 Oct 2015 19:36:17 +0000 Matthew Wild scansion.generator: Initial basic lib to generate test scripts changeset | files
Tue, 27 Oct 2015 19:35:33 +0000 Matthew Wild scansion.queue: Import util.queue from Prosody changeset | files
Tue, 27 Oct 2015 19:35:11 +0000 Matthew Wild scansion.iterators: Import util.iterators from Prosody, add combinations() iterator changeset | files
Wed, 23 Sep 2015 01:03:56 +0200 Kim Alvefur client: Apply variable expansion to text nodes changeset | files
Wed, 23 Sep 2015 01:01:46 +0200 Kim Alvefur client: Split variable expansion into a function so that it may be reused more easily changeset | files
Tue, 22 Sep 2015 23:54:07 +0200 Kim Alvefur scripts: Add some pubsub scripts changeset | files
Tue, 22 Sep 2015 22:36:25 +0200 Kim Alvefur main: Exit with status codes, allows running directly from bisect changeset | files
Tue, 22 Sep 2015 12:16:26 +0200 Kim Alvefur client: Apply variable expansion recursively to child nodes changeset | files
Tue, 22 Sep 2015 12:06:21 +0200 Kim Alvefur stanzacmp: Compare children using the same strictness level changeset | files
Tue, 22 Sep 2015 12:04:57 +0200 Kim Alvefur stanzacmp: Check the correct side of the comparsion for whitespace changeset | files
Sat, 19 Sep 2015 21:57:48 +0100 Matthew Wild Add basic_message.scs changeset | files
Sat, 19 Sep 2015 21:54:31 +0100 Matthew Wild main: Remove 5s delay on quitting (was a hack for debug purposes) changeset | files
Sat, 19 Sep 2015 21:52:09 +0100 Matthew Wild client: Implement 'disconnects' action changeset | files
Sat, 19 Sep 2015 21:51:47 +0100 Matthew Wild client: Add comment changeset | files
Sat, 19 Sep 2015 21:51:37 +0100 Matthew Wild client: Remove stanza handler when stanza comes in changeset | files
Sat, 19 Sep 2015 21:51:08 +0100 Matthew Wild client: Wait for received stanzas using async waiter changeset | files
Sat, 19 Sep 2015 21:50:11 +0100 Matthew Wild client: Error out when test fails, instead of directly calling verse.quit() changeset | files
Sat, 19 Sep 2015 21:49:03 +0100 Matthew Wild client: More flexible handling of whitespace in stanzas in script changeset | files
Sat, 19 Sep 2015 21:48:26 +0100 Matthew Wild client: Improve stream logging, now prefixed by client name (taken from script) changeset | files
Sat, 19 Sep 2015 21:45:23 +0100 Matthew Wild client: Remove old debug logging changeset | files
Sat, 19 Sep 2015 21:44:59 +0100 Matthew Wild main: Refactor into functions changeset | files
Sat, 19 Sep 2015 21:44:40 +0100 Matthew Wild client: Don't set log handler, let main script initialize verse now changeset | files
Sat, 19 Sep 2015 21:43:57 +0100 Matthew Wild parser: Remove old debug logging changeset | files
Sat, 19 Sep 2015 21:43:35 +0100 Matthew Wild scansion.async: Better logging changeset | files
Mon, 07 Sep 2015 14:33:47 +0100 Matthew Wild client: Some logging changes changeset | files
Mon, 07 Sep 2015 14:33:33 +0100 Matthew Wild client: Allow simple variable substitution in XML in scripts changeset | files
Mon, 07 Sep 2015 14:33:09 +0100 Matthew Wild client: Add full JID as property of clients changeset | files
Mon, 07 Sep 2015 14:32:33 +0100 Matthew Wild main: Add error handler so that async doesn't silently swallow errors changeset | files
Mon, 07 Sep 2015 14:32:17 +0100 Matthew Wild main: Add current script as a property of objects changeset | files
Sat, 05 Sep 2015 23:29:03 +0100 Matthew Wild Add verse for convenience changeset | files
Sat, 05 Sep 2015 23:28:54 +0100 Matthew Wild basic.scs: Small changes to make work changeset | files
Sat, 05 Sep 2015 23:28:21 +0100 Matthew Wild client: ALL the debugging on changeset | files
Sat, 05 Sep 2015 23:27:56 +0100 Matthew Wild testcmp: Small script to test stanzacmp works as expected changeset | files
Sat, 05 Sep 2015 23:27:09 +0100 Matthew Wild client: Wait for login to complete before continuing past the 'connects' action changeset | files
Sat, 05 Sep 2015 23:26:15 +0100 Matthew Wild main: Run actions in async runner changeset | files
Sat, 05 Sep 2015 23:24:15 +0100 Matthew Wild client: Implement send/receive, including new stanzacmp library changeset | files
Sat, 05 Sep 2015 23:20:17 +0100 Matthew Wild async: Add util.async from Prosody (with logging disabled for now) changeset | files
Sat, 05 Sep 2015 15:22:58 +0100 Matthew Wild client: verse improvements changeset | files
Sat, 05 Sep 2015 15:22:32 +0100 Matthew Wild main: verse.loop() changeset | files
Sat, 05 Sep 2015 15:22:21 +0100 Matthew Wild parser: Swallow spaces before parameter values changeset | files
(0) -60 +60 +100 tip

mercurial