mod_s2s: Remove unused locals
|
Kim Alvefur |
2014-07-25 |
storagemanager: Fix map store shim if store is empty
|
Kim Alvefur |
2014-08-08 |
plugins/mod_storage_sql2: Return correct arguments from map_store operations
|
daurnimator |
2014-08-07 |
plugins/muc/mod_muc: persistent rooms keyval store needs username as nil
|
daurnimator |
2014-08-07 |
plugins/muc/mod_muc: Use map store for room persistence
|
daurnimator |
2014-08-07 |
plugins/muc/mod_muc: Remove unused import
|
daurnimator |
2014-08-07 |
plugins/mod_storage_sql2: Add map store support
|
daurnimator |
2014-08-07 |
core/storagemanager: When map store isn't available, fallback to keyval store
|
daurnimator |
2014-08-07 |
mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432.
|
Matthew Wild |
2014-08-05 |
mod_muc: Fix use of undefined global. Fixes #431.
|
Matthew Wild |
2014-08-05 |
Merge 0.10->trunk
|
Matthew Wild |
2014-07-31 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-31 |
prosodyctl: Remove nonsensical warning
|
Matthew Wild |
2014-07-31 |
prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser
|
Matthew Wild |
2014-07-31 |
configmanager: nameprep VirtualHost and Component names
|
Matthew Wild |
2014-07-31 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-07-25 |
mod_s2s: Remove unused locals
|
Kim Alvefur |
2014-07-25 |
mod_s2s_auth_certs: Pick a logging function once and stick with it
|
Kim Alvefur |
2014-07-25 |
mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin
|
Kim Alvefur |
2014-07-25 |
mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d)
|
Matthew Wild |
2014-07-25 |
mod_muc/muc.lib: Pass all info to muc-broadcast-presence handlers that would be required to use room:build_item_list() - useful for plugins
|
Matthew Wild |
2014-07-25 |
Merge 0.10->trunk
|
Matthew Wild |
2014-07-25 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-25 |
net.server_select/event: Switch sender mode to *a when reading, to make sure we get all available data
|
Matthew Wild |
2014-07-25 |
Merge 0.10->trunk
|
Matthew Wild |
2014-07-25 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-25 |
mod_admin_telnet: Fix dns:(add,set)nameservers()
|
Kim Alvefur |
2014-07-25 |
net.dns: Remove unused obsolete code
|
Matthew Wild |
2014-07-25 |
net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)
|
Matthew Wild |
2014-07-25 |
util.vcard: Add support for uri types in vcard4
|
Kim Alvefur |
2014-07-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-07-09 |
mod_dialback: Respect dwd config option
|
Kim Alvefur |
2014-07-09 |
mod_pep_plus: Only broadcast newly added subscriptions
|
Kim Alvefur |
2014-07-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-07-04 |
mod_dialback.lua: Only check certificates on secure connections
|
Kim Alvefur |
2014-07-04 |
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
|
Kim Alvefur |
2014-07-04 |
mod_dialback: Short-circuit dialback auth if certificate is considered valid
|
Kim Alvefur |
2014-07-04 |
mod_dialback: Keep the same dialback secret across module reloads
|
Kim Alvefur |
2014-07-03 |
hostmanager, mod_dialback: Move generation of dialback secret out of core
|
Kim Alvefur |
2014-05-22 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-07-04 |
mod_register: get_child_text! (thanks Lloyd)
|
Kim Alvefur |
2014-07-03 |
mod_tls: Simplify and use new ssl config merging in certmanager
|
Kim Alvefur |
2014-07-03 |
core.portmanager: Simplify and take advantage of new ssl config merging in certmanager
|
Kim Alvefur |
2014-07-03 |
core.certmanager: Make create_context() support an arbitrary number of option sets, merging all
|
Kim Alvefur |
2014-07-03 |
core.certmanager: Use util.sslconfig
|
Kim Alvefur |
2014-07-03 |
util.sslconfig: Add lib to deal with LuaSec SSL context configs
|
Kim Alvefur |
2014-07-03 |
mod_presence: Move presence/initial event to correct place so it actually fires
|
Kim Alvefur |
2014-07-03 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-06-30 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-30 |
net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one
|
Kim Alvefur |
2014-06-30 |
net.adns: Add missing local declaration
|
Kim Alvefur |
2014-06-25 |
net/server_*: Fix addclient: LuaSocket 3.0-rc1 sometimes returns EALREADY instead of EINPROGRESS when the dns lookup has multiple results
|
daurnimator |
2014-06-25 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-06-21 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-06-21 |
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types
|
Kim Alvefur |
2014-06-20 |
mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator)
|
Kim Alvefur |
2014-06-20 |
mod_presence: Fire a presence/initial event on initial presence
|
Kim Alvefur |
2014-06-20 |
tools/ejabberd2prosody.lua: Fix JID building, node-less jids became @hostname in some cases
|
Kim Alvefur |
2014-06-17 |
mod_c2s: Fix traceback if c2s stream sent to component
|
Kim Alvefur |
2014-05-10 |
plugins/muc/muc: Fire broadcast presences event before creating full/anon presences
|
daurnimator |
2014-06-17 |
plugins/muc: Fix use of incorrect event on occupant join
|
daurnimator |
2014-06-17 |
plugins/muc/mod_muc: fix wrong event for persistence
|
daurnimator |
2014-06-11 |
plugins/muc/muc.lib: Deliver declines to in-room jids correctly
|
daurnimator |
2014-06-11 |
plugins/muc/muc.lib: Don't add invite/decline bodies if they already have one
|
daurnimator |
2014-06-06 |