mod_http_file_share: Update cached value while it is reasonably fresh
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Cache quotas to avoid hitting storage
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Split out some variables for later reuse
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Add support for daily upload quotas.
|
Kim Alvefur |
2021-01-31 |
mod_http_file_share: Add missing semicolon
|
Kim Alvefur |
2021-01-31 |
CHANGES: Clarify what mod_mimicking does
|
Kim Alvefur |
2021-01-30 |
mod_http_file_share: Clarify log message
|
Kim Alvefur |
2021-01-30 |
doap: Fix off by 200 in RFC number
|
Kim Alvefur |
2021-01-30 |
mod_tls: Ignore lack of STARTTLS offer only when s2s_require_encryption set
|
Kim Alvefur |
2021-01-29 |
mod_tls: Attempt STARTTLS even if not advertised as per RFC 7590
|
Kim Alvefur |
2021-01-29 |
doap: Move comment into <implements> it comments on
|
Kim Alvefur |
2021-01-29 |
mod_mam: Remove obsolete queryid attribute from tests
|
Kim Alvefur |
2021-01-29 |
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)
|
Kim Alvefur |
2021-01-29 |
mod_http_file_share: Indicate missing token via WWW-Authenticate header
|
Kim Alvefur |
2021-01-29 |
mod_http_file_share: Clarify message about missing Authorization header
|
Kim Alvefur |
2021-01-29 |
mod_http_file_share: Allow started uploads to complete after token expired
|
Kim Alvefur |
2021-01-28 |
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’)
|
Kim Alvefur |
2021-01-28 |
mod_http_file_share: Cache file metadata
|
Kim Alvefur |
2021-01-28 |
mod_http_file_share: Extract all file properties into variables earlier
|
Kim Alvefur |
2021-01-28 |
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion)
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Insert pauses to avoid blocknig for long periods
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Add support for removing old files (default 2 weeks)
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: More security headers
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Strip authorization type prefix a bit earlier
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Factor out function for generating full filename
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Use '.bin' file extension
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Validate file size early in HTTP PUT request
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Move Authorization type string
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Add some logging
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Handle content-type being optional
|
Kim Alvefur |
2021-01-27 |
mod_http_file_share: Reject invalid file sizes
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Fix name of max-file-size tag
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Expand registry to fix extra tag
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Verify final file size on completion of upload
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Add file type filter
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Add file size limit (default 10M)
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Validate that filename does not contain '/'
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Return proper error if unauthorized
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Add basic access control
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Add support for external file upload service
|
Kim Alvefur |
2021-01-26 |
mod_http_file_share: Let's write another XEP-0363 implementation
|
Kim Alvefur |
2021-01-26 |
util.interpolation: Add test for #1623
|
Kim Alvefur |
2021-01-25 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-01-25 |
util.interpolation: Fix combination of filters and fallback values #1623
0.11
|
Kim Alvefur |
2021-01-25 |
util.startup: Make installer_plugin_path relative to data directory
|
Kim Alvefur |
2021-01-24 |
util.startup: Don't create installer plugin path (as root)
|
Kim Alvefur |
2021-01-24 |
util.prosodyctl.check: Recognise global options related to plugin installer
|
Kim Alvefur |
2021-01-21 |
net.unbound: Fix to initialize under prosodyctl
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Add reference to #1602 (plugin installer docs) in comment
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Move message after condition
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Remove unused calculation [luacheck]
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Rename unused variable to '_' [luacheck]
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Fix copypaste oversight
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Always return exit code from luarocks
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Abort if no plugin source specified for the installer
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Move UI related calls out of util.prosodyctl
|
Kim Alvefur |
2021-01-21 |
prosodyctl: Use luarocks status code as exit code
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Reword message to sound more natural
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Propagate status from luarocks invocation
|
Kim Alvefur |
2021-01-21 |
util.prosodyctl: Use installer path prepared by util.startup
|
Kim Alvefur |
2021-01-21 |
lint: Add initial semgrep config
|
Kim Alvefur |
2021-01-18 |
util.datamanager: Fix not passing variables as format string to logger (thanks semgrep)
|
Kim Alvefur |
2021-01-16 |
core.modulemanager: Fix resource location compat with LuaRocks 2.x
|
Kim Alvefur |
2021-01-15 |
MUC: Allow modules to add to the room registration form, and handle the result
|
Matthew Wild |
2021-01-15 |
doc/doap.xml: Fix attribute name
|
Matthew Wild |
2021-01-15 |
mod_mam: Workaround scansion test flakyness
|
Kim Alvefur |
2021-01-13 |
mod_storage_sql: Fix compatibilty with Lua 5.1
|
Kim Alvefur |
2021-01-13 |
mod_muc_mam: Copy extended MAM support from mod_mam
|
Kim Alvefur |
2021-01-12 |
mod_mam: Advertise extended MAM when archive storage is capable
|
Kim Alvefur |
2021-01-12 |
mod_mam: Allow querying by set of IDs
|
Kim Alvefur |
2021-01-12 |
mod_storage_sql: Support query for set of IDs
|
Kim Alvefur |
2021-01-12 |
mod_storage_internal: Support query for set of IDs
|
Kim Alvefur |
2021-01-12 |
mod_storage_memory: Support query for set of IDs
|
Kim Alvefur |
2021-01-12 |
storage tests: Add test for querying a set of IDs
|
Kim Alvefur |
2021-01-12 |
mod_storage_internal: Add support for full ID range query
|
Kim Alvefur |
2021-01-12 |
mod_storage_memory: Support full ID range queries
|
Kim Alvefur |
2021-01-12 |
storage tests: Test querys with both before and after IDs
|
Kim Alvefur |
2021-01-12 |
mod_mam: Add support for before-id and after-id fields
|
Kim Alvefur |
2021-01-09 |
mod_storage_sql: Advertise support for id range query
|
Kim Alvefur |
2021-01-09 |
mod_mam: Implement extended MAM metadata query
|
Kim Alvefur |
2020-11-30 |
mod_mam: Add support for page flipping
|
Kim Alvefur |
2020-11-30 |
mod_mam: Advertise extended MAM 0.7.x behind a feature flag
|
Kim Alvefur |
2020-11-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-01-12 |
net.adns: Prevent empty packets from being sent on "connect" (fix #1619)
0.11
|
Kim Alvefur |
2021-01-12 |
net.server_epoll: Fix off-by-one in 2c559953ad41
0.11
|
Kim Alvefur |
2021-01-10 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-01-08 |
util.timer: Ensure timers can't run more than once per tick (fixes #1620)
0.11
|
Kim Alvefur |
2021-01-08 |
net.server_epoll: Ensure timers can't run more than once per tick
0.11
|
Kim Alvefur |
2021-01-08 |
util.stanza: Move misplaced argument to correct place
0.11
|
Kim Alvefur |
2020-12-24 |
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353
|
Kim Alvefur |
2021-01-08 |
doap: XEP-0004 Multiple Items in Form Results is not supported
|
Kim Alvefur |
2020-12-29 |
doap: LibExpat was used from the start and thus XEP-0044 supported
|
Kim Alvefur |
2020-12-29 |
doap: util.dataforms first appeared in 0.4.0
|
Kim Alvefur |
2020-12-29 |
doap: Add removed status
|
Kim Alvefur |
2020-12-29 |
doap: Specify exact Prosody version
|
Kim Alvefur |
2020-12-29 |
mod_scansion_record: Flush after writes
|
Matthew Wild |
2021-01-08 |
net.unbound: Delay loading until server has started or first query
|
Kim Alvefur |
2021-01-05 |
net.unbound: Move libunbound initialization into a function
|
Kim Alvefur |
2021-01-05 |
scansion: Allow specifying a logfile for prosody via environment
|
Kim Alvefur |
2021-01-05 |
net.unbound: Allow tracing individual queries with a logger per query
|
Kim Alvefur |
2021-01-05 |
net.unbound: Don't pass error as logger formatting string
|
Kim Alvefur |
2021-01-05 |
net.unbound: Log net.server interactions
|
Kim Alvefur |
2021-01-05 |
prosodyctl: Remove non-existant command from hidden commands
|
Kim Alvefur |
2021-01-05 |
MUC: Reject probes from non-occupants
|
JC Brand |
2020-10-02 |
MUC: Add support for presence probes (fixes #1535)
|
JC Brand |
2020-04-19 |
doap: Use logo property from schema.org
|
Kim Alvefur |
2021-01-02 |
doap: Apply XML canonicalization
|
Kim Alvefur |
2021-01-02 |
doap: Link to the actual logo (thanks Link Mauve)
|
Kim Alvefur |
2021-01-01 |
doap: Link to logo
|
Kim Alvefur |
2021-01-01 |
mod_component: Distinguish missing stream @to from unknown local component (thanks Daniel_W)
|
Kim Alvefur |
2020-12-18 |
net.server_epoll: Increase log level for error in callback
|
Kim Alvefur |
2020-12-16 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-12-16 |
mod_s2s: Fix copypaste mistake in b3ae48362f78
0.11
|
Kim Alvefur |
2020-12-16 |
Merge 0.11->trunk
|
Matthew Wild |
2020-12-15 |
MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho)
0.11
|
Matthew Wild |
2020-12-15 |
doap: Add XEP-0441, the preferences part broken out of XEP-0313
|
Kim Alvefur |
2020-12-13 |
doap: Add XEP-0297, used by XEP-0280, XEP-0313
|
Kim Alvefur |
2020-12-13 |
doap: Add XEP-0277 for use in mod_storage_0227 and tools/xep227toprosody.lua
|
Kim Alvefur |
2020-12-13 |
doap: Not all of XEP-0133 commands are implemented
|
Kim Alvefur |
2020-12-13 |
doap: XEP-0352 version bump to Draft (no changes)
|
Kim Alvefur |
2020-12-13 |
doap: Add XEP-0059, RSM is used indirectly by XEP-0313
|
Kim Alvefur |
2020-12-13 |
doap: Add XEP-0044, Expat should be handling namespaces
|
Kim Alvefur |
2020-12-13 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-12-11 |
mod_s2s: Prevent whitespace keepalives the stream has been opened
0.11
|
Kim Alvefur |
2020-12-10 |
net.http.errors: Add error class for DNS resolution failures (thanks SouL)
|
Matthew Wild |
2020-12-11 |
util.error: Switch to util.debug traceback tables and remove display_tracebacks option
|
Matthew Wild |
2020-12-09 |
util.error: Expose is_error on registry objects for convenience
|
Matthew Wild |
2020-12-09 |
util.error: rename is_err() -> is_error()
|
Matthew Wild |
2020-12-09 |