2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Actually consensus is on async.wait after all
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Include original message stanza example
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Update namespace
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Update for actual function named async.await()
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Fix example config
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Fix README filename
|
2019-09-29 |
Matthew Wild |
mod_muc_media_metadata: Module to automatically fetch metadata for posted media
|
2019-09-29 |
Matthew Wild |
mod_muc_hide_media: Module to allow hiding inline media in a MUC
|
2019-09-28 |
Kim Alvefur |
mod_csi_grace_period: Fix to store state on correct table
|
2019-09-28 |
Kim Alvefur |
mod_register_web: Fix traceback if captcha_reply is left out of the form (thanks woffs)
|
2019-09-28 |
Emmanuel Gil Peyrot |
mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.
|
2019-09-28 |
Emmanuel Gil Peyrot |
mod_bookmarks2: Add new module.
|
2019-09-18 |
Kim Alvefur |
mod_telnet_tlsinfo: Mark as obsolete since this is included in mod_admin_telnet
|
2019-09-17 |
Kim Alvefur |
mod_muc_webchat_url: Fix default url
|
2019-09-17 |
Kim Alvefur |
mod_muc_webchat_url/README: Fix template option name
|
2019-09-17 |
Kim Alvefur |
mod_muc_webchat_url: Don't save templated value
|
2019-09-17 |
Kim Alvefur |
mod_muc_webchat_url: Advertise the URL to a webchat in disco#info
|
2019-09-14 |
Kim Alvefur |
mod_bidi: Link to mod_s2s_bidi
|
2019-09-11 |
Maxime “pep” Buquet |
mod_muc_occupant_id: add TODO regarding MAM handling
|
2019-09-08 |
Emmanuel Gil Peyrot |
mod_jid_prep: Update the README to point to XEP-0328.
|
2019-09-02 |
Kim Alvefur |
mod_auth_any: Merged into Prosody as mod_auth_insecure
|
2019-09-02 |
Kim Alvefur |
mod_storage_memory: Also merged into core
|
2019-09-02 |
Kim Alvefur |
Mark some modules as Merged
|
2019-09-02 |
Kim Alvefur |
mod_profile: Mark as Unmaintained
|
2019-09-02 |
Kim Alvefur |
mod_profile: Link to successors mod_vcard_legacy & mod_vcard4
|
2019-08-31 |
Emmanuel Gil Peyrot |
mod_upload_file_management: Add this new module, for now only listing files uploaded by a user as an admin.
|
2019-08-31 |
Emmanuel Gil Peyrot |
mod_carbons_adhoc: Remove unused (later shadowed) local variable
|
2019-08-30 |
Kim Alvefur |
mod_http_upload: Back out 3fb0add97cdb - depends on yet uncommon lfs version
|
2019-08-30 |
Matthew Wild |
mod_auth_external: Improve error handling when non-blocking mode used without libevent
|
2019-08-29 |
Kim Alvefur |
mod_http_upload: Skip write if nothing expired when checking
|
2019-08-29 |
Kim Alvefur |
mod_http_upload: Add hint about checking that the base URL is reachable
|
2019-08-29 |
Kim Alvefur |
mod_http_upload: Make loud noise if storage path can't be created or doesn't exist
|
2019-08-25 |
Kim Alvefur |
mod_vcard_muc: Add an alternative method of signaling avatar change
|
2019-08-23 |
Kim Alvefur |
mod_vcard_muc: Factor out avatar hash retrieval into a function for easier reuse
|
2019-08-24 |
Maxime “pep” Buquet |
mod_muc_occupant_id: Update XEP number (XEP-0421)
|
2019-08-22 |
Kim Alvefur |
mod_map: Update example in README to reflect recent changes
|
2019-08-22 |
Kim Alvefur |
mod_map: Include last body text
|
2019-08-22 |
Kim Alvefur |
mod_map: Include timestamps of first/last message (if reported)
|
2019-08-22 |
Kim Alvefur |
mod_map: Update for new API in prosody 1e2b444acb72
|
2019-08-22 |
Kim Alvefur |
mod_http_upload: Also format max file size as integer in error (thanks lovetox)
|
2019-08-22 |
Kim Alvefur |
mod_http_upload: Ensure integer formatting of size limit
|
2019-08-20 |
Kim Alvefur |
mod_muc_ping: Advertise XEP-0410 feature
|
2019-08-11 |
tmolitor |
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)
|
2019-08-10 |
Kim Alvefur |
mod_http_muc_log: Make time based anchors from mod_muc_log_http work
|
2019-08-09 |
Kim Alvefur |
mod_pubsub_text_interface: Respond to receipts
|
2019-08-09 |
Kim Alvefur |
mod_http_stats_stream: Make global to simplify
|
2019-08-09 |
Kim Alvefur |
mod_turncredentials: Add parallel implementation of XEP-0215 v0.7
|
2019-08-09 |
Kim Alvefur |
mod_conversejs: Change CSS URL
|
2019-08-02 |
tmolitor |
mod_smacks: fix bug in bad client handling introduced by last commit
|
2019-08-02 |
Kim Alvefur |
mod_csi_muc_priorities: Add an example
|
2019-08-02 |
Kim Alvefur |
mod_csi_muc_priorities: Mention mod_track_muc_joins
|
2019-08-02 |
Kim Alvefur |
mod_ignore_host_chatstates: Add a stub README
|
2019-08-02 |
JC Brand |
mod_muc_block_pm: Add support for Prosody 0.11
|
2019-07-31 |
Kim Alvefur |
mod_http_stats_stream: Use existing header preparation
|
2019-07-30 |
tmolitor |
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row
|
2019-07-29 |
tmolitor |
mod_csi_battery_saver: add compatibility with mod_csi_muc_priorities, make queue length configurable and update README
|
2019-07-29 |
Maxime “pep” Buquet |
mod_muc_occupant_id: depend on muc.
|
2019-07-17 |
Maxime “pep” Buquet |
mod_muc_occupant_id: Update links to the XEP inbox.
|
2019-07-14 |
Maxime “pep” Buquet |
mod_muc_occupant_id: Remove unnecessary check on occupant
|
2019-07-14 |
Maxime “pep” Buquet |
mod_muc_occupant_id: initial commit
|
2019-07-04 |
Kim Alvefur |
mod_csi_muc_priorities: Signal unimportance (thanks tmolitor)
|
2019-07-01 |
tmolitor |
mod_cloud_notify: fix typo (used || instead of or)
|
2019-07-01 |
tmolitor |
mod_cloud_notify: fix local variable usage
|
2019-06-29 |
Kim Alvefur |
mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
|
2019-06-26 |
Kim Alvefur |
mod_csi_pump: Obsolete, remove
|
2019-06-20 |
JC Brand |
mod_muc_defaults: Allow setting of `name` and `description
|
2019-06-16 |
tmolitor |
mod_cloud_notify: fix prosody 0.9 compatibility
|
2019-06-16 |
tmolitor |
mod_smacks: fix prosody 0.9 compatibility
|
2019-06-14 |
tmolitor |
mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported
|
2019-06-14 |
tmolitor |
mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers
|
2019-06-12 |
Kim Alvefur |
mod_log_events_by_memory: Add link to post explaining different kinds of memory leaks
|
2019-06-12 |
Kim Alvefur |
mod_log_events_by_memory: Add a rant to README about uselessness of this module
|
2019-06-10 |
Kim Alvefur |
mod_log_events_by_cpu_usage: Log events where more than a certain amount of CPU time was spent
|
2019-06-10 |
Kim Alvefur |
mod_log_events_by_memory: Log events where Lua memory usage increased
|
2019-06-09 |
Maxime “pep” Buquet |
mod_web_push: README: Fix list formatting
|
2019-06-09 |
Maxime “pep” Buquet |
mod_web_push: Update README
|
2019-06-08 |
Maxime “pep” Buquet |
Initial version of mod_web_push. WARNING: Do not use.
|
2019-05-28 |
Kim Alvefur |
misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman
|
2019-05-28 |
Kim Alvefur |
mod_statistics_statsman: Fix syntax error
|
2019-05-28 |
Kim Alvefur |
mod_statistics_statsman: Map 'cpu.clock' from mod_measure_cpu to 'cpu_total' of mod_statistics_cputotal
|
2019-05-28 |
Kim Alvefur |
mod_statistics_statsman/README: Describe how to switch from mod_statistics
|
2019-05-28 |
Kim Alvefur |
mod_statistics_statsman: Update for change stats type change in mod_measure_memory
|
2019-05-23 |
Kim Alvefur |
mod_extdisco: Remove redundant condition
|
2019-05-23 |
Kim Alvefur |
mod_extdisco: Also handle XEP-0215 v0.7
|
2019-05-23 |
Kim Alvefur |
mod_extdisco: Set missing namespace on credentials response
|
2019-05-23 |
Kim Alvefur |
mod_extdisco: Reuse xmlns variable
|
2019-05-23 |
Alexey Bobyr |
xep-0215-0.6 requires service to be wrapped in services tag.
|
2019-05-18 |
Kim Alvefur |
mod_csi_muc_priorities: Fix traceback due to empty field
|
2019-05-16 |
Kim Alvefur |
mod_conversejs: Set viewport scale hack (closes #1361)
|
2019-05-16 |
Kim Alvefur |
mod_conversejs: Make title configurable (fixes #1362)
|
2019-05-16 |
Kim Alvefur |
mod_conversejs: Separate out templates into separate configurable files (breaks 0.9 compat)
|
2019-05-16 |
Kim Alvefur |
mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam
|
2019-05-12 |
Kim Alvefur |
mod_http_muc_log: Allow specifying the default view
|
2019-05-13 |
Kim Alvefur |
mod_http_muc_log: Preserve ?query part in redirect
|
2019-05-13 |
Kim Alvefur |
mod_http_muc_log: Add navigation link to latest page
|
2019-05-13 |
Kim Alvefur |
mod_http_muc_log: Correctly build absolute URLs
|
2019-05-12 |
Kim Alvefur |
mod_http_muc_log: Provide a redirect to 'latest' day with logs (fixes #1360)
|
2019-05-12 |
Kim Alvefur |
mod_http_muc_log: Fix Y10k bug
|
2019-05-08 |
Kim Alvefur |
mod_http_upload: Propagate errors from expiry procedure
|
2019-05-08 |
Kim Alvefur |
mod_http_upload: Check attempted upload against quota even with no previous uploads
|
2019-05-08 |
Kim Alvefur |
mod_http_upload: Consider quota reached if it can't be checked
|
2019-05-07 |
Kim Alvefur |
mod_storage_xmlarchive: Try harder to limit range of time to check
|
2019-05-06 |
JC Brand |
mod_muc_defaults: Create MUCs from config
|
2019-05-05 |
Kim Alvefur |
mod_storage_xmlarchive: Add support for user iteration API
|
2019-05-05 |
Kim Alvefur |
mod_migrate: Try to use per storage user listing where available
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Trim trailing whitespace [luacheck]
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Add option to show OOB images
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Document optimization for storage modules lacking :dates API
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Increase clickable area on dates
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Add table header and body tags for improved semantics
|
2019-05-05 |
Kim Alvefur |
mod_http_muc_log: Sort room listing by jid for stable order
|
2019-05-05 |
Kim Alvefur |
mod_http_index: Improve page title
|