prosody/net
Matthew Wild 3989ff2ddc net.websocket.frames: Allow all methods to work on non-string objects
Instead of using the string library, use methods from the passed object,
which are assumed to be equivalent.

This provides compatibility with objects from util.ringbuffer and
util.dbuffer, for example.
2020-09-17 13:00:19 +01:00
..
http net.http.server: Fix reporting of missing Host header 2020-06-23 15:43:57 +02:00
resolvers net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) 2020-07-10 13:00:02 +01:00
websocket net.websocket.frames: Allow all methods to work on non-string objects 2020-09-17 13:00:19 +01:00
adns.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
connect.lua net.connect: Fix passing request table to new listener 2018-09-26 17:36:53 +02:00
connlisteners.lua net.connlisteners: Remove duplicated field in exports [luacheck] 2018-04-06 01:46:14 +02:00
cqueues.lua net.cqueues: Fix incorrect version check 2015-01-16 12:06:42 -05:00
dns.lua net.dns: Close resolv.conf handle when done (fixes #1342) 2019-04-13 18:16:28 +02:00
http.lua net.http: Add feature discovery (currently just contains SNI) 2020-09-15 09:08:21 +01:00
httpserver.lua net.httpserver: Make function local, fixes loading since there is no environment [luacheck] 2018-03-23 13:20:19 +01:00
server.lua net.server: Throw error when loading outside Prosody or Prosody config not loaded 2018-08-19 14:45:19 +01:00
server_epoll.lua net.server: Backport client parts of SNI support from trunk (#409) 2020-08-17 23:01:14 +02:00
server_event.lua net.server: Backport client parts of SNI support from trunk (#409) 2020-08-17 23:01:14 +02:00
server_select.lua net.server: Backport client parts of SNI support from trunk (#409) 2020-08-17 23:01:14 +02:00
websocket.lua net.websocket: Honour ex.insecure to match net.http's new parameter for that 2018-06-08 16:30:46 +01:00