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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Matthew Wild
2009-05-03
1
-1
/
+7
|
|
|
|
|
|
|
|
specified port
*
|
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
|
|
|
|
for UDP
*
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
|
*
net.server: Some fixes for SSL/TLS handshake handling
Matthew Wild
2009-02-27
1
-4
/
+11
|
*
net.server: Fix some more potential nil handler accesses
Matthew Wild
2009-02-18
1
-2
/
+4
|
*
net.server: Fix nil table index assignment
Matthew Wild
2009-02-09
1
-1
/
+1
|
*
net.server: Fix potential fatal error in server.lua
Matthew Wild
2009-02-09
1
-1
/
+1
|
*
Fix for nil handler error after close
Matthew Wild
2009-02-04
1
-1
/
+1
|
*
server.lua: Comment out unnecessary or very verbose logging, and log the ↵
Matthew Wild
2009-01-17
1
-9
/
+9
|
|
|
|
rest as debug level
*
server.lua: Use Prosody logger for errors, silence non-errors
Matthew Wild
2009-01-17
1
-2
/
+4
|
*
Port to new server.lua, quite some changes, but I believe everything to be ↵
Matthew Wild
2009-01-17
1
-887
/
+821
|
|
|
|
working
*
Fixed server.lua to use prosody logger for errors
Matthew Wild
2009-01-16
1
-2
/
+4
|
*
Remove some debugging code that slipped in
Matthew Wild
2008-12-27
1
-1
/
+0
|
*
Fix specifying ports in config, and SSL support
Matthew Wild
2008-12-27
1
-6
/
+11
|
*
Remove logging for server.lua
Matthew Wild
2008-12-27
1
-1
/
+0
|
*
Fix data loss when closing connection with a large write queue. Thanks albert :)
Matthew Wild
2008-12-18
1
-6
/
+48
|
*
Make wraptcpclient set timeout to 0, and add it to the list of exported ↵
Matthew Wild
2008-12-13
1
-0
/
+3
|
|
|
|
functions from server.lua
*
Remove old commented code from server.lua
Matthew Wild
2008-12-06
1
-4
/
+0
|
*
Re-commit TLS fix
Matthew Wild
2008-12-05
1
-1
/
+12
|
*
Merge
Matthew Wild
2008-12-05
1
-13
/
+2
|
\
|
*
Backed out changeset 099d8a102deb (committed too much)
Matthew Wild
2008-12-05
1
-12
/
+4
|
|
*
|
Don't say we need TLS after we've already started the handshake
Matthew Wild
2008-12-05
1
-4
/
+1
|
/
*
Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵
Matthew Wild
2008-12-05
1
-4
/
+12
|
|
|
|
TLS connections
*
Comment out debug logging for now
Matthew Wild
2008-12-05
1
-3
/
+3
|
*
Remove linger option on sockets, made no difference, and I forgot to remove ↵
Matthew Wild
2008-12-05
1
-2
/
+0
|
|
|
|
it earlier
*
Fix GPL'ing MIT/X licensed code :)
Matthew Wild
2008-12-03
1
-860
/
+838
|
*
Insert copyright/license headers
Matthew Wild
2008-12-03
1
-0
/
+20
|
*
All the people who don't use TLS, this one's for you.
Matthew Wild
2008-11-22
1
-1
/
+1
|
*
Fix to prevent send retry when connection is already closed
Matthew Wild
2008-11-18
1
-6
/
+9
|
*
Flush write queue before closing socket
Matthew Wild
2008-11-18
1
-1
/
+5
|
*
Fix for putting TLS in stream:features for connections already using TLS. ↵
Matthew Wild
2008-11-16
1
-0
/
+2
|
|
|
|
Thanks to albert for spotting.
*
Initial s2s stuff
Matthew Wild
2008-10-23
1
-1
/
+1
|
*
server.lua should degrade gracefully when LuaSec not present
Matthew Wild
2008-10-22
1
-2
/
+2
|
*
Remove debugging output from when doing TLS
Matthew Wild
2008-10-08
1
-1
/
+0
|
*
Working TLS!
Matthew Wild
2008-10-05
1
-39
/
+46
|
*
TLS: Handshake works, no data after that
Matthew Wild
2008-10-05
1
-5
/
+217
|
*
Convert spaces->tabs
Matthew Wild
2008-10-05
1
-476
/
+476
|
[next]