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_vcard: Some support for handling vcards on components
Matthew Wild
5 days
1
-3
/
+7
*
mod_vcard: Fire event when vcard updated
Matthew Wild
5 days
1
-0
/
+1
*
mod_vcard: Add API to get hash of the vcard avatar
Matthew Wild
5 days
1
-0
/
+13
*
prosodyctl: Fix check for whether to show init system warning
Matthew Wild
5 days
1
-1
/
+1
*
net.server_epoll: Call :shutdown() on TLS sockets when supported
Martijn van Duren
5 days
1
-0
/
+21
*
prosodyctl: Further deprecate start/stop/restart commands when installed
Matthew Wild
5 days
1
-11
/
+35
*
prosodyctl: reload: Assume reload-via-socket if any arguments passed
Matthew Wild
5 days
1
-0
/
+3
*
prosodyctl: Fix luacheck warning
Matthew Wild
5 days
1
-1
/
+1
*
prosodyctl: reload: Remove redundant require
Matthew Wild
5 days
1
-1
/
+0
*
util.prosodyctl: Add comments to explain logic and expected behaviour (#1688)
Matthew Wild
5 days
1
-0
/
+7
*
prosodyctl: stop: Fix detection of whether Prosody is running
Matthew Wild
5 days
1
-1
/
+5
*
prosodyctl: reload: Fix detection of whether prosody is running
Matthew Wild
5 days
1
-3
/
+5
*
prosodyctl: reload: use admin socket to issue reload command, if available
Matthew Wild
5 days
1
-7
/
+11
*
util.prosodyctl.shell: Export function to check for availability of admin socket
Matthew Wild
5 days
1
-0
/
+8
*
mod_c2s: Add debug log when disconnecting all user sessions
Matthew Wild
5 days
1
-0
/
+1
*
mod_admin_shell: Fix column alignment in 'help roles'
Kim Alvefur
9 days
1
-1
/
+1
*
mod_admin_shell: Fix help forgetting arguments
Kim Alvefur
9 days
1
-1
/
+1
*
util.startup: Drop mention of systemd from notification socket handling
Kim Alvefur
10 days
1
-4
/
+4
*
mod_tokenauth: Fix expiry lasting one second too much
RĂ©mi Bardon
10 days
1
-5
/
+5
*
Merge 0.12->trunk
Matthew Wild
2025-01-28
0
-0
/
+0
|
\
|
*
Added tag 0.12.5 for changeset 836efad8483c
origin/0.12
0.12
Matthew Wild
2024-12-29
0
-0
/
+0
*
|
doap: Add XEP-0357 (mod_cloud_notify)
Kim Alvefur
2025-01-27
1
-0
/
+9
*
|
mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade command
Kim Alvefur
2025-01-23
1
-1
/
+1
*
|
mod_storage_sql: Detect SQLite3 without UPSERT (or SQLCipher 3.x)
Kim Alvefur
2025-01-23
1
-1
/
+23
*
|
util.sql: SQLCipher support
Kim Alvefur
2025-01-23
3
-0
/
+13
*
|
core.configmanager: Remove compat
Kim Alvefur
2025-01-21
1
-2
/
+0
*
|
util.startup: Rename credentials path variable too
Kim Alvefur
2025-01-18
2
-3
/
+3
*
|
luacheck: Declare new config globals
Kim Alvefur
2025-01-18
1
-0
/
+4
*
|
core.configmanager: Rename Secret to Credential
Kim Alvefur
2025-01-18
1
-4
/
+6
*
|
core.configmanager: Add function for getting secrets from separate files
Kim Alvefur
2025-01-16
3
-3
/
+22
*
|
core.configmanager: Add ways to read config values from files
Kim Alvefur
2025-01-16
4
-4
/
+37
*
|
mod_admin_shell: Remove log statement intended for development only
Matthew Wild
2025-01-16
1
-1
/
+0
*
|
util.bitcompat: Avoid potential noise from global metatable
Kim Alvefur
2025-01-15
1
-1
/
+1
*
|
mod_pubsub: Remove duplicate create_node command
Matthew Wild
2025-01-14
1
-16
/
+0
*
|
features: Add feature for bundled mod_cloud_notify
Matthew Wild
2025-01-14
1
-0
/
+2
*
|
mod_authz_internal: Make host considered the parent configurable
Kim Alvefur
2025-01-13
1
-1
/
+1
*
|
luacheckrc: Add module.ready()
Kim Alvefur
2025-01-10
1
-0
/
+1
*
|
luacheckrc: Reorder module API methods for consistency with prosody-modules
Kim Alvefur
2025-01-10
1
-1
/
+1
*
|
util.signal: Factor out single #define that enables signalfd(2) use
Kim Alvefur
2025-01-10
1
-6
/
+10
*
|
util.signal: Implement signalfd for *BSD
Kim Alvefur
2025-01-10
1
-8
/
+73
*
|
mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0
Matthew Wild
2025-01-09
1
-0
/
+653
*
|
modulemanager: Allow modules to specify supported Lua versions in metadata
Matthew Wild
2025-01-09
1
-0
/
+14
*
|
modulemanager: Handle multiple digits in Lua version number
Matthew Wild
2025-01-09
1
-1
/
+1
*
|
mod_invites: Add support for invites_page option to use external invites pages
Matthew Wild
2025-01-09
1
-0
/
+36
*
|
prosodyctl: Hide the 'lua_paths' command from default command listing
Kim Alvefur
2025-01-08
1
-1
/
+1
*
|
mod_storage_sql: Remove the word 'error' from debug messages
Kim Alvefur
2025-01-08
1
-2
/
+2
*
|
prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH used
Matthew Wild
2025-01-08
1
-0
/
+9
*
|
prosodyctl: 'about' becomes 'version -v', 'version' prints only version
Matthew Wild
2025-01-08
1
-2
/
+15
*
|
mod_pubsub: Remove unused loop variable [luacheck]
Kim Alvefur
2025-01-08
1
-1
/
+1
*
|
util.prosodyctl.shell: Remove non-existent export [luacheck]
Kim Alvefur
2025-01-08
1
-1
/
+0
[next]