- 19 Nov, 2020 2 commits
-
-
Badlop authored
-
Paweł Chmielowski authored
-
- 18 Nov, 2020 3 commits
-
-
Paweł Chmielowski authored
This together with last history message is used by room_unused_* command to determine for how long room was not used, this change allow us to skip checking history, and works even when history is disabled.
-
Paweł Chmielowski authored
-
Paweł Chmielowski authored
-
- 17 Nov, 2020 1 commit
-
-
badlop authored
Fix docker DB initialization
-
- 16 Nov, 2020 1 commit
-
-
Paweł Chmielowski authored
This required adding hibernation time to data stored for room to be able determine how old was a room, rooms that aren't stored with that information will use node start time as timestamp for that.
-
- 13 Nov, 2020 2 commits
- 11 Nov, 2020 1 commit
-
-
Badlop authored
-
- 09 Nov, 2020 1 commit
-
-
Paweł Chmielowski authored
This caused garbled text in some places in webadmin when using language that used characters > 128. Thanks to chengshq for noticing this and providing preliminary patch.
-
- 06 Nov, 2020 2 commits
- 04 Nov, 2020 6 commits
-
-
Holger Weiss authored
-
Holger Weiss authored
* processone/pr/3396: Add outbound s2s out interface (ipv4/ipv6)
-
Paweł Chmielowski authored
-
Holger Weiss authored
-
Holger Weiss authored
A call that yields a 'rescode' isn't supposed to return an error tuple.
-
Holger Weiss authored
-
- 29 Oct, 2020 1 commit
-
-
Paweł Chmielowski authored
This is clearly typo
-
- 26 Oct, 2020 2 commits
-
-
Paweł Chmielowski authored
This makes eimp compile correctly agains headers from png12
-
Paweł Chmielowski authored
-
- 22 Oct, 2020 1 commit
-
-
Paweł Chmielowski authored
By doing this check_password that returned info about mismatched password caused user_exists checks performed after that to return wrongly that account doesn't exist.
-
- 20 Oct, 2020 1 commit
-
-
Paweł Chmielowski authored
-
- 16 Oct, 2020 1 commit
-
-
Badlop authored
-
- 15 Oct, 2020 3 commits
-
-
Badlop authored
-
Paweł Chmielowski authored
Previously we could overwrite existing room options and then later return error because room was already started.
-
Jerome Sautret authored
EJABS-3593
-
- 13 Oct, 2020 2 commits
-
-
Paweł Chmielowski authored
Previously c2s was free to generate data to send in unlimited manner, and just generate queue of messages that are waiting to be send. This could lead to hitting timouts in stream management ack handling (if c2s generate lot of packages, after which <r> request was sent, client could even not receive it before timeout was triggered on server waiting for corresponding <a>). This changes makes c2s process wait for data being sent to tcp socket associated with websocket connection, which should help with this problem.
-
Paweł Chmielowski authored
This should first try to unhibernate rooms before trying to send messages to processes handling them.
-
- 08 Oct, 2020 1 commit
-
-
Jerome Sautret authored
Add an option to choose the ODBC driver when sql_type is set to mssql
-
- 01 Oct, 2020 1 commit
-
-
Holger Weiss authored
Don't overwrite the Logger filter added by the 'stun' application (which appends metadata to STUN/TURN log messages). Closes processone/stun#31.
-
- 29 Sep, 2020 1 commit
-
-
Holger Weiss authored
Since commit de916180, it was no longer possible to configure mod_register so that only account removal (i.e., no registration) is permitted. Revert to the previous behavior which allows admins to freely configure account registration and removal via separate access rules.
-
- 25 Sep, 2020 2 commits
-
-
Stu Tomlinson authored
When running ct under rebar3, add sql dir to extra_src_dirs so sql scripts are available to run clear_sql_tables
-
Stu Tomlinson authored
The docker local copies of DB initialization scripts were out of sync with the master copies. Instead of updating local copies, adjust docker compose to reference master copies directly. Also change docker config to use docker volumes instead of mounted directories for all DB data.
-
- 23 Sep, 2020 2 commits
-
-
Stu Tomlinson authored
Switch to using rebar_utils:sh/2 instead of os:cmd/1 to spawn ./configure so that output can be monitored and errors detected
-
Stu Tomlinson authored
Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported)
-
- 22 Sep, 2020 2 commits
-
-
Badlop authored
-
Paweł Chmielowski authored
Sometimes we can observer combinations of subscription/ask that shouldn't happen normally, but can be generated with api calls, let's try to handle that gracefully instead of crashing.
-
- 21 Sep, 2020 1 commit
-
-
Daniel Kenzelmann authored
Adding options taking IPs as string: outgoing_s2s_ipv4_address: "1.2.3.4" outgoing_s2s_ipv6_address: "2000:1:1:1::1"
-