squishy: Pin to Prosody 0.9.9 release to avoid more breaking changes there

Add util.ip, dependency of net.dns since Prosody 0.9.9

plugins: Cleanup [luacheck]

plugins.smacks: explicitly import luasocket which stops setting globals in new versions

plugins.ping: Import socket.gettime to a local, LuaSocket stopped setting globals

plugins: Use util.hashes instead of util.sha1

libs.encodings: mime.unb64 is buggy with \0 should have been fixed

util.sasl.scram: Use the new util.hashes and util.random

libs.hashes: Wrap LuaCrypto with fallback to util.sha1

Import util.random from Prosody (using SHA-1)

Import util.rsm from prosody-modules

squishy: Include util.xml and util.json

verse: Pass on error from trying to require verse connection module

plugins.tls: Allow configuring TLS options at stream.ssl

libs.adhoc: Don't set unintentional globals

verse: Enable TCP keepalives

plugins.legacy: Make functions local

Discard trailing whitespace

plugins.jingle_ft: Update to version 0.16

Added tag 0.9.1 for changeset 9aa5bce207b2

squishy: Add util.ip, now required by net.dns 0.9.1

Makefile: Remove config.unix when making a release

Added tag 0.9.0 for changeset 3267ae7c9217

README: Add README file 0.9.0

Makefile: Error if config.unix is missing

Makefile: Add 'install' target

configure, Makefile: Add configure script to set build-time variables

Makefile, buildscripts/squish: Add Makefile and squish to the repo

init: Log the error message that caused loading of a connection module to fail

init: Restore loading of LuaSec (must be loaded before net.server) (thanks ?)

squishy: Fetch from latest 0.9

squishy: Fix for fetching util.rsm

util.sasl.scram: Only indicate channel binding support when TLS is used

client: Deal with eg no-stream errors where no stanza is passed

util.sasl.scram: Slight optimization of HMAC

util.sasl.scram: Correctly verify that the server added its own nonce

verse: Import LuaSocket properly (especially for 5.2)

plugins.sasl: Store mechanisms with the correct name

util.sasl.scram: Fix typo

plugins.sasl: Alter mechanism loading and pass name of loaded mechanism. Fixes attempting SCRAM-PLUS when only SCRAM is offered

squishy: Add sasl mechs

SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS)

Add SCRAM-SHA-1 implementation

Almost a SASL framework, supports negotiation and challenge-response, mechanism code split out into util/sasl/

plugins.archive: Update to MAM version 0.3

Merge with Zash

verse.plugins.uptime: Explicitly cast uptime to a number

plugins.smacks: Improve logic for sending <r/>

plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )

plugins.pubsub: Implement fetching of items

plugins.pubsub: Keep track of wrapped callbacks

plugins.pubsub: Implement node discovery

plugins.archive: Update for MAM 0.2

verse.client: Fix stream error error

plugins.register: Support submitting email when registering an account

plugins.register: Fix event name (failure vs. failed)

plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)

plugins.adhoc: Add missing return in error case

plugins.ping: Reply to pings

plugins.pubsub: If no jid given to unsubscribe with, default to what was subscribed to (if given) or the bound jid

plugins.pubsub: Collect the subscribed jid

verse.client: Fire stream error events, so they can be handled

util.dataforms: Add method for converting XML dataforms to tables

util.dataforms: Update from Prosody repo

plugins.pubsub: Implement retract, purge and delete operations

plugins.pubsub: Explicitly subscribe with our current full jid as default

verse: Fix disconnected event for unassociated connections

Backout 55e3fd7b9731

verse.client: Use a different flag to indicate that our outgoing stream is closed

verse: Err, I meant the stream, not the connection

verse: Really pass the connection to ondisconnect, not some unknown global

plugins.smacks: Start counting when sending <enable/>

verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)

plugins.smacks: Don't try to reconnect on gracefull stream closure

verse.client: Try to behave better when stream is closed gracefully

verse: Add missing 'reason' argument to stream:close()

plugins.smacks: Re-send unacked outgoing stanzas on resumption

plugins.smacks: Break less on sending of non-stanzas such as raw strings.

plugins.receipts: XEP-0184 support.

plugins.carbons: Update to Carbons v0.8

util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)

plugins.vcard: Convert textual vCards to XEP-54 format

plugins/sasl: Use ANONYMOUS authentication when no username provided

component: allow binding to non-host jids (thanks mva)

plugins.vcard: Fix previous commit

plugins.vcard: Update for never util.vcard

util.vcard: Handle empty vcards

util.vcard: Iterate on tags instead of items (thanks mva)

plugins.adhoc: Collect a <note/>

plugins.adhoc: Add explicit dependency on the disco plugin.

util.vcard: Ignore undefined properties

util.vcard: Completed separation of parsers and generators

plugins.archive: Don't modify the query params table

squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.

plugins.archive: Treat query params correctly

plugins.sasl: Collect text message on SASL failure

(0) -300 -100 -96 +96 tip

mercurial