mod_auth_internal_plain: Remove unused imports
|
Matthew Wild |
2012-04-28 |
mod_dialback: Remove unused declaration of xmlns_dialback
|
Matthew Wild |
2012-04-28 |
mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas.
|
Matthew Wild |
2012-04-28 |
mod_message: Remove unused import of table.insert
|
Matthew Wild |
2012-04-28 |
storagemanager: Fix incorrect variable name
|
Matthew Wild |
2012-04-28 |
mod_component: Remove unused variable
|
Matthew Wild |
2012-04-28 |
mod_s2s/s2sout.lib: Fix imports and some undefined variables
|
Matthew Wild |
2012-04-28 |
mod_s2s: Fix imports and remove some unused variables
|
Matthew Wild |
2012-04-28 |
mod_saslauth: Remove unused declaration of xmlns_stanzas
|
Matthew Wild |
2012-04-28 |
mod_c2s: Remove unused import of portmanager
|
Matthew Wild |
2012-04-28 |
mod_s2s: Add log() import
|
Matthew Wild |
2012-04-28 |
util.timer: Remove unused function imports
|
Matthew Wild |
2012-04-28 |
moduleapi: Import util.timer
|
Matthew Wild |
2012-04-28 |
util.stanza: Remove unused function imports
|
Matthew Wild |
2012-04-28 |
hostmanager: Remove import of unused setmetatable
|
Matthew Wild |
2012-04-28 |
moduleapi: Remove unused variable 'module_items'
|
Matthew Wild |
2012-04-28 |
modulemanager: Remove unused function imports
|
Matthew Wild |
2012-04-28 |
modulemanager: Remove unused NULL declaration
|
Matthew Wild |
2012-04-28 |
portmanager: Fix breakage (import ALL the functions)
|
Matthew Wild |
2012-04-28 |
portmanager: Rename activate_service() to activate() (to match deactivate())
|
Matthew Wild |
2012-04-28 |
portmanager: Add module() definition
|
Matthew Wild |
2012-04-28 |
portmanager: Explicitly import some libraries
|
Matthew Wild |
2012-04-28 |
net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012.
|
Matthew Wild |
2012-04-28 |
net.http.server: Fix traceback on missing host header (thanks darkrain)
|
Matthew Wild |
2012-04-27 |
mod_bosh: Remove unused import of net.httpserver
|
Matthew Wild |
2012-04-27 |
mod_http_errors: Add two new config options, http_errors_always_show (show even for unknown errors) and http_errors_default_message (message for unknown errors)
|
Matthew Wild |
2012-04-27 |
net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts
|
Matthew Wild |
2012-04-27 |
net.http.server: Improve comment
|
Matthew Wild |
2012-04-27 |
mod_component: Return true after denying a second component connection for a host (thanks xnyhps)
|
Matthew Wild |
2012-04-27 |
modulemanager: Clear modulemap when a host is deactivated (thanks xnyhps)
|
Matthew Wild |
2012-04-27 |
hostmanager: Remove unused host_config parameter from host-activated event
|
Matthew Wild |
2012-04-27 |
hostmanager: Add some TODO comments
|
Matthew Wild |
2012-04-27 |
hostmanager: Convert host-deactivating event parameters to a table
|
Matthew Wild |
2012-04-27 |
mod_proxy65: Fix traceback when proxy65 service fails to bind a port
|
Matthew Wild |
2012-04-27 |
modulemanager: Set module.environment before calling add_host, otherwise the module will get the parent's environment (thanks xnyhps and Maranda)
|
Matthew Wild |
2012-04-27 |
net.http.server: Remove unused variable
|
Matthew Wild |
2012-04-27 |
net.http.server: Correctly cache results of handler indexing, and also cache failures
|
Matthew Wild |
2012-04-27 |
mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-bind/ work again
|
Matthew Wild |
2012-04-27 |
mod_http: Allow a route value to be static data rather than a handler function
|
Matthew Wild |
2012-04-27 |
net.http.codes: Add missing 418 status code
|
Matthew Wild |
2012-04-27 |
mod_http_files: Specify method in HTTP route
|
Matthew Wild |
2012-04-27 |
mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/'
|
Matthew Wild |
2012-04-27 |
mod_http: Link to docs on routes in error message
|
Matthew Wild |
2012-04-27 |
moduleapi: Rename module:hook_stanza() -> module:hook_tag() (hook_stanza works for compat)
|
Matthew Wild |
2012-04-27 |
moduleapi: get_host_type(): Return nil for global modules (no host)
|
Matthew Wild |
2012-04-27 |
mod_http: Remove unused import of url.parse
|
Matthew Wild |
2012-04-26 |
mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
|
Matthew Wild |
2012-04-26 |
Merge with backout
|
Matthew Wild |
2012-04-26 |
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
|
Matthew Wild |
2012-04-26 |
net.http.server: Fire http-error 400 if request fails sanity checks
|
Matthew Wild |
2012-04-26 |
net.http.parser: Handle full URLs in status line.
|
Waqas Hussain |
2012-04-26 |
mod_http_errors: Module to handle HTTP errors with a HTML page
|
Matthew Wild |
2012-04-26 |
net.http.server: Make error handling overrideable via 'http-error' event
|
Matthew Wild |
2012-04-26 |
net.server.http: Parse absolute URIs in requests (thanks Maranda)
|
Matthew Wild |
2012-04-26 |
moduleapi: Fix parameters to unhook_object_event()
|
Matthew Wild |
2012-04-26 |
moduleapi: module:depends(): Don't load shared modules onto the current host if the current host is '*'...
|
Matthew Wild |
2012-04-26 |
net.http.server: Expose events object (for debug purposes)
|
Matthew Wild |
2012-04-26 |
util.helpers: show_events(): Make more robust, and allow filtering results to a specific event
|
Matthew Wild |
2012-04-26 |
net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
|
Matthew Wild |
2012-04-26 |
mod_http_files: Change option name from http_path to http_files_dir
|
Matthew Wild |
2012-04-26 |
mod_http: Switch to single option for specifying HTTP app bases, http_paths. Keys are app/module names, values are base paths.
|
Matthew Wild |
2012-04-26 |
mod_http_files: Log 404 failure reason
|
Matthew Wild |
2012-04-26 |
mod_http_files: Return numeric error codes instead of custom error responses
|
Matthew Wild |
2012-04-26 |
util.debug: Remove 'white' from boundary style (leave at default colour)
|
Matthew Wild |
2012-04-26 |
util.termcolours: tohtml() for converting output to HTML. I don't know.
|
Matthew Wild |
2012-04-26 |
mod_bosh: Update informational message on GET
|
Matthew Wild |
2012-04-26 |
mod_http: Use module:hook/unhook_event_object() so that handlers get unregistered if mod_http is unloaded
|
Matthew Wild |
2012-04-26 |
moduleapi: Add module:unhook_object_event()
|
Matthew Wild |
2012-04-26 |
net.http.server: Fix to compare priority if path lengths are the same (logic fail)
|
Matthew Wild |
2012-04-26 |
util.debug: Some more magic constant fiddling. Don't ask me.
|
Matthew Wild |
2012-04-25 |
mod_bosh: Large commit to update to mod_http/net.http.server APIs. Becomes a shared module.
|
Matthew Wild |
2012-04-25 |
net.http.server: Support for on_destroy callback on response objects, and a 'finished' flag to say when they are destroyed (responded to or connection closed)
|
Matthew Wild |
2012-04-25 |
mod_bosh: Optimisation, store reply_before value as waiting_requests value (saves a lookup)
|
Matthew Wild |
2012-04-25 |
net.http.server: Small fix to comment
|
Matthew Wild |
2012-04-25 |
net.http.server: Remove legacy compatibility
|
Matthew Wild |
2012-04-25 |
portmanager: Fix selecting bind_interfaces from pre-0.9 config options.
|
Kim Alvefur |
2012-04-25 |
Makefile: Fix for net/http
|
Matthew Wild |
2012-04-25 |
mod_proxy65: Add multiplex pattern.
|
Waqas Hussain |
2012-04-25 |
Merge timber->trunk - thanks everyone!
|
Matthew Wild |
2012-04-24 |
net.http.server: Handle results returned by handlers, and send as a response. Also removes explicit firing of '*', which can now be done via wildcard events.
|
Matthew Wild |
2012-04-24 |
net.http.server: Remove debug message
|
Matthew Wild |
2012-04-24 |
util.helpers: Add show_events(), to show the events and handlers in a util.events object
|
Matthew Wild |
2012-04-24 |
util.debug: Turn into a real-ish module ('debugx'), and require you call use() to override debug.traceback()
|
Matthew Wild |
2012-04-24 |
mod_proxy65: Port to portmanager, make a shared module
|
Matthew Wild |
2012-04-24 |
mod_http: Fix specifying method in app route keys
|
Matthew Wild |
2012-04-24 |
portmanager: Add get_service_at(interface, port) and close(interface, port)
|
Matthew Wild |
2012-04-24 |
net.server_event: Do not automatically close clients when closing a server port
|
Matthew Wild |
2012-04-24 |
net.server_select: Remove server from _server table when closing
|
Matthew Wild |
2012-04-24 |
mod_admin_telnet: Add initial port:list() and port:close() commands
|
Matthew Wild |
2012-04-24 |
prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loaded
|
Matthew Wild |
2012-04-24 |
mod_http_files: Rename argument to reflect what it actually is
|
Kim Alvefur |
2012-04-23 |
mod_httpserver: Rename to mod_http_files
|
Kim Alvefur |
2012-04-23 |
mod_httpserver: Adapt to use the new HTTP API
|
Kim Alvefur |
2012-04-23 |
mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter
|
Matthew Wild |
2012-04-23 |
net.http.server: Support for wildcard events (events that end with '/*')
|
Matthew Wild |
2012-04-23 |
mod_http: Support for default_path in apps
|
Matthew Wild |
2012-04-23 |
moduleapi: Add module:add_timer(delay, callback) - automatically halts the timer on module unload
|
Matthew Wild |
2012-04-23 |
modulemanager: Set module.loaded = false on unload
|
Matthew Wild |
2012-04-23 |
mod_http: Revamp module for new API and config
|
Matthew Wild |
2012-04-23 |
moduleapi: module:depends(): Load shared modules onto the current host even if they are loaded globally already
|
Matthew Wild |
2012-04-23 |
modulemanager: Report errors that happen when loading a shared module onto its original host
|
Matthew Wild |
2012-04-23 |
moduleapi: module:provides(): Add "-provider" onto the key name
|
Matthew Wild |
2012-04-23 |
moduleapi: module:provides(): Fix usage of wrong table
|
Matthew Wild |
2012-04-23 |
net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer a global).
|
Waqas Hussain |
2012-04-22 |
net.httpserver: Comment dependency on connlisteners. Further cleanup to follow.
|
Waqas Hussain |
2012-04-22 |
Merge with Zash
|
Matthew Wild |
2012-04-22 |
core.certmanager: Log a message when a password is required but not supplied. fixes #214
|
Kim Alvefur |
2012-04-21 |
mod_component: Handle component connecting to non-existent host
|
Matthew Wild |
2012-04-22 |
mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then (fixes #282)
|
Matthew Wild |
2012-04-22 |
multiplex_listener: Remove (already ported to mod_net_multiplex)
|
Matthew Wild |
2012-04-21 |
modulemanager: For children of shared modules, set module.environment to the empty environment for that module (useful to expose data or APIs at host.modules[module])
|
Matthew Wild |
2012-04-21 |
moduleapi: Have modules internally store a reference to shared tables they use, to ensure they don't get collected while any module that had access to that table is still loaded (thanks Zash)
|
Matthew Wild |
2012-04-21 |
mod_component: Make a shared module, and move the xmppcomponent_listener into it ('port'ing over to portmanager). Ha ha.
|
Matthew Wild |
2012-04-21 |
mod_motd: Send only to resource coming online, not the user's bare JID (fixes #282)
|
Matthew Wild |
2012-04-21 |
prosody: Don't require net.httpserver now
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: module:list(): List global modules (part-fixes #228)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: module:reload(): If module is loaded on *, reload it there first (ensuring shared module code is reloaded before per-host children of that module)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there
|
Matthew Wild |
2012-04-21 |
modulemanager: When a shared module becomes global, ensure it still gets loaded onto the original target host
|
Matthew Wild |
2012-04-21 |
modulemanager: Support for shared modules - function module.add_host(host_module) in a global module
|
Matthew Wild |
2012-04-21 |
modulemanager: Make module_has_method and module_call_method use rawget()
|
Matthew Wild |
2012-04-21 |
modulemanager: Use modulemap rather than hosts[host] (fix for when host == "*")
|
Matthew Wild |
2012-04-21 |
modulemanager: Use api_instance rather than pluginenv.module (same thing)
|
Matthew Wild |
2012-04-21 |
modulemanager: Allow loading a module onto "*" (part-fixes #228)
|
Matthew Wild |
2012-04-21 |
net.connlisteners: Be gone!
|
Matthew Wild |
2012-04-21 |
mod_http: Include handlers of non-global modules.
|
Waqas Hussain |
2012-04-21 |
mod_http: Provide HTTP service.
|
Waqas Hussain |
2012-04-21 |