rename conduit to conduwuit finally

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-14 21:58:01 -05:00
parent c6bf8f5ea1
commit 0317cc8cc5
No known key found for this signature in database
277 changed files with 559 additions and 551 deletions

View file

@ -1,4 +1,4 @@
use conduit::{debug, implement, trace, warn, Err, Result};
use conduwuit::{debug, implement, trace, warn, Err, Result};
use ruma::{
events::{room::server_acl::RoomServerAclEventContent, StateEventType},
RoomId, ServerName,

View file

@ -4,7 +4,7 @@ use std::{
time::Instant,
};
use conduit::{
use conduwuit::{
debug, debug_error, implement, info, pdu, trace, utils::math::continue_exponential_backoff_secs, warn, PduEvent,
};
use futures::TryFutureExt;

View file

@ -3,7 +3,7 @@ use std::{
sync::Arc,
};
use conduit::{debug_warn, err, implement, PduEvent, Result};
use conduwuit::{debug_warn, err, implement, PduEvent, Result};
use futures::{future, FutureExt};
use ruma::{
int,

View file

@ -3,7 +3,7 @@ use std::{
sync::Arc,
};
use conduit::{debug, implement, warn, Err, Error, PduEvent, Result};
use conduwuit::{debug, implement, warn, Err, Error, PduEvent, Result};
use futures::FutureExt;
use ruma::{
api::federation::event::get_room_state_ids, events::StateEventType, EventId, RoomId, RoomVersionId, ServerName,

View file

@ -4,7 +4,7 @@ use std::{
time::Instant,
};
use conduit::{debug, err, implement, warn, Error, Result};
use conduwuit::{debug, err, implement, warn, Error, Result};
use futures::{FutureExt, TryFutureExt};
use ruma::{
api::client::error::ErrorKind, events::StateEventType, CanonicalJsonValue, EventId, RoomId, ServerName, UserId,

View file

@ -3,7 +3,7 @@ use std::{
sync::Arc,
};
use conduit::{debug, debug_info, err, implement, trace, warn, Err, Error, PduEvent, Result};
use conduwuit::{debug, debug_info, err, implement, trace, warn, Err, Error, PduEvent, Result};
use futures::{future::ready, TryFutureExt};
use ruma::{
api::client::error::ErrorKind,

View file

@ -4,7 +4,7 @@ use std::{
time::Instant,
};
use conduit::{debug, implement, utils::math::continue_exponential_backoff_secs, Error, PduEvent, Result};
use conduwuit::{debug, implement, utils::math::continue_exponential_backoff_secs, Error, PduEvent, Result};
use ruma::{api::client::error::ErrorKind, CanonicalJsonValue, EventId, RoomId, ServerName};
#[implement(super::Service)]

View file

@ -17,7 +17,7 @@ use std::{
time::Instant,
};
use conduit::{
use conduwuit::{
utils::{MutexMap, TryFutureExtExt},
Err, PduEvent, Result, Server,
};

View file

@ -1,4 +1,4 @@
use conduit::{err, implement, pdu::gen_event_id_canonical_json, result::FlatOk, Result};
use conduwuit::{err, implement, pdu::gen_event_id_canonical_json, result::FlatOk, Result};
use ruma::{CanonicalJsonObject, CanonicalJsonValue, OwnedEventId, OwnedRoomId, RoomId};
use serde_json::value::RawValue as RawJsonValue;

View file

@ -4,7 +4,7 @@ use std::{
sync::Arc,
};
use conduit::{
use conduwuit::{
debug, err, implement,
utils::stream::{IterStream, WidebandExt},
Result,

View file

@ -4,7 +4,7 @@ use std::{
sync::Arc,
};
use conduit::{
use conduwuit::{
debug, err, implement,
result::LogErr,
utils::stream::{BroadbandExt, IterStream},

View file

@ -5,7 +5,7 @@ use std::{
time::Instant,
};
use conduit::{debug, debug_info, err, implement, trace, warn, Err, Error, PduEvent, Result};
use conduwuit::{debug, debug_info, err, implement, trace, warn, Err, Error, PduEvent, Result};
use futures::{future::ready, StreamExt};
use ruma::{
api::client::error::ErrorKind,