Sat, 12 Mar 2011 20:08:48 +0100 Kim Alvefur clix.roster: Roster management changeset | files
Sat, 12 Mar 2011 19:12:04 +0000 Matthew Wild sendfile: Small fix for command description changeset | files
Tue, 22 Feb 2011 20:52:22 +0000 Matthew Wild raw: If using --stdin and not --interactive then buffer all data before connecting, more reliable in a non-interactive environment changeset | files
Tue, 14 Dec 2010 20:18:56 +0000 Matthew Wild clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob) changeset | files
Wed, 15 Sep 2010 16:54:21 +0100 Matthew Wild clix/sendfile.lua: Send a file to a JID using Jingle changeset | files
Wed, 15 Sep 2010 16:53:32 +0100 Matthew Wild clix.lua: Filter all log messages except those of the 'error' level unless -v is given changeset | files
Wed, 15 Sep 2010 16:40:14 +0100 Matthew Wild clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection changeset | files
Wed, 15 Sep 2010 16:39:38 +0100 Matthew Wild clix.lua: Use verse.logger() instead of print as the default logger changeset | files
Tue, 24 Aug 2010 22:51:49 +0100 Matthew Wild 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 changeset | files
Tue, 24 Aug 2010 10:55:49 -0700 Paul Aurich README: Correct location of .clix(rc)? file changeset | files
Tue, 06 Jul 2010 17:02:40 +0200 Florian Zeitz clix.lua: Correctly remove handled args changeset | files
Mon, 07 Jun 2010 20:19:53 +0100 Matthew Wild clix.lua: Fix argument handling (thanks uhoreg) changeset | files
Mon, 07 Jun 2010 13:42:46 -0400 Hubert Chathi close connection when no more input is available in interactive mode changeset | files
Sun, 30 May 2010 02:56:40 +0100 Matthew Wild clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures changeset | files
Sun, 30 May 2010 02:13:05 +0100 Matthew Wild clix.lua: Only set config key on valid lines changeset | files
Sat, 29 May 2010 21:13:27 +0100 Matthew Wild clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands. changeset | files
Sat, 29 May 2010 20:58:27 +0100 Matthew Wild 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) changeset | files
Tue, 12 Jan 2010 02:35:47 +0000 Matthew Wild README: Add description of options common to all commands changeset | files
Tue, 12 Jan 2010 02:25:42 +0000 Matthew Wild README: Rename 'message' command to 'send' in the example changeset | files
Tue, 12 Jan 2010 02:19:19 +0000 Matthew Wild squishy: Add the new command modules changeset | files
Tue, 12 Jan 2010 02:17:58 +0000 Matthew Wild clix: Pass short_help option to modules correctly changeset | files
Tue, 12 Jan 2010 02:17:38 +0000 Matthew Wild clix.*: Add --short-help and make sure they are working correctly changeset | files
Tue, 12 Jan 2010 02:17:03 +0000 Matthew Wild squish: Add --with-verse option to allow packing verse in as well changeset | files
Thu, 07 Jan 2010 22:25:28 +0000 Matthew Wild clix.bounce: Bounce stanzas from all or certain JIDs to another JID (which may be a chatroom) changeset | files
Thu, 07 Jan 2010 22:05:57 +0000 Matthew Wild clix.mirror: Mirror stanzas by switching to/from changeset | files
Thu, 07 Jan 2010 22:05:25 +0000 Matthew Wild clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet changeset | files
Thu, 07 Jan 2010 21:24:47 +0000 Matthew Wild clix.receive: Suppress history from chatrooms unless -h/--history is supplied changeset | files
Thu, 07 Jan 2010 21:22:27 +0000 Matthew Wild clix, clix.send: Support for chatrooms (-c/--chatroom with --nick=somenick) changeset | files
Thu, 07 Jan 2010 20:59:15 +0000 Matthew Wild clix: Allow --debug to be anywhere on the command-line changeset | files
Thu, 07 Jan 2010 20:58:52 +0000 Matthew Wild clix.raw: New command to set up a raw XML in/out session with the server changeset | files
Thu, 07 Jan 2010 20:57:59 +0000 Matthew Wild clix.send: Add --stdin flag to indicate to read data from stdin (but not interactively) changeset | files
Thu, 07 Jan 2010 20:56:18 +0000 Matthew Wild Move presence sending into clix_connect(), and control with -o/--presence changeset | files
Thu, 07 Jan 2010 19:50:22 +0000 Matthew Wild Rename command 'message'->'send' and add 'receive' to the squishy file changeset | files
Thu, 07 Jan 2010 02:36:52 +0000 Matthew Wild clix: Allow -p/--password to specify the login password changeset | files
Thu, 07 Jan 2010 02:36:34 +0000 Matthew Wild clix: Close connection after fatal error during login changeset | files
Thu, 07 Jan 2010 02:35:04 +0000 Matthew Wild clix: Allow specifying the resource with -r/--resource changeset | files
Thu, 07 Jan 2010 02:31:18 +0000 Matthew Wild clix.receive: New command to print text of received messages changeset | files
Thu, 07 Jan 2010 02:31:00 +0000 Matthew Wild clix: Handle errors (including 'interrupted!') in verse.loop() changeset | files
Thu, 07 Jan 2010 02:20:16 +0000 Matthew Wild README: Add config file example changeset | files
Thu, 07 Jan 2010 02:08:50 +0000 Matthew Wild clix.message: Add -i/--interactive to allow piping stdin over XMPP (like sendxmpp) changeset | files
Thu, 07 Jan 2010 02:05:48 +0000 Matthew Wild clix: Make short_opts table global, to allow commands to add their own short options changeset | files
Thu, 07 Jan 2010 02:05:16 +0000 Matthew Wild clix: Enable global Verse logger when verbose is enabled changeset | files
Wed, 06 Jan 2010 18:25:42 +0000 Matthew Wild README: Added changeset | files
Wed, 06 Jan 2010 18:25:17 +0000 Matthew Wild clix.lua, COPYING: Add COPYING file with MIT license, add copyright header to clix.lua changeset | files
Wed, 06 Jan 2010 18:19:47 +0000 Matthew Wild clix.lua: Add shebang for people who don't use squish changeset | files
Wed, 06 Jan 2010 18:01:18 +0000 Matthew Wild Remove clix.coro.lua now it is safely in revision control history for when I need to revive it changeset | files
Wed, 06 Jan 2010 17:52:01 +0000 Matthew Wild clix: Make more use of Verse's new logging controls changeset | files
Wed, 06 Jan 2010 17:33:16 +0000 Matthew Wild squish: Fix name conflict with clix directory changeset | files
Wed, 06 Jan 2010 03:50:37 +0000 Matthew Wild Initial commit changeset | files
(0) +60 +100 tip

mercurial