mod_saslauth: Fix encoding of missing vs empty SASL reply messages
|
Kim Alvefur |
2014-09-23 |
mod_s2s: Close s2s connections that can not proceed due to mod_dialback not being present
|
Kim Alvefur |
2014-09-23 |
mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178
|
Kim Alvefur |
2014-09-23 |
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure
|
Kim Alvefur |
2014-09-23 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-22 |
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)
|
Kim Alvefur |
2014-09-22 |
util.random: Ensure at least 4 bytes of previous random state is used when generating new randomness
|
Kim Alvefur |
2014-09-18 |
util.random: Switch to SHA512
|
Kim Alvefur |
2014-09-18 |
plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room jid (thanks Lance)
|
daurnimator |
2014-09-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-18 |
util.array: Add type() local
|
Kim Alvefur |
2014-09-17 |
prosody: Fix getfenv replacement for Lua 5.2
|
Kim Alvefur |
2014-09-17 |
core.modulemanager, core.moduleapi: Hack around dependency loop
|
Kim Alvefur |
2014-09-17 |
core.moduleapi: Use require instead of global to get storagemanager in module:open_store()
|
Kim Alvefur |
2014-09-17 |
util-src/*.c: Add macro for compiling with Lua 5.2
|
Kim Alvefur |
2014-09-17 |
util-src/*.c: Use the more concise lua_setfield
|
Kim Alvefur |
2014-09-17 |
util-src/*.c: Don't create globals when loaded
|
Kim Alvefur |
2014-09-16 |
plugins/muc/muc.lib: Allow plugins to reject broadcasts in the muc-broadcast-message event.
|
daurnimator |
2014-09-16 |
plugins/mod_muc_unique: Fix undefined global access (thanks Lance)
|
Waqas Hussain |
2014-09-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-10 |
net.websocket: Fix handling of 'protocol' argument
|
Kim Alvefur |
2014-09-10 |
Makefile: Add net/websocket to install target
|
Kim Alvefur |
2014-09-10 |
prosodyctl: Use sha256 for certificate requests and self-signed certificates
|
Kim Alvefur |
2014-09-10 |
core.sessionmanager: Set a fake thread on destroyed sessions, fixes traceback if stanzas are emitted after a session is destroyed (thanks Sven Blumenstein)
|
Kim Alvefur |
2014-09-10 |
core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router
|
Kim Alvefur |
2014-09-09 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-09-09 |
core.stanza_router: Stricter validation of stanzas
|
Kim Alvefur |
2014-09-09 |
util.vcard: Turn PHOTO fields into data-uris
|
Kim Alvefur |
2014-09-10 |
Merge 0.10->trunk
|
Matthew Wild |
2014-09-05 |
Merge with Florob
|
Matthew Wild |
2014-09-05 |
mod_websocket: Initial commit (based on the prosody-modules version)
|
Florian Zeitz |
2014-09-05 |
Check Sec-WebSocket-Protocol header
|
Florian Zeitz |
2014-09-05 |
net/websocket: Add new websocket client code
|
daurnimator |
2014-09-03 |
plugins/muc: Add affiliation_notify config option to send out status code 101
|
daurnimator |
2014-09-05 |
plugins/muc/muc.lib: Add muc-set-affiliation event
|
daurnimator |
2014-09-05 |
plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so that the override in mod_muc works
|
daurnimator |
2014-09-05 |
plugins/muc/muc.lib: Add instant room support
|
daurnimator |
2014-09-05 |
Merge 0.10->trunk
|
Matthew Wild |
2014-09-05 |
net/websocket: Add new websocket client code
|
daurnimator |
2014-09-03 |
Merge 0.10->trunk
|
Matthew Wild |
2014-09-03 |
Merge 0.9->0.10
|
Matthew Wild |
2014-09-03 |
net.http.parser: Support status code 101 and allow handling of the received data by someone else
|
Matthew Wild |
2014-09-03 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-03 |
util.hex: Use locals!
|
Kim Alvefur |
2014-09-02 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-02 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-09-02 |
net.server_select: 'listener'->'listeners' (fixes undefined global access)
|
Matthew Wild |
2014-09-02 |
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
|
Matthew Wild |
2014-08-29 |
net.server_{select,event}: Add 'ondetach' callback for listener objects, to notify them when another listener is being assigned to a connection
|
Matthew Wild |
2014-08-29 |
mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error
|
Kim Alvefur |
2014-09-02 |
util.uuid: Use util.hex and util.random
|
Matthew Wild |
2014-09-02 |
util.random: Generic util lib for generating strings of random bytes
|
Matthew Wild |
2014-09-02 |
util.hex: Small util lib for converting to/from hex strings
|
Matthew Wild |
2014-09-02 |
mod_dialback: Move d-w-d after to/from validation
|
Kim Alvefur |
2014-09-01 |
mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate)
|
Kim Alvefur |
2014-08-29 |
mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob)
|
Kim Alvefur |
2014-08-31 |