Log for src/lib.rs
-
Ignore messages from known old identities 💬 by Caio a year ago
In a scenario where traffic is buffered and/or replayed this could lead to noisy cluster behaviour
-
Don't request indirect ping to same addr 💬 by Caio a year ago
If a member changed its identity while being probed there was a chance foca would try to ask the new identity to ping the old one on its behalf
-
Introduces Config::periodic_announce_to_down_members 💬 by Caio a year ago
New feature to (try to) recorver from network partitions
-
Ensure member_buf / send_buf aren't used while taken 💬 by Caio a year ago
`is_empty()` wouldn't catch use-then-clear cases
-
Fix a few comment and doc typos by Caio a year ago
-
Add docs to the new Identity trait methods by Caio a year ago
-
Notification::Rename is better than Renamed at least by Caio a year ago
-
add_broadcast signals when the data enters the backlog by Caio a year ago
-
Explicit field traces instead of magic 💬 by Caio a year ago
Tired of rustfmt randomly breaking
-
promote AccumulatingRuntime to supported 💬 by Caio a year ago
It's useful enough, lets me get rid of yet another dummy runtime impl and allows examples to be smaller
-
send_buf can be a Vec<u8> 💬 by Caio a year ago
Limit works with Vec, so all that's needed is a mem::take dance
-
Yield MalformedPacket on bad add_broadcast input 💬 by Caio a year ago
Over-used and lossy error. Should add more discriminants
-
New custom broadcast wire format 💬 by Caio a year ago
re-enable tests custom broadcasts are always length-prefixed now
-
Adjust comment: members do disappear now by Caio a year ago
-
lint fix when tracing is off by Caio a year ago
-
New Notification::Rename for addr conflict resolution by Caio a year ago
-
Don't accept messages from our own address by Caio a year ago
-
conflict resolution within Members via Identity 💬 by Caio a year ago
I really don't like the `win_addr_conflict` name ... not like `has_same_prefix` was any better
-
wip conflict management sketch 💬 by Caio a year ago
sweet. looks like simple conflict mgmt will be a go
-
use addr equality instead of has_same_prefix 💬 by Caio a year ago
finally something broke proper. soon i'll know if this will actually go somewhere
-
ignore broken custom broadcasts for now by Caio a year ago
-
identity with associated addr by Caio a year ago
-
use new broadcasts- break custom broadcasts for now by Caio a year ago
-
identity.addr() needs PartialEq, prolly not Hash by Caio a year ago
-
wip Identity::addr() 💬 by Caio a year ago
not sure this will pan out yet
-
More lint fixes 💬 by Caio a year ago
I whine about CI moving without my control, then forget to update my local rustc 🤡
-
Enable and fix multiple lint rules 💬 by Caio a year ago
might as well since the CI dragged me back here ruleset derived from EmbarkStudios/rust-ecosystem
-
Adjust to newer default clippy lints 💬 by Caio a year ago
should've pinned versions in the CI instead of letting it control my time
-
Introduce Foca::iter_membership_state by Caio 2 years ago