2015-08-24 |
Kim Alvefur |
mod_cloud_notify: Fix syntax errors and name
last-google-code-commit
|
2015-08-24 |
Kim Alvefur |
mod_cloud_notify: XEP-0357: Push - the server bits ("app server" not included)
|
2015-08-24 |
Kim Alvefur |
Import wiki pages
|
2015-08-13 |
Thijs Alkemade |
mod_onions: Now allows configuration of an "onions_map", allowing administrator to manually specify alternate hidden services for clearnet addresses.
|
2015-08-13 |
Thijs Alkemade |
mod_onions: Small fixes making bounce_sendq match mod_s2s again.
|
2015-08-13 |
Thijs Alkemade |
mod_client_certs: Patch from mathieui fixing invalid results when requesting multiple certs, missing stream feature and problem with PEM decoding.
|
2015-03-04 |
Thijs Alkemade |
mod_register_web: Switch to the new reCAPTCHA API, including support for "nocaptcha" when users are already signed in to Google.
|
2015-08-10 |
Kim Alvefur |
Merge with Goffi
|
2015-07-31 |
Goffi |
mod_delegation: fixed bad calling of on_auth for components
|
2015-07-31 |
Goffi |
mod_privilege: fixed bad calling of on_auth for components
|
2015-07-31 |
Goffi |
mod_delegation: fixed handling of <iq> results without children
|
2015-07-18 |
Kim Alvefur |
mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
|
2015-07-18 |
Kim Alvefur |
mod_http_upload: Implementation of Conversations HTTP upload file transfer mode
|
2015-07-02 |
Kim Alvefur |
mod_mam: Same with no-storage, not no-store
|
2015-07-02 |
Kim Alvefur |
mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
|
2015-06-18 |
Kim Alvefur |
mod_benchmark_storage: A storage benchmark run through prosodyctl
|
2015-06-18 |
Kim Alvefur |
mod_muc_limits: Update to work with both the new and the old MUC API
|
2015-06-08 |
Kim Alvefur |
mod_filter_chatstates: Backout 02cd4a081db4; no longer required due to changes in mod_smacks
|
2015-06-08 |
Kim Alvefur |
mod_list_inactive: Print some usage info when not called with enough arguments
|
2015-05-29 |
Kim Alvefur |
mod_storage_xmlarchive: Mistake in copypaste of copyright header :P
|
2015-05-29 |
Kim Alvefur |
mod_storage_xmlarchive: Add (c) header
|
2015-05-29 |
Kim Alvefur |
mod_storage_xmlarchive: Remove leftover debug code
|
2015-05-27 |
Kim Alvefur |
mod_log_rate: Log sink that reports the rate of log messages to statsmanager
|
2015-05-27 |
Kim Alvefur |
mod_compact_resource: Enforces short random resources
|
2015-05-21 |
Kim Alvefur |
mod_storage_(various): Order swapping in 54c8a0cb2996 was backwards
|
2015-05-21 |
Kim Alvefur |
Fix for 54c8a0cb2996
|
2015-05-21 |
Kim Alvefur |
mod_s2s_auth_dane: Ignore mutating of the 'module' global, that is ok in prosody plugins [luacheck]
|
2015-05-21 |
Kim Alvefur |
mod_s2s_auth_dane: Validate names of DANE-TA certs
|
2015-05-19 |
Kim Alvefur |
mod_storage_gdbm: Reorganize (vacuum) databases on module unload
|
2015-05-19 |
Kim Alvefur |
mod_storage_lmdb: Storage module using Lightning Memory-Mapped Database
|
2015-05-19 |
Kim Alvefur |
mod_storage_gdbm: Fix typo in unused field on store instance
|
2015-05-19 |
Kim Alvefur |
mod_storage_(archive-capable): Change order of arguments to :append to be the same as return values from :find iterator (see prosody 41725f3df3cc)
|
2015-05-19 |
Kim Alvefur |
mod_storage_xmlarchive: Return 'when' as number
|
2015-05-19 |
Kim Alvefur |
mod_http_muc_log: Update template for changes in template engine
|
2015-05-19 |
Kim Alvefur |
mod_http_muc_log: Template engine thing moved into util.interpolation
|
2015-05-18 |
Kim Alvefur |
mod_auth_http_async: Don't go throug usermanager to call a function from the same module
|
2015-05-18 |
Kim Alvefur |
mod_mamsub: Prevent nil indexing if message is added to archive of an offline user
|
2015-05-18 |
Kim Alvefur |
mod_mamsub: Experimental implementation of MAM subscriptions
|
2015-05-18 |
Kim Alvefur |
mod_mam: Fire event on successful storage of message
|
2015-05-18 |
Kim Alvefur |
mod_profile: Return error on storage error, don't attempt to migrate from old storage
|
2015-05-18 |
Kim Alvefur |
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions
|
2015-05-18 |
Kim Alvefur |
mod_profile: Don't use import()
|
2015-05-18 |
Kim Alvefur |
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua
|
2015-05-18 |
Kim Alvefur |
mod_storage_xmlarchive: Optimize access to variables used in inner loop
|
2015-05-18 |
Kim Alvefur |
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return'
|
2015-05-18 |
Kim Alvefur |
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise
|
2015-05-18 |
Kim Alvefur |
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore
|
2015-05-17 |
Kim Alvefur |
mod_mam: There are other storage backends that support archives now
|
2015-05-16 |
Kim Alvefur |
mod_adhoc_blacklist: Fix traceback if blacklist is empty
|
2015-05-13 |
Kim Alvefur |
mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+)
|
2015-05-13 |
Kim Alvefur |
mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections
|
2015-05-11 |
Kim Alvefur |
mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
|
2015-05-11 |
Kim Alvefur |
mod_smacks: Handle unacked messages in s2s queues
|
2015-05-11 |
Kim Alvefur |
mod_smacks_offline: Only deal with authenticated (c2s) sessions
|
2015-05-11 |
Kim Alvefur |
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items
|
2015-05-11 |
Kim Alvefur |
mod_storage_xmlarchive: Remove overly verbose debug message
|
2015-05-11 |
Kim Alvefur |
mod_storage_xmlarchive: Adjust wording in log message
|
2015-05-11 |
Kim Alvefur |
mod_storage_xmlarchive: Attempt to recover after parse failures
|
2015-05-11 |
Kim Alvefur |
mod_storage_xmlarchive: Improve logging of parse errors
|
2015-05-07 |
Kim Alvefur |
Merge with Goffi
|
2015-05-07 |
Goffi |
mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check
|
2015-05-04 |
Goffi |
mod_delegation: fixed bad handling of error replies from managing entity
|
2015-05-04 |
Goffi |
mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297
|
2015-05-03 |
Goffi |
mod_delegation: handling of error replies from managing entities after forward.
|
2015-05-03 |
Goffi |
mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace.
|
2015-05-03 |
Goffi |
mod_delegation: removed invalid error replies to iq result.
|
2015-05-03 |
Goffi |
mod_delegation: added 'iq/bare' to hooked events.
|
2015-04-17 |
Goffi |
mod_delegation: reset features/identities/extensions before doing a disco nesting
|
2015-04-17 |
Goffi |
mod_delegation: service discovery extensions (xep-0128) management
|
2015-04-17 |
Goffi |
mod_delegation: we don't forward stanzas from managing entity itself
|
2015-04-17 |
Goffi |
mod_delegation: disco info request on bare jid is now managed
|
2015-04-17 |
Goffi |
mod_delegation: delegated features/identities removal for disco info requests on bare jid
|
2015-04-17 |
Goffi |
mod_delegation: disco nesting for host
|
2015-04-17 |
Goffi |
mod_delegation: delegated features/identities are removed from disco.
|
2015-04-17 |
Goffi |
mod_delegation: iq forwarding to managing entity
|
2015-04-17 |
Goffi |
mod_delegation: XEP-0355 implementation, first draft (configuration management + delegations advertising)
|
2015-04-17 |
Goffi |
mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts
|
2015-04-10 |
Goffi |
mod_privilege: fixed various issues reported by luacheck
|
2015-05-05 |
Kim Alvefur |
mod_smacks: Set session upvalue of filter() to correct session
|
2015-05-05 |
Kim Alvefur |
mod_smacks: Move set of filters from new session to session being resumed
|
2015-05-05 |
Kim Alvefur |
mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values
|
2015-05-05 |
Kim Alvefur |
mod_smacks: Add stanza counting filter when resuming session
|
2015-05-05 |
Kim Alvefur |
mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session
|
2015-05-05 |
Kim Alvefur |
mod_s2s_auth_dane: Simplify cases where there are only one SRV record
|
2015-05-05 |
Kim Alvefur |
mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did
|
2015-05-05 |
Kim Alvefur |
mod_statistics/prosodytop: Use the same port number to connect to as defined in the module
|
2015-05-05 |
Kim Alvefur |
mod_mam: Semicolons!
|
2015-05-05 |
Kim Alvefur |
mod_block_registrations: string.find is faster than string.match when only needing a boolean answer
|
2015-05-05 |
Matthew Wild |
mod_log_slow_events: Log slow HTTP requests
|
2015-05-05 |
Matthew Wild |
mod_log_slow_events: Minor improvement to log message
|
2015-05-05 |
Matthew Wild |
mod_auto_accept_subscriptions: Fix passing nil in log message
|
2015-05-05 |
Kim Alvefur |
mod_watchuntrusted: Skip connections to/from unknown hosts (fixes possible traceback)
|
2015-05-04 |
Kim Alvefur |
mod_munin: Use string.format flag instead of tostring when reporting values
|
2015-05-03 |
Kim Alvefur |
mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code)
|
2015-05-03 |
Kim Alvefur |
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files
|
2015-05-03 |
Kim Alvefur |
Merge
|
2015-04-29 |
Rob Hoelz |
Merge my branch containing proctitle module
|
2015-04-29 |
Rob Hoelz |
Add minimal instructions for proctitle module
|
2015-04-29 |
Rob Hoelz |
Add proctitle module
|
2015-05-03 |
Kim Alvefur |
mod_mam: Reverse the order of reversed queries back to chronological order
|
2015-05-03 |
Kim Alvefur |
mod_mam: Move variable into loop scope
|
2015-05-03 |
Kim Alvefur |
mod_mam: Rename variable
|
2015-05-03 |
Kim Alvefur |
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
|
2015-05-03 |
Kim Alvefur |
mod_mam: Always return true when a stanza event has been handled
|
2015-04-28 |
Matthew Wild |
mod_log_slow_events: Log events that take a long time to process (including stanzas)
|
2015-04-25 |
Kim Alvefur |
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564)
|
2015-04-25 |
Kim Alvefur |
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
|
2015-04-23 |
Kim Alvefur |
mod_measure_cpu: Collect CPU usage statistic
|
2015-04-23 |
Kim Alvefur |
mod_munin: Exclude ignored stats even if they happen to be included in data
|
2015-04-22 |
Kim Alvefur |
mod_watchuntrusted: Only notify once per host per day
|
2015-04-13 |
Kim Alvefur |
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are
|
2015-04-13 |
Kim Alvefur |
mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning
|
2015-04-12 |
Kim Alvefur |
mod_checkcerts: Fix for removal of globals in LuaSec
|
2015-04-11 |
Kim Alvefur |
mod_http_muc_log: Fix passing dates trough util.datetime twice;
|
2015-04-09 |
Kim Alvefur |
mod_smacks: Add license header
|
2015-04-09 |
Kim Alvefur |
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/
|
2015-04-09 |
Kim Alvefur |
Add a COPYING file containing the MIT license
|
2015-04-08 |
Goffi |
mod_privilege: implemented probing of rosters items (for existing sessions only) on connection + use a globally shared table for priv_session (and fixed last_presence)
|
2015-04-07 |
Goffi |
mod_privilege: implemented "roster" presence permission
|
2015-04-07 |
Goffi |
mod_privilege: presence already known are advertised to privileged entity (for "maneger_entity" permission only so far)
|