Merge 0.10->trunk
|
Kim Alvefur |
2017-01-04 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-01-04 |
mod_net_multiplex: Enable SSL on the SSL port (fixes #803)
|
Kim Alvefur |
2016-12-21 |
Merge
|
Kim Alvefur |
2016-12-10 |
Added tag 0.9.12 for changeset 2a7b52437167
|
Matthew Wild |
2016-12-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-02 |
stanza_router: Fix typo
|
Kim Alvefur |
2017-01-02 |
prosody: Fix typo
|
Kim Alvefur |
2017-01-02 |
server_epoll: Add some comments describing some functions
|
Kim Alvefur |
2017-01-01 |
server_epoll: Ignore unused loop variable [luacheck]
|
Kim Alvefur |
2017-01-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-01-01 |
server_epoll: Flush and close all connections before quitting mainloop so no data is lost in buffers
|
Kim Alvefur |
2017-01-01 |
server_epoll: Handle the argument to setquitting like server_select
|
Kim Alvefur |
2017-01-01 |
net.server_epoll: Add the 'once' argument to loop for parity with server_select
|
Kim Alvefur |
2017-01-01 |
server_epoll: Add closeall() method for closing all clients and servers
|
Kim Alvefur |
2017-01-01 |
net.http: Strip trailing whitespace
|
Kim Alvefur |
2016-12-30 |
net.http: Remove unused imports [luacheck]
|
Kim Alvefur |
2016-12-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-19 |
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists
|
Kim Alvefur |
2016-12-19 |
util.pposix: rfork() seems to be FreeBSD only (fixes #412)
|
Kim Alvefur |
2016-12-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-15 |
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)
|
Kim Alvefur |
2016-12-15 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-14 |
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding
|
Kim Alvefur |
2016-12-13 |
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
|
Kim Alvefur |
2016-12-13 |
mod_roster: Rename variable to silence shadowing warning [luacheck]
|
Kim Alvefur |
2016-12-13 |
mod_roster: Remove unused variable [luacheck]
|
Kim Alvefur |
2016-12-13 |
mod_roster: Remove unused import [luacheck]
|
Kim Alvefur |
2016-12-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-12-09 |
mod_presence: Send probe once subscribed (fixes #794)
|
Kim Alvefur |
2016-12-08 |
core.rostermanager: Add method for checking if the user is subscribed to a contact
|
Kim Alvefur |
2016-12-09 |
mod_carbons: Rename some variables for clarity
|
Kim Alvefur |
2016-12-08 |
mod_blocklist: Check first level cache before calling blocklist getter
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Simplify loop with ipairs
|
Kim Alvefur |
2016-12-08 |
mod_blocklist: Remove one indentation level
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Return early from migration if no valid privacy list data is found
|
Kim Alvefur |
2016-12-05 |
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data
|
Kim Alvefur |
2016-12-08 |
hgignore: Ignore luacheck cache file
|
Kim Alvefur |
2016-12-07 |
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781)
0.9.12
|
Kim Alvefur |
2016-11-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-05 |
util.dependencies: Add check and info about lua-bitops (for mod_websockets)
|
Kim Alvefur |
2016-12-05 |
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations
|
Kim Alvefur |
2016-12-05 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)
|
Kim Alvefur |
2016-12-05 |
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
|
Kim Alvefur |
2016-12-04 |
mod_websocket: Add some debug messages
|
Kim Alvefur |
2016-12-04 |
net.websocket: Ignore unused argument warnings [luacheck]
|
Kim Alvefur |
2016-12-04 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-12-02 |
mod_storage_sql: Normalize parameters for upgrade command
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: List available commands if no commands given (currenly only one available)
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)
|
Kim Alvefur |
2016-12-01 |
mod_register: Record the time of registration in the account details store
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Include missing parameter table key 'port'
|
Kim Alvefur |
2016-12-01 |
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)
|
Kim Alvefur |
2016-11-29 |
mod_storage_sql: Use is_stanza() from util.stanza
|
Kim Alvefur |
2016-11-28 |
util.stanza: Add an is_stanza() function to check if an object is a stanza
|
Kim Alvefur |
2016-11-28 |
configure: Fix quote on the correct side of the equals sign
|
Kim Alvefur |
2016-11-28 |
configure: Use $() and quotes instead of `` [shellcheck]
|
Kim Alvefur |
2016-11-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-27 |
MUC: Don't create room in response to unavailable presence
|
Kim Alvefur |
2016-11-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-26 |
doc: Add a description of the Storage API in TypedLua format
|
Kim Alvefur |
2016-11-26 |
core.certmanager: Translate "no start line" to something friendlier (thanks santiago)
|
Kim Alvefur |
2016-11-26 |
man/prosodyctl: Mention --config
|
Kim Alvefur |
2016-11-25 |
man/prosodyctl: Add section about certificate commands
|
Kim Alvefur |
2016-11-25 |
core.stanza_router: Separate iq type check from child count check
|
Kim Alvefur |
2016-11-25 |
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)
|
Kim Alvefur |
2016-11-25 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-11-24 |
net.server_epoll: Use _SOCKETINVALID from LuaSocket
|
Kim Alvefur |
2016-11-23 |
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)
|
Kim Alvefur |
2016-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-21 |
util.datamanager: Shorter pattern
|
Kim Alvefur |
2016-11-20 |
util.datamanager: Remove extraneous decoding of + to space, which we never never encode to
|
Kim Alvefur |
2016-11-20 |
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal
|
Kim Alvefur |
2016-11-20 |
mod_posix: Use type-specific config API
|
Kim Alvefur |
2016-11-20 |
prosody: Add annotations to ignore various globals and unused arguments [luacheck]
|
Kim Alvefur |
2016-11-20 |
prosody: Set session tables on the 'prosody' global first, then export them as globals
|
Kim Alvefur |
2016-11-20 |
util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]
|
Kim Alvefur |
2016-11-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
util.pubsub: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu)
|
Kim Alvefur |
2016-11-19 |
util.async: Add annotation to ignore warning [luacheck]
|
Kim Alvefur |
2016-11-19 |
util.async: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2016-11-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
mod_admin_telnet: Use the module:send() API for xmpp:ping command
|
Kim Alvefur |
2016-11-18 |
util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)
|
Kim Alvefur |
2016-11-18 |
util.helpers: List event priorities instead of useless array index
|
Kim Alvefur |
2016-11-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-17 |
mod_message, mod_carbons: Adjust event hook priorities to negative (core modules should do this to make overriding from other modules easier)
|
Kim Alvefur |
2016-11-17 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-04 |
mod_websocket: Set FIN flag on ping frames (fixes #773)
|
Kim Alvefur |
2016-11-04 |
certs/Makefile: Remove more -c flags
|
Kim Alvefur |
2016-11-03 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-11-03 |
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)
|
Kim Alvefur |
2016-11-03 |
mod_tls: Ignore unused argument [luacheck]
|
Kim Alvefur |
2016-11-02 |
mod_register: Rename session reference in wrapped close method [luacheck]
|
Kim Alvefur |
2016-11-02 |
mod_register: Use throttle_max as indicator of limits being enabled, in case min_seconds_between_registrations is not used
|
Kim Alvefur |
2016-11-02 |
mod_register: Additional logging for various registration failure cases
|
Kim Alvefur |
2016-11-02 |
Backed out changeset f1af4edd5722, doesn't work as intended (node is the name of the node and always present)
|
Kim Alvefur |
2016-10-18 |
net.server_epoll: Make sure socket exists before checking if there is buffered data in it
|
Kim Alvefur |
2016-10-27 |
MUC: Include the appropriate status code if nickname is changed during join process
|
Kim Alvefur |
2016-10-26 |
mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()
|
Kim Alvefur |
2016-10-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-10-18 |
util.pubsub: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2016-10-18 |
util.cache: Ignore unused argument [luacheck]
|
Kim Alvefur |
2016-10-18 |
util.statsd: Ignore unused argument [luacheck]
|
Kim Alvefur |
2016-10-18 |
util.array: Remove unused arguments [luacheck]
|
Kim Alvefur |
2016-10-18 |
util.array: Rename arguments to avoid name clash [luacheck]
|
Kim Alvefur |
2016-10-18 |
mod_carbons: Fix logic presendence
|
Kim Alvefur |
2016-10-17 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-10-15 |
util.pubsub: Factor item storage cache into a per service configurable option
|
Kim Alvefur |
2016-10-15 |
util.pubsub: Switch to use util.cache for item data
|
Kim Alvefur |
2016-10-15 |
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)
|
Kim Alvefur |
2016-10-15 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-10-13 |
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)
|
Kim Alvefur |
2016-10-13 |
net.server_epoll: Check that connection still exists after callback, fixes traceback when closed
|
Kim Alvefur |
2016-10-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-10-08 |
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)
|
Kim Alvefur |
2016-10-08 |
net.server_event: Restore destruction of socket on read timeout (lost since e67891ad18d6) (thanks Ge0rG)
|
Kim Alvefur |
2016-10-08 |
net.server_epoll: Separate ok from err branch more
|
Kim Alvefur |
2016-10-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-10-07 |
mod_s2s: Log error message from DNS lookup
|
Kim Alvefur |
2016-10-04 |
MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'
|
Kim Alvefur |
2016-10-01 |
Makefile: Preserve timestamps of installed files (fixes #547)
|
Kim Alvefur |
2016-09-30 |
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden
|
Kim Alvefur |
2016-09-30 |
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp
|
Kim Alvefur |
2016-09-30 |
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)
|
Kim Alvefur |
2016-09-30 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-09-28 |
Tagging 0.9.11
|
Matthew Wild |
2016-09-27 |
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues
0.9.11
|
Matthew Wild |
2016-09-27 |
prosodyctl: Fix copy/paste error in help text for deluser command
|
Matthew Wild |
2016-09-27 |
util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749)
|
Kim Alvefur |
2016-09-23 |
util.datamanager: Add annotations to ignore name clashes [luacheck]
|
Kim Alvefur |
2016-09-24 |
util.datamanager: Rename variables to avoid name clashes [luacheck]
|
Kim Alvefur |
2016-09-24 |
mod_carbons: Fix inverted logic (Thanks Ge0rg)}
|
Kim Alvefur |
2016-09-23 |
mod_carbons: Compare with correct variable
|
Kim Alvefur |
2016-09-23 |
mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)
|
Kim Alvefur |
2016-09-23 |
MUC: Remove "server changed your nickname" status code, it gets into the wrong places
|
Kim Alvefur |
2016-10-01 |
MUC: Fix logic of nickname override detection (thanks mimi89999)
|
Kim Alvefur |
2016-10-01 |
MUC: Insert the appropriate status code (210) if the nickname is overridden
|
Kim Alvefur |
2016-09-29 |
Merge 0.10->trunk
|
Matthew Wild |
2016-09-12 |
mod_component: Fire 'component-disconnected' event on host, to maintain consistency - sessions with no host never authenticated. Fixes #737
|
Matthew Wild |
2016-09-12 |
core.statsmanager: Use correct variable for config validation [luacheck]
|
Kim Alvefur |
2016-09-12 |
core.certmanager: Split cipher list into array with comments explaining each part
|
Kim Alvefur |
2016-09-12 |
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval
|
Kim Alvefur |
2016-09-12 |
MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants
|
Kim Alvefur |
2016-09-11 |
Merge 0.10->trunk
|
Matthew Wild |
2016-09-07 |
mod_bosh: Save last response in case retransmission is required
|
Sam Whited |
2016-09-07 |
net.server_epoll: Make minimum poll wait time configurable
|
Kim Alvefur |
2016-09-04 |
net.server_epoll: Support for setting configuration parameters
|
Kim Alvefur |
2016-09-04 |
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests
|
Matthew Wild |
2016-09-02 |
mod_bosh: Fix typo
|
Matthew Wild |
2016-09-02 |
Merge 0.10->trunk
|
Matthew Wild |
2016-09-02 |
mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use
|
Matthew Wild |
2016-09-02 |
mod_bosh: Log when a stanza isn't handled because we can't find a session for it
|
Matthew Wild |
2016-09-02 |
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!)
|
Matthew Wild |
2016-09-02 |
Logging error if MUC room cache is full
|
Sam Whited |
2016-09-02 |
Merge 0.10->trunk
|
Matthew Wild |
2016-08-31 |
stanza_router: Make 'unhandled stanza' errors more informative
|
Matthew Wild |
2016-08-31 |
Merge 0.10->trunk
|
Matthew Wild |
2016-08-31 |
moduleapi: 'duration' became 'times'
|
Matthew Wild |
2016-08-31 |
storagemanager: Fix for previous commit
|
Matthew Wild |
2016-08-31 |
storagemanager: Fire event when opening a store, and allow the returned store/err to be overridden
|
Matthew Wild |
2016-08-31 |
storagemanager: Simplify function flow
|
Matthew Wild |
2016-08-31 |
Backed out changeset a23b5cb8c22b
|
Matthew Wild |
2016-08-31 |
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe
|
Kim Alvefur |
2016-08-30 |
mod_admin_telnet: Fix to use modern way to fetch a MUC room
|
Kim Alvefur |
2016-08-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-28 |
mod_s2s: Fire event when s2s connection fails
|
Matthew Wild |
2016-08-27 |
net.server_epoll: More comments
|
Kim Alvefur |
2016-08-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-26 |
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received
|
Kim Alvefur |
2016-08-26 |
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams
|
Kim Alvefur |
2016-08-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-24 |
configure: Add ostype preset for NetBSD
|
Holger Weiss |
2015-04-17 |
MUC: Fix compatibility with new and old storage format
|
Kim Alvefur |
2016-08-23 |
net.server_epoll: Remove commented out code
|
Kim Alvefur |
2016-08-23 |
net.server_epoll: Return early in the event of zero timers
|
Kim Alvefur |
2016-08-23 |
net.server_epoll: Fix timer returning boolean
|
Kim Alvefur |
2016-08-23 |
net.server_epoll: Let :init handle setup for onconnect handling
|
Kim Alvefur |
2016-08-22 |
net.server_epoll: Tailcalls
|
Kim Alvefur |
2016-08-22 |
net.server_epoll: Move management of fd registry to :setflags
|
Kim Alvefur |
2016-08-22 |
net.server_epoll: Comments
|
Kim Alvefur |
2016-08-22 |
net.server_epoll: Make maximum wait time configurable
|
Kim Alvefur |
2016-08-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-20 |
mod_blocklist: Mention issue numbers
|
Kim Alvefur |
2016-08-20 |
mod_blocklist: Decrease priority of iq hooks to ease handling by other modules
|
Kim Alvefur |
2016-08-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-19 |
configure: Add --compiler-wrapper flag for using things like ccache or distcc
|
Kim Alvefur |
2016-08-19 |
configure: Add initial attempt at pkg-config preset
|
Kim Alvefur |
2016-08-19 |
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian
|
Kim Alvefur |
2016-08-19 |
configure: Move -ggdb flag here from util-src/Make
|
Kim Alvefur |
2016-08-19 |
configure: Add C compiler flag to indicate C89
|
Kim Alvefur |
2016-08-19 |
Move C compiler flag -pedantic from Makefile to configure
|
Kim Alvefur |
2016-08-19 |
util-src/Makefile: Remove redundant -Wall (already set by configure)
|
Kim Alvefur |
2016-08-19 |
configure: Remove unused 'find_helper' function
|
Kim Alvefur |
2016-08-19 |
configure: Indicate that LUA_INCDIR is set in openbsd preset
|
Kim Alvefur |
2016-08-19 |
configure: Quote strings
|
Kim Alvefur |
2016-08-19 |
configure: Respect Lua suffix in Debian preset if already set
|
Kim Alvefur |
2016-08-19 |
configure: Normalize whitespace
|
Kim Alvefur |
2016-08-19 |
net.server_epoll: Set timers before calling onincoming, fixes traceback if connection is closed before onincoming returns
|
Kim Alvefur |
2016-08-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Call ondetach when listeners are replaced
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Make sure wantwrite is set when starting TLS
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Prevent invalid FDs from being added to epoll
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Make sure a recent LuaSocket is avaliable
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Trigger onconnect for TLS connections when writable after handshake
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Add separate timout for initial connection
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: TLS handshake timeout
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Refactor to use common initialization
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Connect async in addclient
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Return status from starttls method
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Prevent anything from happening to destroyed sockets
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Prevent further writing after closing a socket
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Additional logging of connects and TLS
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Improve syntax
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Remove read timeout when waiting to read more from buffer
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Return early on successful write
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Don't call ondrain when connection is to be closed
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Comment some overly verbose logging
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Return something as FD when no connection exists
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Improve string representation of connections
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Collect and expose local and remote address and ports
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Call callbacks through common method in protected mode
|
Kim Alvefur |
2016-08-18 |
net.http.server: Add luacheck annotations
|
Kim Alvefur |
2016-08-18 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-08-18 |
mod_http: Allow configuring http parser size limits
|
Kim Alvefur |
2016-08-18 |
net.http.server: Expose way to set http server options
|
Kim Alvefur |
2016-08-18 |
net.http.parser: Allow limits to be configurable via options callback
|
Kim Alvefur |
2016-08-18 |
net.http.parser: Add a limit on maximum buffer size, default to 20M
|
Kim Alvefur |
2016-08-18 |
net.http.parser: Add a limit on content length, default to 10M
|
Kim Alvefur |
2016-08-18 |
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603)
|
Kim Alvefur |
2016-08-13 |
net.server_epoll: Fix missing quotes in logging call
|
Kim Alvefur |
2016-08-18 |
net.server_epoll: Add some comments
|
Kim Alvefur |
2016-08-17 |
net.http.codes: Add HTTP status code 451 Unavailable For Legal Reasons from RFC 7725
|
Kim Alvefur |
2016-08-13 |
net.http.codes: Remove used argument
|
Kim Alvefur |
2016-08-13 |
mod_register: Fix inverted throttle check (fixes #724)
|
Kim Alvefur |
2016-08-13 |
net.http.parser: Remove unused argument [luacheck]
|
Kim Alvefur |
2016-08-13 |