Commit Graph

1626 Commits (f3aaf833ca073cef76d781a3d27108e27160271e)

Author SHA1 Message Date
Matthew Wild f3aaf833ca Backed out changeset 751510cd558d - obsoleted by 5ef05f32bc42. 14 years ago
Marco Cirillo 47594d8faf mod_dialback: COMPAT reset session.send function for servers (e.g. ejabberd) which don't include a from attr when opening the stream. 14 years ago
Matthew Wild bbd996911b mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false) 14 years ago
Matthew Wild 8128ac8052 mod_s2s: Cache to_host and from_host in local variables, and use these instead of repeated lookups 14 years ago
Matthew Wild 706676c19a mod_s2s: Add session.send() only to incoming streams, and fire the route/remote event on the host (not global anymore) 14 years ago
Matthew Wild 9a9ff378e9 mod_s2s: Become a shared module (yay) 14 years ago
Matthew Wild d18c1ff0da Rename plugins/s2s/ to plugins/mod_s2s/ 14 years ago
Matthew Wild 3d3ad31191 mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 14 years ago
Matthew Wild a8a1bb526f mod_component: Allow unauthenticated components to authenticate (thanks Maranda) 14 years ago
Matthew Wild b56a39255a mod_component: Components start out as component_unauthed until successful authentication (thanks xnyhps) 14 years ago
Matthew Wild ba8ef0d839 mod_component: Send <?xml on initial stream (thanks xnyhps) 14 years ago
Kim Alvefur 329b594338 mod_s2s: Don't try to continue attempting to connect when an s2sin is closed 14 years ago
Florian Zeitz 005331cb75 s2sout.lib: Check whether lua-socket supports IPv6 14 years ago
Matthew Wild 9570749b05 mod_muc/muc.lib: Fall back to default_history_length if no length in config 14 years ago
Paul Aurich 449813a79e mod_s2s: Log certificate errors, for troubleshooting goodness 14 years ago
Matthew Wild 21fc89249c mod_s2s: Fix import of core_process_stanza. I don't know why I thought it was there (thanks Zash) 14 years ago
Matthew Wild 5b639b3f2c mod_admin_adhoc: Small style fix 14 years ago
Kim Alvefur ad6b4cd465 mod_admin_telnet: Add c2s:count() which shows number of connected users. 14 years ago
Matthew Wild ce88b45b6f mod_http: Depend on mod_http_errors 14 years ago
Matthew Wild 5b1691012f mod_bosh: Remove unused send_buffer variable 14 years ago
Matthew Wild 5f2142959c mod_bosh: Fix request/response mixup 14 years ago
Matthew Wild 1c5625ca7d mod_bosh: Remove unused import of util.timer 14 years ago
Matthew Wild 6bd5b3b2ea mod_muc/muc.lib.lua: Remove unused imports and variables 14 years ago
Matthew Wild 837f0451da mod_auth_anonymous: Remove unused logger init 14 years ago
Matthew Wild 90342aaf3c mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8) 14 years ago
Matthew Wild a4d38eb601 mod_auth_internal_hashed: Remove unused imports 14 years ago
Matthew Wild 5abd2aa3e7 mod_auth_internal_plain: Remove unused imports 14 years ago
Matthew Wild 15f1965887 mod_dialback: Remove unused declaration of xmlns_dialback 14 years ago
Matthew Wild a468c4f40f mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas. 14 years ago
Matthew Wild d37a37fb96 mod_message: Remove unused import of table.insert 14 years ago
Matthew Wild 844026b0ea mod_component: Remove unused variable 14 years ago
Matthew Wild 5d28dc3276 mod_s2s/s2sout.lib: Fix imports and some undefined variables 14 years ago
Matthew Wild 561bbc3a2e mod_s2s: Fix imports and remove some unused variables 14 years ago
Matthew Wild ddf88f4b38 mod_saslauth: Remove unused declaration of xmlns_stanzas 14 years ago
Matthew Wild 246e8535c1 mod_c2s: Remove unused import of portmanager 14 years ago
Matthew Wild f754aca9f2 mod_s2s: Add log() import 14 years ago
Matthew Wild 568e94ab15 mod_bosh: Remove unused import of net.httpserver 14 years ago
Matthew Wild 97bead16ac 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) 14 years ago
Matthew Wild e865b1b3fe net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts 14 years ago
Matthew Wild 9857260297 mod_component: Return true after denying a second component connection for a host (thanks xnyhps) 14 years ago
Matthew Wild 5542ce387f mod_proxy65: Fix traceback when proxy65 service fails to bind a port 14 years ago
Matthew Wild ff9ffc2351 mod_bosh: Add routes without trailing-'/', so that both /http-bind and /http-bind/ work again 14 years ago
Matthew Wild af90690399 mod_http: Allow a route value to be static data rather than a handler function 14 years ago
Matthew Wild e9de5a1a10 mod_http_files: Specify method in HTTP route 14 years ago
Matthew Wild c06a35c238 mod_http: Routes now require a method to be specified, but the path has become optional (defaults to the base path with no trailing '/' 14 years ago
Matthew Wild d4e4489577 mod_http: Link to docs on routes in error message 14 years ago
Matthew Wild 0502e8bcec mod_posix: Support syslog_facility config option 14 years ago
Matthew Wild fad0359e75 mod_http: Remove unused import of url.parse 14 years ago
Matthew Wild 7c5c2aea2c mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit 14 years ago
Matthew Wild 84cfab1030 mod_http_errors: Module to handle HTTP errors with a HTML page 14 years ago