prosody.git
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildBacked out changeset 661752889535 - obsoleted by 878f75...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildBacked out changeset 9f1fb34cd7f8 - obsoleted by 5ef05f...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildBacked out changeset 751510cd558d - obsoleted by 5ef05f...
2012-05-10 Matthew Wildmod_s2s, mod_auth_anonymous, hostmanager: Remove disall...
2012-05-10 Marco Cirillomuc.lib: return feature-not-implemented when a foregoin...
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Matthew Wildmod_s2s, s2smanager, mod_dialback: Move addition of...
2012-05-10 Kim Alvefurs2smanager, mod_s2s: Move checking DNS timeout option...
2012-05-10 Kim Alvefurs2smanager: Clean up unused imports.
2012-05-10 Kim Alvefurutil.rfc3484: Don't pollute the global scope.
2012-05-10 Marco Cirillomod_auth_anonymous: add disallow_s2s to the host object...
2012-05-10 Kim Alvefurutil.hashes: Add sha224, sha384, sha512
2012-05-09 Marco Cirillomod_dialback: make change a bit more wide, encompass...
2012-05-09 Marco Cirillomod_dialback: add better safe then sorry nameprepping...
2012-05-09 Marco Cirillomod_dialback: COMPAT reset session.send function for...
2012-05-08 Kim Alvefurutil.hashes: Use defined hash function output lengths.
2012-05-08 Kim Alvefurprosodyctl: Show an error if the user doesn't supply...
2012-05-08 Kim Alvefurprosodyctl: Replace hack with lfs for checking if a...
2012-05-08 Kim Alvefurutil.x509: Remove logic for generating certificate...
2012-05-08 Kim Alvefurprosodyctl: Use util.openssl in certificate helpers...
2012-05-08 Kim Alvefurutil.openssl: Add wrapper for the openssl cli tool...
2012-05-04 Matthew Wildmod_auth_anonymous: Block s2s when enabled on a host...
2012-05-04 Matthew Wildmod_s2s: Cache to_host and from_host in local variables...
2012-05-04 Matthew Wildmod_s2s: Add session.send() only to incoming streams...
2012-05-04 Matthew Wildmod_s2s: Become a shared module (yay)
2012-05-04 Matthew Wildstanza_router: Fire route/remote per-host
2012-05-04 Matthew Wildstanza_router: Allow route/remote handlers to return...
2012-05-03 Kim Alvefurprosodyctl: Fix import of util.iterators
2012-05-03 Matthew WildRename plugins/s2s/ to plugins/mod_s2s/
2012-05-03 Matthew Wildsessionmanager: Remove max_resources config option...
2012-05-03 Matthew Wildutil.timer: Remove unnecessary require calls, fixes...
2012-05-03 Matthew Wildnet.server: server_select != server_event (thanks Nulan...
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Matthew Wildnet.server, net.timer, net.server_select: Rearrange...
2012-05-03 Kim Alvefurportmanager: Import pairs
2012-05-02 Matthew Wildmod_admin_telnet: Add muc:room(jid) command to get...
2012-04-30 Matthew Wildmod_component: Allow unauthenticated components to...
2012-04-30 Matthew Wildmod_component: Components start out as component_unauth...
2012-04-29 Matthew Wildmodulemanager: Pass the module's final host (e.g. ...
2012-04-29 Matthew Wildmod_component: Send <?xml on initial stream (thanks...
2012-04-29 Matthew Wildutil.xmlrpc: Remove (unused)
2012-04-29 Matthew Wildmodulemanager: Hide deprecation warning for modules...
2012-04-29 Matthew Wildportmanager: Import ipairs (thanks Maranda)
2012-04-29 Matthew WildMerge with Zash
2012-04-29 Matthew WildMerge 0.9->trunk
2012-04-29 Matthew WildMerge with Zash
2012-04-29 Kim Alvefurmod_s2s: Don't try to continue attempting to connect...
2012-04-28 Matthew Wildnet.connlisteners: Add COMPAT stub, use portmanager!
2012-04-28 Florian Zeitzs2sout.lib: Check whether lua-socket supports IPv6
2012-04-28 Matthew Wildmoduleapi: Add module:get_directory() to get module...
2012-04-28 Matthew Wildportmanager: Import tonumber (thanks Zash)
2012-04-28 Matthew Wildnet.http.server: Code cleanup/adjustment now that send_...
2012-04-28 Matthew Wildnet.http.server: Use response.body if it exists and...
2012-04-28 Matthew Wildportmanager: Ensure port is always a number (thanks...
2012-04-28 Matthew Wildmod_muc/muc.lib: Fall back to default_history_length...
2012-04-28 Matthew Wildnet.httpserver: Add compatibility stub
2012-04-28 Paul Aurichmod_s2s: Log certificate errors, for troubleshooting...
2012-04-28 Matthew Wildmod_s2s: Fix import of core_process_stanza. I don't...
2012-04-28 Matthew WildMerge with Zash
2012-04-28 Matthew Wildmod_admin_adhoc: Small style fix
2012-04-28 Matthew Wildutil.debug: Add +1 to level when getting locals table...
2012-04-28 Matthew Wildutil.debug: Re-fix parameter handling (I think it match...
2012-04-28 Kim Alvefurmod_admin_telnet: Add c2s:count() which shows number...
2012-04-28 Matthew Wildmodulemanager: Fixes to handle circular dependencies...
2012-04-28 Matthew Wildprosody.cfg.lua.dist: Rename mod_httpserver to mod_http...
2012-04-28 Matthew Wildmod_http: Depend on mod_http_errors
2012-04-28 Matthew Wildusermanager: Add log error for use of COMPAT config...
2012-04-28 Matthew Wildutil.httpstream: Remove COMPAT properties from request
2012-04-28 Matthew Wildnet.http.server: Remove unused imports and variables...
2012-04-28 Matthew Wildnet.httpserver, net.httpserver_listener: Remove (obsole...
2012-04-28 Matthew Wildmod_bosh: Remove unused send_buffer variable
2012-04-28 Matthew Wildmod_bosh: Fix request/response mixup
2012-04-28 Matthew Wildmod_bosh: Remove unused import of util.timer
2012-04-28 Matthew Wildmod_muc/muc.lib.lua: Remove unused imports and variables
2012-04-28 Matthew Wildmod_auth_anonymous: Remove unused logger init
2012-04-28 Matthew Wildmod_auth_internal_hashed: Remove COMPAT code (upgrading...
2012-04-28 Matthew Wildmod_auth_internal_hashed: Remove unused imports
2012-04-28 Matthew Wildmod_auth_internal_plain: Remove unused imports
2012-04-28 Matthew Wildmod_dialback: Remove unused declaration of xmlns_dialback
2012-04-28 Matthew Wildmod_iq: Remove unused import of jid.split, bare_session...
2012-04-28 Matthew Wildmod_message: Remove unused import of table.insert
2012-04-28 Matthew Wildstoragemanager: Fix incorrect variable name
2012-04-28 Matthew Wildmod_component: Remove unused variable
2012-04-28 Matthew Wildmod_s2s/s2sout.lib: Fix imports and some undefined...
2012-04-28 Matthew Wildmod_s2s: Fix imports and remove some unused variables
2012-04-28 Matthew Wildmod_saslauth: Remove unused declaration of xmlns_stanzas
2012-04-28 Matthew Wildmod_c2s: Remove unused import of portmanager
2012-04-28 Matthew Wildmod_s2s: Add log() import
2012-04-28 Matthew Wildutil.timer: Remove unused function imports
2012-04-28 Matthew Wildmoduleapi: Import util.timer
2012-04-28 Matthew Wildutil.stanza: Remove unused function imports
2012-04-28 Matthew Wildhostmanager: Remove import of unused setmetatable
2012-04-28 Matthew Wildmoduleapi: Remove unused variable 'module_items'
2012-04-28 Matthew Wildmodulemanager: Remove unused function imports
2012-04-28 Matthew Wildmodulemanager: Remove unused NULL declaration
2012-04-28 Matthew Wildportmanager: Fix breakage (import ALL the functions)
2012-04-28 Matthew Wildportmanager: Rename activate_service() to activate...
next