clix: Remove Tigase COMPAT
|
Kim Alvefur |
18 months ago |
Update to handle Prosody module namespacing
|
Kim Alvefur |
19 months ago |
clix: Support SCRAM hashes stored as hex in config
|
Kim Alvefur |
2022-08-03 |
clix: Read password from stdin if not available
|
Kim Alvefur |
2022-08-03 |
clix: Use tabs for indentation in command line parsing
|
Kim Alvefur |
2020-11-14 |
clix: Initialize verse in modern way
|
Kim Alvefur |
2018-05-19 |
Merge with MattJ
|
Kim Alvefur |
2014-09-08 |
new sendfilecontent plugin
|
Marc Fauser |
2014-08-20 |
clix.lua: Don't break if the disconnected event has no event data, and don't warn if the stream was closed cleanly
|
Kim Alvefur |
2013-02-10 |
clix.lua: Add --raw option for printing raw incoming and outgoing data
|
Kim Alvefur |
2013-02-10 |
clix.lua: Print logged warnings by default
|
Kim Alvefur |
2013-02-10 |
clix.lua: Create the logger with the name "clix"
|
Kim Alvefur |
2012-06-29 |
clix.lua: Log "connected as ..." instead of writing it directly to stderr
|
Kim Alvefur |
2012-06-29 |
clix.lua: Log nothing when --quiet
|
Kim Alvefur |
2012-06-29 |
clix.lua: Log info messages by default (almost none)
|
Kim Alvefur |
2012-06-29 |
clix.lua: add -i for --interactive
|
Kim Alvefur |
2012-06-28 |
clix: Fix logging for new Verse
|
Matthew Wild |
2012-02-12 |
clix.lua: Remove debug print()
|
Matthew Wild |
2011-03-14 |
clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)
|
Matthew Wild |
2010-12-14 |
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 |
clix.lua: Correctly remove handled args
|
Florian Zeitz |
2010-07-06 |
clix.lua: Fix argument handling (thanks uhoreg)
|
Matthew Wild |
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 |
clix: Pass short_help option to modules correctly
|
Matthew Wild |
2010-01-12 |
clix, clix.raw: Move 'Connected as' to clix_connect(), and suppress on -q/--quiet
|
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 |
Move presence sending into clix_connect(), and control with -o/--presence
|
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: Handle errors (including 'interrupted!') in verse.loop()
|
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 |
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 |
clix: Make more use of Verse's new logging controls
|
Matthew Wild |
2010-01-06 |
Initial commit
|
Matthew Wild |
2010-01-06 |