| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed separator between attribute names and prefixes from '|' to '\1' (opti... | Waqas Hussain | 2009-11-12 | 3 | -9/+9 |
* | net.connlisteners: Log an error when a listener fails to load. | Waqas Hussain | 2009-11-12 | 1 | -1/+4 |
* | net.dns: Fixed indentation and coding style. | Waqas Hussain | 2009-11-02 | 1 | -719/+751 |
* | net.dns: Initialize default resolver on module load (instead of on first use). | Waqas Hussain | 2009-11-02 | 1 | -1/+1 |
* | net.dns: Updated to use util.windows.get_nameservers for enumerating nameserv... | Waqas Hussain | 2009-11-02 | 1 | -13/+25 |
* | net.httpserver: Pass correct connection object to disconnect listener, which ... | Matthew Wild | 2009-11-01 | 1 | -1/+1 |
* | server.lua: Standardise on 'client' variable to refer to the socket, makes th... | Matthew Wild | 2009-10-26 | 1 | -3/+3 |
* | Merge with trunk | Matthew Wild | 2009-10-26 | 1 | -2/+2 |
|\ |
|
| * | xmppserver_listener: Minor logging fix: Prefer the session logger when availa... | Waqas Hussain | 2009-10-25 | 1 | -2/+2 |
* | | server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket ... | Matthew Wild | 2009-10-26 | 1 | -21/+18 |
|/ |
|
* | connlisteners: Localize tostring, fixes possible traceback when LuaSec not in... | Matthew Wild | 2009-10-21 | 1 | -0/+1 |
* | net.dns: Don't expire records with TTL of 0 instantly | Matthew Wild | 2009-10-21 | 1 | -1/+1 |
* | net.httpserver: Pass on interface option from new_from_config() (thanks Chris) | Matthew Wild | 2009-10-19 | 1 | -1/+3 |
* | net.dns: Don't cache some records indefinitely | Matthew Wild | 2009-10-17 | 1 | -1/+1 |
* | net.server: Allow changing the sslctx of a connection after it has been estab... | Matthew Wild | 2009-10-17 | 1 | -16/+22 |
* | xmppserver_listener: Use listener log() if session doesn't have one yet (than... | Matthew Wild | 2009-10-17 | 1 | -2/+2 |
* | Merge with 0.5 | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
|\ |
|
| * | xmppserver_listener: Fix typo (thanks Jorj) | Matthew Wild | 2009-10-15 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-14 | 2 | -7/+12 |
|\| |
|
| * | net.server: Better handling of closing sockets during send | Matthew Wild | 2009-10-14 | 1 | -6/+9 |
| * | xmppserver_listener: More forcefully close s2s connections (fixes fd leak) | Matthew Wild | 2009-10-14 | 1 | -0/+3 |
* | | Merge with 0.5 | Matthew Wild | 2009-10-13 | 1 | -2/+5 |
|\| |
|
| * | net.dns: Remove sockets from socketset when closing them, fixes a leak | Matthew Wild | 2009-10-13 | 1 | -2/+5 |
* | | 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 |