Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_iq: Don't treat an iq as handled if session.send() returns false | Matthew Wild | 2012-07-22 | 1 | -4/+1 |
| | |||||
* | mod_message: Don't treat a message as delivered ok if session.send() returns ↵ | Matthew Wild | 2012-07-22 | 1 | -5/+6 |
| | | | | false | ||||
* | mod_c2s: Don't call ondisconnect manually on close, it is now called by ↵ | Matthew Wild | 2012-07-22 | 1 | -4/+23 |
| | | | | net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data). | ||||
* | net.http: Don't call ondisconnect manually, net.server now calls it on close | Matthew Wild | 2012-07-22 | 1 | -1/+0 |
| | |||||
* | net.server_select, net.server_event: Change semantics of conn:close() - ↵ | Matthew Wild | 2012-07-22 | 2 | -26/+32 |
| | | | | always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed) | ||||
* | sessionmanager: Have session.send() of a retired session return false to ↵ | Matthew Wild | 2012-07-22 | 1 | -1/+1 |
| | | | | indicate failure | ||||
* | mod_s2s: Make unauthed session timeout a little more aggressive... otherwise ↵ | Matthew Wild | 2012-07-22 | 1 | -4/+2 |
| | | | | it's possible for sessions to slip under the net and never get killed off | ||||
* | mod_s2s/s2sout.lib: Fix indentation | Matthew Wild | 2012-07-22 | 1 | -60/+60 |
| | |||||
* | mod_s2s/s2sout.lib: Don't wait for both v4 and v6 DNS responses if we only ↵ | Matthew Wild | 2012-07-22 | 1 | -8/+7 |
| | | | | send one (e.g. because v6 is disabled) | ||||
* | mod_admin_adhoc: Remove unused variable and save a bit of CPU... | Matthew Wild | 2012-07-19 | 1 | -1/+0 |
| | |||||
* | moduleapi: Remove unused import of util.multitable | Matthew Wild | 2012-07-19 | 1 | -3/+1 |
| | |||||
* | util.throttle: floor() internal balance calculation | Matthew Wild | 2012-07-09 | 1 | -1/+2 |
| | |||||
* | util.pposix: Add comments to mallinfo fields we use, so I don't forget ↵ | Matthew Wild | 2012-07-08 | 1 | -0/+6 |
| | | | | tomorrow what they mean | ||||
* | Merge with backout | Matthew Wild | 2012-07-08 | 1 | -2/+1 |
|\ | |||||
| * | Backed out changeset 72a2eec4204a (incomplete fix) | Matthew Wild | 2012-07-08 | 1 | -2/+1 |
| | | |||||
* | | util.pposix: Add meminfo() binding to memory allocation stats provided by ↵ | Matthew Wild | 2012-07-08 | 1 | -0/+28 |
|/ | | | | mallinfo() [compilation tested on Ubuntu...] | ||||
* | mod_auth_anonymous: Attach a fake roster to the session, so the null storage ↵ | Kim Alvefur | 2012-07-07 | 1 | -1/+2 |
| | | | | backend can be used | ||||
* | usermanager: Pass session on to auth provider (missing half of commit ↵ | Matthew Wild | 2012-07-07 | 1 | -2/+2 |
| | | | | 0545a574667b) (thanks Zash) | ||||
* | Merge (some of) trunk -> 0.9 | Matthew Wild | 2012-07-05 | 2 | -11/+19 |
|\ | |||||
| * | Merge 0.9->trunk | Matthew Wild | 2012-06-12 | 1 | -5/+5 |
| |\ | |||||
| * \ | Merge with trunk | Matthew Wild | 2012-06-12 | 3 | -15/+16 |
| |\ \ | |||||
| * | | | certmanager: Add quotes around cert file path when logging. | Waqas Hussain | 2012-06-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | MUC: Handle missing persistent room data. | Waqas Hussain | 2012-06-12 | 1 | -10/+18 |
| | | | | |||||
* | | | | mod_saslauth: Pass session to usermanager.get_sasl_handler() | Matthew Wild | 2012-07-04 | 1 | -2/+2 |
| | | | | |||||
* | | | | TODO: Add statistics | Matthew Wild | 2012-07-04 | 1 | -0/+1 |
| | | | | |||||
* | | | | util.logger: Remove some redundant code | Matthew Wild | 2012-06-25 | 1 | -2/+0 |
| | | | | |||||
* | | | | util.stanza: Make stanza:childtags() behave like :get_child() | Kim Alvefur | 2012-07-05 | 1 | -2/+2 |
| | | | | |||||
* | | | | prosodyctl: Fix typo | Kim Alvefur | 2012-07-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | util.pposix: Add setenv() | Kim Alvefur | 2012-07-03 | 1 | -0/+33 |
| | | | | |||||
* | | | | util.sasl: Make registerMechanism a public function | Matthew Wild | 2012-06-18 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | util.dataforms: Fix parsing of -multi fields | Florian Zeitz | 2012-06-12 | 1 | -5/+5 |
| |/ |/| | |||||
* | | mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage ↵ | Florian Zeitz | 2012-06-12 | 3 | -15/+16 |
|/ | | | | Ad-Hoc commands | ||||
* | mod_s2s: Remove check for socket.tcp6() | Kim Alvefur | 2012-05-29 | 1 | -4/+0 |
| | |||||
* | mod_s2s: Only do AAAA lookup if IPv6 is available, and A if IPv4 is available. | Kim Alvefur | 2012-05-29 | 1 | -1/+17 |
| | |||||
* | mod_proxy65: Fix ACL | Kim Alvefur | 2012-05-29 | 1 | -1/+3 |
| | |||||
* | util.sasl.plain: make it return "not-authorized" in case of non-existant ↵ | Marco Cirillo | 2012-05-28 | 1 | -1/+3 |
| | | | | accounts instead of "account-disabled" to avoid enumeration. | ||||
* | stanza_router: Also don't bounce <iq type='result'> | Matthew Wild | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | stanza_router: Don't bounce type=error stanzas | Kim Alvefur | 2012-05-27 | 1 | -0/+2 |
| | |||||
* | mod_proxy65: Add missing import of portmanager | Kim Alvefur | 2012-05-27 | 1 | -0/+1 |
| | |||||
* | mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) | Kim Alvefur | 2012-05-27 | 1 | -1/+7 |
| | |||||
* | mod_http: Fix traceback when no HTTP services succeed in binding | Matthew Wild | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | DEPENDS: Add luafilesystem (thanks Zash) | Matthew Wild | 2012-05-26 | 1 | -0/+1 |
| | |||||
* | mod_admin_telnet: More code found and updated, which depended on ↵ | Kim Alvefur | 2012-05-25 | 1 | -1/+1 |
| | | | | pre-8c5b5ebaacb0 behaviour. | ||||
* | mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 ↵ | Kim Alvefur | 2012-05-25 | 1 | -1/+1 |
| | | | | behaviour. | ||||
* | mod_http: Fix normalize_path('/') to not return an empty string, fixes ↵ | Kim Alvefur | 2012-05-25 | 1 | -1/+1 |
| | | | | module:http_url() | ||||
* | net.http.parser: Break loop when no more usable data in buffer | Matthew Wild | 2012-05-25 | 1 | -0/+2 |
| | |||||
* | mod_watchregistrations: Convert JID list to a set, and prep before use to ↵ | Matthew Wild | 2012-05-24 | 1 | -2/+3 |
| | | | | fix traceback on invalid JIDs (thanks sMi) | ||||
* | util.set: Change '/' operator from filter to map+filter (nil to drop from ↵ | Matthew Wild | 2012-05-24 | 1 | -2/+3 |
| | | | | set, false is a valid item). No code found which depends on current behaviour. | ||||
* | net.server_event: Internal changes to get plain-SSL outgoing connections ↵ | Matthew Wild | 2012-05-24 | 1 | -3/+3 |
| | | | | working (as for HTTPS) | ||||
* | mod_s2s, s2sout.lib: Send stream header in onconnect() | Matthew Wild | 2012-05-24 | 2 | -4/+5 |
| |