squishy: Use --internal-bit-module to squish with the pure-Lua bit library
|
Matthew Wild |
2010-09-13 |
libs/bit.lua: Add pure-Lua bit library
|
Matthew Wild |
2010-09-13 |
verse: Log error and return when trying to close a closed connection
|
Matthew Wild |
2010-09-13 |
squishy: Add util.hashes [libs/hashes.lua]
|
Matthew Wild |
2010-09-13 |
libs/encodings.lua: Use mime.b64 for base64.encode
|
Matthew Wild |
2010-09-13 |
libs.hashes: Pure-Lua util.hashes replacement (depends on util.sha1)
|
Matthew Wild |
2010-09-13 |
doc/example_pep.lua: Example script to use the PEP plugin
|
Matthew Wild |
2010-09-13 |
libs.logger: Use io.write instead of print
|
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 |
util.dataforms, squishy: Add util.dataforms library
|
Matthew Wild |
2010-09-09 |
plugins.adhoc: Support for querying for and executing commands
|
Matthew Wild |
2010-09-09 |
plugins.disco: Further fixes to storing and retrieving to/from the disco cache
|
Matthew Wild |
2010-09-09 |
plugins.disco: Store node of disco items
|
Matthew Wild |
2010-09-09 |
plugins.disco: Fixes for storing/retrieving items from the disco cache.
|
Matthew Wild |
2010-09-09 |
plugins.jingle: Add 'terminated' event
|
Matthew Wild |
2010-09-09 |
doc/example_adhoc.lua: Example of using ad-hoc commands
|
Matthew Wild |
2010-08-26 |
verse.plugins.adhoc: XEP-0050 Ad-hoc commands plugin
|
Matthew Wild |
2010-08-26 |
verse.plugins.disco: Add stream:add_disco_item()
|
Matthew Wild |
2010-08-26 |
verse.plugins.pep: New plugin to add an API for sending and catching PEP events
|
Matthew Wild |
2010-08-25 |
verse.plugins.disco: Add stream:remove_disco_feature()
|
Matthew Wild |
2010-08-25 |
verse.plugins.disco: Remove warning about base64 issue, bug located and fixed
|
Matthew Wild |
2010-08-25 |
util.sha1: Truncate to a single return result when returning the binary form of the hash
|
Matthew Wild |
2010-08-25 |
doc/example_jingle.lua, doc/example_jingle_send.lua: Example scripts to receive and send files using Jingle
|
Matthew Wild |
2010-08-24 |
verse.plugins.disco: Auto-disco local services on connect, and delay 'ready' event until done
|
Matthew Wild |
2010-08-24 |
doc/example.lua: Don't add sasl plugin, since it is enabled by default
|
Matthew Wild |
2010-08-24 |
libs/encodings.lua: Throw error when calling unimplemented function
|
Matthew Wild |
2010-08-21 |
squishy: Add proxy65, jingle, jingle_ft, jingle_s5b, disco plugins
|
Matthew Wild |
2010-08-21 |
util.sha1: Obey second parameter which decides whether to return the result in ASCII hex encoding
|
Matthew Wild |
2010-08-21 |
verse.plugins.version: Return true when handling a version request
|
Matthew Wild |
2010-08-21 |
verse.plugins.proxy65: Add proxies discovered by disco plugin to proxy65.available_streamhosts
|
Matthew Wild |
2010-08-21 |
verse.plugins.jingle_ft: Jingle File Transfer application profile
|
Matthew Wild |
2010-08-21 |
verse.plugins.jingle_s5b: Jingle SOCKS5 Bytestreams transport
|
Matthew Wild |
2010-08-21 |
verse.plugins.jingle: XEP-0166 Jingle plugin
|
Matthew Wild |
2010-08-21 |
verse.plugins.disco: Add disco plugin originally developed by Hubert Chathi for Riddim, but here adapted for Verse with new APIs added to allow disco'ing the local server and remote entities
|
Matthew Wild |
2010-08-21 |
verse: Add verse.eventable() to give a passed object :event() and :hook()/:unhook() methods and return it again
|
Matthew Wild |
2010-08-21 |
verse.client: Update stream:close() to use base stream:close(), and not add an XMPP-specific :close() to the base stream
|
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.bosh: Implemented retry/reconnect logic, and handling of disconnects (either CM-intiated or due to connection failures)
|
Matthew Wild |
2010-08-08 |
squishy: Build in BOSH and HTTP by default, --no-bosh to disable
|
Matthew Wild |
2010-08-08 |
doc/example_bosh.lua: Put url into variable
|
Matthew Wild |
2010-08-08 |
squishy: Add --with-bosh option to squish with verse.bosh and necessarylibraries
|
Matthew Wild |
2010-08-06 |
verse.bosh: Update to use net.http instead of verse.plugins.http
|
Matthew Wild |
2010-08-06 |
Add doc/example_bosh.lua
|
Matthew Wild |
2010-08-06 |
verse.bosh: Use verse.new_bosh(logger, url) to make a BOSH connection
|
Matthew Wild |
2010-08-06 |
example_component.lua: Fix password
|
Matthew Wild |
2010-08-03 |
docs/example_component.lua: Example for connecting to the server as a component
|
Matthew Wild |
2010-08-03 |
verse.component: XEP-0114 support \o/
|
Matthew Wild |
2010-08-03 |
verse.client: Add stream_id property
|
Matthew Wild |
2010-08-03 |
plugins.roster: Unfinished roster plugin
|
Matthew Wild |
2010-07-02 |
Bounce service-unavailable on unhandled iq stanzas (thanks Kev, Florob and anyone else who poked me)
|
Matthew Wild |
2010-06-21 |
verse.plugins.blocking, squishy: New plugin for XEP-0191: Simple Communications Blocking
|
Matthew Wild |
2010-06-14 |
plugins.compression: Add newline at end of file (helps old versions of squish for one thing)
|
Matthew Wild |
2010-06-04 |
verse.client, verse.plugins.bind, verse.plugins.session: Rename binding-success and binding-failure to bind-success and bind-failure for consistency
|
Matthew Wild |
2010-05-30 |
doc/example.lua: Update to use 'ready' event
|
Matthew Wild |
2010-05-30 |
verse.client: Fire 'ready' event on stream when resource binding or session negotiation is complete, hook this instead of binding-success
|
Matthew Wild |
2010-05-30 |
verse.plugins.session: Only negotiate session when support is advertised by the server, and not marked as optional (saves a round-trip in a lot of cases)
|
Matthew Wild |
2010-05-30 |
verse.plugins.compression: Remove some redundant debug logging
|
Matthew Wild |
2010-05-30 |
verse.plugins.session: Convert from spaces to tabs
|
Matthew Wild |
2010-05-30 |
verse.plugins.compression: Bump priority of stream-features handler to negotiate compression before resource binding
|
Matthew Wild |
2010-05-28 |
verse.plugins.compression: Support for stream compression (requires brimworks lua-zlib)
|
Matthew Wild |
2010-05-28 |
verse.client: Add stream:reset(), keep self.data static between resets
|
Matthew Wild |
2010-05-28 |
LICENSE: Add license (MIT/X11)
|
Matthew Wild |
2010-05-28 |
plugins.session: Convert from Windows line endings
|
Matthew Wild |
2010-05-21 |
verse.plugins.tls: self -> stream
|
Matthew Wild |
2010-05-11 |
verse.plugins.tls: Return true to indicate success loading plugin
|
Matthew Wild |
2010-05-11 |
verse.plugins.tls: Set secure flag, hide some warnings
|
Matthew Wild |
2010-05-11 |
verse: Load LuaSec if possible
|
Matthew Wild |
2010-05-11 |
verse.plugins.tls: Fail gracefully when LuaSec not loaded
|
Matthew Wild |
2010-05-11 |
verse.client: Load TLS along with other core plugins
|
Matthew Wild |
2010-05-11 |
verse.plugins.tls: Support for TLS encryption! (thanks Azelphur for the final push)
|
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 |
doc/example.lua: Example XMPP client script
|
Matthew Wild |
2010-05-07 |
util.sha1, squishy: Add sha1 lib needed for proxy65 (and soon XEP-0114)
|
Matthew Wild |
2010-05-06 |
verse.plugins.proxy65: XEP-0065 plugin for file transfer through a proxy
|
Matthew Wild |
2010-05-06 |
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.client: Add verse.error_reply() helper
|
Matthew Wild |
2010-05-06 |
plugins.version: Detect errors based on type attribute, rather than presence of query element
|
Matthew Wild |
2010-04-29 |
Add support for 3921 session negotiation (makes ejabberd happy), thanks Chris!
|
Matthew Wild |
2010-04-02 |
verse.client: Add missing version to stream header (thanks Bill Clark)
|
Matthew Wild |
2010-02-17 |
verse.client: Update stream_callbacks format for new xmlhandlers API (thanks to Bill Clark for the patch)
|
Matthew Wild |
2010-02-17 |
verse.client, squishy: Rename "xmlhandlers" to "core.xmlhandlers" in line with Prosody's structure
|
Matthew Wild |
2010-01-25 |
verse.client: Fire disconnected event when the disconnect is initiated by the client too
|
Matthew Wild |
2010-01-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.plugins.bind: Fix incorrect variable name causing traceback on unsuccessful bind
|
Matthew Wild |
2010-01-04 |
verse: Add verse.add_task(delay, callback) to add timer functions using util.timer
|
Matthew Wild |
2010-01-03 |
plugins.ping: Don't handle all errors as successful pongs, call callback with nil time and 3rd parameter a table with error info
|
Matthew Wild |
2009-12-23 |
plugins.bind: Requested JID^Wresource should be in <jid/>^W<resource/> tag (thanks Maranda :) )
|
Matthew Wild |
2009-12-22 |
plugins.bind: Requested JID should be in <jid/> tag (thanks Maranda :) )
|
Matthew Wild |
2009-12-22 |
verse.client: Automatically load sasl and bind plugins
|
Matthew Wild |
2009-12-21 |
verse.client: Don't hook the stanza event every time a stanza comes in :)
|
Matthew Wild |
2009-12-21 |
plugins.ping: Define xmlns_ping namespace
|
Matthew Wild |
2009-12-20 |
squishy: Add ping plugin
|
Matthew Wild |
2009-12-20 |
plugins.ping: Return true on module load to indicate load success
|
Matthew Wild |
2009-12-20 |
plugins.version: Return true on module load to indicate load success
|
Matthew Wild |
2009-12-20 |
plugins.ping: Add ping plugin to XMPP ping a JID
|
Matthew Wild |
2009-12-20 |
squish: Add version plugin
|
Matthew Wild |
2009-12-09 |
Revert module names throughout to their Prosody equivalents
|
Matthew Wild |
2009-12-09 |
verse.plugins.version: Fix for handling of version requests
|
Matthew Wild |
2009-12-09 |
verse.client: New stanza dispatcher to fire events based on the name (and in the case of iq, xmlns) of the stanza
|
Matthew Wild |
2009-12-09 |
Add 'version' plugin to handle and generate version requests
|
Matthew Wild |
2009-12-09 |
Rename verse2 -> verse
|
Matthew Wild |
2009-12-09 |
verse.client: Add verse.reply() as shortcut for util.stanza.reply()
|
Matthew Wild |
2009-12-09 |
squishy: Add util.uuid dependency
|
Matthew Wild |
2009-12-04 |
verse: Have verse.new() accept a prototype table on which to base the connection
|
Matthew Wild |
2009-12-04 |
verse.client: Extend verse object with message/iq/presence/stanza methods from util.stanza
|
Matthew Wild |
2009-12-04 |
verse.client: Fixes for new xmlhandlers namespace seperator
|
Matthew Wild |
2009-12-01 |
verse: Update for new server connection API
|
Matthew Wild |
2009-12-01 |
squishy: Update to fetch new server_select.lua from Prosody
|
Matthew Wild |
2009-12-01 |
squishy: Add util.timer
|
Matthew Wild |
2009-11-30 |
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 |
util.xstanza: Fix and rename error_from_stanza() -> get_error()
|
Matthew Wild |
2009-11-30 |
squish: Add plugins
|
Matthew Wild |
2009-11-29 |
verse.client: Add stream:send_iq() and stream:new_id() for sending iqs with response handlers, and for generating stream-unique ids respectively
|
Matthew Wild |
2009-11-28 |
verse.client: Add stream:close()
|
Matthew Wild |
2009-11-28 |
verse.client: Add stream:reopen()
|
Matthew Wild |
2009-11-28 |
verse.client: Fire events on stream features, errors, etc. and on non-stream tags such as SASL and TLS
|
Matthew Wild |
2009-11-28 |
plugins.bind: Add plugin
|
Matthew Wild |
2009-11-28 |
plugins.sasl: Add plugin
|
Matthew Wild |
2009-11-28 |
squishy: Add util.xstanza
|
Matthew Wild |
2009-11-28 |