Software /
code /
verse
Graph
-
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
-
Merge with Zash2011-11-28, by Matthew Wild
-
plugins.bind: get_child_text()2011-11-24, by Kim Alvefur
-
plugins.vcard_update: get_child_text()2011-11-24, by Kim Alvefur
-
doc/example_pep.lua: get_child_text()2011-11-24, by Kim Alvefur
-
verse: Add default log handler for errors2011-11-27, by Matthew Wild
-
verse: Format messages before passing them to custom log handler2011-11-27, by Matthew Wild
-
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).2011-11-27, by Matthew Wild
-
verse: Switch connection ids to be a simple incrementing integer2011-11-27, by Matthew Wild
-
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).2011-11-27, by Matthew Wild
-
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)2011-11-27, by Matthew Wild
-
verse: verse.logger() -> verse.new_logger()2011-11-27, by Matthew Wild
-
plugins.register: Add in-band registration plugin2011-11-27, by Matthew Wild
-
verse: Connections use global Verse logger by default2011-11-27, by Matthew Wild
-
squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list2011-11-27, by Matthew Wild
-
plugins.pep: Set item to the first tag instead of first child.2011-11-24, by Kim Alvefur
-
plugins.groupchat: Use stanza:get_child_text()2011-11-08, by Kim Alvefur
-
doc/example_pubsub.lua: Example plugins.pubsub usage2011-11-06, by Kim Alvefur
-
plugins.vcard_update: Update for util.vcard changes.2011-11-06, by Kim Alvefur
-
plugins.vcard: Use util.vcard2011-11-06, by Kim Alvefur
-
util.vcard: Add util for converting vCard3 to/from XEP 542011-11-06, by Kim Alvefur
-
doc: Add Carbons example2011-11-02, by Kim Alvefur
-
squishy: Add carbons plugin2011-11-02, by Kim Alvefur
-
plugins.carbons: Add, implements Message Carbons (XEP 280)2011-11-02, by Kim Alvefur
-
squishy: add vcard, vcard_update, jingle_ibb2011-11-02, by Kim Alvefur
-
plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.2011-10-12, by Kim Alvefur
-
plugins.pubsub: implement node creation2011-10-11, by Kim Alvefur
-
plugins.jingle: Stop event propagation after returning errors2011-10-01, by Kim Alvefur
-
plugins.jingle_ibb: In-Band Bytestreams, initial commit.2011-09-30, by Kim Alvefur
-
plugins.version: Use get_child_text() and fix traceback on empty iq-result reply.2011-09-22, by Kim Alvefur
-
plugins.roster: Check stream features for roster versioning support.2011-09-08, by Kim Alvefur
-
plugins.pep: Reuse the pubsub plugin.2011-09-08, by Kim Alvefur
-
plugins.groupchat: Improve room subject handling, add event2011-09-08, by Kim Alvefur
-
squishy: Add a convenience function for plugins2011-08-30, by Kim Alvefur
-
plugins.roster: Fix wrong name of reply variable2011-08-28, by Kim Alvefur
-
plugins.disco: Increase hook priority. Fixes duplicated disco features.2011-08-16, by Kim Alvefur
-
plugins.jingle: Logging fix2011-08-14, by Kim Alvefur
-
plugins.roster: Roster versioning support.2011-06-07, by Kim Alvefur
-
plugins.roster: Don't signal roster events if there was no such item2011-05-24, by Kim Alvefur
-
squishy: Add the roster plugin2011-04-19, by Kim Alvefur
-
plugins.groupchat: Bump topic change handling up a bit2011-03-20, by Kim Alvefur
-
plugins.keepalive: Add (thanks chris)2011-03-18, by Matthew Wild
-
verse: Expose net.server as verse.server2011-03-18, by Matthew Wild
-
squishy: Add smacks and keepalive plugins2011-03-18, by Matthew Wild
-
plugins.smacks: Scatter some logging and comments through the code for good measure2011-03-18, by Matthew Wild
-
plugins.smacks: Fix event priority and handling to make the code actually... work2011-03-18, by Matthew Wild
-
plugins.smacks: Remove some debugging code from resumption success handling, and fire a "resumed" event instead2011-03-18, by Matthew Wild
-
plugins.smacks: Add 1s delay between reconnect attempts2011-03-18, by Matthew Wild
-
verse.client: Reopen stream in response to 'connected' event2011-03-18, by Matthew Wild
-
libs/adhoc.lib.lua: Update copy (ugh) from Prosody2011-03-18, by Matthew Wild
-
plugins.*: Use verse.stanza() & co instead of require util.stanza2011-03-17, by Kim Alvefur
-
plugins.vcard_update: Support for XEP-153 avatar hash in presence broadcasts2011-03-17, by Kim Alvefur
-
plugins.vcard: Get and set vcard-temp info.2011-03-16, by Kim Alvefur
-
Added uptime plugin, included also an entry for it into the squishy file.2011-03-14, by Marco Cirillo
-
plugins.roster: Add roster push handling, roster item parsing, delete_contact()2011-03-09, by Kim Alvefur
-
plugins.presence: Fix priority setting. (Thanks Florob)2011-03-07, by Kim Alvefur
-
Merge with Zash2011-02-22, by Matthew Wild
-
plugins.groupchat: Fix self reference when leaving rooms2011-02-01, by Kim Alvefur
-
plugins.smacks: XEP-0198 support2011-02-22, by Matthew Wild
-
plugins.groupchat: Fix prev commit.2011-01-25, by Kim Alvefur
-
plugins.groupchat: Trying to get subject to behave properly2011-01-19, by Kim Alvefur
-
plugins.groupchat: Fix a missing `st.` and send join stanza regardless of return value from pre-join event.2011-01-12, by Kim Alvefur
-
squishy: Add groupchat plugin2011-01-11, by Kim Alvefur
-
plugins.groupchat: Adapt from Riddim2011-01-11, by Kim Alvefur
-
Merge with Zash2010-12-31, by Matthew Wild
-
plugins.disco: Load the presence plugin2010-12-31, by Kim Alvefur
-
plugins.disco: Use the new presence plugin for caching and resending2010-12-31, by Kim Alvefur
-
squishy: Add plugis.presence2010-12-31, by Kim Alvefur
-
plugins.presence: Initial commit of plugin that caches the last outgoing presence, and handles rebroadcast2010-12-31, by Kim Alvefur
-
plugins.disco,compression: Use xmlns_* variables2010-12-31, by Kim Alvefur
-
plugins.disco: Fix missing xmlns variable.2010-12-30, by Kim Alvefur
-
plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.2010-11-29, by Kim Alvefur
-
verse: Make add_plugin only load a plugin once per stream2010-12-30, by Matthew Wild
-
plugins.disco: Fix disco_local_services() to call callback with empty array in case of disco error2010-12-30, by Matthew Wild
-
verse.client: Fix two cases where we called methods on the base stream object instead of the current one2010-12-30, by Matthew Wild
-
Merge with Zash2010-12-15, by Matthew Wild
-
plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.2010-12-15, by Kim Alvefur
Scroll all the way down to load more.