This website works better with JavaScript.
Explore
Help
Sign In
apitech
/
prosody
mirror of
https://github.com/bjc/prosody
Watch
1
Star
0
Fork
You've already forked prosody
0
Code
Issues
Projects
Releases
Wiki
Activity
IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
xmpp
xmpp-server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2306
Commits
12
Branches
101
Tags
54 MiB
Lua
94.4%
C
4.8%
Makefile
0.6%
Shell
0.2%
Tag:
Branch:
Tree:
24cccd311d
0.11
0.12
13.0
master
s2s
sasl
tls
vault/0.11
vault/master
vault/s2s
vault/sasl
vault/tls
0.1.0
0.10.0
0.10.1
0.10.2
0.10.3
0.11.0
0.11.1
0.11.10
0.11.11
0.11.12
0.11.13
0.11.14
0.11.2
0.11.3
0.11.4
0.11.5
0.11.6
0.11.7
0.11.8
0.11.9
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.12.5
0.2.0
0.3.0
0.4.0
0.4.1
0.4.2
0.5.0
0.5.1
0.5.2
0.6.0
0.6.1
0.6.2
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.10
0.9.11
0.9.12
0.9.13
0.9.14
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
13.0.0
13.0.1
vault/0.1.0
vault/0.10.0
vault/0.10.1
vault/0.10.2
vault/0.10.3
vault/0.11.0
vault/0.11.1
vault/0.11.2
vault/0.11.3
vault/0.11.4
vault/0.11.5
vault/0.11.6
vault/0.11.7
vault/0.2.0
vault/0.3.0
vault/0.4.0
vault/0.4.1
vault/0.4.2
vault/0.5.0
vault/0.5.1
vault/0.5.2
vault/0.6.0
vault/0.6.1
vault/0.6.2
vault/0.7.0
vault/0.8.0
vault/0.8.1
vault/0.8.2
vault/0.9.0
vault/0.9.1
vault/0.9.10
vault/0.9.11
vault/0.9.12
vault/0.9.13
vault/0.9.14
vault/0.9.2
vault/0.9.3
vault/0.9.4
vault/0.9.5
vault/0.9.6
vault/0.9.7
vault/0.9.8
vault/0.9.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '24cccd311d'
${ noResults }
prosody
/
plugins
History
Matthew Wild
24cccd311d
mod_proxy65: Replace error() calls with module:log("error", ...)
16 years ago
..
muc
MUC: Added support for the room-destroy owner use case.
16 years ago
mod_actions_http.lua
Add copyright header to those files missing one
17 years ago
mod_announce.lua
Add copyright header to those files missing one
17 years ago
mod_bosh.lua
mod_bosh: Don't log response XML
16 years ago
mod_component.lua
Remove version number from copyright headers
17 years ago
mod_compression.lua
mod_compression: Removing trailing whitespace.
16 years ago
mod_console.lua
mod_console: Show compression status on s2s:show() output.
16 years ago
mod_debug.lua
Remove version number from copyright headers
17 years ago
mod_dialback.lua
mod_dialback: Catch s2s-stream-features and add dialback feature
16 years ago
mod_disco.lua
mod_disco: Rearranged some lines, and added a FIXME comment
17 years ago
mod_groups.lua
Add copyright header to those files missing one
17 years ago
mod_httpserver.lua
mod_httpserver: Update to use new httpserver.new_from_config syntax
16 years ago
mod_iq.lua
Add copyright header to those files missing one
17 years ago
mod_lastactivity.lua
mod_lastactivity: Gave a positive priority to the presence event hook.
16 years ago
mod_legacyauth.lua
require_encryption deprecated, use c2s_require_encryption instead
16 years ago
mod_message.lua
Add copyright header to those files missing one
17 years ago
mod_offline.lua
mod_offline: Fixed undefined global access.
17 years ago
mod_pep.lua
PEP: Better reload support.
16 years ago
mod_ping.lua
mod_ping: Updated to use events (which also fixes a few minor issues).
16 years ago
mod_posix.lua
mod_posix: Log warning when no_daemonize is used, and instruct on how to update config
16 years ago
mod_presence.lua
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.
16 years ago
mod_privacy.lua
Add copyright header to those files missing one
17 years ago
mod_private.lua
Remove version number from copyright headers
17 years ago
mod_proxy65.lua
mod_proxy65: Replace error() calls with module:log("error", ...)
16 years ago
mod_register.lua
mod_register: Properly notify contacts of subscription removal on account deletion.
16 years ago
mod_roster.lua
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.
16 years ago
mod_saslauth.lua
mod_saslauth: Fix typo in variable name
16 years ago
mod_selftests.lua
mod_selftests: Mark as global
17 years ago
mod_time.lua
mod_time: Updated to use events (which also fixes a few minor issues).
16 years ago
mod_tls.lua
mod_tls: Switch to : syntax for connection methods
16 years ago
mod_uptime.lua
mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with iq/host queries.
16 years ago
mod_vcard.lua
mod_vcard: Cleaned up unused variables and global accesses.
16 years ago
mod_version.lua
mod_version: Rewritten to use new API. Added reply caching, and fixed some issues.
17 years ago
mod_watchregistrations.lua
mod_watchregistrations: Updated to use module:get_option instead of configmanager
17 years ago
mod_welcome.lua
mod_welcome: Change $user to $username in default welcome message (thanks to chris for spotting)
16 years ago
mod_xmlrpc.lua
mod_xmlrpc: Correct stripping of filename/line number prefix in RPC method error results
17 years ago