mod_http_logging: MIT
|
Kim Alvefur |
2015-09-30 |
mod_http_logging: Produce HTTP logs in the style of Apache
|
Kim Alvefur |
2015-09-30 |
mod_smacks: Add experimental resending of unacked messages in s2s queues (disabled by default)
|
Kim Alvefur |
2015-09-29 |
mod_checkcerts: Improve error handling when loading certificate
|
Kim Alvefur |
2015-09-29 |
mod_checkcerts: Improve logic for finding an ssl section with a certificate
|
Kim Alvefur |
2015-09-29 |
mod_watchuntrusted: Add support for SHA-256 hash in message
|
Kim Alvefur |
2015-09-27 |
mod_watchuntrusted: Fix periodic cleanup to run more than once
|
Kim Alvefur |
2015-09-27 |
mod_smacks/README: Update link to 0.8 version
|
Kim Alvefur |
2015-09-27 |
mod_s2s_auth_fingerprint: Limit number of replacements instead of stripping extra separators
|
Kim Alvefur |
2015-09-27 |
mod_http_upload.lua: use official namespace from XEP-0363
|
Michael Töglhofer |
2015-09-24 |
mod_filter_chatstates: Link to mod_csi
|
Kim Alvefur |
2015-09-23 |
mod_csi/README: Link to XEP
|
Kim Alvefur |
2015-09-23 |
mod_csi: Add links to other modules that act on CSI info
|
Kim Alvefur |
2015-09-23 |
mod_log_mark/README: Also mention logging
|
Kim Alvefur |
2015-09-23 |
mod_log_mark: Module that sends a line to the log once per minute
|
Kim Alvefur |
2015-09-22 |
mod_filter_chatstates: Revert filter-to-nothing hack
|
Kim Alvefur |
2015-09-21 |
mod_throttle_presence: Skip past things that are not stanza objects
|
Kim Alvefur |
2015-09-21 |
mod_filter_chatstates: Break out maptags filter into a stateless function
|
Kim Alvefur |
2015-09-21 |
mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
|
Kim Alvefur |
2015-09-21 |
mod_candy: Update to work with a stable release instead of git (which no longer works)
|
Kim Alvefur |
2015-09-19 |
mod_firewall: Fix missing import of util.set (used to be global)
|
Kim Alvefur |
2015-09-18 |
mod_http_upload/README: Fix typo (thanks you-know-who-you-are)
|
Kim Alvefur |
2015-09-17 |
mod_http_upload/README: More explaining text
|
Kim Alvefur |
2015-09-17 |
mod_http_upload/README: Reorder text and mention what the examples are
|
Kim Alvefur |
2015-09-17 |
mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
|
Kim Alvefur |
2015-09-14 |
mod_limit_auth: Add README
|
Kim Alvefur |
2015-09-14 |
mod_benchmark_storage: Add README
|
Kim Alvefur |
2015-09-14 |
mod_admin_probe: Add README
|
Kim Alvefur |
2015-09-14 |
mod_admin_blocklist: Add README
|
Kim Alvefur |
2015-09-14 |
mod_limit_auth: Get rid of old inactive throttle objects
|
Kim Alvefur |
2015-09-14 |
mod_cloud_notify/README: Sentence was missing the ending
|
Kim Alvefur |
2015-09-14 |
mod_cloud_notify/README: XEP-0357 changed name to Push Notifications
|
Kim Alvefur |
2015-09-14 |
mod_http_upload: Add support for a file size limit
|
Kim Alvefur |
2015-09-14 |
mod_http_upload: Include failure reason in error response
|
Kim Alvefur |
2015-09-14 |
mod_http_upload: Log a message with the upload URL and storage path for easy discovery
|
Kim Alvefur |
2015-09-14 |
mod_http_upload: Cache first-level child <request> in local variable
|
Kim Alvefur |
2015-09-14 |
mod_http_upload/README: Say it works with 0.9+
|
Kim Alvefur |
2015-09-14 |
mod_proctitle: Add README
|
Kim Alvefur |
2015-09-13 |
mod_tls_policy/README: Fix summary so modules.prosody.im understands it
|
Kim Alvefur |
2015-09-13 |
mod_dwd/README: Fix compatibility table
|
Kim Alvefur |
2015-09-13 |
mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks)
|
Kim Alvefur |
2015-09-12 |
mod_tls_policy: Add README
|
Kim Alvefur |
2015-09-12 |
mod_mam_sql, mod_mam_muc_sql: Begone, unsupported and unmaintained experiments
|
Kim Alvefur |
2015-09-11 |
mod_http_upload/README: Point to Prosodys HTTP docs
|
Kim Alvefur |
2015-09-11 |
mod_adhoc_blacklist/README: Hint at how to find the command
|
Kim Alvefur |
2015-09-09 |
mod_s2s_auth_dane/README: Note about LuaSec
|
Kim Alvefur |
2015-09-09 |
mod_s2s_auth_dane/README: Describe DANE uses
|
Kim Alvefur |
2015-09-09 |
mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces
|
Kim Alvefur |
2015-09-09 |
mod_mam/README: Reorganise config options under sub-headings and rewrite description of options
|
Kim Alvefur |
2015-09-09 |
mod_pastebin/README: Try to clarify the config differences in 0.9+
|
Kim Alvefur |
2015-09-09 |
mod_muc_limits/README: Footnote formatting so pandoc understands it
|
Kim Alvefur |
2015-09-07 |
mod_http_muc_log: If archive driver provides the dates method, use it
|
Kim Alvefur |
2015-09-07 |
mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
|
Kim Alvefur |
2015-09-07 |
mod_http_user_count: Support for host and MUC session counts
|
Matthew Wild |
2015-09-05 |
mod_filter_chatstates: Hack to make sure session.send does not return nil which may break things sometimes
|
Kim Alvefur |
2015-09-03 |
mod_http_index: Add README file
|
Kim Alvefur |
2015-09-03 |
mod_http_index: Move template out into a file and make it configurable
|
Kim Alvefur |
2015-09-03 |
mod_http_index: Remove unused CSS (it was copied as-is from mod_http_muc_log)
|
Kim Alvefur |
2015-09-03 |
mod_http_index: Update to use util.interpolation (makes it depend on 0.10+)
|
Kim Alvefur |
2015-09-03 |
mod_auth_ldap/README: Fix missing word and more markdown syntax tweaks
|
Kim Alvefur |
2015-09-03 |
mod_auth_ldap/README: Minor tweaks
|
Kim Alvefur |
2015-09-03 |
mod_auth_ldap/README: Remove note about alternate version, I don't think it is relevant anymore
|
Kim Alvefur |
2015-09-03 |
Fix intralinks in READMEs
|
Kim Alvefur |
2015-09-02 |
Various README files: Correct indentation levels, fix syntax and other small fixes
|
Kim Alvefur |
2015-09-02 |
mod_storage_xmlarchive: Add support for purging (used when deleting users)
|
Kim Alvefur |
2015-09-02 |
mod_auto_activate_hosts: Import hostmanager (thanks mt)
|
Kim Alvefur |
2015-09-01 |
mod_http_upload: Fix typo (thanks mo)
|
Kim Alvefur |
2015-09-01 |
mod_http_upload: Add README
|
Kim Alvefur |
2015-09-01 |
mod_http_upload: Include join_path function, should make it work with 0.9.x
|
Kim Alvefur |
2015-09-01 |
mod_migrate/README: Change headings and adjust usage string
|
Kim Alvefur |
2015-09-01 |
mod_migrate: Add support for migrating archives
|
Kim Alvefur |
2015-09-01 |
mod_migrate: Fix typo in usage string
|
Kim Alvefur |
2015-09-01 |
mod_adhoc_blacklist: Add README
|
Kim Alvefur |
2015-08-31 |
mod_s2s_log_certs/README: Fix link
|
Kim Alvefur |
2015-08-31 |
CONTRIBUTING: Run through pandoc to normalize markdown syntax
|
Kim Alvefur |
2015-08-31 |
CONTRIBUTING: Update guidelines and URL to hg repo
|
Kim Alvefur |
2015-08-31 |
mod_throttle_presence/README: http://xkcd.com/859/
|
Kim Alvefur |
2015-08-31 |
mod_webpresence/README: Code block
|
Kim Alvefur |
2015-08-31 |
mod_http_upload: Depend on mod_disco, allows it to be discovered when set up as a component
|
Kim Alvefur |
2015-08-30 |
mod_mam/README: Minor fixup
|
Kim Alvefur |
2015-08-30 |
Convert all wiki pages to Markdown
|
Kim Alvefur |
2015-08-28 |
Delete wiki pages of deleted modules
|
Kim Alvefur |
2015-08-28 |
mod_mam/README: Add example of use with mod_storage_sql2
|
Kim Alvefur |
2015-08-27 |
mod_storage_lmdb: Remove redundant table
|
Kim Alvefur |
2015-08-27 |
mod_storage_lmdb: Rearrange module to allow using as a library
|
Kim Alvefur |
2015-08-27 |
mod_roster_allinall: Cleanup, remove unused variables [luacheck]
|
Kim Alvefur |
2015-08-27 |
mod_mam_sql/README: More obvious pointers to use mod_mam instead
|
Kim Alvefur |
2015-08-27 |
mod_blocking: Import datamanager (thanks kriztan)
|
Kim Alvefur |
2015-08-27 |
mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
|
Kim Alvefur |
2015-08-27 |
mod_carbons: Stanza, not standard, silly autocomplete (Thanks mt)
|
Kim Alvefur |
2015-08-27 |
mod_storage_xmlarchive: Remove redundant stream header
|
Kim Alvefur |
2015-08-27 |
mod_isolate_host: Bump event hook priorities to make sure they are above the core plugins
|
Kim Alvefur |
2015-08-26 |
mod_migrate: Provides a prosodyctl mod_migrate command for copying data between storage backends
|
Kim Alvefur |
2015-08-26 |
mod_mam: Store chat messages and normal messages with a body
|
Kim Alvefur |
2015-08-26 |
mod_carbons: Carbon chat messages or normal messages that have a body
|
Kim Alvefur |
2015-08-26 |
mod_mam: Unindent 'else' block
|
Kim Alvefur |
2015-08-26 |
mod_s2s_log_certs: Use new 0.10 API for wrapping event handlers in order to always print log message after all s2s cert checks
|
Kim Alvefur |
2015-08-25 |
README: Update repository link
|
Kim Alvefur |
2015-08-25 |
mod_cloud_notify/README: Correct file extension
|
Kim Alvefur |
2015-08-24 |
mod_cloud_notify: Fix syntax errors and name
last-google-code-commit
|
Kim Alvefur |
2015-08-24 |
mod_cloud_notify: XEP-0357: Push - the server bits ("app server" not included)
|
Kim Alvefur |
2015-08-24 |
Import wiki pages
|
Kim Alvefur |
2015-08-24 |
mod_onions: Now allows configuration of an "onions_map", allowing administrator to manually specify alternate hidden services for clearnet addresses.
|
Thijs Alkemade |
2015-08-13 |
mod_onions: Small fixes making bounce_sendq match mod_s2s again.
|
Thijs Alkemade |
2015-08-13 |
mod_client_certs: Patch from mathieui fixing invalid results when requesting multiple certs, missing stream feature and problem with PEM decoding.
|
Thijs Alkemade |
2015-08-13 |
mod_register_web: Switch to the new reCAPTCHA API, including support for "nocaptcha" when users are already signed in to Google.
|
Thijs Alkemade |
2015-03-04 |
Merge with Goffi
|
Kim Alvefur |
2015-08-10 |
mod_delegation: fixed bad calling of on_auth for components
|
Goffi |
2015-07-31 |
mod_privilege: fixed bad calling of on_auth for components
|
Goffi |
2015-07-31 |
mod_delegation: fixed handling of <iq> results without children
|
Goffi |
2015-07-31 |
mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
|
Kim Alvefur |
2015-07-18 |
mod_http_upload: Implementation of Conversations HTTP upload file transfer mode
|
Kim Alvefur |
2015-07-18 |
mod_mam: Same with no-storage, not no-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
|
Kim Alvefur |
2015-07-02 |
mod_benchmark_storage: A storage benchmark run through prosodyctl
|
Kim Alvefur |
2015-06-18 |
mod_muc_limits: Update to work with both the new and the old MUC API
|
Kim Alvefur |
2015-06-18 |
mod_filter_chatstates: Backout 02cd4a081db4; no longer required due to changes in mod_smacks
|
Kim Alvefur |
2015-06-08 |
mod_list_inactive: Print some usage info when not called with enough arguments
|
Kim Alvefur |
2015-06-08 |
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Add (c) header
|
Kim Alvefur |
2015-05-29 |
mod_storage_xmlarchive: Remove leftover debug code
|
Kim Alvefur |
2015-05-29 |
mod_log_rate: Log sink that reports the rate of log messages to statsmanager
|
Kim Alvefur |
2015-05-27 |
mod_compact_resource: Enforces short random resources
|
Kim Alvefur |
2015-05-27 |
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
|
Kim Alvefur |
2015-05-21 |
Fix for 54c8a0cb2996
|
Kim Alvefur |
2015-05-21 |
mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
|
Kim Alvefur |
2015-05-21 |
mod_s2s_auth_dane: Validate names of DANE-TA certs
|
Kim Alvefur |
2015-05-21 |
mod_storage_gdbm: Reorganize (vacuum) databases on module unload
|
Kim Alvefur |
2015-05-19 |
mod_storage_lmdb: Storage module using Lightning Memory-Mapped Database
|
Kim Alvefur |
2015-05-19 |
mod_storage_gdbm: Fix typo in unused field on store instance
|
Kim Alvefur |
2015-05-19 |
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
|
Kim Alvefur |
2015-05-19 |
mod_storage_xmlarchive: Return 'when' as number
|
Kim Alvefur |
2015-05-19 |
mod_http_muc_log: Update template for changes in template engine
|
Kim Alvefur |
2015-05-19 |
mod_http_muc_log: Template engine thing moved into util.interpolation
|
Kim Alvefur |
2015-05-19 |
mod_auth_http_async: Don't go throug usermanager to call a function from the same module
|
Kim Alvefur |
2015-05-18 |
mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
|
Kim Alvefur |
2015-05-18 |
mod_mamsub: Experimental implementation of MAM subscriptions
|
Kim Alvefur |
2015-05-18 |
mod_mam: Fire event on successful storage of message
|
Kim Alvefur |
2015-05-18 |
mod_profile: Return error on storage error, don't attempt to migrate from old storage
|
Kim Alvefur |
2015-05-18 |
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
|
Kim Alvefur |
2015-05-18 |
mod_profile: Don't use import()
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Optimize access to variables used in inner loop
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
|
Kim Alvefur |
2015-05-18 |
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
|
Kim Alvefur |
2015-05-18 |
mod_mam: There are other storage backends that support archives now
|
Kim Alvefur |
2015-05-17 |
mod_adhoc_blacklist: Fix traceback if blacklist is empty
|
Kim Alvefur |
2015-05-16 |
mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+)
|
Kim Alvefur |
2015-05-13 |
mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections
|
Kim Alvefur |
2015-05-13 |
mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
|
Kim Alvefur |
2015-05-11 |
mod_smacks: Handle unacked messages in s2s queues
|
Kim Alvefur |
2015-05-11 |
mod_smacks_offline: Only deal with authenticated (c2s) sessions
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Remove overly verbose debug message
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Adjust wording in log message
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Attempt to recover after parse failures
|
Kim Alvefur |
2015-05-11 |
mod_storage_xmlarchive: Improve logging of parse errors
|
Kim Alvefur |
2015-05-11 |
Merge with Goffi
|
Kim Alvefur |
2015-05-07 |
mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
|
Goffi |
2015-05-07 |
mod_delegation: fixed bad handling of error replies from managing entity
|
Goffi |
2015-05-04 |
mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
|
Goffi |
2015-05-04 |
mod_delegation: handling of error replies from managing entities after forward.
|
Goffi |
2015-05-03 |
mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
|
Goffi |
2015-05-03 |
mod_delegation: removed invalid error replies to iq result.
|
Goffi |
2015-05-03 |
mod_delegation: added 'iq/bare' to hooked events.
|
Goffi |
2015-05-03 |
mod_delegation: reset features/identities/extensions before doing a disco nesting
|
Goffi |
2015-04-17 |
mod_delegation: service discovery extensions (xep-0128) management
|
Goffi |
2015-04-17 |
mod_delegation: we don't forward stanzas from managing entity itself
|
Goffi |
2015-04-17 |
mod_delegation: disco info request on bare jid is now managed
|
Goffi |
2015-04-17 |
mod_delegation: delegated features/identities removal for disco info requests on bare jid
|
Goffi |
2015-04-17 |
mod_delegation: disco nesting for host
|
Goffi |
2015-04-17 |
mod_delegation: delegated features/identities are removed from disco.
|
Goffi |
2015-04-17 |
mod_delegation: iq forwarding to managing entity
|
Goffi |
2015-04-17 |
mod_delegation: XEP-0355 implementation, first draft (configuration management + delegations advertising)
|
Goffi |
2015-04-17 |
mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts
|
Goffi |
2015-04-17 |
mod_privilege: fixed various issues reported by luacheck
|
Goffi |
2015-04-10 |
mod_smacks: Set session upvalue of filter() to correct session
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Move set of filters from new session to session being resumed
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values
|
Kim Alvefur |
2015-05-05 |
mod_smacks: Add stanza counting filter when resuming session
|
Kim Alvefur |
2015-05-05 |
mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
|
Kim Alvefur |
2015-05-05 |
mod_s2s_auth_dane: Simplify cases where there are only one SRV record
|
Kim Alvefur |
2015-05-05 |
mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did
|
Kim Alvefur |
2015-05-05 |
mod_statistics/prosodytop: Use the same port number to connect to as defined in the module
|
Kim Alvefur |
2015-05-05 |
mod_mam: Semicolons!
|
Kim Alvefur |
2015-05-05 |
mod_block_registrations: string.find is faster than string.match when only needing a boolean answer
|
Kim Alvefur |
2015-05-05 |
mod_log_slow_events: Log slow HTTP requests
|
Matthew Wild |
2015-05-05 |
mod_log_slow_events: Minor improvement to log message
|
Matthew Wild |
2015-05-05 |
mod_auto_accept_subscriptions: Fix passing nil in log message
|
Matthew Wild |
2015-05-05 |
mod_watchuntrusted: Skip connections to/from unknown hosts (fixes possible traceback)
|
Kim Alvefur |
2015-05-05 |
mod_munin: Use string.format flag instead of tostring when reporting values
|
Kim Alvefur |
2015-05-04 |