Software /
code /
prosody
Graph
-
hostmanager: activate() now gets the host config from configmanager when a config isn't given.2010-12-09, by Waqas Hussain
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)2010-12-08, by Matthew Wild
-
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.2010-12-07, by Waqas Hussain
-
xmlhandlers: DELETED.2010-12-07, by Matthew Wild
-
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code2010-12-07, by Matthew Wild
-
tools/xep227toprosody.lua: Convert to use util.xmppstream2010-12-07, by Matthew Wild
-
util.xmppstream: Expose ns_separator and ns_pattern2010-12-07, by Matthew Wild
-
mod_bosh: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers2010-12-07, by Matthew Wild
-
certs/openssl.cnf: Change countryName from UK to GB2010-12-06, by Matthew Wild
-
certs/Makefile: Add .PRECIOUS to stop make deleting the key as an intermediate file (thanks deryni/Zash)2010-12-06, by Matthew Wild
-
Merge with Zash2010-12-06, by Matthew Wild
-
certs: Add a default OpenSSL configuration file, and a Makefile.2010-12-03, by Kim Alvefur
-
mod_pubsub: Ensure <item> is in correct scope when broadcasting an event2010-12-05, by Matthew Wild
-
mod_pubsub: Support item retraction2010-12-05, by Florian Zeitz
-
mod_pubsub, util.pubsub: Support for unsubscribing2010-12-05, by Florian Zeitz
-
mod_pubsub: Use pubsub_error_reply everywhere2010-12-03, by Florian Zeitz
-
util.xmppstream: Fix logger name.2010-12-02, by Waqas Hussain
-
mod_disco: Don't add caps hash to stream features on unauthenticated connections.2010-12-02, by Waqas Hussain
-
mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host.2010-12-02, by Waqas Hussain
-
mod_proxy65: Cleaned up stanza processing a little.2010-12-02, by Waqas Hussain
-
mod_proxy65: s:len() -> #s.2010-12-02, by Waqas Hussain
-
mod_proxy65: Make some globals local.2010-12-02, by Waqas Hussain
-
mod_proxy65: :sub(n):byte() -> :byte(n).2010-12-02, by Waqas Hussain
-
mod_proxy65: Allow loading on normal hosts.2010-12-02, by Waqas Hussain
-
mod_proxy65: Updated to use sub-events. Now only hooks what it needs to.2010-12-02, by Waqas Hussain
-
net.server_select: Set select() timeout to 3600 by default.2010-12-02, by Waqas Hussain
-
net.server_select: Made another global local.2010-12-02, by Waqas Hussain
-
net.server_select: Made some globals local.2010-12-02, by Waqas Hussain
-
mod_bosh: Use util.timer for timers instead of server.addtimer.2010-12-02, by Waqas Hussain
-
util.timer: Activate higher timer precision.2010-12-02, by Waqas Hussain
-
net.server_select: Make changes required for sub-second timer precision.2010-12-02, by Waqas Hussain
-
fallbacks/lxp.lua: CRLF -> LF.2010-12-02, by Waqas Hussain
-
fallbacks/lxp.lua: Pure Lua pseudo-XML parser. Implements the same API as LuaExpat.2010-12-02, by Waqas Hussain
-
mod_iq: Fix an extra character in previous commit...2010-12-02, by Waqas Hussain
-
mod_iq: Don't hook 'iq/full' on components.2010-12-02, by Waqas Hussain
-
mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first.2010-12-02, by Waqas Hussain
-
MUC: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first.2010-12-02, by Waqas Hussain
-
mod_pubsub, util.pubsub: Support node creation2010-12-01, by Florian Zeitz
-
mod_console: Fix to import cert_verify_identity (util.certverification)2010-11-28, by Matthew Wild
-
certmanager: Add required verify flags for cert verification if LuaSec (probably) supports them2010-11-28, by Matthew Wild
-
mod_console: Add s2s:showcert() command to show the certificate for a domain2010-11-28, by Matthew Wild
-
mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.2010-11-28, by Waqas Hussain
-
mod_pep: Fixed a nil access (thanks Zash).2010-11-28, by Waqas Hussain
-
mod_disco: Fixed: Service discovery features were not being removed on module unload (issue #205).2010-11-28, by Waqas Hussain
-
mod_pep: Optimised PEP requests for disco info on caps change (issue #150).2010-11-28, by Waqas Hussain
-
s2smanager: Check for getpeercertificate availability (for old LuaSecs)2010-11-27, by Matthew Wild
-
storagemanager: Only show fallback warning if storage was configured to use another backend and it failed2010-11-27, by Matthew Wild
-
storagemanager: Return driver from load_driver() if successful2010-11-27, by Matthew Wild
-
Merge with trunk2010-11-27, by Matthew Wild
Scroll all the way down to load more.