component: Import sha1 via util.hashes
|
Kim Alvefur |
2017-04-07 |
plugins.archive: Update to XEP-0313 v0.6
|
Kim Alvefur |
2017-04-07 |
plugins.smacks: Update to sm:3 namespace
|
Kim Alvefur |
2017-04-07 |
util.sasl.scram: Add support for authenticating with pre-hashed password
|
Kim Alvefur |
2017-04-07 |
plugins.presence: If a string is given as presece options, use it as status
|
Kim Alvefur |
2016-06-04 |
plugins.presence: Have option keys mirror the tag names (keeping compat with previous behaviour)
|
Kim Alvefur |
2016-06-04 |
plugins.presence: Fix resending previous presence
|
Kim Alvefur |
2016-06-04 |
Add plugin for XEP-0195: User Browsing
|
Kim Alvefur |
2016-05-15 |
Merge with Zash
|
Matthew Wild |
2016-02-09 |
util.random: Use /dev/urandom or LuaCrypto
|
Kim Alvefur |
2016-01-12 |
client, component: Fix logging of invalid XML
|
Matthew Wild |
2016-02-09 |
Merge with Zash
|
Matthew Wild |
2016-01-12 |
libs.hashes: Fix HMAC-SHA-1 blocksize to 64 (20 is output size)
|
Kim Alvefur |
2016-01-12 |
squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there
|
Kim Alvefur |
2016-01-09 |
Add util.ip, dependency of net.dns since Prosody 0.9.9
|
Kim Alvefur |
2016-01-09 |
plugins: Cleanup [luacheck]
|
Kim Alvefur |
2015-09-03 |
plugins.smacks: explicitly import luasocket which stops setting globals in new versions
|
Kim Alvefur |
2015-09-03 |
plugins.ping: Import socket.gettime to a local, LuaSocket stopped setting globals
|
Kim Alvefur |
2015-08-27 |
plugins: Use util.hashes instead of util.sha1
|
Kim Alvefur |
2015-08-25 |
libs.encodings: mime.unb64 is buggy with \0 should have been fixed
|
Kim Alvefur |
2015-08-25 |
util.sasl.scram: Use the new util.hashes and util.random
|
Kim Alvefur |
2015-08-25 |
libs.hashes: Wrap LuaCrypto with fallback to util.sha1
|
Kim Alvefur |
2015-08-25 |
Import util.random from Prosody (using SHA-1)
|
Kim Alvefur |
2015-08-25 |
Import util.rsm from prosody-modules
|
Kim Alvefur |
2015-08-19 |
squishy: Include util.xml and util.json
|
Kim Alvefur |
2015-08-19 |
verse: Pass on error from trying to require verse connection module
|
Kim Alvefur |
2015-05-17 |
plugins.tls: Allow configuring TLS options at stream.ssl
|
Kim Alvefur |
2015-05-17 |
libs.adhoc: Don't set unintentional globals
|
Kim Alvefur |
2015-05-04 |
verse: Enable TCP keepalives
|
Kim Alvefur |
2015-05-04 |
plugins.legacy: Make functions local
|
Kim Alvefur |
2015-05-01 |