.. |
adhoc
|
mod_adhoc: Use util.iterators.sorted_pairs() to sort commands
|
2018-09-21 14:37:18 +01:00 |
mod_mam
|
mod_mam: Add coment on how 'complete' works
|
2018-06-10 00:14:34 +02:00 |
mod_pubsub
|
mod_pubsub: Exclude value of FORM_TYPE from stored data
|
2018-09-07 02:25:39 +02:00 |
mod_s2s
|
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming
|
2018-07-24 19:07:26 +02:00 |
muc
|
MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
|
2018-09-14 18:06:12 +01:00 |
mod_admin_adhoc.lua
|
mod_admin_adhoc: Normalize indentation
|
2018-08-03 20:51:08 +02:00 |
mod_admin_telnet.lua
|
mod_admin_telnet: Split out sort function for clarity
|
2018-09-21 14:37:47 +01:00 |
mod_announce.lua
|
mod_announce: Fix luacheck warnings
|
2018-07-06 00:16:48 +02:00 |
mod_auth_anonymous.lua
|
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
|
2017-04-04 01:25:10 +02:00 |
mod_auth_cyrus.lua
|
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]
|
2017-04-04 01:25:33 +02:00 |
mod_auth_insecure.lua
|
mod_auth_insecure: Fix module provider name
|
2018-09-12 13:43:18 +01:00 |
mod_auth_internal_hashed.lua
|
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
2017-07-28 13:15:29 +02:00 |
mod_auth_internal_plain.lua
|
mod_auth_internal_plain: Rename unused self argument [luacheck]
|
2017-04-04 01:26:33 +02:00 |
mod_blocklist.lua
|
mod_blocklist: Allow mod_presence to handle subscription stanzas before bouncing outgoing presence (fixes #575)
|
2018-04-06 22:12:45 +02:00 |
mod_bosh.lua
|
mod_bosh: Store the normalized hostname on session (fixes #1151)
|
2018-05-30 10:58:19 +02:00 |
mod_c2s.lua
|
Merge 0.9->0.10
|
2018-05-30 21:55:09 +01:00 |
mod_carbons.lua
|
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)
|
2017-10-26 22:22:14 +02:00 |
mod_component.lua
|
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.
|
2018-06-08 11:53:10 +02:00 |
mod_compression.lua
|
|
|
mod_csi.lua
|
mod_csi: Imported from prosody-modules 66b3085ecc49
|
2018-08-01 10:26:08 +01:00 |
mod_debug_sql.lua
|
mod_debug_sql: Declare itself as global module
|
2017-11-18 20:15:19 +01:00 |
mod_dialback.lua
|
mod_dialback: Ignore unused arguments [luacheck]
|
2018-02-04 01:17:22 +01:00 |
mod_disco.lua
|
mod_disco: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 20:34:18 +02:00 |
mod_groups.lua
|
Merge 0.10->trunk
|
2018-07-07 21:00:59 +02:00 |
mod_http.lua
|
Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken
|
2018-09-21 22:14:40 +02:00 |
mod_http_errors.lua
|
mod_http_errors: Set Content-Type header to HTML (fixes #1030)
|
2017-10-27 13:28:34 +02:00 |
mod_http_files.lua
|
mod_http_files: Correct cache insertion (fixes #1130)
|
2018-04-17 18:40:57 +02:00 |
mod_iq.lua
|
Fix spelling throughout the codebase [codespell]
|
2018-02-04 01:51:25 +01:00 |
mod_lastactivity.lua
|
mod_lastactivity: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 20:34:34 +02:00 |
mod_legacyauth.lua
|
mod_legacyauth: Split a long line [luacheck]
|
2018-05-01 20:45:22 +02:00 |
mod_limits.lua
|
mod_limits: Fix typo in comment
|
2017-12-05 11:12:58 +01:00 |
mod_message.lua
|
Fix spelling throughout the codebase [codespell]
|
2018-02-04 01:51:25 +01:00 |
mod_motd.lua
|
mod_motd: Use initial presence event (saves some checking)
|
2017-04-27 10:17:54 +02:00 |
mod_muc_mam.lua
|
mod_muc_mam: Disable presence logging by default
|
2018-07-09 00:54:03 +02:00 |
mod_muc_unique.lua
|
mod_muc_unique: Use util.id for more compact identifiers
|
2018-06-06 13:33:37 +02:00 |
mod_net_multiplex.lua
|
|
|
mod_offline.lua
|
mod_offline: Include timestamp and empty 'with'
|
2017-04-01 19:04:15 +02:00 |
mod_pep.lua
|
mod_pep: Simplify code
|
2018-08-18 14:38:18 +01:00 |
mod_pep_plus.lua
|
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
|
2018-08-01 19:08:09 +01:00 |
mod_pep_simple.lua
|
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
|
2018-08-01 19:08:09 +01:00 |
mod_ping.lua
|
mod_ping: Fix typo
|
2018-07-02 23:51:19 +02:00 |
mod_posix.lua
|
loggingmanager, mod_posix: Import util.format correctly (fixes #985)
|
2017-09-11 19:32:12 +02:00 |
mod_presence.lua
|
mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]
|
2018-03-09 21:50:01 +01:00 |
mod_privacy.lua
|
mod_privacy: Silence long line warning [luacheck]
|
2018-05-02 12:39:42 +02:00 |
mod_private.lua
|
mod_private, mod_vcard: Use the usual comment on non-get received iqs.
|
2018-08-24 20:36:06 +02:00 |
mod_proxy65.lua
|
mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon
|
2018-08-07 21:14:43 +01:00 |
mod_register.lua
|
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)
|
2017-12-09 19:35:08 +01:00 |
mod_register_ibr.lua
|
mod_register_ibr: Return a textual error to the user for problems with parsing form data
|
2018-04-09 22:05:49 +02:00 |
mod_register_limits.lua
|
mod_register_limits: Promote log message about inability to apply black/whitelists to a warning
|
2018-04-10 01:32:52 +02:00 |
mod_roster.lua
|
mod_roster: Use new :text_tag()
|
2018-03-21 23:20:59 +01:00 |
mod_s2s_auth_certs.lua
|
|
|
mod_saslauth.lua
|
mod_saslauth: Ignore unused argument [luacheck]
|
2018-02-04 01:05:06 +01:00 |
mod_scansion_record.lua
|
mod_scansion_record: Record disconnection
|
2018-09-22 19:30:31 +02:00 |
mod_server_contact_info.lua
|
mod_server_contact_info: Update copyright header
|
2018-09-21 15:34:45 +02:00 |
mod_stanza_debug.lua
|
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes
|
2017-10-23 15:23:03 +02:00 |
mod_storage_internal.lua
|
mod_storage_internal: Only apply truncate if there are more items than requested
|
2018-08-04 15:44:38 +02:00 |
mod_storage_memory.lua
|
mod_storage_memory: Fix saving of remaining items during deletion
|
2018-09-22 16:03:50 +02:00 |
mod_storage_none.lua
|
mod_storage_none: Add a noop archive delete method
|
2017-04-04 18:46:51 +02:00 |
mod_storage_sql.lua
|
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)
|
2017-12-12 01:40:09 +01:00 |
mod_storage_sql1.lua
|
|
|
mod_storage_xep0227.lua
|
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]
|
2017-10-25 21:59:33 +02:00 |
mod_time.lua
|
mod_time: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 20:35:03 +02:00 |
mod_tls.lua
|
mod_tls: Rebuild SSL context objects on configuration reload - #701
|
2017-04-25 21:50:36 +02:00 |
mod_unknown.lua
|
|
|
mod_uptime.lua
|
mod_uptime: Simplify iq handling by hooking on iq-get/ instead of iq/.
|
2018-08-24 20:35:17 +02:00 |
mod_user_account_management.lua
|
mod_register: Split into mod_register_ibr and mod_user_account_management (#723)
|
2017-10-07 22:00:50 +02:00 |
mod_vcard.lua
|
mod_private, mod_vcard: Use the usual comment on non-get received iqs.
|
2018-08-24 20:36:06 +02:00 |
mod_vcard4.lua
|
mod_vcard4: Advertise feature on account instead of host
|
2018-09-08 16:49:29 +02:00 |
mod_vcard_legacy.lua
|
mod_vcard_legacy: Add some notes
|
2018-09-09 17:47:47 +02:00 |
mod_version.lua
|
mod_version: Remove redundant
|
2018-08-24 21:04:27 +02:00 |
mod_watchregistrations.lua
|
mod_watchregistrations: Allow making the message type configurable
|
2018-05-20 18:56:26 +02:00 |
mod_websocket.lua
|
mod_websocket: Store the request object on the session for use by other modules
|
2018-05-08 07:11:33 +01:00 |
mod_welcome.lua
|
Merge 0.9->0.10
|
2017-06-01 14:05:43 +02:00 |
mod_windows.lua
|
|
|