verse: Fix disconnected event for unassociated connections
|
Kim Alvefur |
2013-02-10 |
Backout 55e3fd7b9731
|
Kim Alvefur |
2013-02-10 |
verse: Err, I meant the stream, not the connection
|
Kim Alvefur |
2013-02-10 |
verse: Really pass the connection to ondisconnect, not some unknown global
|
Kim Alvefur |
2013-02-10 |
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)
|
Kim Alvefur |
2013-02-10 |
verse: Add missing 'reason' argument to stream:close()
|
Kim Alvefur |
2013-02-10 |
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 |
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 |
verse: Remove silly logger line I just noticed at the end of the file
|
Matthew Wild |
2011-11-30 |
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 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
2011-11-27 |
verse: Expose net.server as verse.server
|
Matthew Wild |
2011-03-18 |
verse: Make add_plugin only load a plugin once per stream
|
Matthew Wild |
2010-12-30 |
verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw'
|
Matthew Wild |
2010-12-15 |
verse: Consider a plugin as failed to load only if it returns false
|
Matthew Wild |
2010-12-15 |
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels
|
Matthew Wild |
2010-09-15 |
verse: Fix set_logger() to set verse.log() correctly
|
Matthew Wild |
2010-09-15 |
verse: Fire disconnected event even if connection fails instantly
|
Matthew Wild |
2010-09-14 |
verse: Log error and return when trying to close a closed connection
|
Matthew Wild |
2010-09-13 |
verse: verse.loop() and new verse.step() use the new error handler to, er, handle errors.
|
Matthew Wild |
2010-09-13 |
verse: Add verse.log() to log a message using the default logger. Also add verse.set_error_handler() to, er, set an error handler.
|
Matthew Wild |
2010-09-13 |
verse: Log error when connection fails instantly
|
Matthew Wild |
2010-09-12 |
verse: Add verse.eventable() to give a passed object :event() and :hook()/:unhook() methods and return it again
|
Matthew Wild |
2010-08-21 |
verse: Return true from connect() on success, add stream:close()
|
Matthew Wild |
2010-08-21 |
verse: Return false rather than nil from connect() on error, for consistency
|
Matthew Wild |
2010-08-21 |
verse: Add stream:set_loglevels()
|
Matthew Wild |
2010-08-09 |
verse: Load LuaSec if possible
|
Matthew Wild |
2010-05-11 |
verse: Fire "status" event for connection status changes (notably SSL handshake complete)
|
Matthew Wild |
2010-05-11 |
verse: Remove some useless comments
|
Matthew Wild |
2010-05-11 |
verse: Add "drained" event to signal when send buffer is empty (new server.lua feature)
|
Matthew Wild |
2010-05-06 |
verse: Take advantage of server.lua's new onconnect callback for a more robust "connected" event
|
Matthew Wild |
2010-05-06 |
verse: Add stream:unhook(event_name, handler)
|
Matthew Wild |
2010-05-06 |
verse: Add verse.quit() to exit the event loop
|
Matthew Wild |
2010-01-06 |
verse: Multiple changes to allow controlling logging for both verse and streams
|
Matthew Wild |
2010-01-06 |
verse: Add verse.add_task(delay, callback) to add timer functions using util.timer
|
Matthew Wild |
2010-01-03 |
Revert module names throughout to their Prosody equivalents
|
Matthew Wild |
2009-12-09 |
verse: Have verse.new() accept a prototype table on which to base the connection
|
Matthew Wild |
2009-12-04 |
verse: Update for new server connection API
|
Matthew Wild |
2009-12-01 |
verse: Include LuaRocks packages if we can
|
Matthew Wild |
2009-11-30 |
verse: Fix stream:hook() to pass additional parameters to the underlying hook(), so we don't strip priority
|
Matthew Wild |
2009-11-30 |
Log debug message when firing an event
|
Matthew Wild |
2009-11-28 |
verse: Support for loading plugins
|
Matthew Wild |
2009-11-28 |
Remove some XMPP client-specific requires from init.lua
|
Matthew Wild |
2009-08-04 |
Break client-specific code into verse.client module
|
Matthew Wild |
2009-08-04 |
Beginning of new verse
|
Matthew Wild |
2009-08-03 |