clix.adhoc: Move stanza to dataform converter here default tip

clix: Remove Tigase COMPAT

Update to handle Prosody module namespacing

clix.raw: Update sandboxing to use util.envload and work with Lua 5.2+

clix: Support SCRAM hashes stored as hex in config

clix: Read password from stdin if not available

clix: Import Verse where needed

clix.moderate: Add --reason to help text

clix.moderate: Fix help message

clix.archive: Fix MAM callback argument order

clix.moderate: New command to do MUC moderation (XEP-0425)

clix.archive: Handle partial timestamps (e.g. hh:mm or yyyy-mm-dd)

clix raw: Add a convenience function for smacks <r>

clix.avatar: Publish and fetch XEP-0084 Avatars

clix.raw: Increase priority of print hook to avoid conflict with iq handler

clix.vcard: Use alternate method of enabling plugin

clix.raw: Expose the connection to unsandboxed manipulation

clix.raw: Allow unsandboxed arbitrary code execution

clix.raw: Handle (ignore, successfully) read timeouts on stdin

clix.raw: Close XMPP connection on 'disconnect' of stdin

clix.raw: Track and print response to iq stanza given as cli argument

clix.raw: Linearise condition

clix.archive: Add 'irc' output format, useful for MUC export

clix.archive: Add 'raw' output format, useful for exports

clix.archive: Skip printing body-less messages

clix.watch_pep: Move invocation syntax out of short help

clix.watch_pep: Handle being built without stanza indentation support

clix.watch_pep: Use colors with --pretty

clix.watch_pep: Include short names for some common PEP nodes

clix.watch_pep: Allow watching more than one PEP node

clix.watch_pep: Take PEP node as positional argument

clix.watch_pep: Subscribe to a PEP node

clix.raw: Give access to the verse pubsub module

clix.raw: Allow specifying extra plugins to load

clix.raw: Fix sending arguments from the command line

clix.raw: Import verse, don't rely on globals

clix.raw: Add sevral shorthand functions for common queries

clix.raw: Use indentation when prettyprinting if available in util.stanza

clix.raw: Add a shorthand for top level stanza attributes

clix: Use tabs for indentation in command line parsing

clix.publish_atom: Default to XEP-0277 node, require --title or --content

clix.publish_atom: Fix prefix for activitystreams

clix.publish_atom: Import verse

clix: Initialize verse in modern way

clix.adhoc: Print field labels if available

clix.adhoc: Improve handling of list items

clix.adhoc: Print form title and instructions if available

clix.roster: Print error resplies

Merge with MattJ

clix.roster: Turn off pattern matching in the list command (thanks mva)

clix.publish_atom: Alter Activitystrea.ms argument prefix to --as- and remove IRI prefixing

clix.publish_atom: Set type attribute on title, summary and content from --FIELD-type arguments

clix.archive: Show proper timestamps

clix.archive: Show number of items if available

clix.archive: Fix pagination message, rsm.first is a table

clix.archive: Fix indentation

clix.archive: Add support for paging backwards

clix.publish_atom: Remove <source>

clix.publish_atom: Why were there an argument given to :up() ???

clix.publish_atom: The node is required, so print the help if it's missing

clix.roster: Add a sub-command that exports a prosody-style roster data structure

Merge with MattJ

clix.adhoc: Run Ad-hoc commands

clix.lua: Don't break if the disconnected event has no event data, and don't warn if the stream was closed cleanly

clix.lua: Add --raw option for printing raw incoming and outgoing data

clix.lua: Print logged warnings by default

Add clix module to send XMPP pings to JIDs

sendfilecontent: Fix indentation and show error if file cannot be opened

new sendfilecontent plugin

clix/presence: Handle invalid <show> values (thanks Lonnie Abelbeck)

squish: Add presence command

Add clix/presence.lua: list the presence of your contacts (or probe one with --to). Contributed by Lonnie Abelbeck

clix.vcard: Use util.vcard to stringify

clix.publish_atom: Add a way to attach Activitystrea.ms metadata to the entry

clix.publish_atom: Attach a <source/> element

clix.publish_atom: Fix --id option

clix.publish_atom: Move xmlns into a variable

clix.publish_atom: Don't load pubsub plugin ourself, instead pass to clix_connect

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

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) tip

mercurial