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: Fix some global accesses
Matthew Wild
2010-03-01
1
-2
/
+2
*
net.server_event: Improve and fix potential traceback in logging of new incom...
Matthew Wild
2010-03-01
1
-3
/
+3
*
net.server_event: Add lock_read() method to connections
Matthew Wild
2010-02-25
1
-0
/
+4
*
net.server_event: Pass false as connection error to disconnect handler if clo...
Matthew Wild
2010-02-18
1
-1
/
+1
*
net.server_event: Increase SSL handshake timeout to 30s, make handshake round...
Matthew Wild
2010-02-17
1
-4
/
+4
*
net.server_event: Fire onincoming() callback for new connections as opposed t...
Matthew Wild
2010-02-14
1
-1
/
+2
*
net.server_event: Fix another instance of creating an SSL context - certmanag...
Matthew Wild
2010-02-14
1
-1
/
+1
*
net.server_event: Fix traceback in creating SSL context
Matthew Wild
2010-02-14
1
-1
/
+1
*
net.server_event: Fixes for traceback with no LuaSec
Matthew Wild
2010-02-11
1
-3
/
+4
*
net.server_event: Update for compatibility with new server API
Matthew Wild
2010-01-31
1
-12
/
+13
*
net.server_event: Trailing whitespace
Matthew Wild
2010-01-29
1
-23
/
+23
*
net.server_event: Support :setlistener() method on connections to work with p...
Matthew Wild
2010-01-29
1
-0
/
+5
*
net.server_{select,event}: Fail gracefully if socket doesn't have a setoption...
Matthew Wild
2010-01-21
1
-1
/
+4
*
net.server_event: Replace all calls to _start_ssl() to its bigger brother sta...
Matthew Wild
2010-01-21
1
-2
/
+2
*
net.server_event: Remove access to starttls method when starttls is negotiate...
Matthew Wild
2010-01-18
1
-0
/
+1
*
net.server_event: Add conn:setoption() to set options on the socket
Matthew Wild
2010-01-12
1
-0
/
+4
*
net.server_event: Add server.hook_signal(signal_num, handler) to wrap libeven...
Matthew Wild
2010-01-10
1
-1
/
+17
*
net.server_event: Add properties like _ip and _port to server objects too
Matthew Wild
2009-12-17
1
-0
/
+3
*
net.server_event: Add :serverport() method to be compatible with old API
Matthew Wild
2009-12-17
1
-0
/
+5
*
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
[prev]
[next]