net.server: Remove redundant commented code and some trailing whitespace
[prosody.git] / net / server.lua
2010-02-15 Matthew Wildnet.server: Remove redundant commented code and some...
2010-02-05 Matthew WildMerge with backout
2010-01-10 Matthew Wildnet.server: When libevent backend is in use, override...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-24 Waqas Hussainnet.server: Log an error when libevent is requested...
2009-11-22 Matthew Wildnet.server: Add some comments to explain to waqas how...
2009-11-22 Matthew WildMerge with trunk
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.server: New net.server to choose the appropriate...
2009-11-21 Matthew Wildnet.server: Rename to net.server_select
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-26 Matthew Wildserver.lua: Standardise on 'client' variable to refer...
2009-10-26 Matthew WildMerge with trunk
2009-10-26 Matthew Wildserver.lua: Add addsocket(), refactor all code to use...
2009-10-17 Matthew Wildnet.server: Allow changing the sslctx of a connection...
2009-10-14 Matthew WildMerge with 0.5
2009-10-14 Matthew Wildnet.server: Better handling of closing sockets during...
2009-10-04 Matthew Wildnet.server: Small logging improvements
2009-10-04 Matthew Wildnet.server: Pass current time to timer callbacks
2009-10-04 Matthew Wildnet.server: Increase SSL handshake round-trip limit...
2009-10-04 Matthew Wildnet.server: Call handler's status() to notify it of...
2009-10-04 Matthew Wildnet.server: Provide a way to get sslctx of a client...
2009-10-04 Matthew Wildnet.server: Provide a way to get sslctx of a server
2009-10-02 Matthew WildMerge with 0.5
2009-10-02 Matthew Wildnet.server: Fix missing concatenation operator in error...
2009-09-21 Matthew WildMerge with 0.5
2009-09-21 Matthew Wildnet.server: Fix traceback when closing connections...
2009-09-18 Matthew WildMerge with 0.5
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-18 Matthew WildMerge with waqas
2009-08-18 Matthew Wildnet.server: Add checking for nil sockets to prevent...
2009-08-18 Matthew Wildnet.server: Add checking for nil sockets to prevent...
2009-08-18 Matthew WildMerge waqas with Tobias. Eww.
2009-08-16 Matthew Wildnet.server: Comment all calls to mem_free/collectgarbag...
2009-07-28 Matthew WildMerge with 0.5
2009-07-28 Matthew Wildnet.server: Much improve SSL/TLS error reporting, do...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthias Dienenet.server: Fail to open port if legacy SSL requested...
2009-07-23 Matthew Wildnet.server: Remove listener from listeners table when...
2009-07-23 Matthew Wildnet.server: Set sslctx to false when SSL wrapping fails...
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthias Dienernet.server: Continue to initialise port listener even...
2009-07-13 Matthew WildMerge with 0.5
2009-07-13 Matthew Wildnet.server: Initiate the handshake when we should,...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.server: Fix copyright header line endings and text
2009-07-12 Matthew Wildnet.server: Correct fix for SSL traceback earlier
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.server: Don't continue with socket initialisation...
2009-07-12 Matthew WildMerge with 0.5
2009-07-12 Matthew Wildnet.server: Don't close handler if it is already nil...
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Matthew Wildnet.server: Display server port in error messages
2009-05-29 Matthew Wildnet.server: A connection is not secure if we delay...
2009-05-22 Matthew WildMerge with 0.4
2009-05-22 Matthew WildMerge with 0.4
2009-05-21 Matthew WildMerge with 0.4
2009-05-19 Matthew WildMerge with 0.4
2009-05-13 Matthew WildMerge with 0.4
2009-05-06 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-05 Matthew WildMerge with 0.4
2009-05-04 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew WildMerge with 0.4
2009-05-03 Matthew Wildnet.server: Add getserver() method to find the server...
2009-05-02 Matthew WildMerge with 0.4
2009-05-01 Matthew WildMerge with 0.4
2009-04-30 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-29 Matthew WildMerge with 0.4
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildnet.server: Fix global access/incorrect parameter
2009-04-22 Matthew Wildnet.server: Fix incorrect parameter passing
2009-04-22 Matthew Wildnet.server: Fix global access
2009-04-20 Matthew WildMerging stable into unstable
2009-04-17 Matthew WildMerge
2009-04-17 Matthew Wildnet.server: Fix potential nil handler usage
2009-04-12 Matthew Wildnet.server: Simple logging fix
2009-04-12 Matthew Wildnet.server: Remove some debug code which slipped through
2009-04-12 Matthew Wildnet.server: Add server.setquitting() to gracefully...
2009-04-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-04-08 Matthew Wildnet.server: Ensure some logging parameters are strings
2009-03-08 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-03-07 Matthew Wildnet.server: Allow replacement of send function on an...
2009-03-04 Matthew Wildnet.server: Don't call shutdown method on socket if...
2009-03-03 Matthew Wildnet.server: Check for potential nil handler on close
2009-03-03 Tobias MarkmannMerged with main tip.
2009-03-02 Matthew Wildnet.server: Fix to make sure we send a string to loggin...
2009-03-01 Matthew Wildnet.server: Don't retry if client closes socket during...
2009-02-27 Matthew Wildnet.server: Some fixes for SSL/TLS handshake handling
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
next