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
*
luacheckrc: Add module.ready()
HEAD
origin/master
master
Kim Alvefur
42 hours
1
-0
/
+1
*
luacheckrc: Reorder module API methods for consistency with prosody-modules
Kim Alvefur
42 hours
1
-1
/
+1
*
util.signal: Factor out single #define that enables signalfd(2) use
Kim Alvefur
42 hours
1
-6
/
+10
*
util.signal: Implement signalfd for *BSD
Kim Alvefur
2 days
1
-8
/
+73
*
mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0
Matthew Wild
3 days
1
-0
/
+653
*
modulemanager: Allow modules to specify supported Lua versions in metadata
Matthew Wild
3 days
1
-0
/
+14
*
modulemanager: Handle multiple digits in Lua version number
Matthew Wild
3 days
1
-1
/
+1
*
mod_invites: Add support for invites_page option to use external invites pages
Matthew Wild
3 days
1
-0
/
+36
*
prosodyctl: Hide the 'lua_paths' command from default command listing
Kim Alvefur
3 days
1
-1
/
+1
*
mod_storage_sql: Remove the word 'error' from debug messages
Kim Alvefur
3 days
1
-2
/
+2
*
prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH used
Matthew Wild
3 days
1
-0
/
+9
*
prosodyctl: 'about' becomes 'version -v', 'version' prints only version
Matthew Wild
3 days
1
-2
/
+15
*
mod_pubsub: Remove unused loop variable [luacheck]
Kim Alvefur
4 days
1
-1
/
+1
*
util.prosodyctl.shell: Remove non-existent export [luacheck]
Kim Alvefur
4 days
1
-1
/
+0
*
prosodyctl: Remove unused import
Kim Alvefur
4 days
1
-2
/
+0
*
mod_admin_shell: Remove redundant 'mod_' prefix from debug message
Kim Alvefur
4 days
1
-1
/
+1
*
core.moduleapi: Include source modules when handling items
Kim Alvefur
4 days
1
-2
/
+10
*
mod_admin_shell: Fix reporting origin module for commands
Kim Alvefur
4 days
1
-1
/
+1
*
mod_pubsub: Quiet down check for service admin
Kim Alvefur
4 days
1
-1
/
+1
*
mod_pubsub: Limit node listing based on new ACL-aware metadata method
Kim Alvefur
4 days
1
-1
/
+4
*
prosodyctl: deluser: Use user:delete() shell command for implementation
Matthew Wild
4 days
1
-27
/
+2
*
prosodyctl: passwd: Use user:password() shell command for implementation
Matthew Wild
4 days
1
-31
/
+2
*
mod_admin_shell: user:password(): Support prompting for password if none given
Matthew Wild
4 days
1
-6
/
+9
*
mod_admin_shell: user:create(): Reject promise with error message on failure
Matthew Wild
4 days
1
-1
/
+1
*
mod_admin_shell: Mark event as handled when requested input is submitted
Matthew Wild
4 days
1
-0
/
+1
*
prosodyctl: adduser: use shell user:create() to provide the implementation
Matthew Wild
4 days
1
-31
/
+2
*
mod_admin_shell: user:create(): request password via prompt if none given
Matthew Wild
4 days
1
-6
/
+7
*
mod_admin_shell: Add session method to request (password) input from shell cl...
Matthew Wild
4 days
1
-0
/
+46
*
mod_admin_socket: Fire event on admin client disconnect
Matthew Wild
4 days
1
-1
/
+6
*
mod_admin_shell: Don't pause async thread while waiting for promise result
Matthew Wild
4 days
1
-14
/
+22
*
util.prosodyctl.shell: Support for requesting special inputs, e.g. passwords
Matthew Wild
4 days
1
-0
/
+17
*
util.adminstream: Expose session events (specifically "disconnected")
Matthew Wild
4 days
1
-8
/
+10
*
mod_cron: Don't run tasks if loaded inside prosodyctl
Matthew Wild
4 days
1
-0
/
+4
*
mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDs
Matthew Wild
5 days
1
-2
/
+2
*
mod_pep: Support for node/item management commands
Matthew Wild
5 days
1
-0
/
+3
*
mod_pubsub: Expand shell commands to include node/item management
Matthew Wild
5 days
2
-38
/
+256
*
mod_roster: Add basic roster management shell commands
Matthew Wild
5 days
1
-4
/
+170
*
mod_flags: New module to view and manage flags on user accounts via shell/API
Matthew Wild
9 days
2
-0
/
+159
*
mod_admin_shell: stats:show(): Friendlier error message when statistics disabled
Matthew Wild
2024-12-28
1
-1
/
+4
*
Merge 0.12->trunk
Matthew Wild
2024-12-20
1
-4
/
+14
|
\
|
*
util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803)
origin/0.12
0.12
Matthew Wild
2024-12-20
1
-4
/
+14
*
|
mod_saslauth: Use fully qualified import here too
Kim Alvefur
2024-11-24
1
-3
/
+3
*
|
MUC: Use fully qualified import
Kim Alvefur
2024-11-23
1
-1
/
+1
*
|
muc: Update link to XEP-0421 (instead of inbox)
Kim Alvefur
2024-11-23
1
-1
/
+1
*
|
mod_smacks: Run session destruction code in session's async context
Matthew Wild
2024-11-21
1
-7
/
+11
*
|
mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread
Matthew Wild
2024-11-21
2
-23
/
+32
*
|
util.pposix: Add fdopen() to return a Lua file object from an fd
Matthew Wild
2024-11-20
1
-0
/
+32
*
|
mod_smacks: Fix previous commit for case of no session found
Kim Alvefur
2024-11-19
1
-1
/
+1
*
|
mod_smacks: Prevent traceback on attempting to resume destroyed session
Kim Alvefur
2024-11-19
1
-0
/
+5
*
|
net.server_epoll: Don't try to flush buffer on closed connections
Kim Alvefur
2024-11-19
1
-1
/
+2
[next]