plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
2011-11-28 |
verse: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
2011-11-30 |
Merge with Zash
|
Matthew Wild |
2011-11-28 |
plugins.bind: get_child_text()
|
Kim Alvefur |
2011-11-24 |
plugins.vcard_update: get_child_text()
|
Kim Alvefur |
2011-11-24 |
doc/example_pep.lua: get_child_text()
|
Kim Alvefur |
2011-11-24 |
verse: Add default log handler for errors
|
Matthew Wild |
2011-11-27 |
verse: Format messages before passing them to custom log handler
|
Matthew Wild |
2011-11-27 |
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).
|
Matthew Wild |
2011-11-27 |
verse: Switch connection ids to be a simple incrementing integer
|
Matthew Wild |
2011-11-27 |
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).
|
Matthew Wild |
2011-11-27 |
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)
|
Matthew Wild |
2011-11-27 |
verse: verse.logger() -> verse.new_logger()
|
Matthew Wild |
2011-11-27 |
plugins.register: Add in-band registration plugin
|
Matthew Wild |
2011-11-27 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
2011-11-27 |
squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list
|
Matthew Wild |
2011-11-27 |
plugins.pep: Set item to the first tag instead of first child.
|
Kim Alvefur |
2011-11-24 |
plugins.groupchat: Use stanza:get_child_text()
|
Kim Alvefur |
2011-11-08 |
doc/example_pubsub.lua: Example plugins.pubsub usage
|
Kim Alvefur |
2011-11-06 |
plugins.vcard_update: Update for util.vcard changes.
|
Kim Alvefur |
2011-11-06 |
plugins.vcard: Use util.vcard
|
Kim Alvefur |
2011-11-06 |
util.vcard: Add util for converting vCard3 to/from XEP 54
|
Kim Alvefur |
2011-11-06 |
doc: Add Carbons example
|
Kim Alvefur |
2011-11-02 |
squishy: Add carbons plugin
|
Kim Alvefur |
2011-11-02 |
plugins.carbons: Add, implements Message Carbons (XEP 280)
|
Kim Alvefur |
2011-11-02 |
squishy: add vcard, vcard_update, jingle_ibb
|
Kim Alvefur |
2011-11-02 |
plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.
|
Kim Alvefur |
2011-10-12 |
plugins.pubsub: implement node creation
|
Kim Alvefur |
2011-10-11 |
plugins.jingle: Stop event propagation after returning errors
|
Kim Alvefur |
2011-10-01 |
plugins.jingle_ibb: In-Band Bytestreams, initial commit.
|
Kim Alvefur |
2011-09-30 |