index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
|
mod_cron: Sync Teal source with 92301fa7a673
Kim Alvefur
2024-02-24
1
-2
/
+10
*
|
util.signal: Wrap signalfd in an userdatum for gc handling etc
Kim Alvefur
2024-02-24
2
-9
/
+63
*
|
net.server_epoll: Support hooking signals via signalfd
Kim Alvefur
2024-02-24
1
-0
/
+15
*
|
util.signal: Add support for signalfd(2) on Linux
Kim Alvefur
2024-02-24
1
-0
/
+34
*
|
features: Add mod_server_info
Matthew Wild
2024-02-23
1
-0
/
+2
*
|
mod_server_contact_info: Update to publish fields via new mod_server_info
Matthew Wild
2024-02-23
1
-12
/
+25
[prev]
[next]