clix.export: XEP-0227 format account exporter

Merge with Zash

clix.roster: Roster management

sendfile: Small fix for command description

raw: If using --stdin and not --interactive then buffer all data before connecting, more reliable in a non-interactive environment

clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)

clix/sendfile.lua: Send a file to a JID using Jingle

clix.lua: Filter all log messages except those of the 'error' level unless -v is given

clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection

clix.lua: Use verse.logger() instead of print as the default logger

clix.lua: Add workaround for Tigase bug which discards stanzas sent immediately before stream close, use --close-delay=X to delay close for some seconds

README: Correct location of .clix(rc)? file

clix.lua: Correctly remove handled args

clix.lua: Fix argument handling (thanks uhoreg)

close connection when no more input is available in interactive mode

clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures

clix.lua: Only set config key on valid lines

clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands.

clix.lua: Report when config file couldn't be found, change name to .clixrc and comply with fd.o's base directory specifications (now usually ~/.config/.clixrc)

README: Add description of options common to all commands

README: Rename 'message' command to 'send' in the example

squishy: Add the new command modules

clix: Pass short_help option to modules correctly

clix.*: Add --short-help and make sure they are working correctly

squish: Add --with-verse option to allow packing verse in as well

clix.bounce: Bounce stanzas from all or certain JIDs to another JID (which may be a chatroom)

clix.mirror: Mirror stanzas by switching to/from

clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet

clix.receive: Suppress history from chatrooms unless -h/--history is supplied

clix, clix.send: Support for chatrooms (-c/--chatroom with --nick=somenick)

clix: Allow --debug to be anywhere on the command-line

clix.raw: New command to set up a raw XML in/out session with the server

clix.send: Add --stdin flag to indicate to read data from stdin (but not interactively)

Move presence sending into clix_connect(), and control with -o/--presence

Rename command 'message'->'send' and add 'receive' to the squishy file

clix: Allow -p/--password to specify the login password

clix: Close connection after fatal error during login

clix: Allow specifying the resource with -r/--resource

clix.receive: New command to print text of received messages

clix: Handle errors (including 'interrupted!') in verse.loop()

README: Add config file example

clix.message: Add -i/--interactive to allow piping stdin over XMPP (like sendxmpp)

clix: Make short_opts table global, to allow commands to add their own short options

clix: Enable global Verse logger when verbose is enabled

README: Added

clix.lua, COPYING: Add COPYING file with MIT license, add copyright header to clix.lua

clix.lua: Add shebang for people who don't use squish

Remove clix.coro.lua now it is safely in revision control history for when I need to revive it

clix: Make more use of Verse's new logging controls

squish: Fix name conflict with clix directory

Initial commit

(0) +120 tip

mercurial