client: Detect unexpected disconnects more reliably

main.lua: Add flag for when script has finished

verse.lua: Update to 5.2-compatible version

configure: Fix typo (scansion/squish)

buildscripts/sqush: Update to 5.2-compatible version

Add test for instant MUC rooms

client: Support for "receives: nothing", to verify that the server does not respond to a given stanza, for example

client: Store last received id so it can be used in scripts

main.lua, client: Make timeouts more coherent (stanza timeout was greater than action timeout), add command-line options to change them

main.lua: Read any remaining server logs after script completes (error or otherwise)

main.lua: Add per-action timeout

scansion.parser: Remove unused variable (thanks luacheck)

main, scansion.parser: Allow scripts to include tags in comments at the beginning, which are included in JSON output

Ignore shebangs at the top of a script

main.lua: Add --skip-server-startup-log to discard server log output at startup

Makefile: Automatically create build directory if it doesn't exist

Add Makefile and other files for building

client: Wait for 'drained' event when sending stanzas (experimental, may help with syncing to server's logs)

scansion.parser: Whitespace fix

main.lua: Log script title and summary

scansion.parser: Read any comments at top of the file as script title (first line) and summary (following lines)

main.lua: Support tagging metadata for test runs, and include it in JSON output

main.lua: Restructure server log reading

main: Add delay when reading server logs

client: Make use of new scansion.error library, log the received stanza when different to expected one

main: Change JSON log format for clarity, error may be more than just a simple message now

scansion.error: Util for creating error objects

main: Separate logging for the last event to ensure proper JSON syntax

main: Support for --server-log/-s option, which reads the server's log file during a test and includes it in the JSON log

main: Switch to socket.gettime for higher accuracy timestamps in machine-readable logs

(0) -50 -30 +30 +50 tip

mercurial