Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | net.http.server: Small fix to comment | Matthew Wild | 2012-04-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | net.http.server: Remove legacy compatibility | Matthew Wild | 2012-04-25 | 1 | -57/+4 | |
| | | | ||||||
| * | | portmanager: Fix selecting bind_interfaces from pre-0.9 config options. | Kim Alvefur | 2012-04-25 | 1 | -2/+3 | |
| | | | ||||||
| * | | Makefile: Fix for net/http | Matthew Wild | 2012-04-25 | 1 | -1/+3 | |
| | | | ||||||
| * | | mod_proxy65: Add multiplex pattern. | Waqas Hussain | 2012-04-25 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 46 | -2100/+2928 | |
| |\ \ | ||||||
| | * | | net.http.server: Handle results returned by handlers, and send as a ↵ | Matthew Wild | 2012-04-24 | 1 | -12/+20 | |
| | | | | | | | | | | | | | | | | response. Also removes explicit firing of '*', which can now be done via wildcard events. | |||||
| | * | | net.http.server: Remove debug message | Matthew Wild | 2012-04-24 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | util.helpers: Add show_events(), to show the events and handlers in a ↵ | Matthew Wild | 2012-04-24 | 1 | -0/+29 | |
| | | | | | | | | | | | | | | | | util.events object | |||||
| | * | | util.debug: Turn into a real-ish module ('debugx'), and require you call ↵ | Matthew Wild | 2012-04-24 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | use() to override debug.traceback() | |||||
| | * | | mod_proxy65: Port to portmanager, make a shared module | Matthew Wild | 2012-04-24 | 1 | -98/+86 | |
| | | | | ||||||
| | * | | mod_http: Fix specifying method in app route keys | Matthew Wild | 2012-04-24 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | portmanager: Add get_service_at(interface, port) and close(interface, port) | Matthew Wild | 2012-04-24 | 1 | -3/+17 | |
| | | | | ||||||
| | * | | net.server_event: Do not automatically close clients when closing a server port | Matthew Wild | 2012-04-24 | 1 | -16/+3 | |
| | | | | ||||||
| | * | | net.server_select: Remove server from _server table when closing | Matthew Wild | 2012-04-24 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | mod_admin_telnet: Add initial port:list() and port:close() commands | Matthew Wild | 2012-04-24 | 1 | -1/+47 | |
| | | | | ||||||
| | * | | prosody: Load portmanager at startup, to ensure it is ready to receive ↵ | Matthew Wild | 2012-04-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | item-added events when modules are loaded | |||||
| | * | | mod_http_files: Rename argument to reflect what it actually is | Kim Alvefur | 2012-04-24 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | mod_httpserver: Rename to mod_http_files | Kim Alvefur | 2012-04-23 | 1 | -0/+0 | |
| | | | | ||||||
| | * | | mod_httpserver: Adapt to use the new HTTP API | Kim Alvefur | 2012-04-23 | 1 | -39/+28 | |
| | | | | ||||||
| | * | | mod_http: Pass portion of path that matched wildcard to wildcard handlers, ↵ | Matthew Wild | 2012-04-23 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | as a second parameter | |||||
| | * | | net.http.server: Support for wildcard events (events that end with '/*') | Matthew Wild | 2012-04-23 | 1 | -0/+51 | |
| | | | | ||||||
| | * | | mod_http: Support for default_path in apps | Matthew Wild | 2012-04-23 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | moduleapi: Add module:add_timer(delay, callback) - automatically halts the ↵ | Matthew Wild | 2012-04-23 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | timer on module unload | |||||
| | * | | modulemanager: Set module.loaded = false on unload | Matthew Wild | 2012-04-23 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | mod_http: Revamp module for new API and config | Matthew Wild | 2012-04-23 | 1 | -52/+54 | |
| | | | | ||||||
| | * | | moduleapi: module:depends(): Load shared modules onto the current host even ↵ | Matthew Wild | 2012-04-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | if they are loaded globally already | |||||
| | * | | modulemanager: Report errors that happen when loading a shared module onto ↵ | Matthew Wild | 2012-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | its original host | |||||
| | * | | moduleapi: module:provides(): Add "-provider" onto the key name | Matthew Wild | 2012-04-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | moduleapi: module:provides(): Fix usage of wrong table | Matthew Wild | 2012-04-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer ↵ | Waqas Hussain | 2012-04-22 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | a global). | |||||
| | * | | net.httpserver: Comment dependency on connlisteners. Further cleanup to follow. | Waqas Hussain | 2012-04-22 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Merge with Zash | Matthew Wild | 2012-04-22 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | core.certmanager: Log a message when a password is required but not ↵ | Kim Alvefur | 2012-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | supplied. fixes #214 | |||||
| | * | | | mod_component: Handle component connecting to non-existent host | Matthew Wild | 2012-04-22 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | mod_motd: Use presence/bare to catch a client's initial presence and send ↵ | Matthew Wild | 2012-04-22 | 1 | -9/+10 | |
| | | | | | | | | | | | | | | | | | | | | the MOTD then (fixes #282) | |||||
| | * | | | multiplex_listener: Remove (already ported to mod_net_multiplex) | Matthew Wild | 2012-04-21 | 1 | -50/+0 | |
| | | | | | ||||||
| | * | | | modulemanager: For children of shared modules, set module.environment to the ↵ | Matthew Wild | 2012-04-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | empty environment for that module (useful to expose data or APIs at host.modules[module]) | |||||
| | * | | | moduleapi: Have modules internally store a reference to shared tables they ↵ | Matthew Wild | 2012-04-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | use, to ensure they don't get collected while any module that had access to that table is still loaded (thanks Zash) | |||||
| | * | | | mod_component: Make a shared module, and move the xmppcomponent_listener ↵ | Matthew Wild | 2012-04-21 | 2 | -283/+268 | |
| | |/ / | | | | | | | | | | | | | into it ('port'ing over to portmanager). Ha ha. | |||||
| | * | | mod_motd: Send only to resource coming online, not the user's bare JID ↵ | Matthew Wild | 2012-04-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | (fixes #282) | |||||
| | * | | prosody: Don't require net.httpserver now | Matthew Wild | 2012-04-21 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors ↵ | Matthew Wild | 2012-04-21 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | when successfully loading a global module (fixes #228) | |||||
| | * | | mod_admin_telnet: module:list(): List global modules (part-fixes #228) | Matthew Wild | 2012-04-21 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | mod_admin_telnet: module:reload(): If module is loaded on *, reload it there ↵ | Matthew Wild | 2012-04-21 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | first (ensuring shared module code is reloaded before per-host children of that module) | |||||
| | * | | mod_admin_telnet: get_host_set(): Include '*' in the set if no specific ↵ | Matthew Wild | 2012-04-21 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | hosts are specified and the module is loaded there | |||||
| | * | | modulemanager: When a shared module becomes global, ensure it still gets ↵ | Matthew Wild | 2012-04-21 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | loaded onto the original target host | |||||
| | * | | modulemanager: Support for shared modules - function ↵ | Matthew Wild | 2012-04-21 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | module.add_host(host_module) in a global module | |||||
| | * | | modulemanager: Make module_has_method and module_call_method use rawget() | Matthew Wild | 2012-04-21 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | modulemanager: Use modulemap rather than hosts[host] (fix for when host == "*") | Matthew Wild | 2012-04-21 | 1 | -1/+1 | |
| | | | |