| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Splat the unused hops field in the 1206 SERVER message. | 2024-05-01 | 1 | -5/+7 | |
| | | |||||
| * | Remove GetSID, rename sid to ServerId. | 2023-02-28 | 1 | -1/+6 | |
| | | |||||
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Fix calling various static functions through a type instance. | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Avoid copying various shared_ptr usages when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix warning about UNIX socket connections being insecure. | 2022-12-17 | 1 | -1/+2 | |
| | | | |||||
| * | | Add is_local to the sockaddrs union. | 2022-12-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 1 | -1/+1 | |
| |\| | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Require SSL for linking servers. | 2020-09-18 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 1 | -0/+4 | |
| |\| | |||||
| | * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | |
| | | | |||||
| | * | Warn about non-local plaintext server connections. | 2020-08-29 | 1 | -0/+4 | |
| | | | |||||
| * | | Switch the spanningtree module from reference<> to std::shared_ptr<>. | 2020-04-13 | 1 | -6/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -3/+3 | |
| |\| | |||||
| | * | Add the server id to the Server class. | 2019-09-23 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | spanningtree: Never send a message to a raw UUID in CmdBuilder. | 2019-07-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -12/+14 | |
| |\| | |||||
| | * | If a parent server is hidden then also hide its child servers. | 2019-05-14 | 1 | -4/+6 | |
| | | | | | | | | | This should fix #851. | ||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -8/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Improve support for wildcards in <link:name>. | 2019-02-18 | 1 | -1/+1 | |
| | | | | | | | | | Closes #1569. | ||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -9/+9 | |
| | | | |||||
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -6/+6 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Change type of Link::Name to std::string | 2016-08-22 | 1 | -2/+1 | |
| | | | | | Switch to stdalgo::string::equalsci() | ||||
| * | m_spanningtree Send snotice with the negotiated ciphersuite when connected ↵ | 2016-04-28 | 1 | -0/+10 | |
| | | | | | using SSL | ||||
| * | m_spanningtree Use uint64_t for the burst start time to avoid overflows | 2015-05-13 | 1 | -1/+1 | |
| | | |||||
| * | m_spanningtree Clean up comments | 2015-05-13 | 1 | -2/+2 | |
| | | |||||
| * | Reduce std::string::substr() usage | 2015-01-10 | 1 | -1/+1 | |
| | | | | | substr() returns a new string while erase() and assign() modify the existing one | ||||
| * | m_spanningtree Sync bursting state of servers in SERVER | 2014-07-27 | 1 | -1/+5 | |
| | | | | | Also send the time when they started bursting | ||||
| * | m_spanningtree Parse additional information present in SERVER messages | 2014-07-27 | 1 | -0/+18 | |
| | | | | | Format: <key>[=<value>] | ||||
| * | m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting | 2014-07-27 | 1 | -0/+2 | |
| | | | | | Don't mark servers as bursting in the constructor | ||||
| * | m_spanningtree Remove unused parameters from the server introduction message | 2014-07-27 | 1 | -5/+2 | |
| | | | | | This does not affect the initial SERVER message containing the password | ||||
