Commit Graph

4824 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 2c8cdd0adb stanza_router: Fire route/remote per-host 14 years ago
Matthew Wild 40d302c5b5 stanza_router: Allow route/remote handlers to return false to block a stanza 14 years ago
Kim Alvefur e77054f2ec prosodyctl: Fix import of util.iterators 14 years ago
Matthew Wild d18c1ff0da Rename plugins/s2s/ to plugins/mod_s2s/ 14 years ago
Matthew Wild d5fc441c5e sessionmanager: Remove max_resources config option and check, incorrect anyway (thanks Zash) 14 years ago
Matthew Wild 5e53b5f47c util.timer: Remove unnecessary require calls, fixes a traceback (thanks nulani) 14 years ago
Matthew Wild dab0914ee7 net.server: server_select != server_event (thanks Nulani, Florob) 14 years ago
Matthew Wild a018326818 Merge with Zash 14 years ago
Matthew Wild ffa939698b net.server, net.timer, net.server_select: Rearrange dependencies between these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani) 14 years ago
Kim Alvefur 58b75f6431 portmanager: Import pairs 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 dacec4fc97 modulemanager: Pass the module's final host (e.g. '*') to the module-loaded event 14 years ago
Matthew Wild ba8ef0d839 mod_component: Send <?xml on initial stream (thanks xnyhps) 14 years ago
Matthew Wild c131f204d9 util.xmlrpc: Remove (unused) 14 years ago
Matthew Wild a76d2c46fb modulemanager: Hide deprecation warning for modules loaded on '*' directly (e.g. prosodyctl mod_<command>) (thanks Zash) 14 years ago
Matthew Wild 4773db2341 portmanager: Import ipairs (thanks Maranda) 14 years ago
Matthew Wild 15c75e5a4b Merge with Zash 14 years ago
Matthew Wild bd5f9b8cbf Merge 0.9->trunk 14 years ago
Matthew Wild 9b89441dd0 Merge with Zash 14 years ago
Kim Alvefur 329b594338 mod_s2s: Don't try to continue attempting to connect when an s2sin is closed 14 years ago
Matthew Wild a2055895d3 net.connlisteners: Add COMPAT stub, use portmanager! 14 years ago
Florian Zeitz 005331cb75 s2sout.lib: Check whether lua-socket supports IPv6 14 years ago
Matthew Wild 570492f627 moduleapi: Add module:get_directory() to get module file's directory, and module:load_resource() to load a file relative to that directory 14 years ago
Matthew Wild 5455ac9516 portmanager: Import tonumber (thanks Zash) 14 years ago
Matthew Wild d4578e0677 net.http.server: Code cleanup/adjustment now that send_response() accepts response.body 14 years ago
Matthew Wild cc6bcc5877 net.http.server: Use response.body if it exists and body is not specified to send_response 14 years ago
Matthew Wild 99d16ae139 portmanager: Ensure port is always a number (thanks Zash) 14 years ago
Matthew Wild 9570749b05 mod_muc/muc.lib: Fall back to default_history_length if no length in config 14 years ago
Matthew Wild 30957d900d net.httpserver: Add compatibility stub 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 148ed8aa76 Merge with Zash 14 years ago
Matthew Wild 5b639b3f2c mod_admin_adhoc: Small style fix 14 years ago
Matthew Wild 463e2326d9 util.debug: Add +1 to level when getting locals table, to account for current function 14 years ago
Matthew Wild 04a6860173 util.debug: Re-fix parameter handling (I think it matches debug.traceback() more accurately now) and document level fudge 14 years ago
Kim Alvefur ad6b4cd465 mod_admin_telnet: Add c2s:count() which shows number of connected users. 14 years ago
Matthew Wild e8d147c96a modulemanager: Fixes to handle circular dependencies in module:depends() 14 years ago
Matthew Wild dd37aee0b7 prosody.cfg.lua.dist: Rename mod_httpserver to mod_http_files, and move both it and mod_bosh to a new 'HTTP modules' category 14 years ago
Matthew Wild ce88b45b6f mod_http: Depend on mod_http_errors 14 years ago
Matthew Wild 37365a3a78 usermanager: Add log error for use of COMPAT config option 'anonymous_login'. To be removed in next version. 14 years ago
Matthew Wild b7d485c1c7 util.httpstream: Remove COMPAT properties from request 14 years ago
Matthew Wild 6229968685 net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver) 14 years ago