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 |
plugins/muc/muc.lib: Use original decline as template for medated decline
|
daurnimator |
2014-06-06 |
plugins/muc/muc: When forwarding mediated invites; use filtered version of original invite instead of new object
|
daurnimator |
2014-06-05 |
plugins/muc: Move 'x' filtering from occupant to util
|
daurnimator |
2014-06-05 |
mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API
|
Waqas Hussain |
2014-06-05 |
plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva)
|
daurnimator |
2014-06-01 |
plugins/muc/muc.lib: Fix whois check when broadcasting occupant presence
|
Waqas Hussain |
2014-06-01 |
Merge with daurnimator
|
Waqas Hussain |
2014-05-30 |
plugins/muc/muc.lib: Fire event for presence broadcast
|
daurnimator |
2014-05-29 |
util.vcard: Add missing local declaration
|
Kim Alvefur |
2014-05-28 |
mod_pep_plus: Expose get_pep_service()
|
Kim Alvefur |
2014-05-28 |
util.vcard: Add support for converting to vcard4
|
Kim Alvefur |
2014-05-28 |
util.vcard: Library for parsing vCards
|
Kim Alvefur |
2014-05-28 |
Merge 0.10->trunk
|
Matthew Wild |
2014-05-28 |
mod_admin_telnet: Add command to list MUC rooms
|
Matthew Wild |
2014-05-28 |
mod_s2s: Fire a 's2s-created' event when new s2s connections are initialized
|
Kim Alvefur |
2014-05-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-05-23 |
mod_s2s: Remove redundant setting of session.direction
|
Kim Alvefur |
2014-05-22 |
mod_s2s: Move filter initialization to common place
|
Kim Alvefur |
2014-05-22 |
mod_s2s: Decide on log function once
|
Kim Alvefur |
2014-05-22 |
Merge with daurnimator
|
Matthew Wild |
2014-05-23 |
plugins/muc/muc.lib: Even unavailable session need to be routed to sometimes (e.g. their own leave)
|
daurnimator |
2014-05-21 |
plugins/muc/muc: Only set role to nil if it's the last session to leave
|
daurnimator |
2014-05-21 |
plugins/muc/occupant: Check for type == nil rather than type ~= unavailable
|
daurnimator |
2014-05-19 |
plugins/muc/muc: Better check for live sessions
|
daurnimator |
2014-05-19 |
plugins/muc/muc: Always send occupant list to joining sessions
|
daurnimator |
2014-05-19 |
plugins/muc/mod_muc: Get rid of room global; use module:shared to get it
|
daurnimator |
2014-05-19 |
plugins/muc/mod_muc: Place adhoc section into own scope
|
daurnimator |
2014-04-30 |