aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-14net.server_epoll: Add support for systemd socket activationHEADmasterKim Alvefur1-0/+40
2023-12-03mod_pep: Implement 'roster' (group) access_modelKim Alvefur4-2/+26
2024-04-26mod_announce: Suppress luacheck warningsMatthew Wild1-3/+3
2024-04-24mod_announce: Add shell commands and APIs for sending to all/online/rolesMatthew Wild1-3/+85
2024-04-24prosodyctl shell: Fix invocation with 3+ command argumentsMatthew Wild1-1/+1
2024-04-23mod_blocklist: Fix fix signal for letting stanzas passKim Alvefur1-2/+0
2024-04-22mod_blocklist: Check JID of mediated MUC invite sender against blocklistMatthew Wild1-1/+16
2024-04-17mod_saslauth: Log when tls-exporter is NOT supported, as well as when it isMatthew Wild1-0/+2
2024-04-14net.unbound: Show canonical name in textual format (e.g. in shell)Kim Alvefur1-1/+5
2024-04-08mod_http_file_share: Fix expiry disabled check for new config APIKim Alvefur1-1/+1
2024-04-08util.startup: Fix notifying config-reload to systemdKim Alvefur1-1/+1
2024-04-07mod_version: Fix uname result style (thanks riau)Kim Alvefur1-3/+3
2024-04-06mod_server_contact_info: Sort form fields to please scansionKim Alvefur1-1/+2
2024-04-06mod_version: Handle access denied from uname()Kim Alvefur1-1/+6
2024-04-03mod_admin_shell: Add connection created timeaidan1-0/+12
2024-04-04mod_invites_adhoc: Fix result form type (thanks betarays)Kim Alvefur1-2/+2
2024-04-04util.startup: Support systemd Type=notify service typeKim Alvefur2-0/+35
2024-03-28MUC: Fix legacy hats (thanks nicoco)Kim Alvefur1-2/+8
2024-03-28MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thanks nicoco)Kim Alvefur2-3/+12
2024-03-27util.startup: Fix exiting on pidfile troubleKim Alvefur1-3/+3
2024-03-27prosodyctl check: Warn about invalid domain names in the config fileMatthew Wild1-0/+51
2024-03-24util.startup: Abort before initialization of logging when started as rootKim Alvefur1-3/+3
2024-03-24util.startup: Don't use not yet existent shutdown procedure when started as root (thanks SigmaTel71)Kim Alvefur1-1/+1
2024-03-24util.startup: Check root after detecting platform and reading config (thanks SigmaTel71)Kim Alvefur1-1/+1
2024-03-23mod_posix: Move everything to util.startupKim Alvefur2-121/+109
2024-03-17mod_bosh: Set base_type on sessionMatthew Wild1-1/+1
2024-03-10util.startup: Back out 598df17b8ebbKim Alvefur1-1/+1
2024-03-06util.startup: Hook signals after daemonizationKim Alvefur1-1/+1
2024-03-06mod_pubsub: Ignore shadowed variable [luacheck]Kim Alvefur1-0/+1
2024-03-06mod_pubsub: Add shell commands to create and list nodesMatthew Wild1-0/+42
2024-03-02core.features: Advertise that events are fired for SIGUSR1/2Kim Alvefur1-0/+3
2024-03-02util.startup: Fix firing of USR1/2 eventsKim Alvefur1-2/+2
2024-03-02net.server: Restore epoll signalfd handlingKim Alvefur1-5/+0
2024-03-02mod_posix: Move POSIX signal handling into util.startup to avoid raceKim Alvefur2-50/+43
2024-03-01net.server: Disable epoll signalfd handling by default until problems resolvedKim Alvefur1-0/+5
2024-03-01net.server_epoll: Log creation of signalfd handles at noise levelKim Alvefur1-0/+1
2024-03-01util.bit53: Add bnot() methodMatthew Wild2-0/+7
2024-02-28util.signal: Fail signalfd() if unable to change signal maskKim Alvefur1-1/+4
2024-02-28net.server_epoll: Log failure to hook signalsKim Alvefur1-1/+6
2024-02-27net.http.files: Validate argument to setup functionKim Alvefur1-1/+1
2024-02-24mod_s2s: Comment on why we avoid hostnames in stanza bounce messagesKim Alvefur1-0/+2
2024-02-24mod_cron: Fix log format to account for float that was integer beforeKim Alvefur2-2/+2
2024-02-24mod_cron: Sync Teal source with 92301fa7a673Kim Alvefur1-2/+10
2024-02-24util.signal: Wrap signalfd in an userdatum for gc handling etcKim Alvefur2-9/+63
2024-02-24net.server_epoll: Support hooking signals via signalfdKim Alvefur1-0/+15
2024-02-24util.signal: Add support for signalfd(2) on LinuxKim Alvefur1-0/+34
2024-02-23features: Add mod_server_infoMatthew Wild1-0/+2
2024-02-23mod_server_contact_info: Update to publish fields via new mod_server_infoMatthew Wild1-12/+25