Commit graph

10 commits

Author SHA1 Message Date
Sean Darcy
d23c8417aa initial rebrand 2021-01-07 15:12:15 +11:00
Maxim Shishmarev
9d64261e77 Increase response body limit from 8mb to 10mb 2020-11-24 18:05:58 +11:00
Maxim Shishmarev
29b2658ca5 run clang-format 2020-09-22 12:47:03 +10:00
Jason Rhinelander
28f09402e6 Switch to C++17
- updates lokimq to dev branch
- changes compilation mode to C++17 (which is now required by lokimq,
  and already widely applied in lokinet and lokid dev branches)
- replace lokimq::string_view with std::string_view
- replace boost::optional with std::optional, except for:
  - boost::optional<std::function<...>> doesn't need optional at all
    because a std::function<...> is already nullable.
  - boost::optional<T&> isn't supported by std::optional because it
    makes little sense (it is just a `T*`) so just switch to T* instead.
2020-08-08 02:21:33 -03:00
Maxim Shishmarev
ce5bb651d1 Allow messenger clients to proxy to Loki's file server 2019-12-18 15:14:11 +11:00
Maxim Shishmarev
4ff4e632ee Allow messenger clients to proxy to other snodes 2019-12-18 13:50:27 +11:00
Maxim Shishmarev
21d0683f7f Improve diagnostics for open file descriptors 2019-09-25 16:51:05 +10:00
sachaaaaa
119af0697b Send/verify signature of ssl certificate for snode 2 snode (#180)
* sign cert

* missing changes

* fix bad merge

* use sn_record_t::pub_key() + clang format

* prevent clang format from reordering #includes

* Address reviews

* need travis to find openssl 1.1.1
2019-06-27 14:08:14 +10:00
sachaaaaa
5d4a4cb270 discard eof error in on_shutdown for connection_t 2019-06-07 11:46:58 +10:00
sachaaaaa
b607bcb920 use ssl in new "make_https_request" function, used for sn to sn comm 2019-06-07 10:05:05 +10:00