| Commit message (Expand) | Author | Age | Files | Lines |
* | s2smanager: Fire s2s-destroyed event to mirror s2s-created | Matthew Wild | 2021-11-12 | 1 | -0/+1 |
* | core.s2smanager: Set "direction" on destroyed sessions (fixes #1641) | Kim Alvefur | 2021-03-03 | 1 | -0/+1 |
* | s2s: Allow passing a custom error for bouncing queued stanzas (#770) | Kim Alvefur | 2019-11-23 | 1 | -2/+2 |
* | core.s2smanager: Fix traceback due to mixup with to/from | Kim Alvefur | 2019-10-05 | 1 | -1/+1 |
* | core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table | Kim Alvefur | 2019-10-05 | 1 | -0/+3 |
* | core.s2smanager: Add map of names authenticate for remote on s2sout for parit... | Kim Alvefur | 2019-09-07 | 1 | -0/+1 |
* | core.s2smanager: Add [direction] boolean flags to s2s connections | Kim Alvefur | 2019-09-07 | 1 | -0/+2 |
* | core.s2smanager: Rewrite log line to use formatting instead of concatenation | Kim Alvefur | 2019-07-30 | 1 | -5/+3 |
* | core.s2smanager: Remove use of tostring in logging | Kim Alvefur | 2019-07-29 | 1 | -2/+2 |
* | core.s2smanager: Fix previous commit (Thanks Martin) | Kim Alvefur | 2019-03-30 | 1 | -1/+1 |
* | core.s2smanager: Use util.session to create sessions | Kim Alvefur | 2019-03-29 | 1 | -17/+15 |
* | core.s2smanager: Spread out session tables over multiple lines | Kim Alvefur | 2019-03-29 | 1 | -3/+14 |
* | core.s2smanager: Rename variable to be same in two functions | Kim Alvefur | 2019-03-29 | 1 | -4/+4 |
* | core.s2smanager: Add stub reset_stream method to destroyed sessions | Kim Alvefur | 2019-01-16 | 1 | -0/+3 |
* | s2smanager: Explicitly export the incoming_s2s table [luacheck] | Kim Alvefur | 2018-03-23 | 1 | -2/+2 |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | Merge 0.10->trunk | Kim Alvefur | 2017-03-06 | 1 | -1/+3 |
|\ |
|
| * | core: Split some very long lines [luacheck] | Kim Alvefur | 2017-03-04 | 1 | -1/+3 |
* | | s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve) | Kim Alvefur | 2016-06-09 | 1 | -0/+1 |
|/ |
|
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -6/+12 |
* | Merge 0.9->0.10 | Kim Alvefur | 2015-05-14 | 1 | -0/+1 |
|\ |
|
| * | s2smanager: Make sure destroyed sessions have a sends2s method | Kim Alvefur | 2015-05-14 | 1 | -0/+1 |
* | | portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, userm... | Matthew Wild | 2015-05-06 | 1 | -2/+2 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -4/+4 |
|/ |
|
* | sessionmanager, s2smanager: Remove unused imports | Matthew Wild | 2013-04-11 | 1 | -2/+2 |
* | sessionmanager, s2smanager: Remove open_session tracing | Matthew Wild | 2013-04-08 | 1 | -8/+1 |
* | s2smanager: Remove unused function parameter | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | s2smanager: Access prosody.hosts instead of hosts global directly | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authent... | Matthew Wild | 2013-03-22 | 1 | -73/+2 |
* | s2smanager: Use unused local, reduce table indexing | Kim Alvefur | 2013-03-13 | 1 | -5/+5 |
* | s2smanager: Generate session names used for logging the same way everywhere | Kim Alvefur | 2013-01-24 | 1 | -1/+1 |
* | s2smanager: missing return on session.send function. | Marco Cirillo | 2012-08-26 | 1 | -1/+1 |
* | s2smanager: Remove logging of (unknown) in a case where from_host and to_host... | Matthew Wild | 2012-07-23 | 1 | -1/+1 |
* | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -2/+2 |
* | s2smanager: Fix a traceback when we close a s2s connection ourselves (thanks ... | Waqas Hussain | 2012-06-13 | 1 | -1/+1 |
* | Merge with Zash | Matthew Wild | 2012-05-10 | 1 | -27/+2 |
|\ |
|
| * | s2smanager, mod_s2s: Move checking DNS timeout option to mod_s2s | Kim Alvefur | 2012-05-10 | 1 | -5/+0 |
| * | s2smanager: Clean up unused imports. | Kim Alvefur | 2012-05-10 | 1 | -22/+2 |
* | | mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin t... | Matthew Wild | 2012-05-10 | 1 | -2/+7 |
|/ |
|
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 1 | -580/+13 |
|\ |
|
| * | s2smanager, mod_s2s: Move import of dns_max_depth to mod_s2s | Kim Alvefur | 2012-03-11 | 1 | -1/+0 |
| * | s2smanager, mod_s2s: clear up ip_hosts after s2s is marked as established, re... | Marco Cirillo | 2012-02-24 | 1 | -0/+1 |
| * | s2smanager: remove send_to_host. | Florian Zeitz | 2012-02-24 | 1 | -4/+1 |
| * | s2smanager, mod_s2s, mod_s2s/s2sout: Split connection handling out of s2smana... | Matthew Wild | 2012-01-23 | 1 | -570/+11 |
* | | Merge 0.9->trunk | Matthew Wild | 2012-03-09 | 1 | -1/+1 |
|\ \ |
|
| * | | core.s2smanager: Log the entire stream header. | Kim Alvefur | 2012-03-04 | 1 | -1/+1 |
* | | | Merge with 0.9 | Matthew Wild | 2012-02-25 | 1 | -1/+6 |
|\| | |
|
| * | | core.s2smanager: Fix check_cert_status() for when the stream has no from attr | Kim Alvefur | 2012-02-21 | 1 | -1/+6 |
* | | | s2smanager: Fix traceback when socket.tcp6 isn't available | Matthew Wild | 2012-02-25 | 1 | -1/+1 |
* | | | Merge with 0.9 | Matthew Wild | 2012-01-26 | 1 | -1/+1 |
|\| |
| |/
|/| |
|