util.signal: Make kill() available on Solaris; really fixes #136.
[prosody.git] / net /
2009-12-08 Matthew Wildnet.server_event: Add get_backend() method
2009-12-08 Matthew Wildnet.server_select: Add get_backend() method
2009-12-07 Matthew WildRename closeallservers to closeall in the public API...
2009-12-07 Matthew Wildnet.server_event: Add setquitting() function to be...
2009-12-07 Matthew Wildnet.server_event: Fix closeallservers() to work correct...
2009-12-07 Matthew Wildnet.server_event: Return "quitting" on loop exit to...
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-04 Matthew Wildnet.server_select, net.server_event: Convert to unix...
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Matthew Wildnet.server_select: Restore checks for wantread/timeout...
2009-12-03 Sjoerd Simonsnet.server_select: Add a function to just lock a stream...
2009-12-03 Matthew Wildnet.server_select: Make bufferlen() method return,...
2009-12-03 Matthew Wildnet.server_event: Port fix in 2dc9bbf25447 to libevent...
2009-12-03 Matthew Wildnet.server_select: Fix possibility of losing data sent...
2009-12-03 Matthew Wildnet.dns: Fix for blocking dns lookups to find waiting...
2009-12-03 Matthew Wildnet.dns: Port some DNS fixes to the resolver:feed(...
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildmodulemanager, net.dns: Remove trailing whitespace
2009-12-02 Matthew Wildnet.httpserver: Fix to work with new server API
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Matthew Wildxmppserver_listener: Update for new server API, fixes...
2009-11-28 Matthew Wildnet.server_select: Update conn.close() to use new conne...
2009-11-26 Matthew Wildnet.server_event: Add addclient/wrapclient compatible...
2009-11-26 Matthew Wildnet.server_event: tostring() some debug logging parameters
2009-11-26 Matthew Wildnet.server_event: Add set_send() for compatibility...
2009-11-26 Matthew Wildnet.server_event: Hide starttls function when the conne...
2009-11-26 Matthew Wildnet.server_event: Count the number of client connection...
2009-11-26 Matthew Wildnet.server_handler: Add stub handlers as fallbacks...
2009-11-26 Matthew Wildnet.server_event: Fix to make ontimeout() listener...
2009-11-26 Matthew Wildnet.server_select: Rename server.setsend() to server...
2009-11-26 Matthew Wildnet.adns: Some cleanup, happens to also make it compati...
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew WildMerge with 0.6 on prosody.im
2009-11-24 Matthew WildMerge with trunk
2009-11-24 Matthew Wildcore.sessionmanager, net.*_listener: Remove the evil...
2009-11-24 Waqas Hussainxmppclient_listener: Escape control characters when...
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 Wildxmppcomponent_listener: Use new API for writing to...
2009-11-22 Matthew WildMerge with trunk
2009-11-22 Matthew Wildnet.server_select: Bring up to date to new common conne...
2009-11-22 Matthew Wildnet.httpserver, net.http: Update for new net.server...
2009-11-22 Matthew Wild*_listener: Update for new net.server API, specifically...
2009-11-22 Matthew Wildnet.adns: Update for new net.server API (doesn't work...
2009-11-22 Matthew Wildnet.server_event: Comment accidentally uncommented...
2009-11-22 Matthew Wildnet.server_event: Handle and ignore 'wantread' error...
2009-11-22 Matthew Wildnet.server_event: Remove premature non-optimisation
2009-11-22 Matthew Wildnet.server_event: Fix moved line caused by Mercurial...
2009-11-22 Matthew Wildnet.server_event: Obey nowriting/nointerface for locks...
2009-11-22 Matthew Wildnet.server_event: Use conn property for send/receive...
2009-11-22 Matthew Wildnet.server_event: Set startsslcallback property to...
2009-11-22 Matthew Wildnet.server_event: Add set_sslctx() method to connections
2009-11-22 Matthew Wildnet.server_event: conn.usingssl -> conn._usingssl
2009-11-22 Matthew Wildnet.server_event: Use correct listener callbacks
2009-11-22 Matthew Wildnet.server_event: Small whitespace fixes
2009-11-22 Matthew Wildnet.server_event: Correct a few instances of .sslctx...
2009-11-22 Matthew Wildnet.server_event: Call connection's onconnect, no need...
2009-11-22 Matthew Wildnet.server_event: Use connection id in all relevant...
2009-11-22 Matthew Wildnet.server_event: Define id property for connection...
2009-11-22 Matthew Wildnet.server_event: Define vdebug function for convenience
2009-11-21 Matthew Wildnet.server_event: Change to new standard addserver...
2009-11-21 Matthew Wildnet.server_select: Change addserver() parameters to...
2009-11-21 Matthew Wildxmppclient_listener: Use : syntax for connection method...
2009-11-21 Matthew Wildxmppclient_listener: Switch to .onincoming listener...
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.connlisteners: Standardise on new syntax for addser...
2009-11-21 Matthew Wildnet.server_event: Export base as event_base
2009-11-21 Matthew Wildnet.server_event: Comment overly verbose log message
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-20 Matthew Wildnet.server_event: Remove redundant getid() function
2009-11-20 Matthew Wildnet.server_event: Initial commit of server_event.lua...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-18 Matthew Wildnet.dns: Be more strict about the records we cache
2009-11-18 Matthew Wildnet.dns: Be more strict about checking the DNS replies...
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-11-12 Waqas Hussainnet.connlisteners: Log an error when a listener fails...
2009-11-01 Waqas Hussainnet.dns: Fixed indentation and coding style.
2009-11-01 Waqas Hussainnet.dns: Initialize default resolver on module load...
2009-11-01 Waqas Hussainnet.dns: Updated to use util.windows.get_nameservers...
2009-11-01 Matthew Wildnet.httpserver: Pass correct connection object to disco...
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-25 Waqas Hussainxmppserver_listener: Minor logging fix: Prefer the...
2009-10-21 Matthew Wildconnlisteners: Localize tostring, fixes possible traceb...
2009-10-20 Matthew Wildnet.dns: Don't expire records with TTL of 0 instantly
2009-10-19 Matthew Wildnet.httpserver: Pass on interface option from new_from_...
2009-10-17 Matthew Wildnet.dns: Don't cache some records indefinitely
2009-10-17 Matthew Wildnet.server: Allow changing the sslctx of a connection...
2009-10-17 Matthew Wildxmppserver_listener: Use listener log() if session...
2009-10-15 Matthew WildMerge with 0.5
2009-10-15 Matthew Wildxmppserver_listener: Fix typo (thanks Jorj)
2009-10-14 Matthew WildMerge with 0.5
next