util.pubsub: Restore subscription index from stored data (fixes #1281)
0.11
|
Kim Alvefur |
2018-12-29 |
mod_admin_telnet: Validate hostnames in xmpp:ping command
|
Kim Alvefur |
2018-12-29 |
mod_tls: Keep TLS context errors and repeat them again for each session
|
Kim Alvefur |
2018-12-27 |
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)
|
Kim Alvefur |
2018-12-27 |
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)
|
Kim Alvefur |
2018-11-24 |
spec: Stub tests for util.interpolation
|
Kim Alvefur |
2018-03-10 |
mod_admin_telnet: Make xmpp:ping command wait and report the reply
|
Kim Alvefur |
2018-12-28 |
mod_admin_telnet: Enable async processing using util.async
|
Kim Alvefur |
2018-12-27 |
mod_admin_telnet: Invert host existence check
|
Kim Alvefur |
2018-12-28 |
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)
|
Kim Alvefur |
2018-12-28 |
util.stanza: Require a type attribute for iq stanzas
|
Kim Alvefur |
2018-12-28 |
net.adns: Silence individual luacheck warnings instead of ignoring entire file
|
Kim Alvefur |
2018-12-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-23 |
mod_mam: Add test for JID normalization in prefs (see #1275)
0.11
|
Kim Alvefur |
2018-12-23 |
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275)
0.11
|
Emmanuel Gil Peyrot |
2018-12-23 |
util.table: Add test for create()
|
Kim Alvefur |
2018-12-23 |
util.table: Add test for pack()
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Split line in config check to improve readability
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Change order of luacheck directives to match arguments they apply to
|
Kim Alvefur |
2018-12-23 |
mod_pep: Set an 'id' on notifications
|
Kim Alvefur |
2018-12-23 |
mod_pep: Add some spacing between blocks in broadcaster to improve readability
|
Kim Alvefur |
2018-12-23 |
mod_pep: Move broadcaster code around to be more like in mod_pubsub
|
Kim Alvefur |
2018-12-23 |
mod_pubsub: Add semicolon (code style)
|
Kim Alvefur |
2018-12-23 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-20 |
MUC: Allow changing data attached to an only owner (fixes #1273)
0.11
|
Kim Alvefur |
2018-12-20 |
Merge 0.11->trunk
|
Matthew Wild |
2018-12-19 |
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272)
0.11
|
Matthew Wild |
2018-12-19 |
Merge 0.11->trunk
|
Matthew Wild |
2018-12-19 |
spec/scansion: Fix test names of tests added in 0d97768b0ea9
0.11
|
Matthew Wild |
2018-12-19 |
Merge 0.11 -> trunk
|
Matthew Wild |
2018-12-19 |
spec/scansion: Add tests for members-only rooms
0.11
|
Matthew Wild |
2018-12-19 |
admin_telnet: show when bidi is used on s2s
|
Maxime “pep” Buquet |
2018-12-18 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-17 |
prosodyctl check: Add statisticsmanager settings to known global options
0.11
|
Kim Alvefur |
2018-12-17 |
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667)
|
Kim Alvefur |
2018-12-16 |
MUC: Add descriptive comments to #667 test
|
Kim Alvefur |
2018-12-16 |
MUC: Add another message to #667 test
|
Kim Alvefur |
2018-12-16 |
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)
|
Kim Alvefur |
2018-12-16 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-15 |
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’)
0.11
|
Kim Alvefur |
2018-12-15 |
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons
|
Kim Alvefur |
2018-12-11 |
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config
|
Kim Alvefur |
2018-12-11 |
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons
|
Kim Alvefur |
2018-12-11 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-09 |
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262)
0.11
|
Kim Alvefur |
2018-12-09 |
net.connlisteners: Remove deprecated stub module
|
Kim Alvefur |
2018-12-09 |
net.server_epoll: Bail on callback error
|
Kim Alvefur |
2018-12-08 |
net.server_epoll: Call onconnect right after accept()ing a new client
|
Kim Alvefur |
2018-12-08 |
luacheckrc: No longer ignore access to undefined fields on table lib
|
Kim Alvefur |
2018-12-08 |
util.format: Serialize values for the %q format
|
Kim Alvefur |
2018-10-11 |
lint: Remove use of the 143 error code
|
Kim Alvefur |
2018-12-08 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
2018-12-08 |
lint: No longer ignore access to the deprecated global 'unpack'
|
Kim Alvefur |
2018-12-08 |
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
|
Kim Alvefur |
2018-12-08 |
util.iterators: Use pack from table.pack
|
Kim Alvefur |
2018-12-08 |
util.format: Use pack from util.table
|
Kim Alvefur |
2018-12-08 |
moduleapi: Use pack from util.table
|
Kim Alvefur |
2018-12-08 |
MUC: Add test case for #667
|
Kim Alvefur |
2018-12-06 |
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667)
|
Kim Alvefur |
2018-12-04 |
makefile: Allow configuring path to busted (to match GNUMakefile)
|
Matthew Wild |
2018-12-04 |
makefile: Add lint target (to match GNUMakefile)
|
Matthew Wild |
2018-12-04 |
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()
|
Matthew Wild |
2018-12-04 |
util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)
|
Matthew Wild |
2018-12-04 |
configure: Refactor header search to make it more portable
|
Matthew Wild |
2018-12-03 |
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
|
Matthew Wild |
2018-12-03 |
mod_presence: Handle older boolean subscription request data (thanks Martin)
|
Kim Alvefur |
2018-12-02 |
mod_presence: Remove unnecessary stanza clone call
|
Kim Alvefur |
2018-12-02 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-12-02 |
util.stanza: Deserialize stanza without mutating input (fixes #711)
0.11
|
Kim Alvefur |
2018-12-01 |
util.stanza: Improve tests
0.11
|
Kim Alvefur |
2018-12-02 |
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252)
0.11
|
Kim Alvefur |
2018-11-30 |
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)
|
Matthew Wild |
2018-12-01 |
spec/keep_full_sub_req: Make the second connect a differenct device (workaround for scansion issue)
|
Kim Alvefur |
2018-12-01 |
spec/keep_full_sub_req: Verify that the presence subscription stays the same after a reconnect
|
Kim Alvefur |
2018-12-01 |
spec/keep_full_sub_req: Add missing type attribute
|
Kim Alvefur |
2018-12-01 |
tests: Add scansion test for #689 about keeping the full subscription request stanza
|
Kim Alvefur |
2018-11-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-30 |
server_epoll: Add comments describing config options
0.11
|
Kim Alvefur |
2018-11-30 |
net.server_epoll: Remove unused config option
0.11
|
Kim Alvefur |
2018-11-30 |
server_epoll: Increase write timeout
0.11
|
Kim Alvefur |
2018-11-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-30 |
util-src/makefile: Update with util.poll and util.compat (fixes #1251)
0.11
|
Kim Alvefur |
2018-11-30 |
net.websocket.frames: Add some brief tests
0.11
|
Kim Alvefur |
2018-11-29 |
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version
|
Kim Alvefur |
2018-11-29 |
configure: Recognise 5.4 as a valid Lua version
|
Kim Alvefur |
2018-11-29 |
configure: Split list of possible suffixes into a line per Lua version
|
Kim Alvefur |
2018-11-29 |
util.format: Tweak how nil values are handled
|
Kim Alvefur |
2018-11-28 |
Added tag 0.11.1 for changeset 91856829f18b
0.11
|
Matthew Wild |
2018-11-28 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-27 |
mod_csi: Fix copypaste mistake [luacheck]
0.11 0.11.1
|
Kim Alvefur |
2018-11-27 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-27 |
mod_csi: Set session.state to simplify CSI modules
0.11
|
Kim Alvefur |
2018-11-27 |
mod_csi_simple: Fix autocompletion mistake
0.11
|
Kim Alvefur |
2018-11-27 |
mod_csi_simple: Bypass importance event in active mode (fixes #1249)
0.11
|
Kim Alvefur |
2018-11-27 |
mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248)
0.11
|
Kim Alvefur |
2018-11-27 |
MUC: Move check for explicit room join earlier in room creation flow
|
Kim Alvefur |
2018-11-27 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-26 |
Merge 0.10->0.11
0.11
|
Kim Alvefur |
2018-11-26 |
mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245)
0.11
|
Kim Alvefur |
2018-11-25 |
mod_proxy65: Check what port is used at the time of the query
0.10.3
|
Kim Alvefur |
2018-11-25 |
mod_proxy65: Return an error if no port is open (fixes #1240)
|
Kim Alvefur |
2018-11-25 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-25 |
MUC: Fix traceback on muc#admin query with missing <item> child (#1242)
0.11
|
Kim Alvefur |
2018-11-25 |
Added tag 0.11.0 for changeset 83f3a05c1b1b
0.11
|
Matthew Wild |
2018-11-18 |
CHANGES: Update with release date
0.11 0.11.0
|
Matthew Wild |
2018-11-18 |
prosody.cfg.lua.dist: Tidy up some comments
0.11
|
Matthew Wild |
2018-11-18 |
prosody.cfg.lua.dist: Add https_certificate option
0.11
|
Matthew Wild |
2018-11-18 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-18 |
net.server_select: Fix IP validation to use correct variable (thanks quest)
0.11
|
Kim Alvefur |
2018-11-17 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-17 |
mod_csi_simple: Consider non-stanza objects important
0.11
|
Kim Alvefur |
2018-11-17 |
mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest)
0.11
|
Kim Alvefur |
2018-11-17 |
util.stanza: Validate input to clone() (with brief tests)
0.11
|
Kim Alvefur |
2018-11-17 |
Merge 0.11->trunk
|
Matthew Wild |
2018-11-15 |
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You)
0.11
|
Matthew Wild |
2018-11-15 |
Merge 0.11->trunk
|
Matthew Wild |
2018-11-15 |
MUC: Use defaults from config in create_room() if no config provided
0.11
|
Matthew Wild |
2018-11-15 |
Merge 0.11->trunk
|
Matthew Wild |
2018-11-13 |
net.http.server: Move event formation to avoid traceback on missing Host header
0.11
|
Matthew Wild |
2018-11-13 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-12 |
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record
0.11
|
Kim Alvefur |
2018-11-12 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-12 |
MUC: Add scanison test case for #1230
0.11
|
Kim Alvefur |
2018-11-12 |
mod_scansion_record: Split stanzas into multiple lines
0.11
|
Kim Alvefur |
2018-11-12 |
mod_scansion_record: Discard from/to where these are implicitly the sessions full JID
0.11
|
Kim Alvefur |
2018-11-12 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-11 |
util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall
0.11
|
Kim Alvefur |
2018-11-11 |
MUC: Fix spelling in comments
|
Kim Alvefur |
2018-11-10 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-09 |
MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230)
0.11
|
Kim Alvefur |
2018-11-09 |
MUC: Clarify condition with parenthesis
0.11
|
Kim Alvefur |
2018-11-09 |
net.http: Manually merge settings (fixes #1231)
0.11
|
Kim Alvefur |
2018-11-09 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-11-07 |
mod_storage_memory: Support the purge driver method
0.11
|
Kim Alvefur |
2018-11-07 |
mod_register: Move dependency on mod_register_limits into mod_register_ibr
0.11
|
Kim Alvefur |
2018-11-07 |
mod_pep: Remove incorrect features advertised on the bare host
|
Kim Alvefur |
2018-11-01 |
Merge 0.11->trunk
|
Matthew Wild |
2018-10-31 |
issue1224.scs: Fix to expect new affiliation change notifications
0.11
|
Matthew Wild |
2018-10-31 |
issue1224.scs: Update title
0.11
|
Matthew Wild |
2018-10-31 |
MUC: Add luacheck annotation for unused parameter in filter function
0.11
|
Matthew Wild |
2018-10-31 |
muc_affiliation_notify.scs: Remove trailing whitespace
0.11
|
Matthew Wild |
2018-10-31 |
muc_register.scs: Fix to expect new affiliation change notifications
0.11
|
Matthew Wild |
2018-10-31 |
Merge 0.11->trunk
|
Matthew Wild |
2018-10-31 |
MUC: Announce affiliation changes for JIDs that are not in the room
0.11
|
Matthew Wild |
2018-10-31 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-10-30 |
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)
0.11
|
Kim Alvefur |
2018-10-30 |
Merge 0.11->trunk
|
Matthew Wild |
2018-10-30 |
spec/scansion: Add pep_publish_subscribe (fixes #1222)
0.11
|
Matthew Wild |
2018-10-30 |
net.server_epoll: Use method to update peername on connect
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Replace old vcard module with new ones
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Mention that mod_pep handles avatars
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Add mod_csi_simple
0.11
|
Kim Alvefur |
2018-10-29 |
mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules
0.11
|
Kim Alvefur |
2018-10-29 |
CHANGES: Mention mod_csi
0.11
|
Kim Alvefur |
2018-10-29 |
net.server_epoll: Reschedule delayed timers relative to current time
|
Kim Alvefur |
2018-10-28 |
Merge 0.11->trunk
|
Kim Alvefur |
2018-10-28 |
mod_storage_sql1: Remove pre-0.10 SQL module
0.11
|
Kim Alvefur |
2018-10-28 |
util.sslconfig: Recognise TLS 1.3 as a protocol version
0.11
|
Kim Alvefur |
2018-10-28 |
CHANGES: Update with new branch
0.11
|
Kim Alvefur |
2018-10-27 |
Diverge 0.11
0.11
|
Kim Alvefur |
2018-10-27 |
net.server: Add an API for holding writes of outgoing data
|
Kim Alvefur |
2018-10-25 |
net.server_select: Still allow buffering outgoing data on write-locked connections
|
Kim Alvefur |
2018-10-28 |
net.server_select: Replace use of deprecated :lock_read in server.link
|
Kim Alvefur |
2018-10-28 |
net.server_select: Deprecate :lock method
|
Kim Alvefur |
2018-10-28 |
server_select: Fix :lock method
|
Kim Alvefur |
2018-10-28 |
net.server_select: Move code from :lock_read into :pause and :resume
|
Kim Alvefur |
2018-10-28 |
net.server_event: Deprecate :lock_read here too
|
Kim Alvefur |
2018-10-28 |
net.server_select: Deprecate connection:lock_read() method
|
Kim Alvefur |
2018-10-28 |
net.server_epoll: Shuffle variables earlier to improve readability
|
Kim Alvefur |
2018-10-27 |
mod_ping, mod_uptime: Use module:provides
|
Kim Alvefur |
2018-10-27 |
mod_adhoc: Add compat marker for older handling of adhoc items
|
Kim Alvefur |
2018-10-27 |
util.serialization: Encode non-fatal error in way that can be restored
|
Kim Alvefur |
2018-10-27 |
util.serialization: Rename non-fatal fallback handler for clarity
|
Kim Alvefur |
2018-10-27 |
util.serialization: Disable use of unquoted table keys by default
|
Kim Alvefur |
2018-10-27 |
util.serialization: Add option for allowing multiple references to the same table (but not cycles)
|
Kim Alvefur |
2018-10-27 |
util.serialization: Test rejection of multiple references to same table
|
Kim Alvefur |
2018-10-27 |
util.serialization: Separate errors for multiple table references and max depth
|
Kim Alvefur |
2018-10-27 |
util.serialization: Make maximum table depth configurable
|
Kim Alvefur |
2018-10-27 |
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]
|
Matthew Wild |
2018-10-26 |
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
|
Matthew Wild |
2018-10-26 |
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
|
Matthew Wild |
2018-10-26 |
util.dependencies: Remove ztact compatability warning
|
Matthew Wild |
2018-10-26 |
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions
|
Matthew Wild |
2018-10-26 |
util.promise: Remove the non-standard ability to pass a promise to reject()
|
Matthew Wild |
2018-10-26 |
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
|
Matthew Wild |
2018-10-26 |
moduleapi: Prevent loading disabled module as dependency of enabled one
|
Kim Alvefur |
2018-10-25 |
mod_mam: Remove embedded fallback archive driver (fixes #972)
|
Kim Alvefur |
2018-10-25 |
mod_mam: Upgrade case of invalid archive store driver to hard error
|
Kim Alvefur |
2018-10-25 |
mod_mam: Ignore case of null storage driver
|
Kim Alvefur |
2018-10-25 |
mod_muc_mam: Fix missing form container element
|
Kim Alvefur |
2018-10-25 |
util.promise tests: Fix declared but unused variables
|
Matthew Wild |
2018-10-25 |
util.promise: Fix missing parameters
|
Matthew Wild |
2018-10-25 |
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers
|
Matthew Wild |
2018-10-25 |
util.promise: Export is_promise()
|
Matthew Wild |
2018-10-25 |
MUC: Remove debug log
|
Matthew Wild |
2018-10-25 |
util.promise: Remove debug print and assert
|
Matthew Wild |
2018-10-25 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-10-24 |
prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout
|
Kim Alvefur |
2018-10-24 |
prosodyctl: Allow cert dir to not be owned by root (fixes #1075)
|
Kim Alvefur |
2018-10-24 |
mod_pep: Add automatic subscriptions on node creation (fixes #1222)
|
Kim Alvefur |
2018-10-20 |
mod_pep: Add PEP service owners username in configuration to ease identification
|
Kim Alvefur |
2018-10-20 |
mod_pep: Remove use of recipients table for signaling pending disco#items
|
Kim Alvefur |
2018-10-23 |
util.pubsub: Clarify comment about return value
|
Kim Alvefur |
2018-10-21 |
mod_pep: Add all pubsub service objects to item API in order to behave across reloads
|
Kim Alvefur |
2018-10-20 |
mod_storage_sql: Handle Lua 5.3 move of unpack function
|
Kim Alvefur |
2018-10-21 |
storagemanager: Fix tests on Lua 5.3
|
Kim Alvefur |
2018-10-21 |
mod_storage_memory: Adapt archive deletion code from mod_storage_internal
|
Kim Alvefur |
2018-10-21 |
mod_storage_memory: Fix overwriting old keys
|
Kim Alvefur |
2018-10-21 |
mod_storage_memory: Remove compat for very early argument order
|
Kim Alvefur |
2018-10-21 |
MUC: Add function to retrieve affiliation data for a given JID
|
Matthew Wild |
2018-10-21 |
MUC: Include affiliation data when iterating over affiliations with a room
|
Matthew Wild |
2018-10-21 |
MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it (fixes #1224)
|
Matthew Wild |
2018-10-21 |
util.array: Add __div for parity with util.set
|
Matthew Wild |
2018-10-21 |
util.array: Break long line
|
Matthew Wild |
2018-10-19 |
stanza_router: Remove deprecation warning for core routing functions from global scope (deprecated in 0.9)
|
Kim Alvefur |
2018-10-21 |
mod_compression: Remove tombstone (deprecated in 0.10)
|
Kim Alvefur |
2018-10-21 |
mod_privacy: Remove tombstone (deprecated in 0.10)
|
Kim Alvefur |
2018-10-21 |
tests: Add some comments to xep54 test
|
Kim Alvefur |
2018-10-20 |
tests: Remove initial read since XEP is unclear (see #1104)
|
Kim Alvefur |
2018-10-20 |
tests: Set a proper title for vCard test
|
Kim Alvefur |
2018-10-20 |
tests: Add simple test case for XEP-0054
|
Kim Alvefur |
2018-10-20 |
mod_vcard_legacy: Pass node defaults to publish instead of create
|
Kim Alvefur |
2018-10-20 |
CHANGES: Mention server_epoll
|
Kim Alvefur |
2018-10-18 |
mod_vcard_legacy: Create nodes with open access (fixes #1221)
|
Kim Alvefur |
2018-10-18 |
util.promise: Add promise.try()
|
Matthew Wild |
2018-10-18 |
util.pubsub: Allow publishing with a config that should be used as defaults only
|
Matthew Wild |
2018-10-18 |
util.promise: Add a string representation
|
Kim Alvefur |
2018-10-18 |
util.promise: Add promise:finally()
|
Matthew Wild |
2018-10-18 |
util.promise: Some code relocation
|
Matthew Wild |
2018-10-18 |
util.promise: Also support automatic resolution by returning a promise from an on_reject handler
|
Matthew Wild |
2018-10-18 |
util.promise: Add additional test for promise.reject()
|
Matthew Wild |
2018-10-18 |
util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
|
Matthew Wild |
2018-10-18 |
core.moduleapi: Remove redundant condition
|
Kim Alvefur |
2018-10-17 |
net.server_epoll: Special handling of signal interrupts
|
Kim Alvefur |
2018-10-12 |
net.server_epoll: Ignore ENOENT when deregitering socket
|
Kim Alvefur |
2018-10-12 |
net.server_epoll: Graceful handling of registering already added socket
|
Kim Alvefur |
2018-10-12 |
util.http: Add tests for normalize_path
|
Kim Alvefur |
2018-10-14 |
mod_http: Move normalize_path to util.http
|
Kim Alvefur |
2018-10-14 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-10-14 |