clix.archive: Print a newline if reading a line fails (the user pressed ^D)

clix.roster: Switch order of name and jid in the list command

clix.archive: Be interactive when --interactive is set. --everything makes it page by itself.

clix.lua: Create the logger with the name "clix"

clix.lua: Log "connected as ..." instead of writing it directly to stderr

clix.lua: Log nothing when --quiet

clix.lua: Log info messages by default (almost none)

clix.raw: Add a ping command to the sandbox

clix.raw: Nicer error reporting from the sandbox.

clix.raw: Print one incoming stanza per line, instead of raw incoming data.

clix.lua: add -i for --interactive

clix.archive: Show timestamps

clix.archive: The world doesn't revolve around us.

clix.archive: Use --to specify where to direct the query

clix.archive: Parse timestamps

clix.archive: Remove some debugging code that slipped in

squishy: Add clix.archive

clix.archive: New plugin, a MAM browser

squishy: Add publish_atom and sendfile

squishy: see verse commit b5fd3292bdbd

clix.publish_atom: Use the $USER environment variable as fallback for author.

clix.publish_atom: Don't quit until the server responds to our publish request.

clix: Fix logging for new Verse

clix.publish_atom: Publish Atom entries into PubSub nodes. (Thanks MattJ for the unfinished code)

clix.raw: Add a small sandbox with util.stanza functions

clix.vcard: Use util.vcard, add ability to change your vcard.

clix.roster: List now lets you search on nickname and jid.

clix.vcard: Fix debug.

clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.

clix.roster: Add a help command to list available sub-commands.

clix.roster: Use rest of line as last parameter for nick and group sub-commands.

clix.roster: Add command for unsubscribing and canceling subscription

clix.export: Don't add empty iq:private nodes.

clix.roster: Add a separator between groups in the show sub command

clix.roster: Don't run any command by default when --interactive

clix.roster: Show incomming subscription requests when --presence is used

clix.roster: Fix nickname fallback

clix.export: Remove another up()

clix.export: Remove unneeded up()

clix.export: Use verses debug()

clix.lua: Remove debug print()

squishy: Add export

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

(0) -64 +64 tip

mercurial