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 |
Discard trailing whitespace
|
Kim Alvefur |
2015-05-01 |
plugins.jingle_ft: Update to version 0.16
|
Kim Alvefur |
2015-05-01 |
Added tag 0.9.1 for changeset 9aa5bce207b2
|
Matthew Wild |
2016-01-09 |
squishy: Add util.ip, now required by net.dns
0.9.1
|
Matthew Wild |
2016-01-09 |
Makefile: Remove config.unix when making a release
|
Matthew Wild |
2016-01-01 |
Added tag 0.9.0 for changeset 3267ae7c9217
|
Matthew Wild |
2016-01-01 |
README: Add README file
0.9.0
|
Matthew Wild |
2016-01-01 |
Makefile: Error if config.unix is missing
|
Matthew Wild |
2016-01-01 |
Makefile: Add 'install' target
|
Matthew Wild |
2016-01-01 |
configure, Makefile: Add configure script to set build-time variables
|
Matthew Wild |
2016-01-01 |
Makefile, buildscripts/squish: Add Makefile and squish to the repo
|
Matthew Wild |
2015-12-31 |
init: Log the error message that caused loading of a connection module to fail
|
Matthew Wild |
2015-09-05 |
init: Restore loading of LuaSec (must be loaded before net.server) (thanks 桜)
|
Kim Alvefur |
2014-11-16 |
squishy: Fetch from latest 0.9
|
Kim Alvefur |
2014-10-05 |
squishy: Fix for fetching util.rsm
|
Kim Alvefur |
2014-10-05 |
util.sasl.scram: Only indicate channel binding support when TLS is used
|
Kim Alvefur |
2014-10-05 |
client: Deal with eg no-stream errors where no stanza is passed
|
Kim Alvefur |
2014-09-30 |
util.sasl.scram: Slight optimization of HMAC
|
Kim Alvefur |
2014-09-30 |
util.sasl.scram: Correctly verify that the server added its own nonce
|
Kim Alvefur |
2014-09-30 |
verse: Import LuaSocket properly (especially for 5.2)
|
Kim Alvefur |
2014-09-23 |
plugins.sasl: Store mechanisms with the correct name
|
Kim Alvefur |
2014-09-18 |
util.sasl.scram: Fix typo
|
Kim Alvefur |
2014-09-18 |
plugins.sasl: Alter mechanism loading and pass name of loaded mechanism. Fixes attempting SCRAM-PLUS when only SCRAM is offered
|
Kim Alvefur |
2014-09-18 |
squishy: Add sasl mechs
|
Kim Alvefur |
2014-09-18 |
SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS)
|
Kim Alvefur |
2014-09-18 |
Add SCRAM-SHA-1 implementation
|
Kim Alvefur |
2014-09-18 |
Almost a SASL framework, supports negotiation and challenge-response, mechanism code split out into util/sasl/
|
Kim Alvefur |
2014-09-18 |
plugins.archive: Update to MAM version 0.3
|
Kim Alvefur |
2014-09-08 |
Merge with Zash
|
Matthew Wild |
2014-08-27 |
verse.plugins.uptime: Explicitly cast uptime to a number
|
Kim Alvefur |
2013-09-04 |
plugins.smacks: Improve logic for sending <r/>
|
Matthew Wild |
2014-08-27 |
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )
|
Matthew Wild |
2014-08-27 |
plugins.pubsub: Implement fetching of items
|
Kim Alvefur |
2013-07-06 |
plugins.pubsub: Keep track of wrapped callbacks
|
Kim Alvefur |
2013-07-06 |
plugins.pubsub: Implement node discovery
|
Kim Alvefur |
2013-07-06 |
plugins.archive: Update for MAM 0.2
|
Kim Alvefur |
2013-06-29 |
verse.client: Fix stream error error
|
Kim Alvefur |
2013-06-14 |
plugins.register: Support submitting email when registering an account
|
Matthew Wild |
2013-06-08 |
plugins.register: Fix event name (failure vs. failed)
|
Matthew Wild |
2013-06-08 |
plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)
|
Matthew Wild |
2013-06-07 |
plugins.adhoc: Add missing return in error case
|
Matthew Wild |
2013-05-28 |