pubsub.lib: Fix variable renaming issue
|
Kim Alvefur |
2014-09-28 |
mod_pubsub: Fix retreival of node config defaults
|
Kim Alvefur |
2014-09-28 |
mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)
|
Kim Alvefur |
2014-09-28 |
pubsub.lib: Fix actor in configure
|
Kim Alvefur |
2014-09-28 |
mod_pep_plus: Default to max one item per node (Recomended for PEP)
|
Kim Alvefur |
2014-09-28 |
mod_pep_plus: Add node config form
|
Kim Alvefur |
2014-09-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-27 |
mod_pubsub: Add support for requesting default node configuration
|
Kim Alvefur |
2014-09-27 |
mod_pubsub: Add max items to node config form
|
Kim Alvefur |
2014-09-27 |
util.pubsub: Add support for limiting the number of item in a node (default to 20)
|
Kim Alvefur |
2014-09-27 |
mod_pubsub: Add support for node configuration
|
Kim Alvefur |
2014-09-27 |
util.pubsub: Add support for node configuration
|
Kim Alvefur |
2014-09-27 |
util.pubsub: One less table allocated per pubsub object created
|
Kim Alvefur |
2014-09-27 |
util.pubsub: Use local
|
Kim Alvefur |
2014-09-27 |
mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk
|
Kim Alvefur |
2014-09-27 |
net.server_select: When an SSL handshake is connected, if there is pending data to be written to the socket, mark the socket as waiting to send (thanks daurnimator)
|
Matthew Wild |
2014-09-26 |
mod_pep_plus: Add pubsub service objects to an item list
|
Kim Alvefur |
2014-09-27 |
muc: Add 'occupant' to muc-occupant-{joined,left,session-new} events (thanks daurnimator/fippo)
|
Matthew Wild |
2014-09-26 |
hostmanager: Don't prevent host_session.send() from routing errors or iq results, so modules can handle them. This code was originally added for a reason, but I can't remember what it was.
|
Matthew Wild |
2014-09-26 |
plugins/muc: Add muc-occupant-groupchat event
|
daurnimator |
2014-09-25 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-23 |
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 |