Software /
code /
prosody
Graph
-
mod_pep: Fixed a traceback when non-local users send presence.2010-12-12, by Waqas Hussain
-
mod_pep: Handle the case where local contacts send directed presence with caps hash.2010-12-12, by Waqas Hussain
-
util.serialization: Implemented deserialize().2010-12-12, by Waqas Hussain
-
util.x509: "certverification" -> "x509".2010-12-12, by Waqas Hussain
-
storagemanager: When we have a cached data driver, we are supposed to use it.2010-12-12, by Waqas Hussain
-
core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x5092010-12-12, by Kim Alvefur
-
mod_storage_sql: Auto-initialize SQLite3 database.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Fixed a typo.2010-12-12, by Waqas Hussain
-
mod_storage_sql: Initial commit of new SQL data driver.2010-12-12, by Waqas Hussain
-
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.2010-12-12, by Waqas Hussain
-
storagemanager: Fixed a nil global access.2010-12-12, by Waqas Hussain
-
util.stanza: Change get_error() to return nil rather than '' for no text2010-12-11, by Matthew Wild
-
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running2010-12-11, by Matthew Wild
-
util.datamanager: Return an error string when pcall fails on a loaded list file.2010-12-09, by Waqas Hussain
-
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.2010-12-09, by Waqas Hussain
-
usermanager: Removed redundant import of util.datamanager and util.hashes.2010-12-09, by Waqas Hussain
-
util.ztact: Removed.2010-12-09, by Waqas Hussain
-
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.2010-12-09, by Waqas Hussain
-
hostmanager: Improved error handling.2010-12-09, by Waqas Hussain
-
hostmanager: deactivate() now returns true on success.2010-12-09, by Waqas Hussain
-
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
-
storagemanager: Import type()2010-11-27, by Matthew Wild
-
mod_iq: Optimized a bit more (fewer table accesses).2010-11-27, by Waqas Hussain
-
mod_iq: Optimized a bit (fewer table accesses).2010-11-27, by Waqas Hussain
-
storagemanager: Import util.multitable again2010-11-27, by Matthew Wild
-
storagemanager: Fix syntax error2010-11-27, by Matthew Wild
-
Merge darkrain->trunk2010-11-27, by Matthew Wild
-
mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure'2010-11-22, by Paul Aurich
-
s2s: SASL EXTERNAL2010-11-22, by Paul Aurich
-
s2smanager: Compatibility hack for when not using dialback2010-11-22, by Paul Aurich
-
net.server_event: API parity with net.server_socket2010-11-22, by Paul Aurich
-
mod_pep: Updated disco#info result handler to use new event name format.2010-11-27, by Waqas Hussain
-
Rename storage/mod_ejabberd to mod_storage_sql_ejabberd. Also rename configuration option. Untested.2010-11-27, by Matthew Wild
-
storage/mod_storage: Remove, obsolete2010-11-27, by Matthew Wild
-
mod_pubsub, util.pubsub: Support for fetching items2010-11-25, by Florian Zeitz
-
util.template: Don't add stanza.last_add. 20% faster.2010-11-26, by Waqas Hussain
-
tests/test_util_stanza.lua: Allow stanza.last_add to be nil.2010-11-26, by Waqas Hussain
-
util.template: Rewritten to be much faster than the util.stanza stanza building API.2010-11-25, by Waqas Hussain
-
.hgignore: Ignore *.diff.2010-11-20, by Waqas Hussain
-
.hgignore: Ignore Windows compilation artifacts.2010-11-20, by Waqas Hussain
-
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.2010-11-19, by Waqas Hussain
-
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace.2010-11-19, by Waqas Hussain
-
MUC: Include the user's current presence contents when broadcasting a role change.2010-11-18, by Waqas Hussain
-
MUC: Include the user's current presence contents when broadcasting an affiliation change.2010-11-18, by Waqas Hussain
-
prosodyctl: Give hosts type = 'local'2010-11-18, by Matthew Wild
-
MUC: Change room name and description properly2010-11-17, by Kim Alvefur
-
MUC: Fixed: Variable referencing the host session wasn't initialized.2010-11-16, by Waqas Hussain
-
util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any2010-11-13, by Matthew Wild
-
util.filters: Support for 'filter hooks' that get called when a session is initialized for filters2010-11-13, by Matthew Wild
-
Merge backout2010-11-13, by Matthew Wild
-
Backed out changeset bfc47564aaef (No need for _M with module.environment)2010-11-13, by Matthew Wild
-
mod_pubsub: Use module.environment to reference the module's environment2010-11-13, by Matthew Wild
-
mod_pubsub: Expose 'service'2010-11-13, by Matthew Wild
-
modulemanager: Inside plugins, have global _M as a reference to the module's environment2010-11-13, by Matthew Wild
-
mod_pubsub: It's aliiiive!2010-11-13, by Matthew Wild
-
mod_component: Logging tweaks.2010-11-12, by Waqas Hussain
-
mod_component: Use module:get_option() instead of configmanager.2010-11-12, by Waqas Hussain
-
mod_component: Rearranged the code a little.2010-11-12, by Waqas Hussain
-
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza.2010-11-12, by Waqas Hussain
-
usermanager: Don't load auth modules for components.2010-11-11, by Waqas Hussain
-
MUC: Grant membership when inviteing someone into a members-only room.2010-11-10, by Kim Alvefur
-
configmanager: Update Include and RunScript directives to support paths relative to the (current!) config file2010-11-10, by Matthew Wild
-
mod_proxy65: Use module:get_option() instead of configmanager.2010-11-10, by Waqas Hussain
-
componentmanager: Removed.2010-11-10, by Waqas Hussain
-
prosody: Added a stub implementation of core.componentmanager to the package.loaded table.2010-11-10, by Waqas Hussain
-
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file.2010-11-10, by Waqas Hussain
-
componentmanager: Removed get_children(host).2010-11-10, by Waqas Hussain
-
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result.2010-11-10, by Waqas Hussain
-
mod_disco: Updated to use hostmanager.get_children instead of componentmanager.get_children.2010-11-10, by Waqas Hussain
-
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).2010-11-10, by Waqas Hussain
-
hostmanager: Added support for components to hostmanager.activate().2010-11-10, by Waqas Hussain
-
MUC: Only send status code 110 (entering non-anonymous room) to the occupant themselves, not to other occupants.2010-11-10, by Waqas Hussain
-
MUC: Added some more missing :up()s to the stanza building for presence broadcasts (thanks again Zash).2010-11-10, by Waqas Hussain
-
MUC: Parse submitted form with util.dataforms2010-11-10, by Kim Alvefur
-
MUC: Added a missing :up() to the stanza building for presence broadcast (thanks Zash).2010-11-10, by Waqas Hussain
-
MUC: Return true from the stanza handler to suppress error responses.2010-11-10, by Waqas Hussain
-
modulemanager: Fixed: Locally defined pcall wasn't returning return values of the called function.2010-11-10, by Waqas Hussain
-
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.2010-11-09, by Waqas Hussain
-
componentmanager, stanza_router: Get rid of componentmanager.handle_stanza().2010-11-09, by Waqas Hussain
-
prosody: Ensure componentmanager is loaded in the main file.2010-11-09, by Waqas Hussain
-
componentmanager: Removed SSL context creation (mod_tls handles that now).2010-11-09, by Waqas Hussain
-
mod_tls: Let hosts without an 'ssl' option inherit it from their parent hosts.2010-11-09, by Waqas Hussain
-
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.2010-11-09, by Waqas Hussain
-
MUC: Handle missing <value/> for <field type='boolean'/> in config form submissions.2010-11-09, by Waqas Hussain
-
mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind.2010-11-09, by Waqas Hussain
-
net.xmppcomponent_listener: Call session:on_destroy() on session disconnect.2010-11-09, by Waqas Hussain
-
MUC: Preserve the global rooms table through reloads.2010-11-08, by Waqas Hussain
-
MUC: Expose the rooms table as a global 'rooms'.2010-11-08, by Waqas Hussain
-
MUC: Allow restricting room creation to local JIDs (thanks thomas.mangin).2010-11-08, by Waqas Hussain
-
mod_tls: Pass the hostname rather than host session to certmanager.create_context() (thanks darkrain)2010-11-08, by Matthew Wild
-
configmanager: Atomic reloads, and some other internal changes to achieve this2010-11-07, by Matthew Wild
-
util.httpstream: Added support for chunked transfer encoding.2010-11-05, by Waqas Hussain
-
net.http: Removed old HTTP parser, and updated to use util.httpstream.2010-11-05, by Waqas Hussain
-
util.httpstream: Fixed a possible string to number comparison error.2010-11-05, by Waqas Hussain
-
util.httpstream: Added support for an options callback, to allow passing per-message options to the parser.2010-11-05, by Waqas Hussain
-
util.httpstream: A little refactoring of the coroutine control flow.2010-11-05, by Waqas Hussain
-
util.httpstream: Added support for HTTP response parsing.2010-11-04, by Waqas Hussain
-
util.httpstream: Fixed a nil variable access introduced in the last commit.2010-11-04, by Waqas Hussain
-
util.httpstream: Move HTTP header parsing into its own function.2010-11-04, by Waqas Hussain
-
componentmanager: Removed unused function set_component_handler.2010-11-04, by Waqas Hussain
-
MUC: Use events for hooking stanzas instead of the component stanza handler.2010-11-04, by Waqas Hussain
-
mod_proxy65: Removed useless checks from the event handler.2010-11-04, by Waqas Hussain
-
mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler.2010-11-04, by Waqas Hussain
-
mod_console: Keep global variable assignments sandboxed by default.2010-11-04, by Waqas Hussain
-
util.logger: Remove support for a global writer (setwriter) to try and balance the forces...2010-11-04, by Matthew Wild
-
mod_posix: Remove redundant import of logger.setwriter()2010-11-04, by Matthew Wild
-
util.logger: Remove my precious premature optimisation :(2010-11-04, by Matthew Wild
-
mod_saslauth: Allow restarting SASL negotiation from scratch.2010-11-02, by Waqas Hussain
-
mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate functions.2010-11-02, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Mechanism selection cleaned up to be more consistent.2010-11-02, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Load mechanisms list early rather than lazily, as they are always loaded anyway.2010-11-02, by Waqas Hussain
-
mod_saslauth: Handle SASL <abort/> properly.2010-11-02, by Waqas Hussain
-
componentmanager: Removed an unused third parameter from the register_component function.2010-11-01, by Waqas Hussain
-
util.template: Optimized to be almost as fast as manual stanza building.2010-10-24, by Waqas Hussain
-
util.template: Initial commit. A template library for XML stanzas.2010-10-24, by Waqas Hussain
-
net.dns: Fixed a traceback when util/windows.dll is unavailable on windows.2010-10-22, by Waqas Hussain
-
mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply.2010-10-22, by Waqas Hussain
-
ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.2010-10-19, by Waqas Hussain
-
Monster whitespace commit (beware the whitespace monster).2010-10-16, by Waqas Hussain
-
modulemanager: Removed another legacy events API (add_event_hook), and related code.2010-10-16, by Waqas Hussain
-
mod_posix: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
modulemanager: Removed legacy events API, and related code.2010-10-16, by Waqas Hussain
-
mod_saslauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_dialback: Fixed indentation.2010-10-16, by Waqas Hussain
-
mod_dialback: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_compression: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_component: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
modulemanager: Removed add_iq_handler() from the plugin API.2010-10-16, by Waqas Hussain
-
mod_register: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_legacyauth: Limit authentication to unauthenticated client connections.2010-10-16, by Waqas Hussain
-
mod_legacyauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_roster: Cleaned up some unused variables and global accesses.2010-10-16, by Waqas Hussain
-
mod_roster: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_saslauth: Improved logging a bit.2010-10-16, by Waqas Hussain
-
mod_saslauth: Updated to use the new events API.2010-10-16, by Waqas Hussain
-
mod_private: Updated to use the new events API. Smaller, more robust.2010-10-15, by Waqas Hussain
-
Merge hoelzro->trunk2010-10-15, by Matthew Wild
-
Alter mod_offline to respect negative priority resources2010-10-15, by Robert Hoelz
-
Merge hoelzro->trunk2010-10-15, by Matthew Wild
-
Don't send offline messages to resource with negative priorities2010-10-15, by Robert Hoelz
-
MUC: Use util.dataforms to generate forms2010-10-12, by Kim Alvefur
-
MUC: fix timezone support when sending history2010-10-12, by Kim Alvefur
-
configmanager: Allow VirtualHost/Component definitions to be followed by a table of config options2010-10-08, by Matthew Wild
Scroll all the way down to load more.