Log

description author age
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity. Waqas Hussain 2010-12-13
mod_storage_sql: Fixed the deserialization of string-typed values. Waqas Hussain 2010-12-13
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable. Waqas Hussain 2010-12-12
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable. Waqas Hussain 2010-12-12
prosody: Added a comment, to match prosodyctl. Waqas Hussain 2010-12-12
prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable). Waqas Hussain 2010-12-12
mod_pep: Fixed a traceback when non-local users send presence. Waqas Hussain 2010-12-12
mod_pep: Handle the case where local contacts send directed presence with caps hash. Waqas Hussain 2010-12-12
util.serialization: Implemented deserialize(). Waqas Hussain 2010-12-12
storagemanager: When we have a cached data driver, we are supposed to use it. Waqas Hussain 2010-12-12
mod_storage_sql: Auto-initialize SQLite3 database. Waqas Hussain 2010-12-12
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }. Waqas Hussain 2010-12-12
mod_storage_sql: Fixed a typo. Waqas Hussain 2010-12-12
mod_storage_sql: Initial commit of new SQL data driver. Waqas Hussain 2010-12-12
storagemanager: Hook "host-activated", to make sure we are notified about data drivers. Waqas Hussain 2010-12-12
storagemanager: Fixed a nil global access. Waqas Hussain 2010-12-12
util.stanza: Change get_error() to return nil rather than '' for no text Matthew Wild 2010-12-11
mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219. Matthew Wild 2010-12-11
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running Matthew Wild 2010-12-11
util.datamanager: Return an error string when pcall fails on a loaded list file. Waqas Hussain 2010-12-09
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error. Waqas Hussain 2010-12-09
usermanager: Removed redundant import of util.datamanager and util.hashes. Waqas Hussain 2010-12-09
util.ztact: Removed. Waqas Hussain 2010-12-09
net.dns: Removed dependency on util.ztact by moving ztact.get/set in. Waqas Hussain 2010-12-09
mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking. Waqas Hussain 2010-12-09
hostmanager: Improved error handling. Waqas Hussain 2010-12-09
hostmanager: deactivate() now returns true on success. Waqas Hussain 2010-12-09
hostmanager: activate() now gets the host config from configmanager when a config isn't given. Waqas Hussain 2010-12-09
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev) Matthew Wild 2010-12-08
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists. Waqas Hussain 2010-12-07
xmlhandlers: DELETED. Matthew Wild 2010-12-07
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
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: 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