Software /
code /
prosody
Graph
-
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
-
net.dns: Support for parsing PTR records2010-10-05, by Matthew Wild
-
mod_adhoc: Answer disco#info for node=xmlns_cmd2010-10-01, by Florian Zeitz
-
MUC: Make the room node be the default room name (thanks Zash).2010-09-28, by Waqas Hussain
-
Merge with trunk.2010-09-27, by Waqas Hussain
-
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)2010-09-26, by Kim Alvefur
-
MUC: Added a 'Name' property (muc#roomconfig_roomname)2010-09-24, by Kim Alvefur
-
MUC: Fixed traceback on presence errors lacking a condition.2010-09-27, by Waqas Hussain
-
net.xmppcomponent_listener: Fixed a possible traceback in component disconnect handling.2010-09-21, by Waqas Hussain
-
net.xmppcomponent_listener: Specify missing log level for a log statement.2010-09-21, by Waqas Hussain
-
net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'.2010-09-21, by Waqas Hussain
-
util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message().2010-09-21, by Waqas Hussain
-
util.events: Event handler indices are now built lazily (faster server startup for large number of hosts).2010-09-19, by Waqas Hussain
-
util.events: Fixed the exposed API for adding/removing sets of event handlers.2010-09-16, by Waqas Hussain
-
util.events: Removed dispatcher creation functions (these weren't being used).2010-09-16, by Waqas Hussain
-
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream.2010-09-16, by Waqas Hussain
-
util.httpstream: Refactored and simplified code to improve readability.2010-09-16, by Waqas Hussain
-
util.httpstream: Removed unused variables.2010-09-16, by Waqas Hussain
-
util.httpstream: Initial commit of the new HTTP parser.2010-09-04, by Waqas Hussain
-
prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain)2010-09-13, by Matthew Wild
-
mod_bosh: Fix traceback when initiating a BOSH session to an unknown host2010-09-10, by Matthew Wild
-
net.server_select: Add server.step() to run through a single iteration of the event loop2010-09-09, by Matthew Wild
-
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config2010-09-05, by Matthew Wild
-
s2smanager: Don't fire s2sin-destroyed for sessions that were never fully established (thanks Thomas)2010-09-05, by Matthew Wild
-
s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed2010-09-05, by Matthew Wild
-
mod_ping: Add ad-hoc command2010-09-02, by Florian Zeitz
-
mod_adhoc: remove 0.7 compat code2010-09-01, by Florian Zeitz
-
mod_adhoc: Fix passing data to util.dataforms2010-09-01, by Florian Zeitz
-
mod_version: Use pposix.uname() if available and os_version_command not set2010-08-31, by Matthew Wild
-
util.pposix: uname(): Fix to push nil,err in case of error2010-08-31, by Matthew Wild
-
util.pposix: Add pposix.uname(), bump version2010-08-31, by Matthew Wild
-
util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth)2010-08-30, by Matthew Wild
-
tests/test_util_jid.lua: Add more tests for JID splitting2010-08-30, by Matthew Wild
-
util.stanza: stanza:matched_children() -> stanza:matching_tags()2010-08-30, by Matthew Wild
-
util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza)2010-08-30, by Matthew Wild
-
s2smanager: Fire s2s{in,out}-established when new s2s connections are ready2010-08-30, by Matthew Wild
-
util.stanza: Optimisation, remove useless if...then in stanza:children() iterator2010-08-29, by Matthew Wild
-
util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]2010-08-29, by Matthew Wild
-
net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo)2010-08-28, by Matthew Wild
-
mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For2010-08-28, by Matthew Wild
-
net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd)2010-08-27, by Matthew Wild
-
componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus)2010-08-24, by Matthew Wild
-
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.2010-08-23, by Waqas Hussain
-
util.sasl_cyrus: Spaces -> tabs.2010-08-23, by Waqas Hussain
-
usermanager: Get rid unused Cyrus SASL related code.2010-08-23, by Waqas Hussain
-
mod_auth_internal_plain: Get rid of all checks for Cyrus SASL.2010-08-23, by Waqas Hussain
-
mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).2010-08-23, by Waqas Hussain
-
mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).2010-08-23, by Waqas Hussain
-
componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus)2010-08-23, by Matthew Wild
-
net.server: Don't load configmanager if not running inside Prosody, assume server_select2010-08-23, by Matthew Wild
-
sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #2022010-08-22, by Matthew Wild
-
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)2010-08-22, by Florian Zeitz
-
mod_adhoc: Code restructuring2010-08-22, by Florian Zeitz
-
mod_auth_internal_hashed: Fix deleting users2010-08-16, by Kim Alvefur
-
mod_privacy: Fix typo causing <active/> to never be send2010-08-12, by Florian Zeitz
-
mod_console: Add host:* commands to help (thanks Zash)2010-08-14, by Matthew Wild
-
mod_bosh: Fix to properly ignore repeated requests2010-08-07, by Matthew Wild
-
mod_bosh: Small change to use variable instead of hard-coded xmlns2010-08-06, by Matthew Wild
-
mod_bosh: Much improve session:close() for BOSH sessions, so it now matches in usage normal session:close()2010-08-06, by Matthew Wild
-
MUC: Fixed: Unavilable presence was not being broadcasted for banned users in some cases (thanks Zash).2010-08-03, by Waqas Hussain
-
MUC: Return correct error to non-members attempting to enter a members-only room.2010-08-03, by Waqas Hussain
-
util.xmppstream: Removed some useless property assignments.2010-08-03, by Waqas Hussain
-
util.sasl_cyrus: Make multi-step SASL mechanisms work correctly.2010-08-03, by Waqas Hussain
-
util.sasl: Simplified some code a bit.2010-08-03, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Removed a ton of unused variables.2010-08-03, by Waqas Hussain
-
eventmanager: REMOVE!!!2010-08-03, by Matthew Wild
-
mod_bosh: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
loggingmanager: Remove (redundant!) dependency on eventmanager2010-08-03, by Matthew Wild
-
sessionmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
s2smanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
componentmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
hostmanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
modulemanager: Remove dependency on eventmanager2010-08-03, by Matthew Wild
-
s2smanager: brackets, just to be sure :)2010-08-03, by Matthew Wild
-
s2smanager: Only bounce real stanzas on s2s failure, not dialback and friends (thanks elghinn)2010-08-03, by Matthew Wild
-
util.datetime: Added implementation for function parse().2010-08-02, by Waqas Hussain
-
storage/mod_ejabberd: Reorganized some code.2010-08-02, by Waqas Hussain
-
util.sasl_cyrus: Cleanup.2010-08-02, by Waqas Hussain
-
util.sasl: Removed method:forbidden() and its side effects.2010-08-02, by Waqas Hussain
-
util.sasl_cyrus: Removed method:forbidden().2010-08-02, by Waqas Hussain
-
mod_auth_*: Fixed copyright headers.2010-08-02, by Waqas Hussain
-
util.xmppstream: Add set_session() method to change the session that a stream is associated with2010-08-02, by Matthew Wild
-
net.server_event: Remove some debug messages2010-08-02, by Matthew Wild
-
mod_version: Leave out the os element if hide_os_type is set2010-08-01, by Kim Alvefur
-
mod_version: Make the command used to get OS version configurable2010-08-01, by Kim Alvefur
-
usermanager: Fix two nil global accesses2010-07-31, by Matthew Wild
-
mod_saslauth: Fixed a nil global access.2010-07-31, by Waqas Hussain
-
mod_saslauth: Move mandatory encryption enforcement to before sasl_handler:select().2010-07-31, by Waqas Hussain
-
storage/mod_ejabberd (and associated library): Initial commit.2010-07-31, by Waqas Hussain
-
storage/mod_xep0227: Initial commit.2010-07-31, by Waqas Hussain
-
prosody: Enable storage manager.2010-07-31, by Waqas Hussain
-
prosody.cfg.lua.dist: Fixed trailing whitespace.2010-07-31, by Waqas Hussain
-
util.pluginloader: Remove useless datamanager dependency.2010-07-31, by Waqas Hussain
-
util.roster: Remove, not going this route now2010-07-26, by Matthew Wild
-
mod_message: Discard headline messages sent to offline full JIDs (to follow latest spec updates).2010-07-25, by Waqas Hussain
-
tests: Added tests for util.sasl.scram.Hi().2010-07-25, by Waqas Hussain
-
util.sasl.scram: Made function Hi public.2010-07-25, by Waqas Hussain
-
mod_console: Added support for multiple arguments to print().2010-07-25, by Waqas Hussain
-
storagemanager: Fixed a nil access.2010-07-25, by Waqas Hussain
-
prosody.resolve_relative_path: Updated to take a parent path to resolve against.2010-07-23, by Waqas Hussain
-
storagemanager: Initial commit.2010-07-23, by Waqas Hussain
-
Merge 0.7->trunk2010-07-23, by Matthew Wild
-
mod_tls: Remove extraneous flag to starttls() for s2sout connecections2010-07-22, by Matthew Wild
-
mod_register: Drop useless depencency on datamanager.2010-07-20, by Waqas Hussain
-
MUC: Store the nick (full room JID) which set the subject, and send subject to occupants from that JID.2010-07-20, by Waqas Hussain
-
util.iterators: Add skip() to skip the first n items of an iterator2010-07-20, by Matthew Wild
-
Merge with trunk.2010-07-17, by Waqas Hussain
-
mod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism to not traceback on non-existent users.2010-07-17, by Waqas Hussain
-
MUC: No need to call is_admin twice now, global admins are admins on hosts2010-07-17, by Matthew Wild
-
net.server_event: Remove debug logging from dummy onstatus handler2010-07-17, by Matthew Wild
-
mod_saslauth: Cleaned up unused requires.2010-07-17, by Waqas Hussain
-
mod_saslauth: A little cleanup for anonymous_login.2010-07-17, by Waqas Hussain
-
configmanager: Remove dependency on eventmanager, and global 'prosody' object2010-07-17, by Matthew Wild
-
s2smanager: Handle disallow_s2s for incoming streams as well as outgoing2010-07-16, by Matthew Wild
-
Merge Florob->trunk2010-07-16, by Matthew Wild
-
util.dataforms: Add list-multi support2010-07-15, by Florian Zeitz
-
util.dataforms: Capability to set default for list-single2010-07-15, by Florian Zeitz
-
Merge Zash->trunk2010-07-16, by Matthew Wild
-
mod_proxy65: Use util.jid.compare() and remove some clutter2010-07-16, by Kim Alvefur
-
Merge Zash->trunk2010-07-16, by Matthew Wild
-
util.jid: compare() added, with some tests.2010-07-15, by Kim Alvefur
-
util.sasl.scram: Reference actual RFC instead of the draft.2010-07-15, by Tobias Markmann
-
util.sasl, util.sasl_cyrus: s/self.mechanisms()/self:mechanisms()/ in method:select().2010-07-15, by Waqas Hussain
-
Merge with backout2010-07-15, by Matthew Wild
-
Backed out changeset 598c33a99a31 (already fixed a better way)2010-07-15, by Matthew Wild
-
certmanager: Fix to handle the case of no SSL configuration at all2010-07-14, by Matthew Wild
-
certmanager: Added copyright header.2010-07-15, by Waqas Hussain
-
certmanager: Defined default_capath to prevent a global nil access.2010-07-15, by Waqas Hussain
-
util.sasl, util.sasl_cyrus: Updated method:mechanisms() to cache and re-use list of mechanisms.2010-07-14, by Waqas Hussain
-
util.sasl: Use the proper session-specific table of mechanisms when selecting a mechanism, and not the global table.2010-07-14, by Waqas Hussain
-
SASL: Simplified sasl_handler:mechanisms() to return a set, and not an array.2010-07-14, by Waqas Hussain
-
usermanager: Return a non-nil SASL handler from the null auth provider (fixes a traceback).2010-07-14, by Waqas Hussain
-
MUC: Fixed a traceback introduced in hg:bdc325ce9fbc.2010-07-14, by Waqas Hussain
-
net.dns: Call :cancel() on the current resolver instead of the prototype2010-07-14, by Matthew Wild
-
util.roster: Initial skeleton commit2010-07-14, by Matthew Wild
-
util.logger: Add reset() method to clear all sinks2010-07-14, by Matthew Wild
-
certmanager: Remove debug logging accidentally committed2010-07-13, by Matthew Wild
-
certmanager: Adjust paths of SSL key/certs to be relative to the config file, fixes #1472010-07-13, by Matthew Wild
-
prosody: Add prosody.resolve_relative_path() helper to change relative paths to be relative to the config file2010-07-13, by Matthew Wild
-
mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully)2010-07-13, by Matthew Wild
-
configure: Make it possible to override ostype presets with values specified later on the command-line2010-07-13, by Matthew Wild
-
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)2010-07-13, by Matthew Wild
-
mod_saslauth: Rename variable 'aret' to 'ok' as per convention2010-07-12, by Matthew Wild
-
mod_disco: Reflect requested 'node' attribute in the disco#info reply.2010-07-11, by Waqas Hussain
-
mod_disco: Respond to disco#info to the correct caps hash node ("node#ver").2010-07-11, by Waqas Hussain
-
mod_adhoc: Add capability to pass data to forms2010-07-09, by Florian Zeitz
-
xmpp{client,server}_listener: Convert some calls to tail calls for efficiency2010-07-09, by Matthew Wild
-
mod_pep: Use util.caps2010-07-09, by Matthew Wild
-
util.caps: Entity capabilities hash generation (moved from mod_pep)2010-07-09, by Matthew Wild
-
prosodyctl: Warn and exit if any log files are not writeable, fixes #942010-07-09, by Matthew Wild
-
prosodyctl: Remove warnings when using a non-standard auth provider, prosodyctl now works with any auth provider2010-07-08, by Matthew Wild
-
xmppserver_listener: Fix variable names I forgot to change in the last commit2010-07-08, by Matthew Wild
-
xmpp{client,server}_listener: Put stanzas/in filtering code in the correct place to make it actually work :)2010-07-08, by Matthew Wild
-
util.filters: Add newline at end of file2010-07-08, by Matthew Wild
-
net.dns: Add dns.settimeout() to set the timeout for the default resolver2010-07-05, by Matthew Wild
-
net.dns: Make timeout configurable (default 15s)2010-07-05, by Matthew Wild
-
net.dns, net.adns: Move coroutine-calling logic into resolver:cancel()2010-07-05, by Matthew Wild
-
net.dns: Handle our own timeouts, including falling onto other servers in resolv.conf if necessary2010-07-05, by Matthew Wild
-
mod_roster: Use value returned by pairs() during roster iteration to avoid dozens of wasteful table lookups2010-07-05, by Matthew Wild
-
mod_bosh: Add jabber:client namespace to stanzas with no namespace2010-07-04, by Matthew Wild
-
xmppcomponent_listener: Import jid_split to fix undefined global reference2010-07-04, by Matthew Wild
-
mod_component: Read validate_from_addresses option from the config2010-07-04, by Matthew Wild
-
Merge 0.7->trunk2010-07-03, by Waqas Hussain
-
mod_privacy: Add service discovery feature.2010-07-03, by Waqas Hussain
-
xmppcomponent_listener: Don't validate to/from on non-stanzas, fixes component auth.2010-07-03, by Waqas Hussain
-
xmppcomponent_listener: Validate to/from on components, fixes #104 and #1622010-07-03, by Matthew Wild
-
Merge 0.7->trunk2010-07-02, by Matthew Wild
-
Merge 0.7->trunk2010-07-02, by Matthew Wild
-
net.server_select: Fix a snippet of code that was living at the wrong indentation level2010-07-02, by Matthew Wild
-
util.prosodyctl: Fixed host variables in user_exists.2010-07-01, by Tobias Tom
-
configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the other one))2010-07-01, by Matthew Wild
-
Merge 0.7->trunk2010-06-29, by Matthew Wild
-
Merge backout2010-06-29, by Matthew Wild
-
Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user)2010-06-29, by Matthew Wild
-
mod_register: Remove the offline store as a list (originally aa3725bbcde5 but missed in a merge)2010-06-29, by Matthew Wild
-
Merge 0.7->trunk2010-06-29, by Matthew Wild
-
mod_privacy: Treat stanzas with no 'to' address as going to the user's bare JID (thanks KSid)2010-06-29, by Matthew Wild
-
util.sasl_cyrus: Return error strings using the new table mapping error codes to strings.2010-06-23, by Waqas Hussain
-
util.sasl_cyrus: Added a table mapping error codes to strings.2010-06-23, by Waqas Hussain
-
mod_register: Delete the offline store as a list, and delete the privacy store.2010-06-23, by Waqas Hussain
-
mod_register: Don't disable account before deleting it (unnecessary, and can cause problems).2010-06-23, by Waqas Hussain
-
mod_compression: Lowered a log level.2010-06-23, by Waqas Hussain
-
usermanager: Expose host_handler() as initialize_host()2010-06-29, by Matthew Wild
-
mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.2010-06-23, by Waqas Hussain
-
mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager already has a default.2010-06-23, by Waqas Hussain
-
mod_pep: Fixed a possible traceback during disco#items queries on a user's bare JID by remote users.2010-06-23, by Waqas Hussain
-
mod_auth_internal_hashed: Update TODO comments to COMPAT2010-06-22, by Matthew Wild
-
mod_auth_internal, mod_auth_internal_hashed: Remove is_admin method from providers2010-06-22, by Matthew Wild
-
mod_adhoc: Update for new is_admin usage2010-06-22, by Matthew Wild
-
util.signal: Moved a variable declaration to the top of a function, for ANSI C compliance.2010-06-19, by Waqas Hussain
-
util.signal: Removed #include <sys/param.h>, as it appears unnecessary.2010-06-19, by Waqas Hussain
-
util.signal: Make kill() available on OS X (thanks darkrain).2010-06-19, by Waqas Hussain
-
MUC: A little modification to improve code analysis.2010-06-19, by Waqas Hussain
-
MUC: Updated room:set_role() to use room:can_set_role().2010-06-19, by Waqas Hussain
-
MUC: Added room:can_set_role().2010-06-19, by Waqas Hussain
-
mod_announce: A little cleanup.2010-06-18, by Waqas Hussain
-
mod_storage: Make DBI a soft dependency, not a hard one.2010-06-18, by Waqas Hussain
-
mod_announce: Removed unused variables.2010-06-18, by Waqas Hussain
-
mod_announce: Changed a global variable to local.2010-06-18, by Waqas Hussain
-
util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip).2010-06-15, by Waqas Hussain
-
prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list.2010-06-15, by Waqas Hussain
-
mod_auth_internal: Log as "auth_internal", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_cyrus: Log as "auth_cyrus", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Log as "auth_internal_hashed", not as "usermanager".2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Don't assume user doesn't exist if no recognizable authentication data is found.2010-06-15, by Waqas Hussain
-
mod_auth_internal_hashed: Removed all checks for Cyrus SASL.2010-06-15, by Waqas Hussain
-
commit d2fb8a5ff43fcf3e94e5e518aba175503590ecda2010-06-14, by Matthew Wild
-
s2smanager: Fix logging for outgoing sessions to also log pre-filtered data2010-06-13, by Matthew Wild
-
MUC: Added disco#info features to advertise room's anonymity status (muc_semianonymous or muc_nonanonymous).2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's public status (muc_public or muc_hidden).2010-06-13, by Waqas Hussain
-
MUC: Updated code to use :set_hidden() and :is_hidden().2010-06-13, by Waqas Hussain
-
MUC: Added room:set_hidden(boolean) and room:is_hidden().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's persistence status (muc_persistent or muc_temporary).2010-06-13, by Waqas Hussain
-
MUC: Added room:set_persistent(boolean) and room:is_persistent().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's members-only status (muc_membersonly or muc_open).2010-06-13, by Waqas Hussain
-
MUC: Added a 'Make Room Members-Only?' field to the room config dialog.2010-06-13, by Waqas Hussain
-
MUC: Updated room:get_default_role() to not assign unaffiliated occupants a role in members-only rooms.2010-06-13, by Waqas Hussain
-
MUC: Added room:set_members_only(boolean) and room:is_members_only().2010-06-13, by Waqas Hussain
-
MUC: Added disco#info features to advertise room's moderation status (muc_moderated or muc_unmoderated).2010-06-13, by Waqas Hussain
Scroll all the way down to load more.