Log

description author age
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
s2s: SASL EXTERNAL Paul Aurich 2010-11-22
s2smanager: Compatibility hack for when not using dialback Paul Aurich 2010-11-22
net.server_event: API parity with net.server_socket Paul Aurich 2010-11-22
mod_pep: Updated disco#info result handler to use new event name format. Waqas Hussain 2010-11-27
mod_iq: IQ error and result sub-events are now "iq-{error,result}/{host,self,bare}/id" (previously "iq/{host,self,bare}/id"). Waqas Hussain 2010-11-27
Rename storage/mod_ejabberd to mod_storage_sql_ejabberd. Also rename configuration option. Untested. Matthew Wild 2010-11-27
storage/mod_storage: Remove, obsolete Matthew Wild 2010-11-27
storagemanager: Much refactoring and renaming of options. Untested, needs storage plugin(s) to be brought into line. Matthew Wild 2010-11-27
util.datetime: Fix so that the timestamp returned is always in UTC, timezone offsets were going in the wrong direction Matthew Wild 2010-11-27
util.datetime: Fixes for more liberal timezone parsing - colon and minutes are both (independantly) optional (thanks Zash) Matthew Wild 2010-11-27
mod_pubsub, util.pubsub: Support for fetching items Florian Zeitz 2010-11-25
util.template: Don't add stanza.last_add. 20% faster. Waqas Hussain 2010-11-26
tests/test_util_stanza.lua: Allow stanza.last_add to be nil. Waqas Hussain 2010-11-26
util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building. Waqas Hussain 2010-11-26
util.template: Rewritten to be much faster than the util.stanza stanza building API. Waqas Hussain 2010-11-25
.hgignore: Ignore *.diff. Waqas Hussain 2010-11-20
.hgignore: Ignore Windows compilation artifacts. Waqas Hussain 2010-11-20
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts. Waqas Hussain 2010-11-19
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace. Waqas Hussain 2010-11-19
MUC: Include the user's current presence contents when broadcasting a role change. Waqas Hussain 2010-11-18
MUC: Include the user's current presence contents when broadcasting an affiliation change. Waqas Hussain 2010-11-18
prosodyctl: Give hosts type = 'local' Matthew Wild 2010-11-18
MUC: Change room name and description properly Kim Alvefur 2010-11-17
MUC: Fixed: Variable referencing the host session wasn't initialized. Waqas Hussain 2010-11-16
prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever) Matthew Wild 2010-11-16
util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any Matthew Wild 2010-11-13
util.filters: Support for 'filter hooks' that get called when a session is initialized for filters Matthew Wild 2010-11-13
Merge backout Matthew Wild 2010-11-13
Backed out changeset bfc47564aaef (No need for _M with module.environment) Matthew Wild 2010-11-13
mod_pubsub: Use module.environment to reference the module's environment Matthew Wild 2010-11-13
mod_pubsub: Expose 'service' Matthew Wild 2010-11-13
modulemanager: Inside plugins, have global _M as a reference to the module's environment Matthew Wild 2010-11-13
mod_pubsub: It's aliiiive! Matthew Wild 2010-11-13
mod_component: Logging tweaks. Waqas Hussain 2010-11-12
mod_component: Use module:get_option() instead of configmanager. Waqas Hussain 2010-11-12
mod_component: Rearranged the code a little. Waqas Hussain 2010-11-12
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza. Waqas Hussain 2010-11-12
mod_console: Don't allow bang bang as the first command in a session, or when the last command is unknown (fixes #218) Matthew Wild 2010-11-12
configmanager: Change parser API again to pass a config table to insert settings to. Fixes Include(). (Thanks Zash/answerman) Matthew Wild 2010-11-11
usermanager: Don't load auth modules for components. Waqas Hussain 2010-11-11
MUC: Grant membership when inviteing someone into a members-only room. Kim Alvefur 2010-11-10
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file Matthew Wild 2010-11-10
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) Matthew Wild 2010-11-10
modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated'). Waqas Hussain 2010-11-10
mod_proxy65: Use module:get_option() instead of configmanager. Waqas Hussain 2010-11-10
componentmanager: Removed. Waqas Hussain 2010-11-10
prosody: Added a stub implementation of core.componentmanager to the package.loaded table. Waqas Hussain 2010-11-10
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain 2010-11-10
componentmanager: Removed most of the code. Stub implementations of register_component and deregister_component remain. Waqas Hussain 2010-11-10
componentmanager: Removed get_children(host). Waqas Hussain 2010-11-10
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result. Waqas Hussain 2010-11-10
mod_disco: Updated to use hostmanager.get_children instead of componentmanager.get_children. Waqas Hussain 2010-11-10
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host). Waqas Hussain 2010-11-10
modulemanager: Return an error when loading a module on a non-existent host, don't create the host. Removes dependecy on componentmanager. Waqas Hussain 2010-11-10
hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager. Waqas Hussain 2010-11-10
modulemanager: load_modules_for_host(): For components, the inherited modules are the intersection of the inheritable and global modules lists, not the difference. Waqas Hussain 2010-11-10
modulemanager: load_modules_for_host(): Inherit 'tls' and 'dialback' from global modules list for components, and load the component module. Also refactored to use util.set. Waqas Hussain 2010-11-10
hostmanager: Added support for components to hostmanager.activate(). Waqas Hussain 2010-11-10
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants. Waqas Hussain 2010-11-10
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash). Waqas Hussain 2010-11-10
MUC: Parse submitted form with util.dataforms Kim Alvefur 2010-11-10
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash). Waqas Hussain 2010-11-10
MUC: Return true from the stanza handler to suppress error responses. Waqas Hussain 2010-11-10
modulemanager: Fixed: Locally defined pcall wasn't returning return values of the called function. Waqas Hussain 2010-11-10
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property. Waqas Hussain 2010-11-09
componentmanager, stanza_router: Get rid of componentmanager.handle_stanza(). Waqas Hussain 2010-11-09
prosody: Ensure componentmanager is loaded in the main file. Waqas Hussain 2010-11-09
componentmanager: Removed SSL context creation (mod_tls handles that now). Waqas Hussain 2010-11-09
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts. Waqas Hussain 2010-11-09
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code. Waqas Hussain 2010-11-09
mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback. Waqas Hussain 2010-11-09
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions. Waqas Hussain 2010-11-09
mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind. Waqas Hussain 2010-11-09
net.xmppcomponent_listener: Call session:on_destroy() on session disconnect. Waqas Hussain 2010-11-09
MUC: Preserve the global rooms table through reloads. Waqas Hussain 2010-11-08
MUC: Expose the rooms table as a global 'rooms'. Waqas Hussain 2010-11-08
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin). Waqas Hussain 2010-11-08
mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain) Matthew Wild 2010-11-08
configmanager: Atomic reloads, and some other internal changes to achieve this Matthew Wild 2010-11-07
mod_disco: Renamed the 'session' property of the account-disco-info and account-disco-items events to 'origin' for consistency. Waqas Hussain 2010-11-07
certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls Matthew Wild 2010-11-06
util.httpstream: Added support for chunked transfer encoding. Waqas Hussain 2010-11-05
net.http: Removed old HTTP parser, and updated to use util.httpstream. Waqas Hussain 2010-11-05
util.httpstream: Fixed a possible string to number comparison error. Waqas Hussain 2010-11-05
util.httpstream: Don't attempt to read response body for HEAD requests, or when status code indicates no body is present. Waqas Hussain 2010-11-05
util.httpstream: Added support for an options callback, to allow passing per-message options to the parser. Waqas Hussain 2010-11-05
util.httpstream: A little refactoring of the coroutine control flow. Waqas Hussain 2010-11-05
util.httpstream: Added support for HTTP response parsing. Waqas Hussain 2010-11-04
util.httpstream: Fixed a nil variable access introduced in the last commit. Waqas Hussain 2010-11-04
util.httpstream: Move HTTP header parsing into its own function. Waqas Hussain 2010-11-04
componentmanager: Removed unused function set_component_handler. Waqas Hussain 2010-11-04
MUC: Use events for hooking stanzas instead of the component stanza handler. Waqas Hussain 2010-11-04
mod_proxy65: Removed useless checks from the event handler. Waqas Hussain 2010-11-04