Commit Graph

1543 Commits (3e2df1d2fe330c599df89109ac95251bf6ff8450)

Author SHA1 Message Date
Matthew Wild 3e2df1d2fe mod_http: Fix specifying method in app route keys 14 years ago
Matthew Wild 112de122fd mod_admin_telnet: Add initial port:list() and port:close() commands 14 years ago
Kim Alvefur 3fd98627c0 mod_http_files: Rename argument to reflect what it actually is 14 years ago
Kim Alvefur 7ca291e03f mod_httpserver: Rename to mod_http_files 14 years ago
Kim Alvefur e34e6c0a91 mod_httpserver: Adapt to use the new HTTP API 14 years ago
Matthew Wild a2e8ab3555 mod_http: Pass portion of path that matched wildcard to wildcard handlers, as a second parameter 14 years ago
Matthew Wild ead2ecb05d mod_http: Support for default_path in apps 14 years ago
Matthew Wild 46e69d7017 mod_http: Revamp module for new API and config 14 years ago
Matthew Wild 67f1c12639 mod_component: Handle component connecting to non-existent host 14 years ago
Matthew Wild d74cf643a6 mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then (fixes #282) 14 years ago
Matthew Wild 4ff0a4613d mod_component: Make a shared module, and move the xmppcomponent_listener into it ('port'ing over to portmanager). Ha ha. 14 years ago
Matthew Wild 8af73c6e8a mod_motd: Send only to resource coming online, not the user's bare JID (fixes #282) 14 years ago
Matthew Wild 2b4e2b8620 mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) 14 years ago
Matthew Wild 76749e9e8c mod_admin_telnet: module:list(): List global modules (part-fixes #228) 14 years ago
Matthew Wild 15b81453cd 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) 14 years ago
Matthew Wild e774a4c4ba mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there 14 years ago
Waqas Hussain 668d1d442a mod_http: Include handlers of non-global modules. 14 years ago
Waqas Hussain 10a43c8ff2 mod_http: Provide HTTP service. 14 years ago
Florian Zeitz d710b38313 mod_adhoc: Always allow at least the "complete" action 14 years ago
Paul Aurich 7f2d31106e mod_s2s: Queuing a stanza constitutes handling it. 14 years ago
Florian Zeitz 3028a7d45d mod_s2s: Add "::" as a IPv6 interface (thanks darkrain) 14 years ago
Kim Alvefur 7fa01014cb mod_c2s: Add missing multiplexed service discovery pattern. 14 years ago
Matthew Wild fa8c54baeb mod_c2s, mod_s2s: Drop default_port and default_mode from listener objects (default_port is deprecated, and default_mode already defaults to *a) 14 years ago
Kim Alvefur df424cfe12 mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() 14 years ago
Matthew Wild 8496bd382a mod_c2s, mod_s2s: Add multiplex support 14 years ago
Matthew Wild e776782e7f mod_net_multiplex: Port multiplexing (run multiple different services on a the same port(s))... now pluggable for use with any net plugin 14 years ago
Matthew Wild 16c3e94d0f mod_s2s/s2sout.lib: Log message instead of traceback when s2s isn't configured for any ports 14 years ago
Matthew Wild 829f9e2224 mod_c2s: Use module:add_item() to add the net-provider for portmanager 14 years ago
Matthew Wild a4a4365842 mod_auth_internal_{plain,hashed}: Clarify log messages on initialization 14 years ago
Kim Alvefur dce18041d0 mod_s2s: Don't bounce sendq on failed connections since it's handled by s2smanager 14 years ago
Florian Zeitz 818b91cdf5 mod_s2s: Collect s2s sources from portmanager and get local address if necessary 14 years ago
Florian Zeitz 0348adf69e mod_s2s: Remove obsolete default_interface 14 years ago
Kim Alvefur 9ed71a359e s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s 14 years ago
Kim Alvefur 65b0a00e7c mod_admin_adhoc: Use module:depends() 14 years ago
Kim Alvefur a4652f2478 mod_admin_adhoc: Import util.iterators properly 14 years ago
Marco Cirillo 3bb6cff7d4 mod_s2s: remove conn sessions clearing redundancy and leave it only in listener.ondisconnect 14 years ago
Matthew Wild f340820df2 mod_s2s: streamopened(): Tighter validation around stream 'to' and 'from' attributes, and only set to_host and from_host if they aren't set already and if the session hasn't already been authenticated 14 years ago
Kim Alvefur 5a5adc7aa9 mod_s2s: Log the entire stream header. 14 years ago
Kim Alvefur 3ee4c78cd8 mod_dialback, mod_s2s: Log initiation of dialback in mod_dialback 14 years ago
Kim Alvefur cb1eb75a47 mod_s2s, mod_dialback: Rename event to s2s-authenticate-legacy 14 years ago
Kim Alvefur 71528cdc37 mod_s2s, mod_dialback: Event on pre-XMPP streams, so we can try dialback. 14 years ago
Kim Alvefur b7e7de7a20 mod_admin_telnet: Import util.iterators properly 14 years ago
Kim Alvefur 8dd4570ed5 mod_s2s: return true when we sent the stanza, or initiated a new s2sout 14 years ago
Kim Alvefur ee772304c5 mod_s2s: Split send_to_host() into two route/remote hooks, one for already exsisting sessions and one for non-existent. 14 years ago
Kim Alvefur fc74613190 mod_dialback: Remove unused import of s2smanager.send_to_host() 14 years ago
Kim Alvefur dce98578a0 mod_s2s: Add missing local table.insert 14 years ago
Marco Cirillo bbc4c94fc2 s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, remove useless space from mod_s2s code 14 years ago
Matthew Wild dc4689b625 Backed out changeset aba47e6dff43 14 years ago
Marco Cirillo 39a677bc8a mod_s2s: prevent attempting to reconnect when the stream is gracefully closed and fix TB by checking session.conn is set (racy racy?) 14 years ago
Marco Cirillo b6a8fd9f6b mod_admin_telnet: make service private. 14 years ago