Software /
code /
prosody
Graph
-
mod_tls: Attempt STARTTLS even if not advertised as per RFC 75902021-01-29, by Kim Alvefur
-
doap: Move comment into <implements> it comments on2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete queryid attribute from tests2021-01-29, by Kim Alvefur
-
mod_mam: Remove obsolete 'queryid' attribute from iq-result (thanks paul)2021-01-29, by Kim Alvefur
-
mod_http_file_share: Indicate missing token via WWW-Authenticate header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Clarify message about missing Authorization header2021-01-29, by Kim Alvefur
-
mod_http_file_share: Allow started uploads to complete after token expired2021-01-28, by Kim Alvefur
-
mod_http_file_share: Serve configurable set of safe mime types inline (thanks jonas’)2021-01-28, by Kim Alvefur
-
mod_http_file_share: Cache file metadata2021-01-28, by Kim Alvefur
-
mod_http_file_share: Extract all file properties into variables earlier2021-01-28, by Kim Alvefur
-
mod_http_file_share: Fix the obligatory misplaced closing bracket (thanks scansion)2021-01-27, by Kim Alvefur
-
mod_http_file_share: Insert pauses to avoid blocknig for long periods2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add support for removing old files (default 2 weeks)2021-01-27, by Kim Alvefur
-
mod_http_file_share: More security headers2021-01-27, by Kim Alvefur
-
mod_http_file_share: Strip authorization type prefix a bit earlier2021-01-27, by Kim Alvefur
-
mod_http_file_share: Factor out function for generating full filename2021-01-27, by Kim Alvefur
-
mod_http_file_share: Use '.bin' file extension2021-01-27, by Kim Alvefur
-
mod_http_file_share: Validate file size early in HTTP PUT request2021-01-27, by Kim Alvefur
-
mod_http_file_share: Move Authorization type string2021-01-27, by Kim Alvefur
-
mod_http_file_share: Add some logging2021-01-27, by Kim Alvefur
-
mod_http_file_share: Handle content-type being optional2021-01-27, by Kim Alvefur
-
mod_http_file_share: Reject invalid file sizes2021-01-26, by Kim Alvefur
-
mod_http_file_share: Fix name of max-file-size tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Expand registry to fix extra tag2021-01-26, by Kim Alvefur
-
mod_http_file_share: Verify final file size on completion of upload2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file type filter2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add file size limit (default 10M)2021-01-26, by Kim Alvefur
-
mod_http_file_share: Validate that filename does not contain '/'2021-01-26, by Kim Alvefur
-
mod_http_file_share: Return proper error if unauthorized2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add basic access control2021-01-26, by Kim Alvefur
-
mod_http_file_share: Add support for external file upload service2021-01-26, by Kim Alvefur
-
mod_http_file_share: Let's write another XEP-0363 implementation2021-01-26, by Kim Alvefur
-
util.interpolation: Add test for #16232021-01-25, by Kim Alvefur
-
Merge 0.11->trunk2021-01-25, by Kim Alvefur
-
util.interpolation: Fix combination of filters and fallback values #1623 0.112021-01-25, by Kim Alvefur
-
util.startup: Make installer_plugin_path relative to data directory2021-01-24, by Kim Alvefur
-
util.startup: Don't create installer plugin path (as root)2021-01-24, by Kim Alvefur
-
util.prosodyctl.check: Recognise global options related to plugin installer2021-01-21, by Kim Alvefur
-
net.unbound: Fix to initialize under prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Add reference to #1602 (plugin installer docs) in comment2021-01-21, by Kim Alvefur
-
prosodyctl: Move message after condition2021-01-21, by Kim Alvefur
-
util.prosodyctl: Remove unused calculation [luacheck]2021-01-21, by Kim Alvefur
-
util.prosodyctl: Rename unused variable to '_' [luacheck]2021-01-21, by Kim Alvefur
-
prosodyctl: Fix copypaste oversight2021-01-21, by Kim Alvefur
-
util.prosodyctl: Always return exit code from luarocks2021-01-21, by Kim Alvefur
-
prosodyctl: Abort if no plugin source specified for the installer2021-01-21, by Kim Alvefur
-
prosodyctl: Move UI related calls out of util.prosodyctl2021-01-21, by Kim Alvefur
-
prosodyctl: Use luarocks status code as exit code2021-01-21, by Kim Alvefur
-
util.prosodyctl: Reword message to sound more natural2021-01-21, by Kim Alvefur
-
util.prosodyctl: Propagate status from luarocks invocation2021-01-21, by Kim Alvefur
-
util.prosodyctl: Use installer path prepared by util.startup2021-01-21, by Kim Alvefur
-
lint: Add initial semgrep config2021-01-18, by Kim Alvefur
-
util.datamanager: Fix not passing variables as format string to logger (thanks semgrep)2021-01-16, by Kim Alvefur
-
core.modulemanager: Fix resource location compat with LuaRocks 2.x2021-01-15, by Kim Alvefur
-
MUC: Allow modules to add to the room registration form, and handle the result2021-01-15, by Matthew Wild
-
doc/doap.xml: Fix attribute name2021-01-15, by Matthew Wild
-
mod_mam: Workaround scansion test flakyness2021-01-13, by Kim Alvefur
-
mod_storage_sql: Fix compatibilty with Lua 5.12021-01-13, by Kim Alvefur
-
mod_muc_mam: Copy extended MAM support from mod_mam2021-01-12, by Kim Alvefur
-
mod_mam: Advertise extended MAM when archive storage is capable2021-01-12, by Kim Alvefur
-
mod_mam: Allow querying by set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_sql: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Support query for set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support query for set of IDs2021-01-12, by Kim Alvefur
-
storage tests: Add test for querying a set of IDs2021-01-12, by Kim Alvefur
-
mod_storage_internal: Add support for full ID range query2021-01-12, by Kim Alvefur
-
mod_storage_memory: Support full ID range queries2021-01-12, by Kim Alvefur
-
storage tests: Test querys with both before and after IDs2021-01-12, by Kim Alvefur
-
mod_mam: Add support for before-id and after-id fields2021-01-09, by Kim Alvefur
-
mod_storage_sql: Advertise support for id range query2021-01-09, by Kim Alvefur
-
mod_mam: Implement extended MAM metadata query2020-11-30, by Kim Alvefur
-
mod_mam: Add support for page flipping2020-11-30, by Kim Alvefur
-
mod_mam: Advertise extended MAM 0.7.x behind a feature flag2020-11-30, by Kim Alvefur
-
Merge 0.11->trunk2021-01-12, by Kim Alvefur
-
net.adns: Prevent empty packets from being sent on "connect" (fix #1619) 0.112021-01-12, by Kim Alvefur
-
Merge 0.11->trunk2021-01-08, by Kim Alvefur
-
util.timer: Ensure timers can't run more than once per tick (fixes #1620) 0.112021-01-08, by Kim Alvefur
-
mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-03532021-01-08, by Kim Alvefur
-
doap: XEP-0004 Multiple Items in Form Results is not supported2020-12-29, by Kim Alvefur
-
doap: LibExpat was used from the start and thus XEP-0044 supported2020-12-29, by Kim Alvefur
-
doap: util.dataforms first appeared in 0.4.02020-12-29, by Kim Alvefur
-
doap: Add removed status2020-12-29, by Kim Alvefur
-
doap: Specify exact Prosody version2020-12-29, by Kim Alvefur
-
mod_scansion_record: Flush after writes2021-01-08, by Matthew Wild
-
net.unbound: Delay loading until server has started or first query2021-01-05, by Kim Alvefur
-
net.unbound: Move libunbound initialization into a function2021-01-05, by Kim Alvefur
-
scansion: Allow specifying a logfile for prosody via environment2021-01-05, by Kim Alvefur
-
net.unbound: Allow tracing individual queries with a logger per query2021-01-05, by Kim Alvefur
-
net.unbound: Don't pass error as logger formatting string2021-01-05, by Kim Alvefur
-
net.unbound: Log net.server interactions2021-01-05, by Kim Alvefur
-
prosodyctl: Remove non-existant command from hidden commands2021-01-05, by Kim Alvefur
-
MUC: Reject probes from non-occupants2020-10-02, by JC Brand
-
MUC: Add support for presence probes (fixes #1535)2020-04-19, by JC Brand
Scroll all the way down to load more.