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.
13887
Commits
12
Branches
101
Tags
54 MiB
Lua
94.4%
C
4.8%
Makefile
0.6%
Shell
0.2%
Tag:
Branch:
Tree:
master
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 'master'
${ noResults }
prosody
/
util
History
Kim Alvefur
19126b5410
teal: Regenerate Lua files
11 months ago
..
human
util.human.io: Don't accept ambiguous durations by default
2 years ago
prosodyctl
util.prosodyctl.check: Improve reporting of DNS lookup problems
11 months ago
sasl
…
adhoc.lua
…
adminstream.lua
util.adminstream: Fix traceback on double-close (
fixes
#1913
)
12 months ago
argparse.lua
util.argparse: Fix bug (regression?) in argument parsing with --foo=bar
1 year ago
array.lua
util.array: Fix new() library function
3 years ago
async.lua
util.async: Clip long line [luacheck]
2 years ago
bit53.lua
util.bit53: Add bnot() method
2 years ago
bitcompat.lua
util.bitcompat: Avoid potential noise from global metatable
1 year ago
cache.lua
util.cache: Pass cache itself to eviction callback
3 years ago
caps.lua
…
dataforms.lua
…
datamanager.lua
util.datamanager: fix duplicated word in log message
1 year ago
datamapper.lua
teal: Regenerate Lua files
11 months ago
datetime.lua
…
dbuffer.lua
…
debug.lua
…
dependencies.lua
…
dns.lua
…
dnsregistry.lua
util.dnsregistry: Update using script
1 year ago
envload.lua
…
error.lua
util.error: Fix error on conversion of invalid error stanza,
fix
#1805
3 years ago
events.lua
…
filters.lua
…
format.lua
…
fsm.lua
renamening: Fix newly added imports to use the new namespace
3 years ago
gc.lua
…
hashring.lua
…
helpers.lua
…
hex.lua
…
hmac.lua
…
http.lua
…
id.lua
…
import.lua
…
indexedbheap.lua
…
interpolation.lua
…
ip.lua
util.ip: Remove ip.bits and related code, switch to more efficient strbitop
2 years ago
iterators.lua
…
jid.lua
…
json.lua
…
jsonpointer.lua
teal: Regenerate Lua files
11 months ago
jsonschema.lua
teal: Regenerate Lua files
11 months ago
jwt.lua
…
logger.lua
…
mathcompat.lua
…
mercurial.lua
…
multitable.lua
…
openmetrics.lua
…
openssl.lua
…
paseto.lua
…
paths.lua
…
pluginloader.lua
modulemanager, util.pluginloader: Improve error message when load fails but some candidates were filtered
12 months ago
presence.lua
…
promise.lua
…
prosodyctl.lua
util.prosodyctl: Add comments to explain logic and expected behaviour (
#1688
)
1 year ago
pubsub.lua
util.pubsub: Add method returning subset of config as metadata
1 year ago
queue.lua
…
random.lua
…
roles.lua
…
rsm.lua
…
sasl.lua
util.sasl: Preserve 'userdata' field between clones
1 year ago
serialization.lua
…
session.lua
renamening: Fix newly added imports to use the new namespace
3 years ago
set.lua
…
smqueue.lua
…
sql.lua
util.sql: Don't send SQLCipher key to Postgres or MySQL (thanks gllmhyt)
1 year ago
sqlite3.lua
util.sql: SQLCipher support
1 year ago
sslconfig.lua
util.sslconfig: Support DH parameters as literal string
2 years ago
stanza.lua
util.stanza: Handle Clark notation for attributes in :find()
1 year ago
startup.lua
core.configmanager: Remove dependency on 'prosody' global for Credential
1 year ago
statistics.lua
…
statsd.lua
…
template.lua
…
termcolours.lua
…
throttle.lua
…
timer.lua
…
uuid.lua
…
watchdog.lua
…
x509.lua
util.x509: Per RFC 9525, remove obsolete Common Name check
2 years ago
xml.lua
…
xmppstream.lua
…
xpcall.lua
…
xtemplate.lua
util.xtemplate: Use same argument order in filters even without 'args'
1 year ago