Merge with Tobias
[prosody.git] / net /
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
2009-10-14 Matthew Wildnet.server: Better handling of closing sockets during...
2009-10-14 Matthew Wildxmppserver_listener: More forcefully close s2s connecti...
2009-10-13 Matthew WildMerge with 0.5
2009-10-13 Matthew Wildnet.dns: Remove sockets from socketset when closing...
2009-10-05 Matthew Wildxmppserver_listener: Lower log-level of debug message...
2009-10-05 Matthew Wildnet.adns: Bump log-level of DNS handler errors to,...
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-04 Matthew Wildxmppserver_listener: Add status() function to signal...
2009-10-04 Matthew Wildxmppserver_listener: Add logger to s2s sessions
2009-10-04 Matthew Wildxmppserver_listener: Small whitespace fix
2009-10-04 Matthew Wildxmppserver_listener: Better log messages on invalid XML
2009-10-02 Matthew Wildnet.httpserver: Allow modules registering to provide...
next