Merge with backout
[prosody.git] / plugins /
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew WildBacked out changeset 751510cd558d - obsoleted by 5ef05f...
2012-05-10 Marco Cirillomuc.lib: return feature-not-implemented when a foregoin...
2012-05-10 Marco Cirillomod_auth_anonymous: add disallow_s2s to the host object...
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-10 Matthew Wildmod_s2s, mod_auth_anonymous, hostmanager: Remove disall...
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-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-03 Matthew WildRename plugins/s2s/ to plugins/mod_s2s/
2012-05-03 Matthew WildMerge with Zash
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 Wildmod_component: Send <?xml on initial stream (thanks...
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 Florian Zeitzs2sout.lib: Check whether lua-socket supports IPv6
2012-04-28 Matthew Wildmod_muc/muc.lib: Fall back to default_history_length...
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 Kim Alvefurmod_admin_telnet: Add c2s:count() which shows number...
2012-04-28 Matthew Wildmod_http: Depend on mod_http_errors
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 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-27 Matthew Wildmod_bosh: Remove unused import of net.httpserver
2012-04-27 Matthew Wildmod_http_errors: Add two new config options, http_error...
2012-04-27 Matthew Wildnet.http.server, mod_http: Support http_default_host...
2012-04-27 Matthew Wildmod_component: Return true after denying a second compo...
2012-04-27 Matthew Wildmod_proxy65: Fix traceback when proxy65 service fails...
2012-04-27 Matthew Wildmod_bosh: Add routes without trailing-'/', so that...
2012-04-27 Matthew Wildmod_http: Allow a route value to be static data rather...
2012-04-27 Matthew Wildmod_http_files: Specify method in HTTP route
2012-04-27 Matthew Wildmod_http: Routes now require a method to be specified...
2012-04-27 Matthew Wildmod_http: Link to docs on routes in error message
2012-04-26 Matthew Wildmod_posix: Support syslog_facility config option
2012-04-26 Matthew Wildmod_http: Remove unused import of url.parse
2012-04-26 Matthew Wildmod_http_files, net.http.parser: Move path normalizatio...
2012-04-26 Matthew WildMerge with backout
2012-04-26 Matthew Wildmod_http_errors: Module to handle HTTP errors with...
2012-04-26 Matthew Wildmod_http_files: Change option name from http_path to...
2012-04-26 Matthew Wildmod_http: Switch to single option for specifying HTTP...
2012-04-26 Matthew Wildmod_http_files: Log 404 failure reason
2012-04-26 Matthew Wildmod_http_files: Return numeric error codes instead...
2012-04-26 Matthew Wildmod_bosh: Update informational message on GET
2012-04-26 Matthew Wildmod_http: Use module:hook/unhook_event_object() so...
2012-04-25 Matthew Wildmod_bosh: Large commit to update to mod_http/net.http...
2012-04-25 Matthew Wildmod_bosh: Optimisation, store reply_before value as...
2012-04-25 Waqas Hussainmod_proxy65: Add multiplex pattern.
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Kim Alvefurmod_pubsub.lua: Fix global access
2012-04-24 Kim Alvefurmod_version: Fix missing comma and correct prefix for...
2012-04-24 Matthew Wildmod_proxy65: Port to portmanager, make a shared module
2012-04-24 Matthew Wildmod_http: Fix specifying method in app route keys
2012-04-24 Matthew Wildmod_admin_telnet: Add initial port:list() and port...
2012-04-24 Matthew WildMerge with Markus K?tter
2012-04-23 Kim Alvefurmod_http_files: Rename argument to reflect what it...
2012-04-23 Kim Alvefurmod_httpserver: Rename to mod_http_files
2012-04-23 Kim Alvefurmod_httpserver: Adapt to use the new HTTP API
2012-04-23 Matthew Wildmod_http: Pass portion of path that matched wildcard...
2012-04-23 Matthew Wildmod_http: Support for default_path in apps
2012-04-23 Matthew Wildmod_http: Revamp module for new API and config
2012-04-22 Matthew WildMerge with Zash
2012-04-22 Matthew Wildmod_component: Handle component connecting to non-exist...
2012-04-22 Matthew Wildmod_motd: Use presence/bare to catch a client's initial...
2012-04-21 Matthew Wildmod_component: Make a shared module, and move the xmppc...
2012-04-21 Matthew Wildmod_motd: Send only to resource coming online, not...
2012-04-21 Matthew Wildmod_admin_telnet: module:load(): Fix 'global-module...
2012-04-21 Matthew Wildmod_admin_telnet: module:list(): List global modules...
2012-04-21 Matthew Wildmod_admin_telnet: module:reload(): If module is loaded...
2012-04-21 Matthew Wildmod_admin_telnet: get_host_set(): Include '*' in the...
2012-04-21 Waqas Hussainmod_http: Include handlers of non-global modules.
2012-04-21 Waqas Hussainmod_http: Provide HTTP service.
2012-04-19 Matthew WildMerge with 0.9
2012-04-19 Matthew Wildmod_bosh: Log error on BOSH parse failure (thanks daurn...
next