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 |
plugins.ping: Reply to pings
|
Kim Alvefur |
2013-05-11 |
plugins.pubsub: If no jid given to unsubscribe with, default to what was subscribed to (if given) or the bound jid
|
Kim Alvefur |
2013-05-10 |
plugins.pubsub: Collect the subscribed jid
|
Kim Alvefur |
2013-05-10 |
verse.client: Fire stream error events, so they can be handled
|
Kim Alvefur |
2013-04-29 |
util.dataforms: Add method for converting XML dataforms to tables
|
Kim Alvefur |
2013-02-15 |
util.dataforms: Update from Prosody repo
|
Kim Alvefur |
2013-02-15 |
plugins.pubsub: Implement retract, purge and delete operations
|
Kim Alvefur |
2013-02-10 |
plugins.pubsub: Explicitly subscribe with our current full jid as default
|
Kim Alvefur |
2013-02-10 |
verse: Fix disconnected event for unassociated connections
|
Kim Alvefur |
2013-02-10 |
Backout 55e3fd7b9731
|
Kim Alvefur |
2013-02-10 |
verse.client: Use a different flag to indicate that our outgoing stream is closed
|
Kim Alvefur |
2013-02-10 |
verse: Err, I meant the stream, not the connection
|
Kim Alvefur |
2013-02-10 |
verse: Really pass the connection to ondisconnect, not some unknown global
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Start counting when sending <enable/>
|
Kim Alvefur |
2013-02-10 |
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Don't try to reconnect on gracefull stream closure
|
Kim Alvefur |
2013-02-10 |
verse.client: Try to behave better when stream is closed gracefully
|
Kim Alvefur |
2013-02-10 |
verse: Add missing 'reason' argument to stream:close()
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Re-send unacked outgoing stanzas on resumption
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Break less on sending of non-stanzas such as raw strings.
|
Kim Alvefur |
2013-02-09 |
plugins.receipts: XEP-0184 support.
|
Kim Alvefur |
2013-02-04 |
plugins.carbons: Update to Carbons v0.8
|
Kim Alvefur |
2012-12-22 |
util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)
|
Kim Alvefur |
2012-12-17 |
plugins.vcard: Convert textual vCards to XEP-54 format
|
Kim Alvefur |
2012-10-11 |
plugins/sasl: Use ANONYMOUS authentication when no username provided
|
James Callahan |
2012-09-10 |
component: allow binding to non-host jids (thanks mva)
|
Kim Alvefur |
2012-08-31 |
plugins.vcard: Fix previous commit
|
Kim Alvefur |
2012-08-26 |
plugins.vcard: Update for never util.vcard
|
Kim Alvefur |
2012-08-26 |
util.vcard: Handle empty vcards
|
Kim Alvefur |
2012-08-26 |
util.vcard: Iterate on tags instead of items (thanks mva)
|
Kim Alvefur |
2012-08-09 |
plugins.adhoc: Collect a <note/>
|
Kim Alvefur |
2012-07-04 |
plugins.adhoc: Add explicit dependency on the disco plugin.
|
Kim Alvefur |
2012-07-04 |
util.vcard: Ignore undefined properties
|
Kim Alvefur |
2012-07-01 |
util.vcard: Completed separation of parsers and generators
|
Kim Alvefur |
2012-07-01 |
plugins.archive: Don't modify the query params table
|
Kim Alvefur |
2012-06-25 |
squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.
|
Kim Alvefur |
2012-06-08 |
plugins.archive: Treat query params correctly
|
Kim Alvefur |
2012-06-08 |
plugins.sasl: Collect text message on SASL failure
|
Kim Alvefur |
2012-05-28 |
plugins.groupchat: Import util.jid here too.
|
Kim Alvefur |
2012-05-18 |
plugins.bind: Import util.jid to fix traceback
|
Matthew Wild |
2012-05-18 |
squishy: Update to fetch from a pre-timber revision of Prosody
|
Matthew Wild |
2012-05-17 |
util.vcard: Don't use module()
|
Kim Alvefur |
2012-05-13 |
plugins.archive: Parse the timestamp
|
Kim Alvefur |
2012-04-20 |
plugins.archive: Collect the archive id
|
Kim Alvefur |
2012-04-20 |
plugins.archive: Move namespaces to the top
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Implement archiving preferences
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Import util.stanza directly and use it
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Add local verse
|
Kim Alvefur |
2012-04-19 |
plugins.archive: Add a header comment
|
Kim Alvefur |
2012-04-19 |
Merge with Zash
|
Matthew Wild |
2012-03-30 |
plugins.jingle_s5b: Add missing xmlns
|
Kim Alvefur |
2012-03-29 |
plugins.jingle_s5b: Add local verse
|
Kim Alvefur |
2012-03-29 |
doc/example_carbons.lua: Update to reflect timestamp change in carbons plugin.
|
Kim Alvefur |
2012-03-17 |
plugins.carbons: Get and parse timestamp from carbon into a number.
|
Kim Alvefur |
2012-03-17 |
plugins.carbons: Don't check carbons flag twice.
|
Kim Alvefur |
2012-03-17 |
plugins.jingle_ibb: new_ibb() doesn't need to be global
|
Kim Alvefur |
2012-03-05 |
plugins.pubsub: Add a local variable to save some table lookups
|
Kim Alvefur |
2012-03-05 |
client, component: `ret` was probably meant to be a local
|
Kim Alvefur |
2012-03-05 |
verse: Remove some, erm, debug logging
|
Matthew Wild |
2012-03-30 |
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients)
|
Matthew Wild |
2012-03-30 |
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message
|
Matthew Wild |
2012-02-12 |
squishy: add util.datetime
|
Kim Alvefur |
2012-02-12 |
plugins.carbons: Fix wrong variable name
|
Kim Alvefur |
2012-02-01 |
plugins.roster: Make stanza error parts locals.
|
Kim Alvefur |
2012-01-27 |
plugins.archive: Add missing :up()
|
Kim Alvefur |
2012-01-16 |
plugins.carbons: Update to XEP v0.6. Check that messages are from your bare jid.
|
Kim Alvefur |
2012-01-10 |
plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |
plugins.pubsub: Implement unsubscribe.
|
Kim Alvefur |
2012-01-01 |
plugins.roster: Change variable name to what's used in XMPP-IM
|
Kim Alvefur |
2012-01-01 |
doc/example_pubsub.lua: Fix typo.
|
Kim Alvefur |
2011-12-23 |
doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.
|
Kim Alvefur |
2011-12-16 |
plugins.pep: Load disco, since PEP depends on it
|
Kim Alvefur |
2011-12-16 |
plugins.disco: Add set_ and add_identity()
|
Kim Alvefur |
2011-12-16 |
plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.
|
Kim Alvefur |
2011-12-16 |
plugins.pubsub: Fix to use correct method in backwards-compatibility code
|
Matthew Wild |
2011-12-11 |
plugins.pubsub: Fix typo
|
Kim Alvefur |
2011-12-10 |
plugins.pubsub: Fix missing <item/> when publishing.
|
Kim Alvefur |
2011-12-10 |
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)
|
Matthew Wild |
2011-12-07 |
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)
|
Matthew Wild |
2011-12-07 |
doc/example*.lua: Update to use new .init() method
|
Matthew Wild |
2011-12-05 |
Merge with Zash
|
Matthew Wild |
2011-12-05 |
verse: Add stream:info() for emitting info-level log message.
|
Kim Alvefur |
2011-12-05 |
verse: Add init(...) method to load connection modules (client, component, bosh, etc.)
|
Matthew Wild |
2011-12-05 |
plugins.groupchat: Fix missing 'end' in last commit
|
Matthew Wild |
2011-12-05 |
Merge with MattJ & mva
|
Kim Alvefur |
2011-12-03 |
plugins.pep: Use the new PubSub api.
|
Kim Alvefur |
2011-11-28 |
plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse.plugins.groupchat: Make last commit (7802a048) more concise
|
Matthew Wild |
2011-12-03 |
fixed sending of leave message
|
mva |
2011-12-02 |
added local verse var to all plugins
|
mva |
2011-12-02 |