| Commit message (Expand) | Author | Age | Files | Lines |
* | scansion: Add roster groups setting to pubsub form in tests | Kim Alvefur | 2024-06-12 | 4 | -0/+6 |
* | util.prosodyctl: Use notify socket to wait for Prosody to be ready | Kim Alvefur | 2024-05-19 | 1 | -0/+24 |
* | net.server_epoll: Add support for systemd socket activation | Kim Alvefur | 2024-05-14 | 2 | -0/+41 |
* | Merge 0.12->trunk | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
|\ |
|
| * | mod_admin_shell: Allow matching on host or bare JID in c2s:show | Kim Alvefur | 2023-03-31 | 1 | -2/+2 |
| * | mod_blocklist: Drop blocked messages without error, option to restore complia... | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
* | | mod_pep: Implement 'roster' (group) access_model | Kim Alvefur | 2023-12-03 | 4 | -2/+26 |
* | | mod_announce: Suppress luacheck warnings | Matthew Wild | 2024-04-26 | 1 | -3/+3 |
* | | mod_announce: Add shell commands and APIs for sending to all/online/roles | Matthew Wild | 2024-04-24 | 1 | -3/+85 |
* | | prosodyctl shell: Fix invocation with 3+ command arguments | Matthew Wild | 2024-04-24 | 1 | -1/+1 |
* | | mod_blocklist: Fix fix signal for letting stanzas pass | Kim Alvefur | 2024-04-23 | 1 | -2/+0 |
* | | mod_blocklist: Check JID of mediated MUC invite sender against blocklist | Matthew Wild | 2024-04-22 | 1 | -1/+16 |
* | | mod_saslauth: Log when tls-exporter is NOT supported, as well as when it is | Matthew Wild | 2024-04-17 | 1 | -0/+2 |
* | | net.unbound: Show canonical name in textual format (e.g. in shell) | Kim Alvefur | 2024-04-14 | 1 | -1/+5 |
* | | mod_http_file_share: Fix expiry disabled check for new config API | Kim Alvefur | 2024-04-08 | 1 | -1/+1 |
* | | util.startup: Fix notifying config-reload to systemd | Kim Alvefur | 2024-04-08 | 1 | -1/+1 |
* | | mod_version: Fix uname result style (thanks riau) | Kim Alvefur | 2024-04-07 | 1 | -3/+3 |
* | | mod_server_contact_info: Sort form fields to please scansion | Kim Alvefur | 2024-04-06 | 1 | -1/+2 |
* | | mod_version: Handle access denied from uname() | Kim Alvefur | 2024-04-06 | 1 | -1/+6 |
* | | mod_admin_shell: Add connection created time | aidan | 2024-04-03 | 1 | -0/+12 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-04-04 | 1 | -2/+2 |
|\| |
|
| * | mod_invites_adhoc: Fix result form type (thanks betarays) | Kim Alvefur | 2024-04-04 | 1 | -2/+2 |
* | | util.startup: Support systemd Type=notify service type | Kim Alvefur | 2024-04-04 | 2 | -0/+35 |
* | | MUC: Fix legacy hats (thanks nicoco) | Kim Alvefur | 2024-03-28 | 1 | -2/+8 |
* | | MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thank... | Kim Alvefur | 2024-03-28 | 2 | -3/+12 |
* | | util.startup: Fix exiting on pidfile trouble | Kim Alvefur | 2024-03-27 | 1 | -3/+3 |
* | | Merge 0.12->trunk | Matthew Wild | 2024-03-27 | 1 | -0/+51 |
|\| |
|
| * | prosodyctl check: Warn about invalid domain names in the config file | Matthew Wild | 2024-03-27 | 1 | -0/+51 |
* | | util.startup: Abort before initialization of logging when started as root | Kim Alvefur | 2024-03-24 | 1 | -3/+3 |
* | | util.startup: Don't use not yet existent shutdown procedure when started as r... | Kim Alvefur | 2024-03-24 | 1 | -1/+1 |
* | | util.startup: Check root after detecting platform and reading config (thanks ... | Kim Alvefur | 2024-03-24 | 1 | -1/+1 |
* | | mod_posix: Move everything to util.startup | Kim Alvefur | 2024-03-23 | 2 | -121/+109 |
* | | mod_bosh: Set base_type on session | Matthew Wild | 2024-03-17 | 1 | -1/+1 |
* | | util.startup: Back out 598df17b8ebb | Kim Alvefur | 2024-03-10 | 1 | -1/+1 |
* | | util.startup: Hook signals after daemonization | Kim Alvefur | 2024-03-06 | 1 | -1/+1 |
* | | mod_pubsub: Ignore shadowed variable [luacheck] | Kim Alvefur | 2024-03-06 | 1 | -0/+1 |
* | | mod_pubsub: Add shell commands to create and list nodes | Matthew Wild | 2024-03-06 | 1 | -0/+42 |
* | | core.features: Advertise that events are fired for SIGUSR1/2 | Kim Alvefur | 2024-03-02 | 1 | -0/+3 |
* | | util.startup: Fix firing of USR1/2 events | Kim Alvefur | 2024-03-02 | 1 | -2/+2 |
* | | net.server: Restore epoll signalfd handling | Kim Alvefur | 2024-03-02 | 1 | -5/+0 |
* | | mod_posix: Move POSIX signal handling into util.startup to avoid race | Kim Alvefur | 2024-03-02 | 2 | -50/+43 |
* | | net.server: Disable epoll signalfd handling by default until problems resolved | Kim Alvefur | 2024-03-01 | 1 | -0/+5 |
* | | net.server_epoll: Log creation of signalfd handles at noise level | Kim Alvefur | 2024-03-01 | 1 | -0/+1 |
* | | util.bit53: Add bnot() method | Matthew Wild | 2024-03-01 | 2 | -0/+7 |
* | | util.signal: Fail signalfd() if unable to change signal mask | Kim Alvefur | 2024-02-28 | 1 | -1/+4 |
* | | net.server_epoll: Log failure to hook signals | Kim Alvefur | 2024-02-28 | 1 | -1/+6 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-02-27 | 1 | -1/+1 |
|\| |
|
| * | net.http.files: Validate argument to setup function | Kim Alvefur | 2024-02-27 | 1 | -1/+1 |
* | | mod_s2s: Comment on why we avoid hostnames in stanza bounce messages | Kim Alvefur | 2024-02-24 | 1 | -0/+2 |
* | | mod_cron: Fix log format to account for float that was integer before | Kim Alvefur | 2024-02-24 | 2 | -2/+2 |