plugins.pubsub: Make the old functions wrap the new.
|
Kim Alvefur |
Mon, 28 Nov 2011 17:15:41 +0100 |
verse: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
Wed, 30 Nov 2011 18:01:53 +0000 |
Merge with Zash
|
Matthew Wild |
Mon, 28 Nov 2011 15:00:48 +0000 |
plugins.bind: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:10:26 +0100 |
plugins.vcard_update: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:10:26 +0100 |
doc/example_pep.lua: get_child_text()
|
Kim Alvefur |
Thu, 24 Nov 2011 07:02:27 +0100 |
verse: Add default log handler for errors
|
Matthew Wild |
Sun, 27 Nov 2011 23:00:15 +0000 |
verse: Format messages before passing them to custom log handler
|
Matthew Wild |
Sun, 27 Nov 2011 22:59:59 +0000 |
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).
|
Matthew Wild |
Sun, 27 Nov 2011 22:50:21 +0000 |
verse: Switch connection ids to be a simple incrementing integer
|
Matthew Wild |
Sun, 27 Nov 2011 22:48:02 +0000 |
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).
|
Matthew Wild |
Sun, 27 Nov 2011 22:45:26 +0000 |
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)
|
Matthew Wild |
Sun, 27 Nov 2011 22:07:59 +0000 |
verse: verse.logger() -> verse.new_logger()
|
Matthew Wild |
Sun, 27 Nov 2011 22:01:59 +0000 |
plugins.register: Add in-band registration plugin
|
Matthew Wild |
Sun, 27 Nov 2011 21:56:21 +0000 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
Sun, 27 Nov 2011 21:41:44 +0000 |