log
graph
tags
branches
changeset
browse
clix
log
find changesets by author, revision, files, or words in the commit message
rev 72:
(0)
-60
tip
age
author
description
3 months ago
Kim Alvefur
clix.publish_atom: Use the $USER environment variable as fallback for author.
default
tip
3 months ago
Kim Alvefur
clix.publish_atom: Don't quit until the server responds to our publish request.
3 months ago
Matthew Wild
clix: Fix logging for new Verse
3 months ago
Kim Alvefur
clix.publish_atom: Publish Atom entries into PubSub nodes. (Thanks MattJ for the unfinished code)
4 months ago
Kim Alvefur
clix.raw: Add a small sandbox with util.stanza functions
6 months ago
Kim Alvefur
clix.vcard: Use util.vcard, add ability to change your vcard.
7 months ago
Kim Alvefur
clix.roster: List now lets you search on nickname and jid.
9 months ago
Kim Alvefur
clix.vcard: Fix debug.
9 months ago
Kim Alvefur
clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.
9 months ago
Kim Alvefur
clix.roster: Add a help command to list available sub-commands.
10 months ago
Kim Alvefur
clix.roster: Use rest of line as last parameter for nick and group sub-commands.
12 months ago
Kim Alvefur
clix.roster: Add command for unsubscribing and canceling subscription
12 months ago
Kim Alvefur
clix.export: Don't add empty iq:private nodes.
13 months ago
Kim Alvefur
clix.roster: Add a separator between groups in the show sub command
13 months ago
Kim Alvefur
clix.roster: Don't run any command by default when --interactive
14 months ago
Kim Alvefur
clix.roster: Show incomming subscription requests when --presence is used
14 months ago
Kim Alvefur
clix.roster: Fix nickname fallback
14 months ago
Kim Alvefur
clix.export: Remove another up()
14 months ago
Kim Alvefur
clix.export: Remove unneeded up()
14 months ago
Kim Alvefur
clix.export: Use verses debug()
14 months ago
Matthew Wild
clix.lua: Remove debug print()
14 months ago
Kim Alvefur
squishy: Add export
14 months ago
Kim Alvefur
clix.export: XEP-0227 format account exporter
14 months ago
Matthew Wild
Merge with Zash
14 months ago
Kim Alvefur
clix.roster: Roster management
14 months ago
Matthew Wild
sendfile: Small fix for command description
15 months ago
Matthew Wild
raw: If using --stdin and not --interactive then buffer all data before connecting, more reliable in a non-interactive environment
17 months ago
Matthew Wild
clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)
20 months ago
Matthew Wild
clix/sendfile.lua: Send a file to a JID using Jingle
20 months ago
Matthew Wild
clix.lua: Filter all log messages except those of the 'error' level unless -v is given
20 months ago
Matthew Wild
clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection
20 months ago
Matthew Wild
clix.lua: Use verse.logger() instead of print as the default logger
21 months ago
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
21 months ago
Paul Aurich
README: Correct location of .clix(rc)? file
22 months ago
Florian Zeitz
clix.lua: Correctly remove handled args
23 months ago
Matthew Wild
clix.lua: Fix argument handling (thanks uhoreg)
23 months ago
Hubert Chathi
close connection when no more input is available in interactive mode
24 months ago
Matthew Wild
clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures
24 months ago
Matthew Wild
clix.lua: Only set config key on valid lines
24 months ago
Matthew Wild
clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands.
24 months ago
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)
2010-01-12
Matthew Wild
README: Add description of options common to all commands
2010-01-12
Matthew Wild
README: Rename 'message' command to 'send' in the example
2010-01-12
Matthew Wild
squishy: Add the new command modules
2010-01-12
Matthew Wild
clix: Pass short_help option to modules correctly
2010-01-12
Matthew Wild
clix.*: Add --short-help and make sure they are working correctly
2010-01-12
Matthew Wild
squish: Add --with-verse option to allow packing verse in as well
2010-01-07
Matthew Wild
clix.bounce: Bounce stanzas from all or certain JIDs to another JID (which may be a chatroom)
2010-01-07
Matthew Wild
clix.mirror: Mirror stanzas by switching to/from
2010-01-07
Matthew Wild
clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet
2010-01-07
Matthew Wild
clix.receive: Suppress history from chatrooms unless -h/--history is supplied
2010-01-07
Matthew Wild
clix, clix.send: Support for chatrooms (-c/--chatroom with --nick=somenick)
2010-01-07
Matthew Wild
clix: Allow --debug to be anywhere on the command-line
2010-01-07
Matthew Wild
clix.raw: New command to set up a raw XML in/out session with the server
2010-01-07
Matthew Wild
clix.send: Add --stdin flag to indicate to read data from stdin (but not interactively)
2010-01-07
Matthew Wild
Move presence sending into clix_connect(), and control with -o/--presence
2010-01-07
Matthew Wild
Rename command 'message'->'send' and add 'receive' to the squishy file
2010-01-07
Matthew Wild
clix: Allow -p/--password to specify the login password
2010-01-07
Matthew Wild
clix: Close connection after fatal error during login
2010-01-07
Matthew Wild
clix: Allow specifying the resource with -r/--resource
rev 72:
(0)
-60
tip