Software /
code /
verse
Graph
-
squishy: Add sasl mechs2014-09-18, by Kim Alvefur
-
SCRAM: Add channel binding support (SCRAM-SHA-1-PLUS)2014-09-18, by Kim Alvefur
-
Add SCRAM-SHA-1 implementation2014-09-18, by Kim Alvefur
-
plugins.archive: Update to MAM version 0.32014-09-08, by Kim Alvefur
-
Merge with Zash2014-08-27, by Matthew Wild
-
verse.plugins.uptime: Explicitly cast uptime to a number2013-09-04, by Kim Alvefur
-
plugins.smacks: Improve logic for sending <r/>2014-08-27, by Matthew Wild
-
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )2014-08-27, by Matthew Wild
-
plugins.pubsub: Implement fetching of items2013-07-06, by Kim Alvefur
-
plugins.pubsub: Keep track of wrapped callbacks2013-07-06, by Kim Alvefur
-
plugins.pubsub: Implement node discovery2013-07-06, by Kim Alvefur
-
plugins.archive: Update for MAM 0.22013-06-29, by Kim Alvefur
-
verse.client: Fix stream error error2013-06-14, by Kim Alvefur
-
plugins.register: Support submitting email when registering an account2013-06-08, by Matthew Wild
-
plugins.register: Fix event name (failure vs. failed)2013-06-08, by Matthew Wild
-
plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)2013-06-07, by Matthew Wild
-
plugins.adhoc: Add missing return in error case2013-05-28, by Matthew Wild
-
plugins.ping: Reply to pings2013-05-11, by Kim Alvefur
-
plugins.pubsub: Collect the subscribed jid2013-05-10, by Kim Alvefur
-
verse.client: Fire stream error events, so they can be handled2013-04-29, by Kim Alvefur
-
util.dataforms: Add method for converting XML dataforms to tables2013-02-15, by Kim Alvefur
-
util.dataforms: Update from Prosody repo2013-02-15, by Kim Alvefur
-
plugins.pubsub: Implement retract, purge and delete operations2013-02-10, by Kim Alvefur
-
plugins.pubsub: Explicitly subscribe with our current full jid as default2013-02-10, by Kim Alvefur
-
verse: Fix disconnected event for unassociated connections2013-02-10, by Kim Alvefur
-
Backout 55e3fd7b97312013-02-10, by Kim Alvefur
-
verse.client: Use a different flag to indicate that our outgoing stream is closed2013-02-10, by Kim Alvefur
-
verse: Err, I meant the stream, not the connection2013-02-10, by Kim Alvefur
-
verse: Really pass the connection to ondisconnect, not some unknown global2013-02-10, by Kim Alvefur
-
plugins.smacks: Start counting when sending <enable/>2013-02-10, by Kim Alvefur
-
plugins.smacks: Don't try to reconnect on gracefull stream closure2013-02-10, by Kim Alvefur
-
verse.client: Try to behave better when stream is closed gracefully2013-02-10, by Kim Alvefur
-
verse: Add missing 'reason' argument to stream:close()2013-02-10, by Kim Alvefur
-
plugins.smacks: Re-send unacked outgoing stanzas on resumption2013-02-10, by Kim Alvefur
-
plugins.smacks: Break less on sending of non-stanzas such as raw strings.2013-02-09, by Kim Alvefur
-
plugins.receipts: XEP-0184 support.2013-02-04, by Kim Alvefur
-
plugins.carbons: Update to Carbons v0.82012-12-22, by Kim Alvefur
-
util.vcard: Don't break on data outside of VCARD sections (thanks moo-min)2012-12-17, by Kim Alvefur
-
plugins.vcard: Convert textual vCards to XEP-54 format2012-10-11, by Kim Alvefur
-
plugins/sasl: Use ANONYMOUS authentication when no username provided2012-09-10, by James Callahan
-
component: allow binding to non-host jids (thanks mva)2012-08-31, by Kim Alvefur
-
plugins.vcard: Fix previous commit2012-08-26, by Kim Alvefur
-
plugins.vcard: Update for never util.vcard2012-08-26, by Kim Alvefur
-
util.vcard: Handle empty vcards2012-08-26, by Kim Alvefur
-
util.vcard: Iterate on tags instead of items (thanks mva)2012-08-09, by Kim Alvefur
-
plugins.adhoc: Collect a <note/>2012-07-04, by Kim Alvefur
-
plugins.adhoc: Add explicit dependency on the disco plugin.2012-07-04, by Kim Alvefur
-
util.vcard: Ignore undefined properties2012-07-01, by Kim Alvefur
-
util.vcard: Completed separation of parsers and generators2012-07-01, by Kim Alvefur
-
plugins.archive: Don't modify the query params table2012-06-25, by Kim Alvefur
-
squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.2012-06-08, by Kim Alvefur
-
plugins.archive: Treat query params correctly2012-06-08, by Kim Alvefur
-
plugins.sasl: Collect text message on SASL failure2012-05-28, by Kim Alvefur
-
plugins.groupchat: Import util.jid here too.2012-05-18, by Kim Alvefur
-
plugins.bind: Import util.jid to fix traceback2012-05-18, by Matthew Wild
-
squishy: Update to fetch from a pre-timber revision of Prosody2012-05-17, by Matthew Wild
-
util.vcard: Don't use module()2012-05-13, by Kim Alvefur
-
plugins.archive: Parse the timestamp2012-04-20, by Kim Alvefur
-
plugins.archive: Collect the archive id2012-04-20, by Kim Alvefur
-
plugins.archive: Move namespaces to the top2012-04-19, by Kim Alvefur
-
plugins.archive: Implement archiving preferences2012-04-19, by Kim Alvefur
-
plugins.archive: Import util.stanza directly and use it2012-04-19, by Kim Alvefur
-
plugins.archive: Add local verse2012-04-19, by Kim Alvefur
-
plugins.archive: Add a header comment2012-04-19, by Kim Alvefur
-
Merge with Zash2012-03-30, by Matthew Wild
-
plugins.jingle_s5b: Add missing xmlns2012-03-29, by Kim Alvefur
-
plugins.jingle_s5b: Add local verse2012-03-29, by Kim Alvefur
-
doc/example_carbons.lua: Update to reflect timestamp change in carbons plugin.2012-03-17, by Kim Alvefur
-
plugins.carbons: Get and parse timestamp from carbon into a number.2012-03-17, by Kim Alvefur
-
plugins.carbons: Don't check carbons flag twice.2012-03-17, by Kim Alvefur
-
plugins.jingle_ibb: new_ibb() doesn't need to be global2012-03-05, by Kim Alvefur
-
plugins.pubsub: Add a local variable to save some table lookups2012-03-05, by Kim Alvefur
-
client, component: `ret` was probably meant to be a local2012-03-05, by Kim Alvefur
-
verse: Remove some, erm, debug logging2012-03-30, by Matthew Wild
-
verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients)2012-03-30, by Matthew Wild
-
verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message2012-02-12, by Matthew Wild
-
squishy: add util.datetime2012-02-12, by Kim Alvefur
-
plugins.carbons: Fix wrong variable name2012-02-01, by Kim Alvefur
-
plugins.roster: Make stanza error parts locals.2012-01-27, by Kim Alvefur
-
plugins.archive: Add missing :up()2012-01-16, by Kim Alvefur
-
plugins.carbons: Update to XEP v0.6. Check that messages are from your bare jid.2012-01-10, by Kim Alvefur
-
plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP2012-01-06, by Kim Alvefur
-
plugins.pubsub: Implement unsubscribe.2012-01-01, by Kim Alvefur
-
plugins.roster: Change variable name to what's used in XMPP-IM2012-01-01, by Kim Alvefur
-
doc/example_pubsub.lua: Fix typo.2011-12-23, by Kim Alvefur
-
doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.2011-12-16, by Kim Alvefur
-
plugins.pep: Load disco, since PEP depends on it2011-12-16, by Kim Alvefur
-
plugins.disco: Add set_ and add_identity()2011-12-16, by Kim Alvefur
-
plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.2011-12-16, by Kim Alvefur
-
plugins.pubsub: Fix to use correct method in backwards-compatibility code2011-12-11, by Matthew Wild
-
plugins.pubsub: Fix typo2011-12-10, by Kim Alvefur
-
plugins.pubsub: Fix missing <item/> when publishing.2011-12-10, by Kim Alvefur
-
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)2011-12-07, by Matthew Wild
-
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)2011-12-07, by Matthew Wild
-
doc/example*.lua: Update to use new .init() method2011-12-05, by Matthew Wild
-
Merge with Zash2011-12-05, by Matthew Wild
-
verse: Add stream:info() for emitting info-level log message.2011-12-05, by Kim Alvefur
-
verse: Add init(...) method to load connection modules (client, component, bosh, etc.)2011-12-05, by Matthew Wild
-
plugins.groupchat: Fix missing 'end' in last commit2011-12-05, by Matthew Wild
-
Merge with MattJ & mva2011-12-03, by Kim Alvefur
-
plugins.pep: Use the new PubSub api.2011-11-28, by Kim Alvefur
-
plugins.pubsub: Make the old functions wrap the new.2011-11-28, by Kim Alvefur
-
verse.plugins.groupchat: Make last commit (7802a048) more concise2011-12-03, by Matthew Wild
-
fixed sending of leave message2011-12-02, by mva
-
added local verse var to all plugins2011-12-02, by mva
-
plugins.pep: Use the new PubSub api.2011-11-28, by Kim Alvefur
-
plugins.pubsub: Make the old functions wrap the new.2011-11-28, by Kim Alvefur
-
verse: Remove silly logger line I just noticed at the end of the file2011-11-30, by Matthew Wild
Scroll all the way down to load more.