Commit graph

  • d88ed459e2 Back out changeset 2c1583bb0e0f Kim Alvefur 2020-10-15 17:21:58 +02:00
  • a7da61a180 Back out 6dde2c9fa272: Doesn't work on Lua 5.1 Kim Alvefur 2020-10-15 17:12:33 +02:00
  • dd5c18b666 Back out 6dde2c9fa272: Doesn't work on Lua 5.1 Kim Alvefur 2020-10-15 17:12:33 +02:00
  • 1ea5b454e7 util.strbitop: Remove redundant init function Kim Alvefur 2020-10-15 17:05:53 +02:00
  • db01177f86 util.strbitop: Remove redundant init function Kim Alvefur 2020-10-15 17:05:53 +02:00
  • b85eec8763 util.strbitop: Create buffer in the correct size (optimization) Kim Alvefur 2020-10-15 16:43:30 +02:00
  • 65430476ed util.strbitop: Create buffer in the correct size (optimization) Kim Alvefur 2020-10-15 16:43:30 +02:00
  • 2b119eadb8 util.strbitop: Add tests covering basics Kim Alvefur 2020-10-15 16:41:51 +02:00
  • 7b3f51b8ee util.strbitop: Add tests covering basics Kim Alvefur 2020-10-15 16:41:51 +02:00
  • 00c763eed0 util.strbitop: Reformat code Kim Alvefur 2020-10-15 16:26:56 +02:00
  • a084de6f37 util.strbitop: Reformat code Kim Alvefur 2020-10-15 16:26:56 +02:00
  • aaf61ce16d net.websocket.frames: Add test for empty frame with MASK and key set Matthew Wild 2020-10-15 14:01:22 +01:00
  • 12e7ec39fc net.websocket.frames: Add test for empty frame with MASK and key set Matthew Wild 2020-10-15 14:01:22 +01:00
  • 2fa0aa06d5 net.websocket.frames: Use C string XOR implementation Kim Alvefur 2020-10-14 19:41:42 +02:00
  • 517c36edcf net.websocket.frames: Use C string XOR implementation Kim Alvefur 2020-10-14 19:41:42 +02:00
  • 6f090d52c9 MUC: Reject probes from non-occupants JC Brand 2020-10-02 16:12:47 +02:00
  • b80f212813 lua-format: Tweaks attempting to fit our code style Kim Alvefur 2020-07-07 18:23:23 +02:00
  • 39c96672e2 lua-format: Check in defaults Kim Alvefur 2020-07-07 18:30:15 +02:00
  • 227b0c9733 mod_user_account_management: Fire events with a fake (not destroyed) session Matthew Wild 2023-11-30 17:46:18 +00:00
  • 8c53b06add mod_cron: Rebuild with new LuaFormatter settings (tabs!) Kim Alvefur 2023-11-30 18:42:56 +01:00
  • 934bd2a65e util.datamanager: Fix missing pack format when reading first index entry Kim Alvefur 2023-11-30 18:09:53 +01:00
  • 7adda6e938 mod_user_account_management: Add support for soft-deletion of accounts via IBR Matthew Wild 2023-11-30 13:48:43 +00:00
  • 2132eca2e0 moduleapi: Log error message when ambiguous period spec is found in config Matthew Wild 2023-11-30 13:43:23 +00:00
  • a669ffb5a2 util.human.io: Don't accept ambiguous durations by default Matthew Wild 2023-11-30 13:42:44 +00:00
  • 56d45091bd mod_cron: Update Teal source and rebuild Matthew Wild 2023-11-30 12:41:26 +00:00
  • 090f4830bb mod_cron: Rename variable to fix shadowing (#luacheck) Matthew Wild 2023-11-30 11:42:52 +00:00
  • 2524736225 mod_cron: Add shell command to list registered cron tasks with status Matthew Wild 2023-11-30 11:38:59 +00:00
  • 82e46a35f5 mod_saslauth: Allow plugins to override return SASL condition/text Matthew Wild 2023-11-30 11:22:40 +00:00
  • 4263537301 luacheckrc, mod_http_file_share: Update for module API change (once->on_ready) Matthew Wild 2023-11-30 10:14:17 +00:00
  • 8a38b5d0da modulemanager: Allow modules to expose module.ready - to be called after init Matthew Wild 2023-11-30 10:09:47 +00:00
  • f82d804e1d moduleapi: Rename :once() to :on_ready() for clarity Matthew Wild 2023-11-30 10:07:53 +00:00
  • 253b2fba90 usermanager, mod_auth_internal_hashed: Support metadata when disabling a user Matthew Wild 2023-11-30 09:47:00 +00:00
  • b97c4ffc16 util.datamanager: Load first item into index earlier Kim Alvefur 2023-11-27 00:14:56 +01:00
  • f5f64e3bdc mod_mam: Use for loop in metadata query Kim Alvefur 2023-11-26 22:58:11 +01:00
  • ad3ab533ed mod_tokenauth: Ignore invalid grants in storage that have no id Matthew Wild 2023-11-29 17:51:34 +00:00
  • 34b4ec02fe mod_invites: Fix linter issues Matthew Wild 2023-11-29 17:50:33 +00:00
  • fb240ee25c mod_admin_shell: Fix linter issues Matthew Wild 2023-11-29 17:49:20 +00:00
  • d200b57cfe mod_invites: Use new shell-command API Matthew Wild 2023-11-29 17:34:44 +00:00
  • 44aea8f4f5 mod_admin_shell: Remove verbose logging Matthew Wild 2023-11-29 17:33:56 +00:00
  • a31ee8c429 mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time) Matthew Wild 2023-11-29 17:22:18 +00:00
  • 0391039177 mod_admin_shell: Support for 'shell-command' items (global and per-host) Matthew Wild 2023-11-29 17:19:53 +00:00
  • 34cdcb5532 mod_admin_shell: Refactor help to data structures for extensibility Matthew Wild 2023-11-29 17:18:17 +00:00
  • 2f2551e6d2 migrator: Add an escape hatch to allow arbitrary config options Kim Alvefur 2023-11-27 17:19:16 +01:00
  • 8a2e65d5b7 util.poll: Rename things to clarify poll(2) limits Kim Alvefur 2023-11-27 08:19:52 +01:00
  • 97332bf56f mod_storage_internal: Clear archive item count cache after experimental trim Kim Alvefur 2023-11-26 18:02:13 +01:00
  • c9aa3894ec mod_blocklist: Remove weak cache (and increase default LRU cache size) Kim Alvefur 2023-11-26 17:41:38 +01:00
  • c47cfefec0 mod_storage_internal: Close lazy-loading list abstraction after trim Kim Alvefur 2023-11-26 14:35:26 +01:00
  • 15f487b789 mod_storage_internal: Only close lazy-loading list store abstractions Kim Alvefur 2023-11-26 14:29:08 +01:00
  • 812652818d util.startup: Use prosody. module namespace Kim Alvefur 2023-11-24 13:41:21 +01:00
  • c41d63004a net.http.server: Complete async waiter for non-persistent connections Kim Alvefur 2023-11-24 00:31:08 +01:00
  • 58988fbce5 mod_storage_internal: Close archive list after completion of iteration Kim Alvefur 2023-11-23 17:49:57 +01:00
  • 37ba63f50b mod_pubsub: Provide some node properties in summary template #1809 Kim Alvefur 2023-11-22 22:35:44 +01:00
  • b94a30ddcc mod_admin_shell: Fix lint [luacheck] Kim Alvefur 2023-11-21 22:18:42 +01:00
  • 1e6027da6d util.async: Clip long line [luacheck] Kim Alvefur 2023-11-21 22:18:17 +01:00
  • 07d2f9f2e8 net.server_epoll: Avoid call to update socket watch flags when nothing changed Kim Alvefur 2023-11-21 22:06:28 +01:00
  • da38e2af42 util.poll: Quadruple number of events retrieved at once from epoll Kim Alvefur 2023-11-21 20:45:56 +01:00
  • f66f6ba60b mod_admin_shell: Add debug:async() command to show blocked async runners Matthew Wild 2023-11-21 18:48:58 +00:00
  • 9f06132513 util.async: Expose default runner function Matthew Wild 2023-11-21 18:14:51 +00:00
  • ac680a900e util.async: Record current work item in the runner object Matthew Wild 2023-11-21 18:13:42 +00:00
  • 9e43a7742a util.async: Improve debug logging in a few places Matthew Wild 2023-11-21 18:12:49 +00:00
  • ab26786924 util.async: Export a table of currently-waiting runners Matthew Wild 2023-11-21 18:11:40 +00:00
  • c8e2129a82 util.poll: Return early if given zero timeout and no pending events Kim Alvefur 2023-11-21 17:43:46 +01:00
  • 43d1285dbd moduleapi: Update Teal spec Kim Alvefur 2023-11-13 10:40:24 +01:00
  • e06c97ca52 util.prosodyctl.check: Disable https cert check if http_external_url set Kim Alvefur 2023-11-13 09:58:56 +01:00
  • 8dcd20725a util.prosodyctl.check: Check cert for HTTPS if http module enabled Kim Alvefur 2023-11-13 09:50:06 +01:00
  • 5146db2da0 util.prosodyctl.check: Update conditions for s2s cert checks Kim Alvefur 2023-11-13 09:44:40 +01:00
  • 8d137609a4 util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks Kim Alvefur 2023-11-13 09:43:54 +01:00
  • b239732046 tools/build-env: Tools for building and testing in a container Kim Alvefur 2023-11-12 13:02:38 +01:00
  • ff032aa41b mod_s2s_auth_dane_in: Bail out on explicit service denial Kim Alvefur 2023-11-12 00:35:22 +01:00
  • 5c773be087 mod_tokenauth: Include more details in debug logs Kim Alvefur 2023-11-12 00:33:57 +01:00
  • 019549e738 net.http: Set Connection header based on connection pool usage Kim Alvefur 2023-11-11 23:48:45 +01:00
  • 8e2ecac95b net.http: Add simple connection pooling Kim Alvefur 2023-11-11 23:08:34 +01:00
  • 1c4021b70f mod_storage_sql: Use UUIDv7 as keys Kim Alvefur 2023-07-17 04:30:35 +02:00
  • 3619de6000 util.uuid: Add UUIDv7 Kim Alvefur 2021-08-15 14:44:21 +02:00
  • 99d2ebb731 util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enabled (thanks aab and Menel) Kim Alvefur 2023-11-11 21:33:53 +01:00
  • 298145db5f doap: Update XEP-0359 version, no protocol changes Kim Alvefur 2023-11-11 19:16:50 +01:00
  • bd2236a29e doap: Update XEP-0353 version, no change affecting server handling Kim Alvefur 2023-11-11 18:37:31 +01:00
  • 501a5f5766 doap: Update XEP-0313 version, only change align with current mod_mam behavior Kim Alvefur 2023-11-11 18:29:50 +01:00
  • 0fc5e59b54 doap: Update XEP-0045 version, only minor changes Kim Alvefur 2023-11-11 18:07:15 +01:00
  • 7dc676faad util.startup: Attempt to bring some order to startup/shutdown with util.fsm Matthew Wild 2023-11-07 12:12:18 +00:00
  • b3e293118d .luacheckrc: Add module:could() Matthew Wild 2023-11-07 11:56:15 +00:00
  • 1d1e2cdd9c moduleapi: may(): Support explicit actor_jid in context object Matthew Wild 2023-11-07 11:53:57 +00:00
  • 836b370fa8 mod_muc: Switch to module:could() for some implicit access control checks Matthew Wild 2023-11-07 11:50:59 +00:00
  • 3eff243580 mod_muc: Allow guest users to list rooms by default Matthew Wild 2023-11-07 11:12:57 +00:00
  • 8b0521f244 mod_muc: Add :list-rooms permission Matthew Wild 2023-11-07 11:10:38 +00:00
  • deaa31ddc0 mod_tokenauth: Fix saving grants after clearing expired tokens Kim Alvefur 2023-11-05 16:10:40 +01:00
  • ae884642d5 mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server Kim Alvefur 2023-11-04 17:12:01 +01:00
  • 7b6a2f64e2 core.certmanager: Handle dane context setting same way on reload as on initialization Kim Alvefur 2023-11-04 15:59:51 +01:00
  • 717ea33160 util.prosodyctl.check: Print DANE TLSA records for certificates Kim Alvefur 2023-11-03 23:08:07 +01:00
  • ab2dcd8007 util.prosodyctl.check: Wrap each check in a function Kim Alvefur 2023-11-03 22:16:53 +01:00
  • 3a91ff2b48 muc.register: Clarify what's going on when enforcing nicknames Kim Alvefur 2023-11-03 21:13:34 +01:00
  • 94f9295042 util.datamanager: Clean up list index files on purge (i.e. user deletion) Kim Alvefur 2023-11-02 17:35:10 +01:00
  • dc6ac6fe4e mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled Kim Alvefur 2023-11-02 09:39:03 +01:00
  • 6c0ba09487 mod_s2s_auth_dane_in: DANE support for s2sin Kim Alvefur 2023-11-01 22:49:56 +01:00
  • 918bb97dd5 migrator: Add mod_http_file_share example to config template Kim Alvefur 2023-11-01 19:02:07 +01:00
  • 607bfafe36 migrator: Update default config template with new stores Kim Alvefur 2023-11-01 19:02:02 +01:00
  • 2c9c0fab32 core.certmanager: Tweak log level of message about SNI being required Kim Alvefur 2023-10-29 21:31:07 +01:00
  • 40c7ebddd1 mod_bosh: Include stream attributes in stream-features event Matthew Wild 2023-10-28 13:15:56 +01:00
  • 7a9e8092ac Merge 0.12->trunk Kim Alvefur 2023-10-27 22:38:00 +02:00
  • e8128c1d60 core.certmanager: Validate that 'tls_profile' is one of the valid values Kim Alvefur 2023-10-27 19:03:59 +02:00