core.s2smanager: Don't remove unrelated session on close of bidi session
0.12
|
Kim Alvefur |
2022-06-26 |
s2smanager: Fire s2s-destroyed event to mirror s2s-created
|
Matthew Wild |
2021-11-12 |
core.s2smanager: Set "direction" on destroyed sessions (fixes #1641)
|
Kim Alvefur |
2021-03-03 |
s2s: Allow passing a custom error for bouncing queued stanzas (#770)
|
Kim Alvefur |
2019-11-23 |
core.s2smanager: Fix traceback due to mixup with to/from
|
Kim Alvefur |
2019-10-05 |
core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table
|
Kim Alvefur |
2019-10-05 |
core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin
|
Kim Alvefur |
2019-09-07 |
core.s2smanager: Add [direction] boolean flags to s2s connections
|
Kim Alvefur |
2019-09-07 |
core.s2smanager: Rewrite log line to use formatting instead of concatenation
|
Kim Alvefur |
2019-07-30 |
core.s2smanager: Remove use of tostring in logging
|
Kim Alvefur |
2019-07-29 |
core.s2smanager: Fix previous commit (Thanks Martin)
|
Kim Alvefur |
2019-03-30 |
core.s2smanager: Use util.session to create sessions
|
Kim Alvefur |
2019-03-29 |
core.s2smanager: Spread out session tables over multiple lines
|
Kim Alvefur |
2019-03-29 |
core.s2smanager: Rename variable to be same in two functions
|
Kim Alvefur |
2019-03-29 |
core.s2smanager: Add stub reset_stream method to destroyed sessions
|
Kim Alvefur |
2019-01-16 |
s2smanager: Explicitly export the incoming_s2s table [luacheck]
|
Kim Alvefur |
2018-03-23 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-06 |
core: Split some very long lines [luacheck]
|
Kim Alvefur |
2017-03-04 |
s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve)
|
Kim Alvefur |
2016-06-09 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-05-13 |
s2smanager: Make sure destroyed sessions have a sends2s method
|
Kim Alvefur |
2015-05-13 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
2015-05-06 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
sessionmanager, s2smanager: Remove unused imports
|
Matthew Wild |
2013-04-11 |
sessionmanager, s2smanager: Remove open_session tracing
|
Matthew Wild |
2013-04-08 |
s2smanager: Remove unused function parameter
|
Matthew Wild |
2013-03-22 |
s2smanager: Access prosody.hosts instead of hosts global directly
|
Matthew Wild |
2013-03-22 |
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event
|
Matthew Wild |
2013-03-22 |