prosody
log
graph
tags
bookmarks
branches
5614bbc163e0
browse
changeset
net/server_select.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody
Log
net/server_select.lua @ 4979:
5614bbc163e0
less
more
|
(0)
-15
tip
description
author
age
net.server_select, net.server_event: Change semantics of conn:close() - always call ondisconnect (with err == nil), and never close with data in send buffer (i.e. 'now' parameter removed)
Matthew Wild
2012-07-22
net.server_select: Don't close client connections when closing a server (it wasn't working anyway)
Matthew Wild
2012-05-23
net.server_select: Call ondisconnect handler, even if we closed the socket ourselves (fixes HTTP session hoarding, thanks Maranda)
Matthew Wild
2012-05-23
net.server_select: Return error when SSL handshake fails immediately (thanks Zash)
Matthew Wild
2012-05-17
net.server, net.timer, net.server_select: Rearrange dependencies between these three modules. server.addtimer() is no longer a public function (renamed to _addtimer) and is not available at all from server_event (compat code removed to prevent traceback) (thanks Nulani)
Matthew Wild
2012-05-03
net.server_select: Remove server from _server table when closing
Matthew Wild
2012-04-24
net.server_select: Autostart SSL negotiation as the last part of socket setup to avoid a traceback (#262) (thanks Maranda)
Matthew Wild
2011-11-28
net.server_event, net.server_select: Fixed some global pollution.
Waqas Hussain
2011-10-13
net.server_select: Minor whitespace fix.
Waqas Hussain
2011-10-12
net.server_select: Never call onincoming with nil data when a listener doesn't have an onconnect handler
Matthew Wild
2011-09-27
net.server_select: Remove socket from sendlist before calling listener callbacks (thanks darkrain)
Matthew Wild
2011-08-20
net.server_select: Merge straight-SSL and starttls code paths, also fixes onconnect being called before handshake completion for straight-SSL
Matthew Wild
2011-08-20
net.server_select: Update error logging logic during SSL handshake (now shows correctly when a handshake exceeded max. allowed iterations)
Matthew Wild
2011-08-20
net.server_select: Small fix to SSL handshake logic, read/wrote were being checked despite it not being possible for them to be other than nil
Matthew Wild
2011-08-20
net.server_select: Do not set 'ssl' flag simply when assigning an sslctx to a handler, it doesn't mean anything
Matthew Wild
2011-08-20
less
more
|
(0)
-15
tip