aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net.dns: Don't cache some records indefinitelyMatthew Wild2009-10-171-1/+1
* net.server: Allow changing the sslctx of a connection after it has been estab...Matthew Wild2009-10-171-16/+22
* xmppserver_listener: Use listener log() if session doesn't have one yet (than...Matthew Wild2009-10-171-2/+2
* Merge with 0.5Matthew Wild2009-10-151-1/+1
|\
| * xmppserver_listener: Fix typo (thanks Jorj)Matthew Wild2009-10-151-1/+1
* | Merge with 0.5Matthew Wild2009-10-142-7/+12
|\|
| * net.server: Better handling of closing sockets during sendMatthew Wild2009-10-141-6/+9
| * xmppserver_listener: More forcefully close s2s connections (fixes fd leak)Matthew Wild2009-10-141-0/+3
* | Merge with 0.5Matthew Wild2009-10-131-2/+5
|\|
| * net.dns: Remove sockets from socketset when closing them, fixes a leakMatthew Wild2009-10-131-2/+5
* | xmppserver_listener: Lower log-level of debug message to, er, 'debug'Matthew Wild2009-10-051-1/+1
* | net.adns: Bump log-level of DNS handler errors to, er, 'error'Matthew Wild2009-10-051-1/+1
* | net.server: Small logging improvementsMatthew Wild2009-10-041-3/+3
* | net.server: Pass current time to timer callbacksMatthew Wild2009-10-041-1/+1
* | net.server: Increase SSL handshake round-trip limit, and make it configurableMatthew Wild2009-10-041-2/+4
* | net.server: Call handler's status() to notify it of ssl handshake successMatthew Wild2009-10-041-1/+2
* | net.server: Provide a way to get sslctx of a client connectionMatthew Wild2009-10-041-0/+3
* | net.server: Provide a way to get sslctx of a serverMatthew Wild2009-10-041-0/+3
* | xmppserver_listener: Add status() function to signal when a connection comple...Matthew Wild2009-10-041-0/+11
* | xmppserver_listener: Add logger to s2s sessionsMatthew Wild2009-10-041-0/+6
* | xmppserver_listener: Small whitespace fixMatthew Wild2009-10-041-1/+0
* | xmppserver_listener: Better log messages on invalid XMLMatthew Wild2009-10-041-1/+2
* | net.httpserver: Allow modules registering to provide more than just a default...Matthew Wild2009-10-031-3/+13
* | 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 holes...Matthew Wild2009-09-241-1/+4
| * 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 hard-...Matthew Wild2009-09-211-1/+0
* | 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 clo...Matthew Wild2009-09-211-0/+1
* | 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 relia...Matthew Wild2009-09-181-9/+62
| * 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 o...Matthew Wild2009-08-181-3/+6
* | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-161-6/+0
* | xmppclient_listener: Remove useless commentMatthew Wild2009-08-161-2/+0
* | core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...Matthew Wild2009-08-161-3/+0
* | net.server: Comment all calls to mem_free/collectgarbage... not really suitab...Matthew Wild2009-08-161-5/+5
* | net.httpserver: Allow overriding default request handlerMatthew Wild2009-08-111-3/+4