| Commit message (Expand) | Author | Age | Files | Lines |
* | net.httpserver: Allow overriding default request handler | Matthew Wild | 2009-08-11 | 1 | -3/+4 |
* | net.httpserver: Don't log response bodies! | Matthew Wild | 2009-08-11 | 1 | -1/+1 |
* | Merge with 0.5 | Matthew Wild | 2009-08-05 | 1 | -0/+1 |
|\ |
|
| * | xmppcomponent_listener: Fix to collect component sessions on disconnect | Matthew Wild | 2009-08-05 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-08-05 | 1 | -4/+5 |
|\| |
|
| * | net.httpserver: Allow response.body to be a non-string | Matthew Wild | 2009-08-05 | 1 | -4/+5 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-28 | 4 | -6/+42 |
|\| |
|
| * | xmpp{client,server,component]_listener: Open stream if sending an error and i... | Matthew Wild | 2009-07-28 | 3 | -0/+15 |
| * | net.server: Much improve SSL/TLS error reporting, do our best to understand a... | Matthew Wild | 2009-07-28 | 1 | -6/+27 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
|\| |
|
| * | net.httpserver: Reduce log level of 'request left open' message | Matthew Wild | 2009-07-27 | 1 | -1/+1 |
* | | xmpp{client,server}_listener: Report contents of packets containing invalid XML | Matthew Wild | 2009-07-26 | 2 | -0/+2 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 1 | -1/+8 |
|\| |
|
| * | net.server: Fail to open port if legacy SSL requested, but SSL not available | Matthias Diene | 2009-07-23 | 1 | -1/+6 |
| * | net.server: Remove listener from listeners table when calling removeserver | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
| * | net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ... | Matthew Wild | 2009-07-23 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 1 | -6/+8 |
|\| |
|
| * | net.server: Continue to initialise port listener even when SSL errors occur | Matthias Diener | 2009-07-23 | 1 | -6/+8 |
* | | xmppclient_listener: Use error text as disconnect reason if there is any | Matthew Wild | 2009-07-18 | 1 | -1/+1 |
|/ |
|
* | net.httpserver: Allow specification of the default base URL when using new_fr... | Matthew Wild | 2009-07-14 | 1 | -3/+3 |
* | net.server: Initiate the handshake when we should, the more correcter fix for... | Matthew Wild | 2009-07-13 | 1 | -1/+2 |
* | net.server: Fix copyright header line endings and text | Matthew Wild | 2009-07-12 | 1 | -16/+6 |
* | net.server: Correct fix for SSL traceback earlier | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | net.httpserver: Mark a request as secure if it is made using HTTPS | Matthew Wild | 2009-07-12 | 1 | -0/+5 |
* | net.httpserver: Add helper function to set up HTTP server according to given ... | Matthew Wild | 2009-07-12 | 1 | -1/+21 |
* | net.server: Don't continue with socket initialisation if SSL handshake failed... | Matthew Wild | 2009-07-12 | 1 | -1/+3 |
* | net.server: Don't close handler if it is already nil when SSL handshake fails | Matthew Wild | 2009-07-12 | 1 | -1/+1 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 5 | -5/+5 |
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 6 | -0/+48 |
* | net.xmppclient_listener: Fix potential traceback when no reason is specified ... | Matthew Wild | 2009-07-08 | 1 | -1/+1 |
* | net.httpserver: Don't upset logger when response is nil | Matthew Wild | 2009-06-28 | 1 | -1/+1 |
* | xmppclient_listener: Pass session close reason to destroy_session (to be used... | Matthew Wild | 2009-06-26 | 1 | -2/+2 |
* | net.http: (Re-)add url[en|de]code functions | Matthew Wild | 2009-06-12 | 1 | -4/+5 |
* | net.server: Display server port in error messages | Matthew Wild | 2009-06-04 | 1 | -2/+2 |
* | net.xmppclient_listener: Add small comment | Matthew Wild | 2009-05-31 | 1 | -0/+1 |
* | xmppcomponent_listener: Removed unused reference to core.eventmanager | Waqas Hussain | 2009-05-31 | 1 | -1/+0 |
* | httpclient_listener: Don't use print()... | Matthew Wild | 2009-05-29 | 1 | -3/+3 |
* | xmppclient_listener: A connection is also secure when it uses legacy SSL | Matthew Wild | 2009-05-29 | 1 | -0/+4 |
* | net.server: A connection is not secure if we delay the TLS handshake | Matthew Wild | 2009-05-29 | 1 | -0/+5 |
* | Add log message when DNS lookup is cancelled | Matthew Wild | 2009-05-28 | 1 | -0/+1 |
* | net.adns: Fix for calling handler when cancelling DNS lookup | Matthew Wild | 2009-05-28 | 1 | -1/+1 |
* | net.adns: Add support for cancelling a non-blocking lookup, optionally callin... | Matthew Wild | 2009-05-26 | 1 | -1/+8 |
* | net.dns: Add support for cancelling a coroutine-based request | Matthew Wild | 2009-05-26 | 1 | -2/+10 |
* | Merge with 0.4 | Matthew Wild | 2009-05-05 | 1 | -1/+1 |
|\ |
|
| * | net.httpserver: Fix for urlencoding to always produce 2 digits | Matthew Wild | 2009-05-04 | 1 | -1/+1 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-04 | 3 | -3/+172 |
|\| |
|
| * | net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th... | Matthew Wild | 2009-05-04 | 2 | -3/+1 |
| * | net.httpserver: Fix potential nil access | Matthew Wild | 2009-04-22 | 1 | -2/+2 |
| * | prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections | Matthew Wild | 2009-05-04 | 1 | -0/+171 |
* | | Merge with 0.4 | Matthew Wild | 2009-05-03 | 2 | -3/+9 |
|\| |
|