| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace getInt/getUInt/getFloat with type safe templated functions. | 2023-01-25 | 1 | -1/+1 | |
| | | |||||
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -1/+1 | |
| | | |||||
| * | Add support for linking servers over SCTP sockets. | 2023-01-16 | 1 | -0/+8 | |
| | | |||||
| * | Const correct various functions. | 2023-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -5/+5 | |
| | | |||||
| * | Avoid copying various shared_ptr usages when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-25 | 1 | -1/+1 | |
| |\| | |||||
| | * | Consistently limit the range for config port fields. | 2022-12-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Pass the client/server sockaddr around as a ref instead of a ptr. | 2022-12-25 | 1 | -3/+3 | |
| | | | |||||
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -3/+3 | |
| | | | |||||
| * | | More const correctness work. | 2022-12-08 | 1 | -5/+5 | |
| | | | |||||
| * | | Replace foo.erase(foo.{size|end}()-1) with foo.pop_back(). | 2022-10-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -3/+3 | |
| | | | |||||
| * | | 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 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Move aptosa/untosa into the sockaddrs union and add from/from_ip. | 2022-08-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values. | ||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -6/+6 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 1 | -4/+15 | |
| |\| | |||||
| | * | Make linking servers over UNIX sockets less difficult. | 2022-05-07 | 1 | -4/+15 | |
| | | | | | | | | | Closes #1730. | ||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -8/+8 | |
| | | | |||||
| * | | Squash a long form loop that was merged in from the insp3 branch. | 2021-11-24 | 1 | -5/+1 | |
| | | | |||||
| * | | Make the protocol version enum entries slightly less verbose. | 2021-08-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-07 | 1 | -0/+22 | |
| |\| | |||||
| | * | Broadcast the limits for list modes on server link. | 2021-06-04 | 1 | -0/+22 | |
| | | | | | | | | | This allows services to not overflow the limit. | ||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Optimise building the link data string. | 2021-05-11 | 1 | -18/+6 | |
| | | | |||||
| * | | Fix building the link data string. | 2021-05-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 1 | -15/+4 | |
| | | | |||||
| * | | Use the contents of the link data map when using the 1206 protocol. | 2021-05-10 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | | Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. | ||||
| * | | Remove some useless getter methods and make the members public. | 2021-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | This isn't part of a public API so we don't need to care about exposing implementation details. | ||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -27/+21 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -1/+1 | |
| |\| | |||||
| | * | Rename `<link:ssl>` to `<link:sslprofile>`. | 2021-03-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -3/+3 | |
| | | | |||||
| * | | Replace all internal references to uline with services. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename <security:hideulines> to <security:hideservices>. | 2021-01-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function. | 2020-11-10 | 1 | -2/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| | | | |||||
