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 |
2010-08-24 |
README: Correct location of .clix(rc)? file
|
Paul Aurich |
2010-08-24 |
clix.lua: Correctly remove handled args
|
Florian Zeitz |
2010-07-06 |
clix.lua: Fix argument handling (thanks uhoreg)
|
Matthew Wild |
2010-06-07 |
close connection when no more input is available in interactive mode
|
Hubert Chathi |
2010-06-07 |
clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures
|
Matthew Wild |
2010-05-30 |
clix.lua: Only set config key on valid lines
|
Matthew Wild |
2010-05-30 |
clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands.
|
Matthew Wild |
2010-05-29 |
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 |
2010-05-29 |
README: Add description of options common to all commands
|
Matthew Wild |
2010-01-12 |
README: Rename 'message' command to 'send' in the example
|
Matthew Wild |
2010-01-12 |
squishy: Add the new command modules
|
Matthew Wild |
2010-01-12 |
clix: Pass short_help option to modules correctly
|
Matthew Wild |
2010-01-12 |
clix.*: Add --short-help and make sure they are working correctly
|
Matthew Wild |
2010-01-12 |
squish: Add --with-verse option to allow packing verse in as well
|
Matthew Wild |
2010-01-12 |
clix.bounce: Bounce stanzas from all or certain JIDs to another JID (which may be a chatroom)
|
Matthew Wild |
2010-01-07 |
clix.mirror: Mirror stanzas by switching to/from
|
Matthew Wild |
2010-01-07 |
clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet
|
Matthew Wild |
2010-01-07 |
clix.receive: Suppress history from chatrooms unless -h/--history is supplied
|
Matthew Wild |
2010-01-07 |
clix, clix.send: Support for chatrooms (-c/--chatroom with --nick=somenick)
|
Matthew Wild |
2010-01-07 |
clix: Allow --debug to be anywhere on the command-line
|
Matthew Wild |
2010-01-07 |
clix.raw: New command to set up a raw XML in/out session with the server
|
Matthew Wild |
2010-01-07 |
clix.send: Add --stdin flag to indicate to read data from stdin (but not interactively)
|
Matthew Wild |
2010-01-07 |
Move presence sending into clix_connect(), and control with -o/--presence
|
Matthew Wild |
2010-01-07 |
Rename command 'message'->'send' and add 'receive' to the squishy file
|
Matthew Wild |
2010-01-07 |
clix: Allow -p/--password to specify the login password
|
Matthew Wild |
2010-01-07 |
clix: Close connection after fatal error during login
|
Matthew Wild |
2010-01-07 |
clix: Allow specifying the resource with -r/--resource
|
Matthew Wild |
2010-01-07 |
clix.receive: New command to print text of received messages
|
Matthew Wild |
2010-01-07 |
clix: Handle errors (including 'interrupted!') in verse.loop()
|
Matthew Wild |
2010-01-07 |
README: Add config file example
|
Matthew Wild |
2010-01-07 |
clix.message: Add -i/--interactive to allow piping stdin over XMPP (like sendxmpp)
|
Matthew Wild |
2010-01-07 |
clix: Make short_opts table global, to allow commands to add their own short options
|
Matthew Wild |
2010-01-07 |
clix: Enable global Verse logger when verbose is enabled
|
Matthew Wild |
2010-01-07 |
README: Added
|
Matthew Wild |
2010-01-06 |
clix.lua, COPYING: Add COPYING file with MIT license, add copyright header to clix.lua
|
Matthew Wild |
2010-01-06 |
clix.lua: Add shebang for people who don't use squish
|
Matthew Wild |
2010-01-06 |
Remove clix.coro.lua now it is safely in revision control history for when I need to revive it
|
Matthew Wild |
2010-01-06 |
clix: Make more use of Verse's new logging controls
|
Matthew Wild |
2010-01-06 |
squish: Fix name conflict with clix directory
|
Matthew Wild |
2010-01-06 |
Initial commit
|
Matthew Wild |
2010-01-06 |