Log

description author age
clix.archive: Remove some debugging code that slipped in Kim Alvefur Mon, 25 Jun 2012 02:41:02 +0200
squishy: Add clix.archive Kim Alvefur Mon, 25 Jun 2012 02:39:52 +0200
clix.archive: New plugin, a MAM browser Kim Alvefur Mon, 25 Jun 2012 02:39:41 +0200
squishy: Add publish_atom and sendfile Kim Alvefur Mon, 25 Jun 2012 02:37:20 +0200
squishy: see verse commit b5fd3292bdbd Kim Alvefur Mon, 25 Jun 2012 02:36:10 +0200
clix.publish_atom: Use the $USER environment variable as fallback for author. Kim Alvefur Sun, 19 Feb 2012 23:51:05 +0100
clix.publish_atom: Don't quit until the server responds to our publish request. Kim Alvefur Sun, 19 Feb 2012 23:50:09 +0100
clix: Fix logging for new Verse Matthew Wild Sun, 12 Feb 2012 20:45:06 +0000
clix.publish_atom: Publish Atom entries into PubSub nodes. (Thanks MattJ for the unfinished code) Kim Alvefur Sun, 12 Feb 2012 02:22:58 +0100
clix.raw: Add a small sandbox with util.stanza functions Kim Alvefur Mon, 16 Jan 2012 21:27:33 +0100
clix.vcard: Use util.vcard, add ability to change your vcard. Kim Alvefur Sun, 06 Nov 2011 20:08:26 +0100
clix.roster: List now lets you search on nickname and jid. Kim Alvefur Mon, 10 Oct 2011 06:47:52 +0200
clix.vcard: Fix debug. Kim Alvefur Sun, 14 Aug 2011 21:34:28 +0200
clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format. Kim Alvefur Sun, 14 Aug 2011 21:30:08 +0200
clix.roster: Add a help command to list available sub-commands. Kim Alvefur Sun, 14 Aug 2011 21:27:41 +0200
clix.roster: Use rest of line as last parameter for nick and group sub-commands. Kim Alvefur Mon, 04 Jul 2011 10:43:43 +0200
clix.roster: Add command for unsubscribing and canceling subscription Kim Alvefur Tue, 17 May 2011 20:50:46 +0200
clix.export: Don't add empty iq:private nodes. Kim Alvefur Thu, 05 May 2011 01:30:06 +0200
clix.roster: Add a separator between groups in the show sub command Kim Alvefur Wed, 20 Apr 2011 02:00:16 +0200
clix.roster: Don't run any command by default when --interactive Kim Alvefur Wed, 20 Apr 2011 01:29:45 +0200
clix.roster: Show incomming subscription requests when --presence is used Kim Alvefur Tue, 15 Mar 2011 18:32:51 +0100
clix.roster: Fix nickname fallback Kim Alvefur Tue, 15 Mar 2011 18:29:24 +0100
clix.export: Remove another up() Kim Alvefur Tue, 15 Mar 2011 14:14:18 +0100
clix.export: Remove unneeded up() Kim Alvefur Tue, 15 Mar 2011 13:10:00 +0100
clix.export: Use verses debug() Kim Alvefur Tue, 15 Mar 2011 13:09:14 +0100
clix.lua: Remove debug print() Matthew Wild Mon, 14 Mar 2011 16:46:27 +0000
squishy: Add export Kim Alvefur Mon, 14 Mar 2011 17:34:11 +0100
clix.export: XEP-0227 format account exporter Kim Alvefur Mon, 14 Mar 2011 17:29:01 +0100
Merge with Zash Matthew Wild Sat, 12 Mar 2011 19:12:34 +0000
clix.roster: Roster management Kim Alvefur Sat, 12 Mar 2011 20:08:48 +0100
sendfile: Small fix for command description Matthew Wild Sat, 12 Mar 2011 19:12:04 +0000
raw: If using --stdin and not --interactive then buffer all data before connecting, more reliable in a non-interactive environment Matthew Wild Tue, 22 Feb 2011 20:52:22 +0000
clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob) Matthew Wild Tue, 14 Dec 2010 20:18:56 +0000
clix/sendfile.lua: Send a file to a JID using Jingle Matthew Wild Wed, 15 Sep 2010 16:54:21 +0100
clix.lua: Filter all log messages except those of the 'error' level unless -v is given Matthew Wild Wed, 15 Sep 2010 16:53:32 +0100
clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection Matthew Wild Wed, 15 Sep 2010 16:40:14 +0100
clix.lua: Use verse.logger() instead of print as the default logger Matthew Wild Wed, 15 Sep 2010 16:39:38 +0100
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 Matthew Wild Tue, 24 Aug 2010 22:51:49 +0100
README: Correct location of .clix(rc)? file Paul Aurich Tue, 24 Aug 2010 10:55:49 -0700
clix.lua: Correctly remove handled args Florian Zeitz Tue, 06 Jul 2010 17:02:40 +0200
clix.lua: Fix argument handling (thanks uhoreg) Matthew Wild Mon, 07 Jun 2010 20:19:53 +0100
close connection when no more input is available in interactive mode Hubert Chathi Mon, 07 Jun 2010 13:42:46 -0400
clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures Matthew Wild Sun, 30 May 2010 02:56:40 +0100
clix.lua: Only set config key on valid lines Matthew Wild Sun, 30 May 2010 02:13:05 +0100
clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands. Matthew Wild Sat, 29 May 2010 21:13:27 +0100
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) Matthew Wild Sat, 29 May 2010 20:58:27 +0100
README: Add description of options common to all commands Matthew Wild Tue, 12 Jan 2010 02:35:47 +0000
README: Rename 'message' command to 'send' in the example Matthew Wild Tue, 12 Jan 2010 02:25:42 +0000
squishy: Add the new command modules Matthew Wild Tue, 12 Jan 2010 02:19:19 +0000
clix: Pass short_help option to modules correctly Matthew Wild Tue, 12 Jan 2010 02:17:58 +0000
clix.*: Add --short-help and make sure they are working correctly Matthew Wild Tue, 12 Jan 2010 02:17:38 +0000
squish: Add --with-verse option to allow packing verse in as well Matthew Wild Tue, 12 Jan 2010 02:17:03 +0000
clix.bounce: Bounce stanzas from all or certain JIDs to another JID (which may be a chatroom) Matthew Wild Thu, 07 Jan 2010 22:25:28 +0000
clix.mirror: Mirror stanzas by switching to/from Matthew Wild Thu, 07 Jan 2010 22:05:57 +0000
clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet Matthew Wild Thu, 07 Jan 2010 22:05:25 +0000
clix.receive: Suppress history from chatrooms unless -h/--history is supplied Matthew Wild Thu, 07 Jan 2010 21:24:47 +0000
clix, clix.send: Support for chatrooms (-c/--chatroom with --nick=somenick) Matthew Wild Thu, 07 Jan 2010 21:22:27 +0000
clix: Allow --debug to be anywhere on the command-line Matthew Wild Thu, 07 Jan 2010 20:59:15 +0000
clix.raw: New command to set up a raw XML in/out session with the server Matthew Wild Thu, 07 Jan 2010 20:58:52 +0000
clix.send: Add --stdin flag to indicate to read data from stdin (but not interactively) Matthew Wild Thu, 07 Jan 2010 20:57:59 +0000