net.server: Display server port in error messages
|
Matthew Wild |
2009-06-04 |
net.server: A connection is not secure if we delay the TLS handshake
|
Matthew Wild |
2009-05-29 |
Merge with 0.4
|
Matthew Wild |
2009-05-03 |
net.server: Add getserver() method to find the server listening on the specified port
|
Matthew Wild |
2009-05-03 |
net.server: Fix global access/incorrect parameter
|
Matthew Wild |
2009-04-22 |
net.server: Fix incorrect parameter passing
|
Matthew Wild |
2009-04-22 |
net.server: Fix global access
|
Matthew Wild |
2009-04-22 |
net.server: Fix potential nil handler usage
|
Matthew Wild |
2009-04-17 |
net.server: Simple logging fix
|
Matthew Wild |
2009-04-12 |
net.server: Remove some debug code which slipped through
|
Matthew Wild |
2009-04-12 |
net.server: Add server.setquitting() to gracefully quit the socket loop
|
Matthew Wild |
2009-04-12 |
net.server: Ensure some logging parameters are strings
|
Matthew Wild |
2009-04-08 |
net.server: Allow replacement of send function on an open socket
|
Matthew Wild |
2009-03-07 |
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP
|
Matthew Wild |
2009-03-04 |
net.server: Check for potential nil handler on close
|
Matthew Wild |
2009-03-03 |
net.server: Fix to make sure we send a string to logging function
|
Matthew Wild |
2009-03-02 |
net.server: Don't retry if client closes socket during SSL handshaking
|
Matthew Wild |
2009-03-01 |
net.server: Some fixes for SSL/TLS handshake handling
|
Matthew Wild |
2009-02-27 |
net.server: Fix some more potential nil handler accesses
|
Matthew Wild |
2009-02-18 |
net.server: Fix nil table index assignment
|
Matthew Wild |
2009-02-09 |
net.server: Fix potential fatal error in server.lua
|
Matthew Wild |
2009-02-09 |
Fix for nil handler error after close
|
Matthew Wild |
2009-02-04 |
server.lua: Comment out unnecessary or very verbose logging, and log the rest as debug level
|
Matthew Wild |
2009-01-17 |
server.lua: Use Prosody logger for errors, silence non-errors
|
Matthew Wild |
2009-01-17 |
Port to new server.lua, quite some changes, but I believe everything to be working
|
Matthew Wild |
2009-01-17 |
Fixed server.lua to use prosody logger for errors
|
Matthew Wild |
2009-01-16 |
Remove some debugging code that slipped in
|
Matthew Wild |
2008-12-27 |
Fix specifying ports in config, and SSL support
|
Matthew Wild |
2008-12-27 |