| Commit message (Expand) | Author | Age | Files | Lines |
* | xmppserver_listener: Lower log-level of debug message to, er, 'debug' | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | net.adns: Bump log-level of DNS handler errors to, er, 'error' | Matthew Wild | 2009-10-05 | 1 | -1/+1 |
* | net.server: Small logging improvements | Matthew Wild | 2009-10-04 | 1 | -3/+3 |
* | net.server: Pass current time to timer callbacks | Matthew Wild | 2009-10-04 | 1 | -1/+1 |
* | net.server: Increase SSL handshake round-trip limit, and make it configurable | Matthew Wild | 2009-10-04 | 1 | -2/+4 |
* | net.server: Call handler's status() to notify it of ssl handshake success | Matthew Wild | 2009-10-04 | 1 | -1/+2 |
* | net.server: Provide a way to get sslctx of a client connection | Matthew Wild | 2009-10-04 | 1 | -0/+3 |
* | net.server: Provide a way to get sslctx of a server | Matthew Wild | 2009-10-04 | 1 | -0/+3 |
* | xmppserver_listener: Add status() function to signal when a connection comple... | Matthew Wild | 2009-10-04 | 1 | -0/+11 |
* | xmppserver_listener: Add logger to s2s sessions | Matthew Wild | 2009-10-04 | 1 | -0/+6 |
* | xmppserver_listener: Small whitespace fix | Matthew Wild | 2009-10-04 | 1 | -1/+0 |
* | xmppserver_listener: Better log messages on invalid XML | Matthew Wild | 2009-10-04 | 1 | -1/+2 |
* | net.httpserver: Allow modules registering to provide more than just a default... | Matthew Wild | 2009-10-03 | 1 | -3/+13 |
* | Merge with 0.5 | Matthew Wild | 2009-10-02 | 1 | -1/+1 |
|\ |
|
| * | net.server: Fix missing concatenation operator in error message | Matthew Wild | 2009-10-02 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-27 | 1 | -1/+1 |
|\| |
|
| * | net.dns: Even better parsing of nameservers from resolv.conf | Matthew Wild | 2009-09-25 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-24 | 1 | -2/+5 |
|\| |
|
| * | net.dns: Remove elements from the cache when expired so as to not leave holes... | Matthew Wild | 2009-09-24 | 1 | -1/+4 |
| * | net.dns: Stricter matching of nameserver entries in resolv.conf | Matthew Wild | 2009-09-24 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-24 | 1 | -2/+2 |
|\| |
|
| * | net.dns: Respect commented nameserver entries in resolv.conf (thanks Remko) | Matthew Wild | 2009-09-24 | 1 | -2/+2 |
| * | net.dns: Accidentally committed a hard-coded 4.2.2.1 nameserver | Matthew Wild | 2009-09-21 | 1 | -1/+0 |
* | | net.dns: (for some reason this commit didn't pull over from 0.5) Remove hard-... | Matthew Wild | 2009-09-21 | 1 | -1/+0 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-21 | 2 | -0/+2 |
|\| |
|
| * | core.s2smanager: Don't recurse CNAMEs infinitely :) | Matthew Wild | 2009-09-21 | 1 | -0/+1 |
| * | net.server: Fix traceback when closing connections with buffered data get clo... | Matthew Wild | 2009-09-21 | 1 | -0/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-18 | 2 | -10/+67 |
|\| |
|
| * | net.adns: Utilise new net.dns API to handle DNS network errors | Matthew Wild | 2009-09-18 | 1 | -4/+18 |
| * | net.dns: Multiple internal changes and API extensions to allow for more relia... | Matthew Wild | 2009-09-18 | 1 | -9/+62 |
| * | net.server: Add checking for nil sockets to prevent traceback | Matthew Wild | 2009-08-18 | 1 | -7/+13 |
* | | net/dns: Fixed regression causing nameserver initialization to fail on Windows | Waqas Hussain | 2009-09-02 | 1 | -0/+1 |
* | | net.adns: Add some debug logging to help track down traceback | Matthew Wild | 2009-08-18 | 1 | -0/+6 |
* | | net.server: Add checking for nil sockets to prevent traceback | Matthew Wild | 2009-08-18 | 1 | -7/+13 |
* | | net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing o... | Matthew Wild | 2009-08-18 | 1 | -3/+6 |
* | | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess... | Matthew Wild | 2009-08-16 | 1 | -6/+0 |
* | | xmppclient_listener: Remove useless comment | Matthew Wild | 2009-08-16 | 1 | -2/+0 |
* | | core.sessionmanager, xmppclient_listener: Move responsibility for setting ses... | Matthew Wild | 2009-08-16 | 1 | -3/+0 |
* | | net.server: Comment all calls to mem_free/collectgarbage... not really suitab... | Matthew Wild | 2009-08-16 | 1 | -5/+5 |
* | | 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 |