Commit graph

1589 commits

Author SHA1 Message Date
Matthew Wild
322ae8a3c5 net.httpserver: Allow overriding default request handler 2009-08-11 20:49:19 +01:00
Matthew Wild
fcfb1213d2 net.httpserver: Don't log response bodies! 2009-08-11 19:40:38 +01:00
Matthew Wild
1181b101b5 Merge with 0.5 2009-08-05 13:52:14 +01:00
Matthew Wild
57cef06c8e xmppcomponent_listener: Fix to collect component sessions on disconnect 2009-08-05 13:51:44 +01:00
Matthew Wild
57ac5607c1 Merge with 0.5 2009-08-05 03:08:54 +01:00
Matthew Wild
954ab72536 net.httpserver: Allow response.body to be a non-string 2009-08-05 03:07:45 +01:00
Matthew Wild
5dfe9cf891 Merge with 0.5 2009-07-28 19:17:09 +01:00
Matthew Wild
8ad65c2824 xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #120 2009-07-28 19:15:29 +01:00
Matthew Wild
f63e2f139a net.server: Much improve SSL/TLS error reporting, do our best to understand and hide OpenSSL's ridiculously unfriendly error messages 2009-07-28 14:48:37 +01:00
Matthew Wild
6ac4d843f0 Merge with 0.5 2009-07-27 22:42:36 +01:00
Matthew Wild
e37a04496d net.httpserver: Reduce log level of 'request left open' message 2009-07-27 14:26:59 +01:00
Matthew Wild
423921e9dd xmpp{client,server}_listener: Report contents of packets containing invalid XML 2009-07-26 20:58:37 +01:00
Matthew Wild
351a37ef54 Merge with 0.5 2009-07-23 12:04:41 +01:00
Matthias Diene
23a10d0390 net.server: Fail to open port if legacy SSL requested, but SSL not available 2009-07-23 12:01:00 +01:00
Matthew Wild
70f4cd7cb7 net.server: Remove listener from listeners table when calling removeserver 2009-07-23 03:06:49 +01:00
Matthew Wild
7dfac00cff net.server: Set sslctx to false when SSL wrapping fails, to avoid attempting to wrap clients with a broken context 2009-07-23 01:57:09 +01:00
Matthew Wild
5870f3b790 Merge with 0.5 2009-07-23 01:38:52 +01:00
Matthias Diener
88ed977abb net.server: Continue to initialise port listener even when SSL errors occur 2009-07-23 01:29:41 +01:00
Matthew Wild
741a5cf67b xmppclient_listener: Use error text as disconnect reason if there is any 2009-07-18 18:49:54 +01:00
Matthew Wild
cef5dd4ef6 net.httpserver: Allow specification of the default base URL when using new_from_config() 2009-07-14 21:03:30 +01:00
Matthew Wild
3f0c5c91e3 net.server: Initiate the handshake when we should, the more correcter fix for the previous correct fix 2009-07-13 21:17:51 +01:00
Matthew Wild
c9d670551e net.server: Fix copyright header line endings and text 2009-07-12 20:32:38 +01:00
Matthew Wild
86905bacbb net.server: Correct fix for SSL traceback earlier 2009-07-12 20:25:02 +01:00
Matthew Wild
2365233a56 net.httpserver: Mark a request as secure if it is made using HTTPS 2009-07-12 19:16:13 +01:00
Matthew Wild
9b42931a18 net.httpserver: Add helper function to set up HTTP server according to given config options 2009-07-12 15:20:43 +01:00
Matthew Wild
390df4ca2e net.server: Don't continue with socket initialisation if SSL handshake failed, fixes nil socket traceback 2009-07-12 15:18:53 +01:00
Matthew Wild
4273b66a6c net.server: Don't close handler if it is already nil when SSL handshake fails 2009-07-12 14:29:42 +01:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
e45610ce6e Add copyright header to those files missing one 2009-07-10 03:08:38 +01:00
Matthew Wild
40584eef53 net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session 2009-07-08 02:27:33 +01:00
Matthew Wild
0e37b231f2 net.httpserver: Don't upset logger when response is nil 2009-06-28 14:17:07 +01:00
Matthew Wild
87ffa5ec0f xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence) 2009-06-26 06:32:45 +01:00
Matthew Wild
12d17990b6 net.http: (Re-)add url[en|de]code functions 2009-06-12 11:21:11 +01:00
Matthew Wild
8f7a737f08 net.server: Display server port in error messages 2009-06-04 15:22:04 +01:00
Matthew Wild
def151d5ee net.xmppclient_listener: Add small comment 2009-05-31 21:31:02 +01:00
Waqas Hussain
35e4dd9978 xmppcomponent_listener: Removed unused reference to core.eventmanager 2009-05-31 01:01:52 +05:00
Matthew Wild
0d7aa536d5 httpclient_listener: Don't use print()... 2009-05-29 22:04:57 +01:00
Matthew Wild
ede4cc6e86 xmppclient_listener: A connection is also secure when it uses legacy SSL 2009-05-29 14:31:51 +01:00
Matthew Wild
d855a4785d net.server: A connection is not secure if we delay the TLS handshake 2009-05-29 14:30:40 +01:00
Matthew Wild
c0df633428 Add log message when DNS lookup is cancelled 2009-05-28 02:17:19 +01:00
Matthew Wild
a5333a75d9 net.adns: Fix for calling handler when cancelling DNS lookup 2009-05-28 02:16:43 +01:00
Matthew Wild
d2197f6ca3 net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler 2009-05-26 21:48:32 +01:00
Matthew Wild
c394acafc8 net.dns: Add support for cancelling a coroutine-based request 2009-05-26 21:47:25 +01:00
Matthew Wild
794ba972af Merge with 0.4 2009-05-05 14:20:26 +01:00
Matthew Wild
964ee27096 net.httpserver: Fix for urlencoding to always produce 2 digits 2009-05-04 20:35:44 +01:00
Matthew Wild
2fff098959 Merge with 0.4 2009-05-04 19:57:05 +01:00
Matthew Wild
ef5e994b1f net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) 2009-05-04 19:53:31 +01:00
Matthew Wild
67c94f50f4 Merge with 0.4 2009-05-03 01:11:21 +01:00
Matthew Wild
7be3d9f227 net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users) 2009-05-03 01:10:49 +01:00
Matthew Wild
c017eb2325 net.server: Add getserver() method to find the server listening on the specified port 2009-05-03 01:09:57 +01:00