clix.lua: There's no need to hide the config file under `$HOME/.config/`.`
default tip
|
Trần H. Trung |
Thu, 13 Jul 2023 11:50:30 +0700 |
clix.lua: Read resouce from config file.
|
Trần H. Trung |
Fri, 07 Jul 2023 22:11:47 +0700 |
clix: Remove Tigase COMPAT
|
Kim Alvefur |
Sat, 24 Jun 2023 09:49:03 +0200 |
Update to handle Prosody module namespacing
|
Kim Alvefur |
Fri, 26 May 2023 22:39:38 +0200 |
clix: Support SCRAM hashes stored as hex in config
|
Kim Alvefur |
Wed, 03 Aug 2022 03:02:12 +0200 |
clix: Read password from stdin if not available
|
Kim Alvefur |
Wed, 03 Aug 2022 03:01:26 +0200 |
clix: Use tabs for indentation in command line parsing
|
Kim Alvefur |
Sat, 14 Nov 2020 15:26:06 +0100 |
clix: Initialize verse in modern way
|
Kim Alvefur |
Sun, 20 May 2018 01:04:02 +0200 |
Merge with MattJ
|
Kim Alvefur |
Mon, 08 Sep 2014 12:20:24 +0200 |
new sendfilecontent plugin
|
Marc Fauser |
Wed, 20 Aug 2014 12:05:46 +0200 |
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 |
Mon, 11 Feb 2013 00:00:49 +0100 |
clix.lua: Add --raw option for printing raw incoming and outgoing data
|
Kim Alvefur |
Sun, 10 Feb 2013 23:59:34 +0100 |
clix.lua: Print logged warnings by default
|
Kim Alvefur |
Sun, 10 Feb 2013 23:58:27 +0100 |
clix.lua: Create the logger with the name "clix"
|
Kim Alvefur |
Sat, 30 Jun 2012 01:00:16 +0200 |
clix.lua: Log "connected as ..." instead of writing it directly to stderr
|
Kim Alvefur |
Sat, 30 Jun 2012 00:59:47 +0200 |
clix.lua: Log nothing when --quiet
|
Kim Alvefur |
Sat, 30 Jun 2012 00:58:52 +0200 |
clix.lua: Log info messages by default (almost none)
|
Kim Alvefur |
Sat, 30 Jun 2012 00:43:21 +0200 |
clix.lua: add -i for --interactive
|
Kim Alvefur |
Thu, 28 Jun 2012 14:40:36 +0200 |
clix: Fix logging for new Verse
|
Matthew Wild |
Sun, 12 Feb 2012 20:45:06 +0000 |
clix.lua: Remove debug print()
|
Matthew Wild |
Mon, 14 Mar 2011 16:46:27 +0000 |
clix.lua: Close connection immediately rather than delaying if send buffer is empty (thanks Florob)
|
Matthew Wild |
Tue, 14 Dec 2010 20:18:56 +0000 |
clix.lua: Filter all log messages except those of the 'error' level unless -v is given
|
Matthew Wild |
Wed, 15 Sep 2010 16:53:32 +0100 |
clix.lua: clix_connect(): Accept a list of plugins to load for the Verse connection
|
Matthew Wild |
Wed, 15 Sep 2010 16:40:14 +0100 |
clix.lua: Use verse.logger() instead of print as the default logger
|
Matthew Wild |
Wed, 15 Sep 2010 16:39:38 +0100 |
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 |
Tue, 24 Aug 2010 22:51:49 +0100 |
clix.lua: Correctly remove handled args
|
Florian Zeitz |
Tue, 06 Jul 2010 17:02:40 +0200 |
clix.lua: Fix argument handling (thanks uhoreg)
|
Matthew Wild |
Mon, 07 Jun 2010 20:19:53 +0100 |
clix.lua: Hook Verse's new 'ready' event instead of 'binding-success' and switch to 'bind-failure' for hooking resource bind failures
|
Matthew Wild |
Sun, 30 May 2010 02:56:40 +0100 |
clix.lua: Only set config key on valid lines
|
Matthew Wild |
Sun, 30 May 2010 02:13:05 +0100 |
clix.lua: Improvements to argument handling and command detection. In particular options may now precede commands.
|
Matthew Wild |
Sat, 29 May 2010 21:13:27 +0100 |