Update for new Prosody module namespace
|
Kim Alvefur |
Sat, 20 May 2023 20:48:03 +0200 |
libs.encodings: Remove unused function
|
Kim Alvefur |
Tue, 23 May 2023 19:46:52 +0200 |
util.xstanza: Remove, unused since c95b84ed366b
|
Kim Alvefur |
Tue, 23 May 2023 19:41:27 +0200 |
Added tag 0.10.0 for changeset 98dc1750584d
|
Matthew Wild |
Thu, 23 Mar 2023 19:11:15 +0000 |
Fix sha1 support when no binary dependencies available
|
Matthew Wild |
Thu, 23 Mar 2023 19:06:04 +0000 |
component: Avoid adding to the global stream metatable
|
Matthew Wild |
Thu, 23 Mar 2023 18:56:32 +0000 |
libs/hashes: Support for luaossl (lua-luaossl on Debian)
|
Matthew Wild |
Thu, 23 Mar 2023 18:54:13 +0000 |
libs/table: Add table.move
|
Matthew Wild |
Fri, 17 Mar 2023 17:09:00 +0000 |
squishy: Comment legacy protocol plugins by default
|
Matthew Wild |
Fri, 17 Mar 2023 12:31:28 +0000 |
squishy: Add browsing plugin
|
Matthew Wild |
Fri, 17 Mar 2023 12:31:02 +0000 |
Add time query plugin
|
Matthew Wild |
Fri, 17 Mar 2023 12:30:49 +0000 |
squishy: Updates for Prosody trunk (@ e77c607e8da8)
|
Matthew Wild |
Fri, 17 Mar 2023 12:30:25 +0000 |
Add dummy util.net
|
Matthew Wild |
Fri, 17 Mar 2023 12:28:13 +0000 |
sasl: Add oauthbearer mechanism
|
Matthew Wild |
Fri, 17 Mar 2023 12:25:58 +0000 |
presence: Clone stanza before caching it
|
Matthew Wild |
Fri, 17 Mar 2023 11:18:39 +0000 |
disco: Fire disco-info-changed when necessary, move presence resending there
|
Matthew Wild |
Fri, 17 Mar 2023 11:15:18 +0000 |
disco: Remove stray print()
|
Matthew Wild |
Fri, 17 Mar 2023 11:12:12 +0000 |
disco: Add support for extended disco forms
|
Matthew Wild |
Fri, 17 Mar 2023 11:12:01 +0000 |
buildscripts: Update included squish (now supports Lua 5.2)
|
Matthew Wild |
Fri, 17 Mar 2023 11:07:02 +0000 |
libs/time: Add monotonic() if lua-system is available
|
Matthew Wild |
Fri, 17 Mar 2023 09:51:03 +0000 |
pep: Include item id in event
|
Matthew Wild |
Fri, 17 Mar 2023 09:27:27 +0000 |
jingle_ibb: Remove unused import of table.concat
|
Matthew Wild |
Fri, 17 Mar 2023 09:26:45 +0000 |
pubsub: Fire event on item retraction notifications
|
Matthew Wild |
Fri, 17 Mar 2023 09:25:24 +0000 |
sasl: Expose what mechanisms were offered on authentication-failure
|
Matthew Wild |
Fri, 17 Mar 2023 09:24:36 +0000 |
browsing: whitespace fixes
|
Matthew Wild |
Fri, 17 Mar 2023 09:23:56 +0000 |
Add 'shutdown' event for a self-initiated disconnect
|
Matthew Wild |
Fri, 17 Mar 2023 09:23:15 +0000 |
Fix whitespace
|
Matthew Wild |
Thu, 16 Mar 2023 16:47:59 +0000 |
Update to new tls_builder() API in net.server upstream
|
Matthew Wild |
Thu, 16 Mar 2023 16:40:57 +0000 |
archive: Add 'complete' flag
|
Matthew Wild |
Thu, 16 Mar 2023 11:47:37 +0000 |
Use util.format for logging
|
Matthew Wild |
Thu, 16 Mar 2023 11:46:16 +0000 |
client: Include xml:lang in stream header, if known
|
Matthew Wild |
Thu, 16 Mar 2023 11:43:16 +0000 |
client: Don't enable session plugin by default, that protocol is obsolete
|
Matthew Wild |
Thu, 16 Mar 2023 11:42:58 +0000 |
client: Correctly randomize SRV targets (thanks Zash)
|
Matthew Wild |
Thu, 16 Mar 2023 11:42:28 +0000 |
Update to use util.id for random ids instead of counters (thanks Zash)
|
Matthew Wild |
Thu, 16 Mar 2023 11:41:52 +0000 |
sasl: Include offered mechanisms in event when no supported mechanisms found
|
Matthew Wild |
Fri, 03 Mar 2023 12:10:54 +0000 |
util.sasl.scram: Add support for 'tls-exporter' channel binding
|
Kim Alvefur |
Wed, 03 Aug 2022 03:07:16 +0200 |
util.sasl.scram: Disable 'tls-unique' channel binding on TLS 1.3
|
Kim Alvefur |
Wed, 03 Aug 2022 03:06:26 +0200 |
util.sasl.scram: Refactor channel binding
|
Kim Alvefur |
Wed, 03 Aug 2022 03:04:17 +0200 |
client: Allow passing SCRAM hashes for use in authentication
|
Kim Alvefur |
Wed, 03 Aug 2022 02:59:09 +0200 |
Merge with MattJ
|
Kim Alvefur |
Wed, 03 Aug 2022 02:47:55 +0200 |
plugins.smacks: Change to track enabled state per direction
|
Kim Alvefur |
Sat, 19 Feb 2022 15:57:24 +0100 |
plugins.smacks: Restructure events to avoid double hooks after (failed) resumption
|
Kim Alvefur |
Sat, 19 Feb 2022 15:52:10 +0100 |
plugins.smacks: Handle failed resumption by trying to bind instead
|
Kim Alvefur |
Sat, 19 Feb 2022 15:43:47 +0100 |
squishy: Include util.hex used by util.uuid
|
Kim Alvefur |
Sat, 06 Nov 2021 18:26:31 +0100 |
plugins.smacks: Convert counter to string in resumption
|
Kim Alvefur |
Thu, 10 Jun 2021 14:16:19 +0200 |
plugins.smacks: Don't warn about zero stanzas acked
|
Kim Alvefur |
Thu, 10 Jun 2021 11:58:23 +0200 |
client: Send whitespace keeplives
|
Kim Alvefur |
Sun, 06 Jun 2021 16:43:36 +0200 |
libs.hashes: Add back pure Lua sha1 implementation
|
Kim Alvefur |
Wed, 17 Feb 2021 14:57:59 +0100 |
util.dataforms: Support XEP-0122 validation
|
Kim Alvefur |
Mon, 23 Nov 2020 23:49:42 +0100 |
util.dataforms: Update from prosody trunk 5fb6563eee1e keeping from_stanza()
|
Kim Alvefur |
Mon, 23 Nov 2020 23:43:58 +0100 |
util.time: Add pure Lua version of Prosody C module
|
Kim Alvefur |
Sat, 14 Nov 2020 15:24:01 +0100 |
util.table: Add fallback for the Prosody C module
|
Kim Alvefur |
Sat, 14 Nov 2020 15:23:08 +0100 |
pubsub: Support for 'notify' in retract and purge operations
0.10.0
|
Matthew Wild |
Mon, 06 Dec 2021 09:09:50 +0000 |
pubsub: Allow setting additional attributes in pubsub action elements
|
Matthew Wild |
Mon, 06 Dec 2021 09:03:39 +0000 |
Merge
|
Matthew Wild |
Thu, 22 Oct 2020 15:28:35 +0100 |
verse.plugins.groupchat: Add support for MUC passwords https://xmpp.org/extensions/xep-0045.html#example-27
|
Seve Ferrer |
Fri, 02 Oct 2020 16:42:37 +0200 |
Merge
|
Matthew Wild |
Thu, 22 Oct 2020 15:28:09 +0100 |
docs/example.lua: Don't depend on 'verse' being a global
|
Matthew Wild |
Thu, 22 Oct 2020 15:27:48 +0100 |
libs.encodings: Add encodings.utf8 compat (works on Lua 5.3+)
|
Matthew Wild |
Thu, 22 Oct 2020 15:27:22 +0100 |
libs.encodings: Export empty idna table
|
Matthew Wild |
Thu, 22 Oct 2020 13:58:18 +0100 |
client: Remove unused import
|
Matthew Wild |
Thu, 22 Oct 2020 13:55:15 +0100 |
disco: Force calculated caps in outgoing presence
|
Matthew Wild |
Thu, 22 Oct 2020 13:54:46 +0100 |
Fix typos (thanks Link Mauve and codespell)
|
Kim Alvefur |
Mon, 24 Dec 2018 17:35:07 +0100 |
plugins.archive: Remove compat for really old version of XEP-0313
|
Kim Alvefur |
Mon, 24 Dec 2018 17:34:46 +0100 |
squishy: Include util.x509, required by net.http in Prosody 0.10+
|
Matthew Wild |
Mon, 17 Jun 2019 12:32:00 +0100 |
squishy: Add util.time
|
Matthew Wild |
Mon, 17 Sep 2018 13:52:12 +0100 |
verse: Ensure verse.quit() only quits the loop once
|
Matthew Wild |
Mon, 17 Sep 2018 13:19:54 +0100 |
plugins.disco: Fix to use util.caps instead of broken hacky implementation
|
Matthew Wild |
Wed, 27 Jun 2018 19:19:11 +0100 |
libs.hashes: Better error message when method not available
|
Matthew Wild |
Wed, 27 Jun 2018 19:18:06 +0100 |
libs.hashes: Add support for sha1 lib from luarocks
|
Matthew Wild |
Wed, 27 Jun 2018 19:17:51 +0100 |
squishy: Remove unnecessary files (indexedbheap only in Prosody trunk)
|
Matthew Wild |
Wed, 27 Jun 2018 19:16:25 +0100 |
Makefile: Use configured squish path
|
Matthew Wild |
Wed, 27 Jun 2018 19:13:27 +0100 |
verse.plugins.groupchat: Fix import of util.events
|
Kim Alvefur |
Sun, 20 May 2018 01:24:39 +0200 |
verse: Remove use of deprecated module() function
|
Kim Alvefur |
Sun, 20 May 2018 01:16:22 +0200 |
buildsys: Update to fetch from Prosody 0.10 branch
|
Kim Alvefur |
Sun, 20 May 2018 01:15:50 +0200 |
verse.plugins.pep: Support taking an item id, default to "current"
|
Kim Alvefur |
Sun, 20 May 2018 00:56:24 +0200 |
libs.hashes: Switch to moteus bgcrypto suite
|
Kim Alvefur |
Sun, 20 May 2018 00:51:58 +0200 |
plugins.archive: Call callback even f there were no <fin> element
|
Kim Alvefur |
Sat, 31 Mar 2018 15:45:14 +0200 |
plugins.archive: Don't require 'queryid' attribute in iq response
|
Kim Alvefur |
Sat, 31 Mar 2018 15:43:28 +0200 |
verse: trim trailing whitespace
|
Kim Alvefur |
Tue, 18 Apr 2017 16:46:26 +0200 |
component: Import sha1 via util.hashes
|
Kim Alvefur |
Fri, 07 Apr 2017 19:39:59 +0200 |
plugins.archive: Update to XEP-0313 v0.6
|
Kim Alvefur |
Fri, 07 Apr 2017 19:38:52 +0200 |
plugins.smacks: Update to sm:3 namespace
|
Kim Alvefur |
Fri, 07 Apr 2017 19:37:56 +0200 |
util.sasl.scram: Add support for authenticating with pre-hashed password
|
Kim Alvefur |
Fri, 07 Apr 2017 19:35:44 +0200 |
plugins.presence: If a string is given as presece options, use it as status
|
Kim Alvefur |
Sat, 04 Jun 2016 13:37:06 +0200 |
plugins.presence: Have option keys mirror the tag names (keeping compat with previous behaviour)
|
Kim Alvefur |
Sat, 04 Jun 2016 13:36:39 +0200 |
plugins.presence: Fix resending previous presence
|
Kim Alvefur |
Sat, 04 Jun 2016 13:35:23 +0200 |
Add plugin for XEP-0195: User Browsing
|
Kim Alvefur |
Sun, 15 May 2016 16:23:54 +0200 |
Merge with Zash
|
Matthew Wild |
Tue, 09 Feb 2016 23:40:12 +0000 |
util.random: Use /dev/urandom or LuaCrypto
|
Kim Alvefur |
Wed, 13 Jan 2016 00:45:54 +0100 |
client, component: Fix logging of invalid XML
|
Matthew Wild |
Tue, 09 Feb 2016 23:39:31 +0000 |
Merge with Zash
|
Matthew Wild |
Tue, 12 Jan 2016 13:14:36 +0000 |
libs.hashes: Fix HMAC-SHA-1 blocksize to 64 (20 is output size)
|
Kim Alvefur |
Tue, 12 Jan 2016 14:06:20 +0100 |
squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there
|
Kim Alvefur |
Sat, 09 Jan 2016 02:03:26 +0100 |
Add util.ip, dependency of net.dns since Prosody 0.9.9
|
Kim Alvefur |
Sat, 09 Jan 2016 01:36:03 +0100 |
plugins: Cleanup [luacheck]
|
Kim Alvefur |
Thu, 03 Sep 2015 22:41:27 +0200 |
plugins.smacks: explicitly import luasocket which stops setting globals in new versions
|
Kim Alvefur |
Thu, 03 Sep 2015 21:46:57 +0200 |
plugins.ping: Import socket.gettime to a local, LuaSocket stopped setting globals
|
Kim Alvefur |
Thu, 27 Aug 2015 14:22:25 +0200 |
plugins: Use util.hashes instead of util.sha1
|
Kim Alvefur |
Tue, 25 Aug 2015 18:03:10 +0200 |
libs.encodings: mime.unb64 is buggy with \0 should have been fixed
|
Kim Alvefur |
Tue, 25 Aug 2015 16:27:38 +0200 |
util.sasl.scram: Use the new util.hashes and util.random
|
Kim Alvefur |
Tue, 25 Aug 2015 16:07:20 +0200 |
libs.hashes: Wrap LuaCrypto with fallback to util.sha1
|
Kim Alvefur |
Tue, 25 Aug 2015 15:45:23 +0200 |
Import util.random from Prosody (using SHA-1)
|
Kim Alvefur |
Tue, 25 Aug 2015 16:01:52 +0200 |
Import util.rsm from prosody-modules
|
Kim Alvefur |
Wed, 19 Aug 2015 16:41:47 +0200 |
squishy: Include util.xml and util.json
|
Kim Alvefur |
Wed, 19 Aug 2015 14:41:24 +0200 |
verse: Pass on error from trying to require verse connection module
|
Kim Alvefur |
Sun, 17 May 2015 15:00:30 +0200 |
plugins.tls: Allow configuring TLS options at stream.ssl
|
Kim Alvefur |
Sun, 17 May 2015 14:59:28 +0200 |
libs.adhoc: Don't set unintentional globals
|
Kim Alvefur |
Tue, 05 May 2015 01:10:33 +0200 |
verse: Enable TCP keepalives
|
Kim Alvefur |
Tue, 05 May 2015 01:08:20 +0200 |
plugins.legacy: Make functions local
|
Kim Alvefur |
Fri, 01 May 2015 23:33:08 +0200 |
Discard trailing whitespace
|
Kim Alvefur |
Fri, 01 May 2015 23:27:29 +0200 |
plugins.jingle_ft: Update to version 0.16
|
Kim Alvefur |
Fri, 01 May 2015 21:46:24 +0200 |
Added tag 0.9.1 for changeset 9aa5bce207b2
|
Matthew Wild |
Sat, 09 Jan 2016 11:03:30 +0000 |
squishy: Add util.ip, now required by net.dns
0.9.1
|
Matthew Wild |
Sat, 09 Jan 2016 10:47:03 +0000 |
Makefile: Remove config.unix when making a release
|
Matthew Wild |
Fri, 01 Jan 2016 17:17:36 +0000 |
Added tag 0.9.0 for changeset 3267ae7c9217
|
Matthew Wild |
Fri, 01 Jan 2016 17:14:21 +0000 |
README: Add README file
0.9.0
|
Matthew Wild |
Fri, 01 Jan 2016 17:11:35 +0000 |
Makefile: Error if config.unix is missing
|
Matthew Wild |
Fri, 01 Jan 2016 15:50:58 +0000 |
Makefile: Add 'install' target
|
Matthew Wild |
Fri, 01 Jan 2016 15:41:04 +0000 |
configure, Makefile: Add configure script to set build-time variables
|
Matthew Wild |
Fri, 01 Jan 2016 15:40:51 +0000 |