aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge with 0.5Matthew Wild2009-07-231-1/+8
|\
| * net.server: Fail to open port if legacy SSL requested, but SSL not availableMatthias Diene2009-07-231-1/+6
| * net.server: Remove listener from listeners table when calling removeserverMatthew Wild2009-07-231-0/+1
| * net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ...Matthew Wild2009-07-231-0/+1
* | Merge with 0.5Matthew Wild2009-07-231-6/+8
|\|
| * net.server: Continue to initialise port listener even when SSL errors occurMatthias Diener2009-07-231-6/+8
* | xmppclient_listener: Use error text as disconnect reason if there is anyMatthew Wild2009-07-181-1/+1
|/
* net.httpserver: Allow specification of the default base URL when using new_fr...Matthew Wild2009-07-141-3/+3
* net.server: Initiate the handshake when we should, the more correcter fix for...Matthew Wild2009-07-131-1/+2
* net.server: Fix copyright header line endings and textMatthew Wild2009-07-121-16/+6
* net.server: Correct fix for SSL traceback earlierMatthew Wild2009-07-121-1/+1
* net.httpserver: Mark a request as secure if it is made using HTTPSMatthew Wild2009-07-121-0/+5
* net.httpserver: Add helper function to set up HTTP server according to given ...Matthew Wild2009-07-121-1/+21
* net.server: Don't continue with socket initialisation if SSL handshake failed...Matthew Wild2009-07-121-1/+3
* net.server: Don't close handler if it is already nil when SSL handshake failsMatthew Wild2009-07-121-1/+1
* Remove version number from copyright headersMatthew Wild2009-07-105-5/+5
* Add copyright header to those files missing oneMatthew Wild2009-07-106-0/+48
* net.xmppclient_listener: Fix potential traceback when no reason is specified ...Matthew Wild2009-07-081-1/+1
* net.httpserver: Don't upset logger when response is nilMatthew Wild2009-06-281-1/+1
* xmppclient_listener: Pass session close reason to destroy_session (to be used...Matthew Wild2009-06-261-2/+2
* net.http: (Re-)add url[en|de]code functionsMatthew Wild2009-06-121-4/+5
* net.server: Display server port in error messagesMatthew Wild2009-06-041-2/+2
* net.xmppclient_listener: Add small commentMatthew Wild2009-05-311-0/+1
* xmppcomponent_listener: Removed unused reference to core.eventmanagerWaqas Hussain2009-05-311-1/+0
* httpclient_listener: Don't use print()...Matthew Wild2009-05-291-3/+3
* xmppclient_listener: A connection is also secure when it uses legacy SSLMatthew Wild2009-05-291-0/+4
* net.server: A connection is not secure if we delay the TLS handshakeMatthew Wild2009-05-291-0/+5
* Add log message when DNS lookup is cancelledMatthew Wild2009-05-281-0/+1
* net.adns: Fix for calling handler when cancelling DNS lookupMatthew Wild2009-05-281-1/+1
* net.adns: Add support for cancelling a non-blocking lookup, optionally callin...Matthew Wild2009-05-261-1/+8
* net.dns: Add support for cancelling a coroutine-based requestMatthew Wild2009-05-261-2/+10
* Merge with 0.4Matthew Wild2009-05-051-1/+1
|\
| * net.httpserver: Fix for urlencoding to always produce 2 digitsMatthew Wild2009-05-041-1/+1
* | Merge with 0.4Matthew Wild2009-05-043-3/+172
|\|
| * net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th...Matthew Wild2009-05-042-3/+1
| * net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
| * prosody, xmppcomponent_listener: Add listener for XEP-0114 component connectionsMatthew Wild2009-05-041-0/+171
* | Merge with 0.4Matthew Wild2009-05-032-3/+9
|\|
| * net.connlisteners: Lower log level of multiple listeners warning (not interes...Matthew Wild2009-05-031-2/+2
| * net.server: Add getserver() method to find the server listening on the specif...Matthew Wild2009-05-031-1/+7
* | Merge with 0.4 branchMatthew Wild2009-04-231-2/+2
|\|
| * net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
| * net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
* | xmpp{server,client}_listener: Fix global accessesMatthew Wild2009-04-222-5/+8
* | net.server: Fix global access/incorrect parameterMatthew Wild2009-04-221-1/+1
* | net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.http: Fix potential nil accessMatthew Wild2009-04-221-2/+2
* | net.server: Fix incorrect parameter passingMatthew Wild2009-04-221-1/+1
* | net.server: Fix global accessMatthew Wild2009-04-221-1/+1
|/
* net.adns: Call handler for records already cachedMatthew Wild2009-04-181-5/+9