aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 0.5Matthew Wild2009-10-021-1/+1
|\
| * net.server: Fix missing concatenation operator in error messageMatthew Wild2009-10-021-1/+1
| |
* | Merge with 0.5Matthew Wild2009-09-271-1/+1
|\|
| * net.dns: Even better parsing of nameservers from resolv.confMatthew Wild2009-09-251-1/+1
| |
* | Merge with 0.5Matthew Wild2009-09-241-2/+5
|\|
| * net.dns: Remove elements from the cache when expired so as to not leave ↵Matthew Wild2009-09-241-1/+4
| | | | | | | | holes in the array
| * net.dns: Stricter matching of nameserver entries in resolv.confMatthew Wild2009-09-241-1/+1
| |
* | Merge with 0.5Matthew Wild2009-09-241-2/+2
|\|
| * net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko)Matthew Wild2009-09-241-2/+2
| |
| * net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserverMatthew Wild2009-09-211-1/+0
| |
* | net.dns: (for some reason this commit didn't pull over from 0.5) Remove ↵Matthew Wild2009-09-211-1/+0
| | | | | | | | hard-coded 4.2.2.1 from dns.lua
* | Merge with 0.5Matthew Wild2009-09-212-0/+2
|\|
| * core.s2smanager: Don't recurse CNAMEs infinitely :)Matthew Wild2009-09-211-0/+1
| |
| * net.server: Fix traceback when closing connections with buffered data get ↵Matthew Wild2009-09-211-0/+1
| | | | | | | | closed during send
* | Merge with 0.5Matthew Wild2009-09-182-10/+67
|\|
| * net.adns: Utilise new net.dns API to handle DNS network errorsMatthew Wild2009-09-181-4/+18
| |
| * net.dns: Multiple internal changes and API extensions to allow for more ↵Matthew Wild2009-09-181-9/+62
| | | | | | | | reliable DNS lookups
| * net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
| |
* | net/dns: Fixed regression causing nameserver initialization to fail on WindowsWaqas Hussain2009-09-021-0/+1
| |
* | net.adns: Add some debug logging to help track down tracebackMatthew Wild2009-08-181-0/+6
| |
* | net.server: Add checking for nil sockets to prevent tracebackMatthew Wild2009-08-181-7/+13
| |
* | net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing ↵Matthew Wild2009-08-181-3/+6
| | | | | | | | or empty on a non-Windows system (thanks Louis Mamakos)
* | core.s2smanager, xmppserver_listener: Move the responsibility of setting ↵Matthew Wild2009-08-161-6/+0
| | | | | | | | session.log from the latter to the former for incoming sessions (outgoing are already like this)
* | xmppclient_listener: Remove useless commentMatthew Wild2009-08-161-2/+0
| |
* | core.sessionmanager, xmppclient_listener: Move responsibility for setting ↵Matthew Wild2009-08-161-3/+0
| | | | | | | | session.log to the former from the latter, much more sensible
* | net.server: Comment all calls to mem_free/collectgarbage... not really ↵Matthew Wild2009-08-161-5/+5
| | | | | | | | suitable for a realtime server, let's trust Lua's GC - it's good.
* | net.httpserver: Allow overriding default request handlerMatthew Wild2009-08-111-3/+4
| |
* | net.httpserver: Don't log response bodies!Matthew Wild2009-08-111-1/+1
| |
* | Merge with 0.5Matthew Wild2009-08-051-0/+1
|\|
| * xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
| |
* | Merge with 0.5Matthew Wild2009-08-051-4/+5
|\|
| * net.httpserver: Allow response.body to be a non-stringMatthew Wild2009-08-051-4/+5
| |
* | Merge with 0.5Matthew Wild2009-07-284-6/+42
|\|
| * xmpp{client,server,component]_listener: Open stream if sending an error and ↵Matthew Wild2009-07-283-0/+15
| | | | | | | | it isn't already open. Fixes #120
| * net.server: Much improve SSL/TLS error reporting, do our best to understand ↵Matthew Wild2009-07-281-6/+27
| | | | | | | | and hide OpenSSL's ridiculously unfriendly error messages
* | Merge with 0.5Matthew Wild2009-07-271-1/+1
|\|
| * net.httpserver: Reduce log level of 'request left open' messageMatthew Wild2009-07-271-1/+1
| |
* | xmpp{client,server}_listener: Report contents of packets containing invalid XMLMatthew Wild2009-07-262-0/+2
| |
* | 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
| | | | | | | | to wrap clients with a broken context
* | 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 ↵Matthew Wild2009-07-141-3/+3
| | | | new_from_config()
* net.server: Initiate the handshake when we should, the more correcter fix ↵Matthew Wild2009-07-131-1/+2
| | | | for the previous correct fix
* 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
|