prosody.git
2010-11-22 Paul Aurichs2s: SASL EXTERNAL
2010-11-22 Paul Aurichs2smanager: Compatibility hack for when not using dialback
2010-11-22 Paul Aurichnet.server_event: API parity with net.server_socket
2010-11-27 Matthew WildRename storage/mod_ejabberd to mod_storage_sql_ejabberd...
2010-11-27 Matthew Wildstorage/mod_storage: Remove, obsolete
2010-11-27 Matthew Wildstoragemanager: Much refactoring and renaming of option...
2010-11-27 Matthew Wildutil.datetime: Fix so that the timestamp returned is...
2010-11-27 Matthew Wildutil.datetime: Fixes for more liberal timezone parsing...
2010-11-25 Florian Zeitzmod_pubsub, util.pubsub: Support for fetching items
2010-11-26 Waqas Hussainutil.template: Don't add stanza.last_add. 20% faster.
2010-11-26 Waqas Hussaintests/test_util_stanza.lua: Allow stanza.last_add to...
2010-11-26 Waqas Hussainutil.stanza, util.xmppstream, core.xmlhandlers: Allow...
2010-11-25 Waqas Hussainutil.template: Rewritten to be much faster than the...
2010-11-20 Waqas Hussain.hgignore: Ignore *.diff.
2010-11-20 Waqas Hussain.hgignore: Ignore Windows compilation artifacts.
2010-11-19 Waqas Hussainnet.xmpp{client,server,component}_listener: s/xml-not...
2010-11-19 Waqas Hussainutil.xmppstream: Preserve the stream content namespace...
2010-11-18 Waqas HussainMUC: Include the user's current presence contents when...
2010-11-18 Waqas HussainMUC: Include the user's current presence contents when...
2010-11-18 Matthew Wildprosodyctl: Give hosts type = 'local'
2010-11-17 Kim AlvefurMUC: Change room name and description properly
2010-11-16 Waqas HussainMUC: Fixed: Variable referencing the host session wasn...
2010-11-16 Matthew Wildprosodyctl, util.prosodyctl: Show error when mod_posix...
2010-11-13 Matthew Wildutil.pubsub: Add :get_subscription() to return the...
2010-11-13 Matthew Wildutil.filters: Support for 'filter hooks' that get calle...
2010-11-13 Matthew WildMerge backout
2010-11-13 Matthew WildBacked out changeset bfc47564aaef (No need for _M with...
2010-11-13 Matthew Wildmod_pubsub: Use module.environment to reference the...
2010-11-13 Matthew Wildmod_pubsub: Expose 'service'
2010-11-13 Matthew Wildmodulemanager: Inside plugins, have global _M as a...
2010-11-13 Matthew Wildmod_pubsub: It's aliiiive!
2010-11-12 Waqas Hussainmod_component: Logging tweaks.
2010-11-12 Waqas Hussainmod_component: Use module:get_option() instead of confi...
2010-11-12 Waqas Hussainmod_component: Rearranged the code a little.
2010-11-12 Waqas Hussainmod_component: Return true from stanza handler to indic...
2010-11-12 Matthew Wildmod_console: Don't allow bang bang as the first command...
2010-11-11 Matthew Wildconfigmanager: Change parser API again to pass a config...
2010-11-11 Waqas Hussainusermanager: Don't load auth modules for components.
2010-11-10 Kim AlvefurMUC: Grant membership when inviteing someone into a...
2010-11-10 Matthew Wildconfigmanager: Update Include and RunScript directives...
2010-11-10 Matthew Wildprosody, configmanager, certmanager: Relocate prosody...
2010-11-10 Waqas Hussainmodulemanager, usermanager: Removed hooks for the ...
2010-11-10 Waqas Hussainmod_proxy65: Use module:get_option() instead of configm...
2010-11-10 Waqas Hussaincomponentmanager: Removed.
2010-11-10 Waqas Hussainprosody: Added a stub implementation of core.componentm...
2010-11-10 Waqas Hussainprosody: Removed all references to componentmanager...
2010-11-10 Waqas Hussaincomponentmanager: Removed most of the code. Stub implem...
2010-11-10 Waqas Hussaincomponentmanager: Removed get_children(host).
2010-11-10 Waqas Hussainhostmanager: Don't include hosts with '@' or '/' in...
2010-11-10 Waqas Hussainmod_disco: Updated to use hostmanager.get_children...
2010-11-10 Waqas Hussainhostmanager: Added function get_children(host) which...
2010-11-10 Waqas Hussainmodulemanager: Return an error when loading a module...
2010-11-10 Waqas Hussainhostmanager, componentmanager: hostmanager now handles...
2010-11-10 Waqas Hussainmodulemanager: load_modules_for_host(): For components...
2010-11-10 Waqas Hussainmodulemanager: load_modules_for_host(): Inherit 'tls...
2010-11-10 Waqas Hussainhostmanager: Added support for components to hostmanage...
2010-11-10 Waqas HussainMUC: Only send status code 110 (entering non-anonymous...
2010-11-10 Waqas HussainMUC: Added some more missing :up()s to the stanza build...
2010-11-10 Kim AlvefurMUC: Parse submitted form with util.dataforms
2010-11-10 Waqas HussainMUC: Added a missing :up() to the stanza building for...
2010-11-10 Waqas HussainMUC: Return true from the stanza handler to suppress...
2010-11-10 Waqas Hussainmodulemanager: Fixed: Locally defined pcall wasn't...
2010-11-09 Waqas Hussaincomponentmanager, hostmanager, modulemanager, mod_compo...
2010-11-09 Waqas Hussaincomponentmanager, stanza_router: Get rid of componentma...
2010-11-09 Waqas Hussainprosody: Ensure componentmanager is loaded in the main...
2010-11-09 Waqas Hussaincomponentmanager: Removed SSL context creation (mod_tls...
2010-11-09 Waqas Hussainmod_tls: Let hosts without an 'ssl' option inherit...
2010-11-09 Waqas Hussainnet.xmppcomponent_listener: Removed unnecessary and...
2010-11-09 Waqas Hussainmod_component: Updated to use events for hooking stanza...
2010-11-09 Waqas HussainMUC: Handle missing <value/> for <field type='boolean...
2010-11-09 Waqas Hussainmod_component: Send back a <conflict/> stream error...
2010-11-09 Waqas Hussainnet.xmppcomponent_listener: Call session:on_destroy...
2010-11-08 Waqas HussainMUC: Preserve the global rooms table through reloads.
2010-11-08 Waqas HussainMUC: Expose the rooms table as a global 'rooms'.
2010-11-08 Waqas HussainMUC: Allow restricting room creation to local JIDs...
2010-11-08 Matthew Wildmod_tls: Pass the hostname rather than host session...
2010-11-07 Matthew Wildconfigmanager: Atomic reloads, and some other internal...
2010-11-07 Waqas Hussainmod_disco: Renamed the 'session' property of the accoun...
2010-11-06 Matthew Wildcertmanager, hostmanager, mod_tls: Move responsibility...
2010-11-05 Waqas Hussainutil.httpstream: Added support for chunked transfer...
2010-11-05 Waqas Hussainnet.http: Removed old HTTP parser, and updated to use...
2010-11-05 Waqas Hussainutil.httpstream: Fixed a possible string to number...
2010-11-05 Waqas Hussainutil.httpstream: Don't attempt to read response body...
2010-11-05 Waqas Hussainutil.httpstream: Added support for an options callback...
2010-11-05 Waqas Hussainutil.httpstream: A little refactoring of the coroutine...
2010-11-04 Waqas Hussainutil.httpstream: Added support for HTTP response parsing.
2010-11-04 Waqas Hussainutil.httpstream: Fixed a nil variable access introduced...
2010-11-04 Waqas Hussainutil.httpstream: Move HTTP header parsing into its...
2010-11-04 Waqas Hussaincomponentmanager: Removed unused function set_component...
2010-11-04 Waqas HussainMUC: Use events for hooking stanzas instead of the...
2010-11-04 Waqas Hussainmod_proxy65: Removed useless checks from the event...
2010-11-04 Waqas Hussainmod_proxy65: Use "iq/host" event for hooking stanzas...
2010-11-04 Waqas Hussainmod_console: Keep global variable assignments sandboxed...
2010-11-04 Matthew Wildutil.logger: Remove support for a global writer (setwri...
2010-11-04 Matthew Wildmod_posix: Remove redundant import of logger.setwriter()
2010-11-04 Matthew Wildutil.logger: Remove my precious premature optimisation :(
2010-11-02 Waqas Hussainmod_saslauth: Allow restarting SASL negotiation from...
2010-11-02 Waqas Hussainmod_saslauth: Separated processing of <auth/> and ...
2010-11-02 Waqas Hussainmod_saslauth: Moved SASL mechanism selection and CDATA...
2010-11-02 Waqas Hussainutil.sasl, util.sasl_cyrus: Mechanism selection cleaned...
next