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_event.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net.server_event: Load ssl/socket libraries if not already available
Matthew Wild
2009-12-17
1
-2
/
+2
*
net.server_event: Add get_backend() method
Matthew Wild
2009-12-08
1
-0
/
+5
*
Rename closeallservers to closeall in the public API (same as net.server_sele...
Matthew Wild
2009-12-07
1
-1
/
+2
*
net.server_event: Add setquitting() function to be compatible with net.server...
Matthew Wild
2009-12-07
1
-0
/
+8
*
net.server_event: Fix closeallservers() to work correctly after the giant ref...
Matthew Wild
2009-12-07
1
-2
/
+2
*
net.server_event: Return "quitting" on loop exit to be compatible with net.se...
Matthew Wild
2009-12-07
1
-1
/
+2
*
net.server_select, net.server_event: Convert to unix line endings from Windows
Matthew Wild
2009-12-04
1
-786
/
+786
*
net.server_event: Port fix in 2dc9bbf25447 to libevent-based backend
Matthew Wild
2009-12-03
1
-1
/
+1
*
net.server_event: Add addclient/wrapclient compatible with server_select, DNS...
Matthew Wild
2009-11-26
1
-23
/
+25
*
net.server_event: tostring() some debug logging parameters
Matthew Wild
2009-11-26
1
-3
/
+3
*
net.server_event: Add set_send() for compatibility with server_select
Matthew Wild
2009-11-26
1
-0
/
+3
*
net.server_event: Hide starttls function when the connection is not SSL-enabled
Matthew Wild
2009-11-26
1
-0
/
+9
*
net.server_event: Count the number of client connections *upwards* :)
Matthew Wild
2009-11-26
1
-2
/
+2
*
net.server_handler: Add stub handlers as fallbacks for those listeners don't ...
Matthew Wild
2009-11-26
1
-1
/
+8
*
net.server_event: Fix to make ontimeout() listener callback work
Matthew Wild
2009-11-26
1
-1
/
+2
*
net.server_event: Comment accidentally uncommented vdebug()
Matthew Wild
2009-11-22
1
-1
/
+1
*
net.server_event: Handle and ignore 'wantread' error from receive(), treat as...
Matthew Wild
2009-11-22
1
-1
/
+1
*
net.server_event: Remove premature non-optimisation
Matthew Wild
2009-11-22
1
-2
/
+2
*
net.server_event: Fix moved line caused by Mercurial's crecord and my selecti...
Matthew Wild
2009-11-22
1
-1
/
+1
*
net.server_event: Obey nowriting/nointerface for locks in interface methods
Matthew Wild
2009-11-22
1
-0
/
+2
*
net.server_event: Use conn property for send/receive instead of caching, fixe...
Matthew Wild
2009-11-22
1
-2
/
+2
*
net.server_event: Set startsslcallback property to nil when we're done handsh...
Matthew Wild
2009-11-22
1
-0
/
+1
*
net.server_event: Add set_sslctx() method to connections
Matthew Wild
2009-11-22
1
-1
/
+3
*
net.server_event: conn.usingssl -> conn._usingssl
Matthew Wild
2009-11-22
1
-4
/
+4
*
net.server_event: Use correct listener callbacks
Matthew Wild
2009-11-22
1
-2
/
+2
*
net.server_event: Small whitespace fixes
Matthew Wild
2009-11-22
1
-1
/
+2
*
net.server_event: Correct a few instances of .sslctx to ._sslctx
Matthew Wild
2009-11-22
1
-2
/
+2
*
net.server_event: Call connection's onconnect, no need to pass closures aroun...
Matthew Wild
2009-11-22
1
-1
/
+1
*
net.server_event: Use connection id in all relevant logging
Matthew Wild
2009-11-22
1
-11
/
+11
*
net.server_event: Define id property for connection objects, to aid logging
Matthew Wild
2009-11-22
1
-0
/
+2
*
net.server_event: Define vdebug function for convenience
Matthew Wild
2009-11-22
1
-0
/
+1
*
net.server_event: Change to new standard addserver() syntax
Matthew Wild
2009-11-21
1
-2
/
+2
*
net.server_event: Export base as event_base
Matthew Wild
2009-11-21
1
-0
/
+1
*
net.server_event: Comment overly verbose log message
Matthew Wild
2009-11-21
1
-1
/
+1
*
net.server_event: Remove redundant getid() function
Matthew Wild
2009-11-20
1
-5
/
+0
*
net.server_event: Initial commit of server_event.lua. Don't get too excited, ...
Matthew Wild
2009-11-20
1
-0
/
+759
[prev]