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.
10968
Commits
12
Branches
101
Tags
54 MiB
Lua
94.4%
C
4.8%
Makefile
0.6%
Shell
0.2%
Tag:
Branch:
Tree:
9be5cb3fbd
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 '9be5cb3fbd'
${ noResults }
prosody
/
spec
History
Matthew Wild
558a365575
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
6 years ago
..
json
Port tests to the `busted` test runner
8 years ago
scansion
scansion tests: Enable mod_muc_mam during tests (expect breakage)
6 years ago
core_configmanager_spec.lua
configmanager tests: Split long line
6 years ago
core_moduleapi_spec.lua
spec: Trim trailing whitespace
8 years ago
core_storagemanager_spec.lua
storage tests: Add tests for archive queries before/after specific ids
6 years ago
mod_bosh_spec.lua
mod_bosh: Add tests (run with 'busted -r bosh')
7 years ago
muc_util_spec.lua
spec: Include a hacky moduleapi stub to allow test to proceed
6 years ago
net_http_parser_spec.lua
net.http.parser tests: Expand tests to include validation of results
6 years ago
net_http_server_spec.lua
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason)
8 years ago
net_websocket_frames_spec.lua
net.websocket.frames: Add ping and pong test cases
6 years ago
utf8_sequences.txt
Port tests to the `busted` test runner
8 years ago
util_array_spec.lua
util.array: Add a test case for a behavior change in Lua 5.3
6 years ago
util_async_spec.lua
tests: Silence [luacheck] warnings
6 years ago
util_cache_spec.lua
util.cache tests: Add annotation to fix [luacheck] warning
7 years ago
util_dataforms_spec.lua
util.dataforms: Improve descriptions in tests
6 years ago
util_datetime_spec.lua
util.datetime: Add tests
8 years ago
util_encodings_spec.lua
spec/util.encodings: Test a lonly padding (can appear like this in SASL)
8 years ago
util_error_spec.lua
util.error: Add well-known field 'code' in error templates
6 years ago
util_events_spec.lua
Fix wrong tests committed with 7b621a4a2e8d
8 years ago
util_format_spec.lua
util.format: Handle integer formats the same way on Lua versions without integer support
7 years ago
util_hashes_spec.lua
util.hashes: Fix output length of PBKDF2-HMAC-SHA256
6 years ago
util_hashring_spec.lua
util.hashring: Add tests
7 years ago
util_hmac_spec.lua
util.hmac: Ignore long hex lines in tests
7 years ago
util_http_spec.lua
spec: Add test cases for util.http.contains_token
6 years ago
util_human_units_spec.lua
util.human.units: A library for formatting numbers with SI units
7 years ago
util_interpolation_spec.lua
util.interpolation: Add commented test case for passing nil to filter
6 years ago
util_ip_spec.lua
Port tests to the `busted` test runner
8 years ago
util_iterators_spec.lua
util.iterators tests: Check value matches expected [luacheck]
7 years ago
util_jid_spec.lua
Port tests to the `busted` test runner
8 years ago
util_json_spec.lua
util.json: Test util.array integration
6 years ago
util_jwt_spec.lua
util.jwt: Remove unused return value from tests [luacheck]
6 years ago
util_multitable_spec.lua
Port tests to the `busted` test runner
8 years ago
util_poll_spec.lua
util.poll: Test that it loads after being compiled
7 years ago
util_promise_spec.lua
util.promise: Add all_settled, which follows semantics of allSettled from ES2020
6 years ago
util_pubsub_spec.lua
util.pubsub: Ignore unused argument in tests [luacheck]
6 years ago
util_queue_spec.lua
util.queue: Add 'consume()' convenience iterator
7 years ago
util_random_spec.lua
spec/util.random: Check a larger range of sizes
8 years ago
util_rfc6724_spec.lua
Port tests to the `busted` test runner
8 years ago
util_ringbuffer_spec.lua
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)
6 years ago
util_rsm_spec.lua
util.rsm: Test that Lua 5.3 floats are not encoded with decimal point
6 years ago
util_sasl_spec.lua
util.sasl: Add stub tests
6 years ago
util_serialization_spec.lua
util.serialization: Add option for allowing multiple references to the same table (but not cycles)
7 years ago
util_stanza_spec.lua
util.stanza: Add method returning stanza with added indentation
6 years ago
util_table_spec.lua
util.table: Add test for create()
7 years ago
util_throttle_spec.lua
Fix various spelling mistakes [codespell]
7 years ago
util_time_spec.lua
util.time: Add brief tests
7 years ago
util_uuid_spec.lua
util.random: Remove obsolete noop seed function
8 years ago
util_xml_spec.lua
Port tests to the `busted` test runner
8 years ago
util_xmppstream_spec.lua
util.xmppstream: Add tests for various XML features forbidden by the RFC
8 years ago