Let Google Hangouts contacts appear offline
[prosody.git] / plugins / mod_http.lua
2014-02-26 Kim Alvefurmod_http: Fix http_external_url setting without an...
2014-02-20 Kim Alvefurmod_http: Use hostname from the correct context (thanks...
2013-05-01 Matthew WildMerge with Florob
2013-04-05 Matthew WildMerge with Maranda
2013-04-04 Marco Cirillomod_http: disable ssl peer verification by default.
2013-03-23 Kim Alvefurmod_http: Import portmanager
2013-03-10 Matthew WildMerge 0.9->trunk
2013-02-18 Kim Alvefurmod_http: Expand $host in http_paths
2012-12-09 Kim AlvefurMerge 0.9->trunk
2012-12-09 Kim Alvefurmod_http: Fix path length pattern
2012-11-29 Matthew WildMerge
2012-11-29 Matthew WildMerge 0.9->trunk
2012-11-29 Matthew Wildmod_http: Fix pattern and slightly improve efficiency...
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Kim AlvefurMerge 0.9->trunk
2012-11-22 Kim Alvefurmod_http: Make module:http_url() aware of http_host
2012-11-22 Matthew WildMerge 0.9->trunk
2012-11-22 Matthew Wildmod_http: Rename variable for clarity
2012-11-15 Matthew WildMerge 0.9->trunk
2012-11-15 Matthew Wildmod_http: Add 'http_host' option to change the HTTP...
2012-09-12 Waqas Hussainmod_{admin_telnet,c2s,component,http,net_multiplex...
2012-08-26 Matthew WildMerge 0.9->trunk
2012-08-21 Kim Alvefurmod_http: Rework how module:http_url() builds the url.
2012-08-21 Kim Alvefurmod_http: Don't produce paths with double / if a module...
2012-05-26 Matthew Wildmod_http: Fix traceback when no HTTP services succeed...
2012-05-25 Kim Alvefurmod_http: Fix normalize_path('/') to not return an...
2012-05-18 Matthew Wildmod_http: Add module:http_url([app_name,][default_path...
2012-05-11 Matthew WildMerge with backout
2012-04-28 Matthew Wildmod_http: Depend on mod_http_errors
2012-04-27 Matthew Wildnet.http.server, mod_http: Support http_default_host...
2012-04-27 Matthew Wildmod_http: Allow a route value to be static data rather...
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_http: Remove unused import of url.parse
2012-04-26 Matthew Wildmod_http: Switch to single option for specifying HTTP...
2012-04-26 Matthew Wildmod_http: Use module:hook/unhook_event_object() so...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildmod_http: Fix specifying method in app route keys
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-21 Waqas Hussainmod_http: Include handlers of non-global modules.
2012-04-21 Waqas Hussainmod_http: Provide HTTP service.