Log

description author age
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja) Matthew Wild 2010-12-07
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code Matthew Wild 2010-12-07
tools/xep227toprosody.lua: Convert to use util.xmppstream Matthew Wild 2010-12-07
util.xmppstream: Expose ns_separator and ns_pattern Matthew Wild 2010-12-07
mod_bosh: Switch to util.xmppstream from xmlhandlers Matthew Wild 2010-12-07
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers Matthew Wild 2010-12-07
prosody: Added a stub implementation of core.componentmanager to the package.loaded table (re-commiting, as this was accidentally removed). Waqas Hussain 2010-12-07
certs/openssl.cnf: Change countryName from UK to GB Matthew Wild 2010-12-06
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash) Matthew Wild 2010-12-06
Merge with Zash Matthew Wild 2010-12-06
certs: Add a default OpenSSL configuration file, and a Makefile. Kim Alvefur 2010-12-03
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event Matthew Wild 2010-12-05
mod_pubsub: Support item retraction Florian Zeitz 2010-12-05
mod_pubsub, util.pubsub: Support for unsubscribing Florian Zeitz 2010-12-05
mod_pubsub: Use pubsub_error_reply everywhere Florian Zeitz 2010-12-03
util.xmppstream: Fix logger name. Waqas Hussain 2010-12-02
mod_disco: Don't add caps hash to stream features on unauthenticated connections. Waqas Hussain 2010-12-02
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. Waqas Hussain 2010-12-02
mod_proxy65: Cleaned up stanza processing a little. Waqas Hussain 2010-12-02
mod_proxy65: s:len() -> #s. Waqas Hussain 2010-12-02
mod_proxy65: Make some globals local. Waqas Hussain 2010-12-02
mod_proxy65: :sub(n):byte() -> :byte(n). Waqas Hussain 2010-12-02
mod_proxy65: Allow loading on normal hosts. Waqas Hussain 2010-12-02
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. Waqas Hussain 2010-12-02
net.server_select: Set select() timeout to 3600 by default. Waqas Hussain 2010-12-02
net.server_select: Made another global local. Waqas Hussain 2010-12-02
net.server_select: Made some globals local. Waqas Hussain 2010-12-02
mod_bosh: Use util.timer for timers instead of server.addtimer. Waqas Hussain 2010-12-02
util.timer: Activate higher timer precision. Waqas Hussain 2010-12-02
net.server_select: Make changes required for sub-second timer precision. Waqas Hussain 2010-12-02
fallbacks/lxp.lua: CRLF -> LF. Waqas Hussain 2010-12-02
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat. Waqas Hussain 2010-12-02
mod_iq: Fix an extra character in previous commit... Waqas Hussain 2010-12-02
mod_iq: Don't hook 'iq/full' on components. Waqas Hussain 2010-12-02
modulemanager: Allow components to inherit mod_iq. This allows modules loaded on components to hook IQ stanza sub-events ("iq-set/bare/xmlns:tag", etc). Waqas Hussain 2010-12-02
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first. Waqas Hussain 2010-12-02
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first. Waqas Hussain 2010-12-02
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first. Waqas Hussain 2010-12-02
mod_iq: Don't stop event dispatch for unhandled IQ errors and results (this lets negative priority handlers intercept the events). Waqas Hussain 2010-12-02
mod_pubsub, util.pubsub: Support node creation Florian Zeitz 2010-12-01
mod_console: Fix to import cert_verify_identity (util.certverification) Matthew Wild 2010-11-28
certmanager: Add required verify flags for cert verification if LuaSec (probably) supports them Matthew Wild 2010-11-28
mod_console: Add s2s:showcert() command to show the certificate for a domain Matthew Wild 2010-11-28
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe. Waqas Hussain 2010-11-28
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change. Waqas Hussain 2010-11-28
mod_pep: Fixed a nil access (thanks Zash). Waqas Hussain 2010-11-28
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205). Waqas Hussain 2010-11-28
mod_pep: Optimised PEP requests for disco info on caps change (issue #150). Waqas Hussain 2010-11-28
s2smanager: Check for getpeercertificate availability (for old LuaSecs) Matthew Wild 2010-11-27
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed Matthew Wild 2010-11-27
storagemanager: Return driver from load_driver() if successful Matthew Wild 2010-11-27
Merge with trunk Matthew Wild 2010-11-27
storagemanager: Import type() Matthew Wild 2010-11-27
mod_iq: Optimized a bit more (fewer table accesses). Waqas Hussain 2010-11-27
mod_iq: Optimized a bit (fewer table accesses). Waqas Hussain 2010-11-27
mod_iq: Extra IQ get and set sub-events are now fired: "iq-{get,set}/{host,self,bare}/xmlns:tag" (when "iq/{host,self,bare}/xmlns:tag" is unhandled). Waqas Hussain 2010-11-27
storagemanager: Import util.multitable again Matthew Wild 2010-11-27
storagemanager: Fix syntax error Matthew Wild 2010-11-27
Merge darkrain->trunk Matthew Wild 2010-11-27
mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure' Paul Aurich 2010-11-22