MCPcopy Create free account

hub / github.com/Libera-Chat/sable / functions

Functions1,187 in github.com/Libera-Chat/sable

↓ 2 callersMethodstart_progress
Set a progress flag, indicating that the given operation is beginning
sable_ircd/src/client.rs:280
↓ 2 callersMethodtls_info
The TLS info for this connection, if any
sable_ircd/src/client.rs:153
↓ 2 callersMethodtopic_for_channel
Find the topic associated with a given channel, if any.
sable_network/src/network/network/accessors.rs:237
↓ 2 callersMethodtranslate_setter_info
(&self, setter: ObjectId)
sable_network/src/network/network/channel_state.rs:127
↓ 2 callersMethodupdate_account
(&self, new_data: &state::Account)
sable_services/src/database/jsonfile.rs:136
↓ 2 callersMethodupdate_channel_access
(&self, data: &state::ChannelAccess)
sable_services/src/database/jsonfile.rs:269
↓ 2 callersMethodupdate_nick
Update the details of a user that's already in the store, reusing the existing account
sable_network/src/network/network/user_history.rs:75
↓ 2 callersMethodupdate_supported_lists
(&self)
sable_ircd/src/capability/repository.rs:46
↓ 2 callersMethoduser_id
Return the associated user ID, if any
sable_ircd/src/client.rs:164
↓ 2 callersMethodwrap
(network: &'a Network, data: &'a state::User)
sable_network/src/network/wrapper/user.rs:160
↓ 1 callersMethodabort_authenticate
(&self, session_id: SaslSessionId)
sable_services/src/server/command/sasl_commands.rs:58
↓ 1 callersFunctionaccess_delete
( source: LoggedInUserSource<'_>, cmd: &dyn Command, services_target: ServicesTarget<'_>, chan
sable_ircd/src/command/handlers/services/cs/access.rs:128
↓ 1 callersMethodaccess_entries
(&self)
sable_network/src/network/wrapper/channel_registration.rs:18
↓ 1 callersFunctionaccess_list
( source: LoggedInUserSource<'_>, cmd: &dyn Command, chan: wrapper::ChannelRegistration<'_>, )
sable_ircd/src/command/handlers/services/cs/access.rs:42
↓ 1 callersFunctionaccess_modify
( source: LoggedInUserSource<'_>, cmd: &dyn Command, services_target: ServicesTarget<'_>, chan
sable_ircd/src/command/handlers/services/cs/access.rs:66
↓ 1 callersFunctionaccount_for_tag
(update: &NetworkStateChange, net: &Network)
sable_ircd/src/capability/account_tag.rs:5
↓ 1 callersMethodaccount_named
(&self, name: &Nickname)
sable_services/src/database/jsonfile.rs:126
↓ 1 callersFunctionaccount_tag
(update: &NetworkStateChange, net: &Network)
sable_ircd/src/capability/account_tag.rs:37
↓ 1 callersMethodaccounts
Iterate over accounts
sable_network/src/network/network/accessors.rs:343
↓ 1 callersMethodadd
(&mut self, ban: state::NetworkBan)
sable_network/src/network/ban/repository.rs:63
↓ 1 callersMethodadd
Add an entry to the history log, iff it is one of the event types that we store for history purposes.
sable_network/src/history/log.rs:150
↓ 1 callersMethodadd_channel
(&mut self, name: ChannelName)
sable_network/src/network/tests/fixtures.rs:41
↓ 1 callersMethodadd_entry_for_user
(&self, user_id: UserId, entry_id: LogEntryId)
sable_network/src/history/log.rs:199
↓ 1 callersMethodadd_user
(&mut self, nick: Nickname)
sable_network/src/network/tests/fixtures.rs:51
↓ 1 callersMethodall_accounts
(&self)
sable_services/src/database/jsonfile.rs:149
↓ 1 callersMethodall_channel_accesses
(&self)
sable_services/src/database/jsonfile.rs:284
↓ 1 callersMethodall_channel_registrations
( &self, )
sable_services/src/database/jsonfile.rs:251
↓ 1 callersMethodall_channel_roles
(&self)
sable_services/src/database/jsonfile.rs:329
↓ 1 callersMethodall_events
Access the full list of events stored in the log
sable_network/src/sync/eventlog.rs:111
↓ 1 callersMethodall_nick_registrations
(&self)
sable_services/src/database/jsonfile.rs:200
↓ 1 callersMethodban
(&self)
sable_network/src/audit/mod.rs:82
↓ 1 callersMethodbegin_authenticate
(&self, session: SaslSessionId, mechanism: String)
sable_services/src/server/command/sasl_commands.rs:6
↓ 1 callersMethodborrow
(&self)
sable_network/src/network/state/account.rs:66
↓ 1 callersMethodbroadcast
(&self, event: &Event)
sable_network/src/sync/eventlog.rs:247
↓ 1 callersMethodbuild
(&self)
sable_ircd/src/isupport.rs:88
↓ 1 callersMethodbuild_default_roles
( &self, for_channel: ChannelRegistrationId, )
sable_services/src/server/roles.rs:6
↓ 1 callersFunctionbuild_mechanisms
()
sable_services/src/server/sasl/mod.rs:16
↓ 1 callersFunctionbuild_subscriber
Build a [`Subscriber`] from a logging configuration
sable_server/src/tracing_config.rs:54
↓ 1 callersFunctionbuild_target
( conf: LogEntry, dir: impl AsRef<Path>, )
sable_server/src/tracing_config.rs:9
↓ 1 callersMethodcan_change_mode
( &self, user: &User, channel: &Channel, _mode: ChannelModeFlag, )
sable_network/src/policy/standard_channel_policy.rs:189
↓ 1 callersMethodcan_grant_permission
( &self, user: &User, channel: &Channel, target: &User, flag: Membersh
sable_network/src/policy/standard_channel_policy.rs:206
↓ 1 callersMethodcan_grant_role
( &self, source: &wrapper::Account, channel: &wrapper::ChannelRegistration, ro
sable_network/src/policy/standard_registration_policy.rs:94
↓ 1 callersMethodcan_invite
(&self, user: &User, channel: &Channel, _target: &User)
sable_network/src/policy/standard_channel_policy.rs:322
↓ 1 callersMethodcan_join
( &self, user: &User, channel: &Channel, key: Option<ChannelKey>, )
sable_network/src/policy/standard_channel_policy.rs:68
↓ 1 callersMethodcan_kick
( &self, user: &User, channel: &Channel, _target: &User, _msg: &str,
sable_network/src/policy/standard_channel_policy.rs:108
↓ 1 callersMethodcan_kill
(&self, oper: &wrapper::User, _target: &wrapper::User)
sable_network/src/policy/standard_oper_policy.rs:40
↓ 1 callersMethodcan_list_links
(&self, _user: &wrapper::User)
sable_network/src/policy/standard_debugging_policy.rs:13
↓ 1 callersMethodcan_list_user
(&self, to_user: &User, user: &User)
sable_network/src/policy/standard_user_policy.rs:30
↓ 1 callersMethodcan_query_list
( &self, user: &User, channel: &Channel, mode_type: ListModeType, )
sable_network/src/policy/standard_channel_policy.rs:279
↓ 1 callersMethodcan_remove_permission
( &self, user: &User, channel: &Channel, target: &User, flag: Membersh
sable_network/src/policy/standard_channel_policy.rs:222
↓ 1 callersMethodcan_rename
( &self, user: &User, channel: &Channel, _new_name: &ChannelName, _msg
sable_network/src/policy/standard_channel_policy.rs:118
↓ 1 callersMethodcan_see_connection_info
(&self, source: &wrapper::User, target: &wrapper::User)
sable_network/src/policy/standard_oper_policy.rs:44
↓ 1 callersMethodcan_set_ban
( &self, user: &User, channel: &Channel, mode_type: ListModeType, _mas
sable_network/src/policy/standard_channel_policy.rs:247
↓ 1 callersMethodcan_set_topic
(&self, user: &User, channel: &Channel, _topic: &str)
sable_network/src/policy/standard_channel_policy.rs:198
↓ 1 callersMethodcan_set_umode
(&self, _user: &wrapper::User, mode: UserModeFlag)
sable_network/src/policy/standard_user_policy.rs:17
↓ 1 callersMethodcan_unset_ban
( &self, user: &User, channel: &Channel, mode_type: ListModeType, _mas
sable_network/src/policy/standard_channel_policy.rs:263
↓ 1 callersMethodcan_view_access
( &self, source: &wrapper::User, channel: &wrapper::ChannelRegistration, )
sable_network/src/policy/standard_registration_policy.rs:15
↓ 1 callersMethodcan_view_roles
( &self, source: &wrapper::User, channel: &wrapper::ChannelRegistration, )
sable_network/src/policy/standard_registration_policy.rs:39
↓ 1 callersMethodcapabilities
(&self)
sable_ircd/src/command/plumbing/command_response.rs:68
↓ 1 callersFunctioncert_add
( services: ServicesTarget<'_>, net: &Network, source: LoggedInUserSource<'_>, cmd: &dyn Comma
sable_ircd/src/command/handlers/services/ns/cert.rs:43
↓ 1 callersFunctioncert_del
( services: ServicesTarget<'_>, source: LoggedInUserSource<'_>, cmd: &dyn Command, param: Cond
sable_ircd/src/command/handlers/services/ns/cert.rs:98
↓ 1 callersFunctioncert_list
(source: LoggedInUserSource<'_>, cmd: &dyn Command)
sable_ircd/src/command/handlers/services/ns/cert.rs:25
↓ 1 callersMethodchannel_access
Retrieve a channel access entry
sable_network/src/network/network/accessors.rs:392
↓ 1 callersMethodchannel_access
(&self, id: ChannelAccessId)
sable_services/src/database/jsonfile.rs:260
↓ 1 callersMethodchannel_id
The ID of the associated channel
sable_network/src/network/wrapper/membership.rs:28
↓ 1 callersMethodchannel_invite
Look up an invite by ID
sable_network/src/network/network/accessors.rs:264
↓ 1 callersMethodchannel_registrations
Iterate over channel registrations
sable_network/src/network/network/accessors.rs:387
↓ 1 callersMethodchannel_role
Retrieve a channel role
sable_network/src/network/network/accessors.rs:405
↓ 1 callersMethodcheck_pending
(&mut self)
sable_network/src/sync/eventlog.rs:238
↓ 1 callersMethodcheck_user_access
( &self, net: &Network, client: &ClientConnection, )
sable_ircd/src/server/user_access.rs:18
↓ 1 callersMethodchoose_any_peer
(&self)
sable_network/src/sync/network.rs:229
↓ 1 callersMethodchoose_peer_except
Choose a peer at random that isn't in the provided list
sable_network/src/sync/network.rs:244
↓ 1 callersMethodcommand
(&self)
sable_ircd/src/command/handlers/services/mod.rs:60
↓ 1 callersMethodcommit_date
The server's HEAD commit date
sable_network/src/node/mod.rs:210
↓ 1 callersMethodcomplete_progress
Unset a progress flag, indicating that the given operation has completed Return true if the client is ready to register, i.e. if `can_register` would
sable_ircd/src/client.rs:288
↓ 1 callersMethodconnect
(local_addr: &SocketAddr, host_addr: &str)
sable_network/src/sync/network.rs:330
↓ 1 callersMethodconnections
Iterate over the user's connections
sable_network/src/network/wrapper/user.rs:99
↓ 1 callersMethodcreate_event
Create and propagate a new event. Arguments are the target object ID, and the event detail.
sable_network/src/sync/replicated_log.rs:195
↓ 1 callersMethodcreate_event_and
Create a new event, returning its ID. Run the provided function before propagating the event.
sable_network/src/sync/replicated_log.rs:220
↓ 1 callersMethodcreate_role
( &self, source: AccountId, channel: ChannelRegistrationId, name: CustomRoleNa
sable_services/src/server/command/channel_commands.rs:141
↓ 1 callersMethodcurrent_history_server_name
Retrieve the server name of the current active services
sable_network/src/network/network/accessors.rs:292
↓ 1 callersMethodcurrent_services
Retrieve the current services data
sable_network/src/network/network/accessors.rs:306
↓ 1 callersFunctiondefault_bcrypt_cost
()
sable_services/src/hashing.rs:10
↓ 1 callersMethoddelay_start
Build the batch, but don't send the start message yet. The batch start message will be sent before the first message written to the resulting [`LazyMe
sable_ircd/src/messages/batch.rs:80
↓ 1 callersMethodderef
(&self)
sable_network/src/id.rs:17
↓ 1 callersMethodderef_mut
(&mut self)
sable_ircd/src/movable.rs:45
↓ 1 callersMethoddeserialize
(deserializer: D)
sable_network/src/network/ban/repository.rs:155
↓ 1 callersMethoddisable_server
Disable a given server for sync purposes. This should be called when a server is seen to leave the network, and will prevent any incoming sync message
sable_network/src/sync/replicated_log.rs:249
↓ 1 callersFunctiondispatch_alias_command
( cmd: &dyn Command, through_user: &wrapper::User<'_>, alias: &str, command_str: &str, )
sable_ircd/src/command/handlers/services/dispatch_alias.rs:3
↓ 1 callersFunctiondispatch_event
(input: TokenStream)
sable_macros/src/lib.rs:23
↓ 1 callersFunctiondo_register_user
( network: &Network, source: wrapper::User<'_>, response_to: &dyn CommandResponse, server: &Cl
sable_ircd/src/command/handlers/register.rs:29
↓ 1 callersFunctiondo_restart
( listeners: ListenerCollection, connections: HashMap<ConnectionId, Connection>, )
client_listener/examples/restart.rs:59
↓ 1 callersMethoddo_run
( self: Arc<Self>, mut shutdown_channel: broadcast::Receiver<ShutdownAction>, )
sable_ircd/src/server/mod.rs:409
↓ 1 callersFunctiondo_run_server
( server_conf_path: impl AsRef<Path>, server_config: ServerConfig<ST>, processed_server_config: ST
sable_server/src/run.rs:76
↓ 1 callersFunctiondo_sasl_external
( source: PreClientSource, conn: &ClientConnection, net: &Network, response: &dyn CommandRespo
sable_ircd/src/command/handlers/services/sasl.rs:110
↓ 1 callersMethoddump_events
(&self)
sable_network/src/node/management.rs:34
↓ 1 callersMethoddump_network_state
(&self)
sable_network/src/node/management.rs:30
↓ 1 callersFunctionempty_network
()
sable_network/tests/utils/mod.rs:18
↓ 1 callersFunctionempty_network_config
()
sable_network/tests/utils/mod.rs:7
↓ 1 callersMethodentries_for_list
The list entries belonging to a given list ID
sable_network/src/network/network/accessors.rs:218
← previousnext →301–400 of 1,187, ranked by callers