Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coyim/coyim
/ functions
Functions
6,184 in github.com/coyim/coyim
⨍
Functions
6,184
◇
Types & classes
1,021
↓ 6 callers
Function
checkLogHasAny
(hook *test.Hook, level log.Level, message string)
session/session_test.go:184
↓ 6 callers
Method
containsAny
containsAny will return true if the list of MUC user statuses contains ANY of the given argument statuses
session/muc_statuses.go:81
↓ 6 callers
Method
createPixBufWithSize
(width, height int)
gui/icons.go:1119
↓ 6 callers
Function
decryptData
(key, macKey, nonce, cipherText []byte)
config/encrypted_config.go:79
↓ 6 callers
Method
deleteRoomFromManager
(roomID jid.Bare)
session/muc_room.go:181
↓ 6 callers
Function
disableField
(w gtki.Widget)
gui/muc.go:114
↓ 6 callers
Method
disableRoomView
disableRoomView MUST be called from the UI thread
gui/muc_room.go:297
↓ 6 callers
Function
discoverSupport
(s xi.Has, p string)
session/filetransfer/send.go:30
↓ 6 callers
Function
findConfigFile
(filename string)
config/file.go:22
↓ 6 callers
Function
formFieldBool
(values []string)
session/muc/room_config.go:267
↓ 6 callers
Function
formFieldOptionsValues
(options []xmppData.FormFieldOptionX)
session/muc/room_config_field_options.go:15
↓ 6 callers
Function
generateEncryptionParameters
(enabled bool, genKey func() []byte, keyType string)
session/filetransfer/encryption.go:38
↓ 6 callers
Function
getAffiliationUpdateFailureMessage
(nickname string, newAffiliation data.Affiliation, err error)
gui/muc_notification_messages.go:94
↓ 6 callers
Method
getConversationWithUnlocked
(peer jid.Any)
otrclient/conversation_manager.go:66
↓ 6 callers
Function
getFieldTextByAffiliation
(a data.Affiliation)
gui/muc_room_config_texts.go:280
↓ 6 callers
Function
getFromModelIter
(m gtki.TreeStore, iter gtki.TreeIter, index int)
gui/roster.go:86
↓ 6 callers
Method
getVCard
()
session/session.go:723
↓ 6 callers
Function
ifExistsDir
ifExistsDir will see if argument `d` is a directory if it is, it will add all files inside the directory to the result and return that
config/importer/utils.go:44
↓ 6 callers
Method
importAllFrom
(accountsFile, prefsFile, blistFile, keyFile, fprFile string)
config/importer/pidgin.go:153
↓ 6 callers
Function
intoBool
(val interface{})
config/importer/gajim.go:108
↓ 6 callers
Method
isDark
()
gui/colors.go:101
↓ 6 callers
Method
log
()
gui/muc_public_rooms.go:149
↓ 6 callers
Function
newRoomConfigFieldListMultiValue
(values []string, options []*RoomConfigFieldOption)
session/muc/room_config_field_list_multi.go:9
↓ 6 callers
Function
newRoomConfigFieldListValue
(values []string, options []*RoomConfigFieldOption)
session/muc/room_config_field_list_single.go:9
↓ 6 callers
Method
refresh
refresh MUST be called from the UI thread
gui/muc_room_config_list_add_component.go:188
↓ 6 callers
Method
removeInProgressDialogs
()
gui/verifier.go:496
↓ 6 callers
Function
retrieveMessageTime
(stanza *data.ClientMessage)
session/session.go:210
↓ 6 callers
Function
safeWrite
(name string, data []byte, perm os.FileMode)
config/file.go:43
↓ 6 callers
Method
saveError
(e error)
session/filetransfer/receiver.go:119
↓ 6 callers
Method
setBoxStyle
(b gtki.Box, st style)
gui/muc_styles.go:271
↓ 6 callers
Method
setTransparent
setTransparent MUST be called from the UI thread
gui/loading_overlay_component.go:29
↓ 6 callers
Method
tempFile
(content []byte, c *C)
config/importer/pidgin_like_test.go:97
↓ 6 callers
Function
tryStreamhost
(s hasConfigAndLog, sh data.BytestreamStreamhost, dstAddr string, k func(io.ReadWriteCloser))
session/filetransfer/bytestreams.go:20
↓ 6 callers
Method
view
()
gui/muc_room_window.go:92
↓ 6 callers
Function
waitFor
(c *C, f func() bool)
gui/account_test.go:432
↓ 5 callers
Method
AddMessage
AddMessage add a new delayed message to the history and returns true if the message was added, false if not
session/muc/data/discussion_history.go:120
↓ 5 callers
Method
AllOccupants
AllOccupants returns a list of all occupants in the room, sorted by nickname
session/muc/room_roster.go:73
↓ 5 callers
Method
AllPrivateKeys
AllPrivateKeys returns all private keys for this account
config/account.go:53
↓ 5 callers
Method
CanAssignAndRemoveModeratorRole
CanAssignAndRemoveModeratorRole returns true if the occupant can assign and remove moderator role based on the occupant's affiliation
session/muc/affiliation_privileges.go:101
↓ 5 callers
Method
CanBanOccupant
CanBanOccupant returns a boolean indicating if the occupant can ban another occupant based on the occupant's affiliation
session/muc/role_privileges.go:183
↓ 5 callers
Method
CanChangeRoomConfiguration
CanChangeRoomConfiguration returns true if the occupant can change the room configuration based on the occupant's affiliation
session/muc/affiliation_privileges.go:119
↓ 5 callers
Method
CanDestroyRoom
CanDestroyRoom returns true if the occupant can destroy the room based on the occupant's affiliation
session/muc/affiliation_privileges.go:125
↓ 5 callers
Method
CanEditAdminList
CanEditAdminList returns true if the occupant can edit the admin list based on the occupant's affiliation
session/muc/affiliation_privileges.go:107
↓ 5 callers
Method
CanEditMemberList
CanEditMemberList returns true if the occupant can edit the members list based on the occupant's affiliation
session/muc/affiliation_privileges.go:95
↓ 5 callers
Method
CanEditOwnerList
CanEditOwnerList returns true if the occupant can edit the owners list based on the occupant's affiliation
session/muc/affiliation_privileges.go:113
↓ 5 callers
Method
CanEnterMembersOnlyRoom
CanEnterMembersOnlyRoom returns true if the occupant can enter to a members only room based on the occupant's affiliation
session/muc/affiliation_privileges.go:83
↓ 5 callers
Method
CanEnterOpenRoom
CanEnterOpenRoom returns true if the occupant can enter to an open room based on the occupant's affiliation
session/muc/affiliation_privileges.go:65
↓ 5 callers
Method
CanRegisterWithOpenRoom
CanRegisterWithOpenRoom returns true if the occupant can register with open room based on the occupant's affiliation
session/muc/affiliation_privileges.go:71
↓ 5 callers
Method
CanRetrieveMemberList
CanRetrieveMemberList returns true if the occupant can retrieve the members list based on the occupant's affiliation
session/muc/affiliation_privileges.go:77
↓ 5 callers
Method
Close
Close terminates all outstanding OTR conversations and closes the connection to the server
session/session.go:931
↓ 5 callers
Method
Connect
Connect connects to the server and starts the main threads
session/session.go:854
↓ 5 callers
Method
ConversationManager
()
session/access/interfaces.go:110
↓ 5 callers
Method
EnsureConversationWith
(peer jid.Any, msg []byte)
otrclient/conversation_manager.go:100
↓ 5 callers
Method
EnsurePrivateKey
EnsurePrivateKey generates a private key for the account in case it's missing
config/account.go:174
↓ 5 callers
Method
ForProcessing
ForProcessing represents a string valid for computer processing
net/proxies.go:95
↓ 5 callers
Method
GetAccount
GetAccount will return the account with the given JID or not OK if it doesn't exist
config/application_config.go:242
↓ 5 callers
Method
GetRosterDelimiter
GetRosterDelimiter blocks and waits for the roster delimiter to be delivered
xmpp/groups.go:33
↓ 5 callers
Method
HandleErrorMessage
HandleErrorMessage is called when asked to handle a specific error message
otrclient/event_handler.go:44
↓ 5 callers
Method
HasSubject
HasSubject returns true if the room has subject
session/muc/room.go:94
↓ 5 callers
Function
ImportFingerprintsFromPidginStyle
ImportFingerprintsFromPidginStyle will try to read fingerprints in Pidgin style from the given file
config/importer/pidgin_like.go:42
↓ 5 callers
Method
IncludesJid
IncludesJid returns a boolean that indicates if the given account ID (jid) is in the list
session/muc/room_occupants.go:25
↓ 5 callers
Method
IsConnectionOverTor
(proxy.Dialer)
net/tor.go:25
↓ 5 callers
Method
IsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:217
↓ 5 callers
Method
IsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:222
↓ 5 callers
Method
IsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:227
↓ 5 callers
Method
IsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:232
↓ 5 callers
Method
IsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:237
↓ 5 callers
Method
IsOutcast
IsOutcast implements Affiliation interface
session/muc/data/affiliation.go:172
↓ 5 callers
Method
Local
(string)
i18n/localize.go:7
↓ 5 callers
Function
LookupSRV
LookupSRV mirrors net.LookupSRV but uses the provided proxy dialer in order to do the lookup instead. By default it uses the OpenDNS server
net/dns.go:22
↓ 5 callers
Function
NewAccount
NewAccount creates a new account
config/account.go:74
↓ 5 callers
Function
NewBareFromStrings
NewBareFromStrings generate a new Bare from local and domain as strings
xmpp/jid/jid.go:93
↓ 5 callers
Method
NewConversationViewFactory
(account *account, peer jid.Any, targeted bool)
gui/conversation_view_owner.go:24
↓ 5 callers
Function
NewRoomManager
NewRoomManager returns a newly created room manager
session/muc/room_manager.go:19
↓ 5 callers
Method
Publish
Publish will publish a new room event
session/muc/room.go:69
↓ 5 callers
Method
QueryServiceInformation
TODO: at some point we need to cache these features somewhere QueryServiceInformation sends a service discovery information ("disco#info") query. See
xmpp/discovery.go:92
↓ 5 callers
Method
RetrieveOccupantsToUpdate
RetrieveOccupantsToUpdate returns a list of occupants to be updated
session/muc/room_occupants.go:35
↓ 5 callers
Method
Send
([]byte)
otrclient/conversation.go:15
↓ 5 callers
Method
SendIQError
(*data.ClientIQ, interface{})
session/access/interfaces.go:36
↓ 5 callers
Method
SendIQReply
SendIQReply sends a reply to an IQ query.
xmpp/iq.go:58
↓ 5 callers
Method
SendPing
SendPing is called to checks if account's connection still alive
session/session.go:996
↓ 5 callers
Method
SendUpdate
SendUpdate sends update information
session/data/filetransfer.go:113
↓ 5 callers
Method
SeparatorMenuItemNew
()
gui/account_test.go:139
↓ 5 callers
Method
SetShouldSaveFileEncrypted
SetShouldSaveFileEncrypted will change whether the file is saved in encrypted form or not It will immediately ask for a password if turning on encrypt
config/application_config.go:168
↓ 5 callers
Method
StartAuthenticate
(string, []byte)
otrclient/conversation.go:22
↓ 5 callers
Method
SubjectCanBeChanged
SubjectCanBeChanged returns true if the subject of the room can be changed, specifically by the self occupant of the room.
session/muc/room.go:143
↓ 5 callers
Method
Subscribe
Subscribe subscribes the observer to room events
session/muc/room.go:64
↓ 5 callers
Method
Subscribed
Subscribed will mark the jid as subscribed
roster/list.go:155
↓ 5 callers
Method
TheirFingerprint
()
otrclient/conversation.go:28
↓ 5 callers
Method
Unsubscribed
Unsubscribed will mark the jid as unsubscribed
roster/list.go:176
↓ 5 callers
Function
areDifferentAffiliations
(a, a1 Affiliation)
session/muc/data/affiliation.go:309
↓ 5 callers
Function
chooseAppropriateFileTransferOptionFrom
chooseAppropriateFileTransferOptionFrom returns the file transfer option that has the highest score or not OK if no acceptable options are available
session/filetransfer/recv.go:58
↓ 5 callers
Function
closeAndIgnore
(c io.Closer)
config/importer/gajim.go:49
↓ 5 callers
Function
colorValueCloseEnough
(left, right colorValue, tol float64)
gui/colors_test.go:13
↓ 5 callers
Function
configOptionToFriendlyMessage
(o, defaultLabel string)
gui/muc_room_config_component.go:150
↓ 5 callers
Function
createDesktopNotifications
()
gui/desktop_notifications.go:28
↓ 5 callers
Method
currentAccount
currentAccount is safe to call from the UI thread, or from outside the UI thread
gui/connected_accounts_component.go:42
↓ 5 callers
Method
currentAccount
()
gui/muc_room_form_component.go:55
↓ 5 callers
Method
currentColorSet
()
gui/color_set.go:25
↓ 5 callers
Method
defaultSettingsOn
(w gtki.Widget)
gui/display_settings.go:19
← previous
next →
401–500 of 6,184, ranked by callers