index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
server.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
net.server: Add some comments to explain to waqas how it all works :)
Matthew Wild
2009-11-22
1
-1
/
+6
*
net.server: Small fix for addtimer() compatibility code
Matthew Wild
2009-11-21
1
-1
/
+1
*
net.server: New net.server to choose the appropriate library from server_sele...
Matthew Wild
2009-11-21
1
-0
/
+21
*
net.server: Rename to net.server_select
Matthew Wild
2009-11-21
1
-914
/
+0
*
server.lua: Standardise on 'client' variable to refer to the socket, makes th...
Matthew Wild
2009-10-26
1
-3
/
+3
*
server.lua: Add addsocket(), refactor all code to use it, fixes nasty socket ...
Matthew Wild
2009-10-26
1
-21
/
+18
*
net.server: Allow changing the sslctx of a connection after it has been estab...
Matthew Wild
2009-10-17
1
-16
/
+22
*
Merge with 0.5
Matthew Wild
2009-10-14
1
-7
/
+9
|
\
|
*
net.server: Better handling of closing sockets during send
Matthew Wild
2009-10-14
1
-6
/
+9
*
|
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
*
|
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-21
1
-0
/
+1
|
\
|
|
*
net.server: Fix traceback when closing connections with buffered data get clo...
Matthew Wild
2009-09-21
1
-0
/
+1
|
*
net.server: Add checking for nil sockets to prevent traceback
Matthew Wild
2009-08-18
1
-7
/
+13
*
|
net.server: Add checking for nil sockets to prevent traceback
Matthew Wild
2009-08-18
1
-7
/
+13
*
|
net.server: Comment all calls to mem_free/collectgarbage... not really suitab...
Matthew Wild
2009-08-16
1
-5
/
+5
|
/
*
net.server: Much improve SSL/TLS error reporting, do our best to understand a...
Matthew Wild
2009-07-28
1
-6
/
+27
*
net.server: Fail to open port if legacy SSL requested, but SSL not available
Matthias Diene
2009-07-23
1
-1
/
+6
*
net.server: Remove listener from listeners table when calling removeserver
Matthew Wild
2009-07-23
1
-0
/
+1
*
net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting ...
Matthew Wild
2009-07-23
1
-0
/
+1
*
net.server: Continue to initialise port listener even when SSL errors occur
Matthias Diener
2009-07-23
1
-6
/
+8
*
net.server: Initiate the handshake when we should, the more correcter fix for...
Matthew Wild
2009-07-13
1
-1
/
+2
*
net.server: Fix copyright header line endings and text
Matthew Wild
2009-07-12
1
-16
/
+6
*
net.server: Correct fix for SSL traceback earlier
Matthew Wild
2009-07-12
1
-1
/
+1
*
net.server: Don't continue with socket initialisation if SSL handshake failed...
Matthew Wild
2009-07-12
1
-1
/
+3
*
net.server: Don't close handler if it is already nil when SSL handshake fails
Matthew Wild
2009-07-12
1
-1
/
+1
*
Add copyright header to those files missing one
Matthew Wild
2009-07-10
1
-0
/
+8
*
net.server: Display server port in error messages
Matthew Wild
2009-06-04
1
-2
/
+2
*
net.server: A connection is not secure if we delay the TLS handshake
Matthew Wild
2009-05-29
1
-0
/
+5
*
Merge with 0.4
Matthew Wild
2009-05-03
1
-1
/
+7
|
\
|
*
net.server: Add getserver() method to find the server listening on the specif...
Matthew Wild
2009-05-03
1
-1
/
+7
*
|
net.server: Fix global access/incorrect parameter
Matthew Wild
2009-04-22
1
-1
/
+1
*
|
net.server: Fix incorrect parameter passing
Matthew Wild
2009-04-22
1
-1
/
+1
*
|
net.server: Fix global access
Matthew Wild
2009-04-22
1
-1
/
+1
|
/
*
net.server: Fix potential nil handler usage
Matthew Wild
2009-04-17
1
-4
/
+8
*
net.server: Simple logging fix
Matthew Wild
2009-04-12
1
-1
/
+1
*
net.server: Remove some debug code which slipped through
Matthew Wild
2009-04-12
1
-1
/
+0
*
net.server: Add server.setquitting() to gracefully quit the socket loop
Matthew Wild
2009-04-12
1
-2
/
+11
*
net.server: Ensure some logging parameters are strings
Matthew Wild
2009-04-08
1
-7
/
+7
*
net.server: Allow replacement of send function on an open socket
Matthew Wild
2009-03-07
1
-0
/
+4
*
net.server: Don't call shutdown method on socket if it doesn't have one, eg. ...
Matthew Wild
2009-03-04
1
-1
/
+1
*
net.server: Check for potential nil handler on close
Matthew Wild
2009-03-03
1
-0
/
+1
*
net.server: Fix to make sure we send a string to logging function
Matthew Wild
2009-03-02
1
-1
/
+1
*
net.server: Don't retry if client closes socket during SSL handshaking
Matthew Wild
2009-03-01
1
-2
/
+4
[next]