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.
13752
Commits
12
Branches
101
Tags
54 MiB
Lua
94.4%
C
4.8%
Makefile
0.6%
Shell
0.2%
Tag:
Branch:
Tree:
780b392d25
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 '780b392d25'
${ noResults }
prosody
/
spec
History
Kim Alvefur
0ed2d38edf
core.storagemanager: Fix tests by removing an assert that upset luarocks
...
Not sure why but this assert() caused a stack overflow in luarocks
10 months ago
..
inputs
…
json
util.json: Accept empty arrays with whitespace (
fixes
#1782
)
3 years ago
scansion
core.configmanager: Add ways to read config values from files
1 year ago
core_configmanager_spec.lua
…
core_moduleapi_spec.lua
core.moduleapi: Silence strict luacheck warnings in tests
2 years ago
core_storagemanager_spec.lua
core.storagemanager: Fix tests by removing an assert that upset luarocks
10 months ago
mod_bosh_spec.lua
…
muc_util_spec.lua
…
net_http_parser_spec.lua
net.http.parser: Reject overlarge header section earlier
2 years ago
net_http_server_spec.lua
…
net_resolvers_service_spec.lua
…
net_stun_spec.lua
net.stun: tests: Remove stray print() from debugging
4 years ago
net_websocket_frames_spec.lua
…
utf8_sequences.txt
…
util_argparse_spec.lua
util.argparse: Fix bug (regression?) in argument parsing with --foo=bar
11 months ago
util_array_spec.lua
util.array: Fix new() library function
3 years ago
util_async_spec.lua
util.async tests: Explicitly import match from luassert (luacheck)
4 years ago
util_bitcompat_spec.lua
util.bit53: Add bnot() method
2 years ago
util_cache_spec.lua
util.cache: Pass cache itself to eviction callback
3 years ago
util_crypto_spec.lua
util.crypto: Add more ECC methods
1 year ago
util_dataforms_spec.lua
Spelling: Fix various spelling mistakes (thanks timeless)
4 years ago
util_datamanager_spec.lua
…
util_datamapper_spec.lua
util.datamapper: Improve handling of schemas with non-obvious "type"
4 years ago
util_datetime_spec.lua
…
util_dbuffer_spec.lua
…
util_debug_spec.lua
…
util_encodings_spec.lua
…
util_envload_spec.lua
…
util_error_spec.lua
util.error: Use is_error() instead of is_err() everywhere
1 year ago
util_events_spec.lua
…
util_format_spec.lua
util.format: Skip control code escaping when doing full serialization
4 years ago
util_fsm_spec.lua
…
util_hashes_spec.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
util_hashring_spec.lua
util.hashring: Support associating arbitrary data with nodes
3 years ago
util_hmac_spec.lua
util.hex: Deprecate to/from in favour of encode/decode, for consistency!
4 years ago
util_http_spec.lua
util.http: Silence strict luacheck warning in tests
2 years ago
util_human_io_spec.lua
util.human.io: Don't accept ambiguous durations by default
2 years ago
util_human_units_spec.lua
…
util_indexedbheap_spec.lua
…
util_interpolation_spec.lua
…
util_ip_spec.lua
util.ip: Add another test case for match() and commonPrefixLength()
2 years ago
util_iterators_spec.lua
…
util_jid_spec.lua
util.jid: Explicitly check for nil rather than falsy
4 years ago
util_json_spec.lua
…
util_jsonpointer_spec.lua
util.jsonpointer: Add basic tests
4 years ago
util_jsonschema_spec.lua
util.jsonschema: Return basic structured validation response
2 years ago
util_jwt_spec.lua
…
util_multitable_spec.lua
…
util_paseto_spec.lua
spec: Suppress some harmless luacheck warnings in tests
3 years ago
util_paths_spec.lua
…
util_poll_spec.lua
…
util_promise_spec.lua
util.promise: Fix test
4 years ago
util_pubsub_spec.lua
util.pubsub: Add method returning subset of config as metadata
1 year ago
util_queue_spec.lua
util.queue: tests: Add test for :replace() method
1 year ago
util_random_spec.lua
…
util_ringbuffer_spec.lua
…
util_roles_spec.lua
…
util_rsm_spec.lua
…
util_sasl_spec.lua
util.sasl: Add basic tests for OAUTHBEARER
3 years ago
util_serialization_spec.lua
…
util_smqueue_spec.lua
util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)
4 years ago
util_stanza_spec.lua
util.stanza: Handle Clark notation for attributes in :find()
1 year ago
util_strbitop_spec.lua
util.strbitop: Remove unused import in tests
2 years ago
util_table_spec.lua
util.table: Expand table.move() tests (thanks mutation testing)
3 years ago
util_throttle_spec.lua
util.throttle: Silence some strict luacheck warnings
2 years ago
util_time_spec.lua
…
util_uuid_spec.lua
util.uuid: Add UUIDv7
5 years ago
util_xml_spec.lua
util.xml: Add an option to allow <?processing instructions?>
4 years ago
util_xmppstream_spec.lua
…
util_xtemplate_spec.lua
util.stanza: Handle namespace prefixes for attributes in :find()
1 year ago