clix.publish_atom: Publish Atom entries into PubSub nodes. (Thanks MattJ for the unfinished code)
|
Kim Alvefur |
2012-02-12 |
clix.raw: Add a small sandbox with util.stanza functions
|
Kim Alvefur |
2012-01-16 |
clix.vcard: Use util.vcard, add ability to change your vcard.
|
Kim Alvefur |
2011-11-06 |
clix.roster: List now lets you search on nickname and jid.
|
Kim Alvefur |
2011-10-10 |
clix.vcard: Fix debug.
|
Kim Alvefur |
2011-08-14 |
clix.vcard, squishy: Add plugin that fetches and converts peoples vCards to the text format.
|
Kim Alvefur |
2011-08-14 |
clix.roster: Add a help command to list available sub-commands.
|
Kim Alvefur |
2011-08-14 |
clix.roster: Use rest of line as last parameter for nick and group sub-commands.
|
Kim Alvefur |
2011-07-04 |
clix.roster: Add command for unsubscribing and canceling subscription
|
Kim Alvefur |
2011-05-17 |
clix.export: Don't add empty iq:private nodes.
|
Kim Alvefur |
2011-05-04 |
clix.roster: Add a separator between groups in the show sub command
|
Kim Alvefur |
2011-04-20 |
clix.roster: Don't run any command by default when --interactive
|
Kim Alvefur |
2011-04-19 |
clix.roster: Show incomming subscription requests when --presence is used
|
Kim Alvefur |
2011-03-15 |
clix.roster: Fix nickname fallback
|
Kim Alvefur |
2011-03-15 |
clix.export: Remove another up()
|
Kim Alvefur |
2011-03-15 |
clix.export: Remove unneeded up()
|
Kim Alvefur |
2011-03-15 |
clix.export: Use verses debug()
|
Kim Alvefur |
2011-03-15 |
clix.lua: Remove debug print()
|
Matthew Wild |
2011-03-14 |
squishy: Add export
|
Kim Alvefur |
2011-03-14 |
clix.export: XEP-0227 format account exporter
|
Kim Alvefur |
2011-03-14 |
Merge with Zash
|
Matthew Wild |
2011-03-12 |
clix.roster: Roster management
|
Kim Alvefur |
2011-03-12 |
sendfile: Small fix for command description
|
Matthew Wild |
2011-03-12 |
raw: If using --stdin and not --interactive then buffer all data before connecting, more reliable in a non-interactive environment
|
Matthew Wild |
2011-02-22 |
clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)
|
Matthew Wild |
2010-12-14 |
clix/sendfile.lua: Send a file to a JID using Jingle
|
Matthew Wild |
2010-09-15 |
clix.lua: Filter all log messages except those of the 'error' level unless -v is given
|
Matthew Wild |
2010-09-15 |
clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection
|
Matthew Wild |
2010-09-15 |
clix.lua: Use verse.logger() instead of print as the default logger
|
Matthew Wild |
2010-09-15 |
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 |