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 |