MCPcopy Create free account

hub / github.com/coyim/coyim / functions

Functions6,184 in github.com/coyim/coyim

↓ 6 callersFunctioncheckLogHasAny
(hook *test.Hook, level log.Level, message string)
session/session_test.go:184
↓ 6 callersMethodcontainsAny
containsAny will return true if the list of MUC user statuses contains ANY of the given argument statuses
session/muc_statuses.go:81
↓ 6 callersMethodcreatePixBufWithSize
(width, height int)
gui/icons.go:1119
↓ 6 callersFunctiondecryptData
(key, macKey, nonce, cipherText []byte)
config/encrypted_config.go:79
↓ 6 callersMethoddeleteRoomFromManager
(roomID jid.Bare)
session/muc_room.go:181
↓ 6 callersFunctiondisableField
(w gtki.Widget)
gui/muc.go:114
↓ 6 callersMethoddisableRoomView
disableRoomView MUST be called from the UI thread
gui/muc_room.go:297
↓ 6 callersFunctiondiscoverSupport
(s xi.Has, p string)
session/filetransfer/send.go:30
↓ 6 callersFunctionfindConfigFile
(filename string)
config/file.go:22
↓ 6 callersFunctionformFieldBool
(values []string)
session/muc/room_config.go:267
↓ 6 callersFunctionformFieldOptionsValues
(options []xmppData.FormFieldOptionX)
session/muc/room_config_field_options.go:15
↓ 6 callersFunctiongenerateEncryptionParameters
(enabled bool, genKey func() []byte, keyType string)
session/filetransfer/encryption.go:38
↓ 6 callersFunctiongetAffiliationUpdateFailureMessage
(nickname string, newAffiliation data.Affiliation, err error)
gui/muc_notification_messages.go:94
↓ 6 callersMethodgetConversationWithUnlocked
(peer jid.Any)
otrclient/conversation_manager.go:66
↓ 6 callersFunctiongetFieldTextByAffiliation
(a data.Affiliation)
gui/muc_room_config_texts.go:280
↓ 6 callersFunctiongetFromModelIter
(m gtki.TreeStore, iter gtki.TreeIter, index int)
gui/roster.go:86
↓ 6 callersMethodgetVCard
()
session/session.go:723
↓ 6 callersFunctionifExistsDir
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 callersMethodimportAllFrom
(accountsFile, prefsFile, blistFile, keyFile, fprFile string)
config/importer/pidgin.go:153
↓ 6 callersFunctionintoBool
(val interface{})
config/importer/gajim.go:108
↓ 6 callersMethodisDark
()
gui/colors.go:101
↓ 6 callersMethodlog
()
gui/muc_public_rooms.go:149
↓ 6 callersFunctionnewRoomConfigFieldListMultiValue
(values []string, options []*RoomConfigFieldOption)
session/muc/room_config_field_list_multi.go:9
↓ 6 callersFunctionnewRoomConfigFieldListValue
(values []string, options []*RoomConfigFieldOption)
session/muc/room_config_field_list_single.go:9
↓ 6 callersMethodrefresh
refresh MUST be called from the UI thread
gui/muc_room_config_list_add_component.go:188
↓ 6 callersMethodremoveInProgressDialogs
()
gui/verifier.go:496
↓ 6 callersFunctionretrieveMessageTime
(stanza *data.ClientMessage)
session/session.go:210
↓ 6 callersFunctionsafeWrite
(name string, data []byte, perm os.FileMode)
config/file.go:43
↓ 6 callersMethodsaveError
(e error)
session/filetransfer/receiver.go:119
↓ 6 callersMethodsetBoxStyle
(b gtki.Box, st style)
gui/muc_styles.go:271
↓ 6 callersMethodsetTransparent
setTransparent MUST be called from the UI thread
gui/loading_overlay_component.go:29
↓ 6 callersMethodtempFile
(content []byte, c *C)
config/importer/pidgin_like_test.go:97
↓ 6 callersFunctiontryStreamhost
(s hasConfigAndLog, sh data.BytestreamStreamhost, dstAddr string, k func(io.ReadWriteCloser))
session/filetransfer/bytestreams.go:20
↓ 6 callersMethodview
()
gui/muc_room_window.go:92
↓ 6 callersFunctionwaitFor
(c *C, f func() bool)
gui/account_test.go:432
↓ 5 callersMethodAddMessage
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 callersMethodAllOccupants
AllOccupants returns a list of all occupants in the room, sorted by nickname
session/muc/room_roster.go:73
↓ 5 callersMethodAllPrivateKeys
AllPrivateKeys returns all private keys for this account
config/account.go:53
↓ 5 callersMethodCanAssignAndRemoveModeratorRole
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 callersMethodCanBanOccupant
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 callersMethodCanChangeRoomConfiguration
CanChangeRoomConfiguration returns true if the occupant can change the room configuration based on the occupant's affiliation
session/muc/affiliation_privileges.go:119
↓ 5 callersMethodCanDestroyRoom
CanDestroyRoom returns true if the occupant can destroy the room based on the occupant's affiliation
session/muc/affiliation_privileges.go:125
↓ 5 callersMethodCanEditAdminList
CanEditAdminList returns true if the occupant can edit the admin list based on the occupant's affiliation
session/muc/affiliation_privileges.go:107
↓ 5 callersMethodCanEditMemberList
CanEditMemberList returns true if the occupant can edit the members list based on the occupant's affiliation
session/muc/affiliation_privileges.go:95
↓ 5 callersMethodCanEditOwnerList
CanEditOwnerList returns true if the occupant can edit the owners list based on the occupant's affiliation
session/muc/affiliation_privileges.go:113
↓ 5 callersMethodCanEnterMembersOnlyRoom
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 callersMethodCanEnterOpenRoom
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 callersMethodCanRegisterWithOpenRoom
CanRegisterWithOpenRoom returns true if the occupant can register with open room based on the occupant's affiliation
session/muc/affiliation_privileges.go:71
↓ 5 callersMethodCanRetrieveMemberList
CanRetrieveMemberList returns true if the occupant can retrieve the members list based on the occupant's affiliation
session/muc/affiliation_privileges.go:77
↓ 5 callersMethodClose
Close terminates all outstanding OTR conversations and closes the connection to the server
session/session.go:931
↓ 5 callersMethodConnect
Connect connects to the server and starts the main threads
session/session.go:854
↓ 5 callersMethodConversationManager
()
session/access/interfaces.go:110
↓ 5 callersMethodEnsureConversationWith
(peer jid.Any, msg []byte)
otrclient/conversation_manager.go:100
↓ 5 callersMethodEnsurePrivateKey
EnsurePrivateKey generates a private key for the account in case it's missing
config/account.go:174
↓ 5 callersMethodForProcessing
ForProcessing represents a string valid for computer processing
net/proxies.go:95
↓ 5 callersMethodGetAccount
GetAccount will return the account with the given JID or not OK if it doesn't exist
config/application_config.go:242
↓ 5 callersMethodGetRosterDelimiter
GetRosterDelimiter blocks and waits for the roster delimiter to be delivered
xmpp/groups.go:33
↓ 5 callersMethodHandleErrorMessage
HandleErrorMessage is called when asked to handle a specific error message
otrclient/event_handler.go:44
↓ 5 callersMethodHasSubject
HasSubject returns true if the room has subject
session/muc/room.go:94
↓ 5 callersFunctionImportFingerprintsFromPidginStyle
ImportFingerprintsFromPidginStyle will try to read fingerprints in Pidgin style from the given file
config/importer/pidgin_like.go:42
↓ 5 callersMethodIncludesJid
IncludesJid returns a boolean that indicates if the given account ID (jid) is in the list
session/muc/room_occupants.go:25
↓ 5 callersMethodIsConnectionOverTor
(proxy.Dialer)
net/tor.go:25
↓ 5 callersMethodIsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:217
↓ 5 callersMethodIsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:222
↓ 5 callersMethodIsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:227
↓ 5 callersMethodIsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:232
↓ 5 callersMethodIsDifferentFrom
IsDifferentFrom implements Affiliation interface
session/muc/data/affiliation.go:237
↓ 5 callersMethodIsOutcast
IsOutcast implements Affiliation interface
session/muc/data/affiliation.go:172
↓ 5 callersMethodLocal
(string)
i18n/localize.go:7
↓ 5 callersFunctionLookupSRV
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 callersFunctionNewAccount
NewAccount creates a new account
config/account.go:74
↓ 5 callersFunctionNewBareFromStrings
NewBareFromStrings generate a new Bare from local and domain as strings
xmpp/jid/jid.go:93
↓ 5 callersMethodNewConversationViewFactory
(account *account, peer jid.Any, targeted bool)
gui/conversation_view_owner.go:24
↓ 5 callersFunctionNewRoomManager
NewRoomManager returns a newly created room manager
session/muc/room_manager.go:19
↓ 5 callersMethodPublish
Publish will publish a new room event
session/muc/room.go:69
↓ 5 callersMethodQueryServiceInformation
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 callersMethodRetrieveOccupantsToUpdate
RetrieveOccupantsToUpdate returns a list of occupants to be updated
session/muc/room_occupants.go:35
↓ 5 callersMethodSend
([]byte)
otrclient/conversation.go:15
↓ 5 callersMethodSendIQError
(*data.ClientIQ, interface{})
session/access/interfaces.go:36
↓ 5 callersMethodSendIQReply
SendIQReply sends a reply to an IQ query.
xmpp/iq.go:58
↓ 5 callersMethodSendPing
SendPing is called to checks if account's connection still alive
session/session.go:996
↓ 5 callersMethodSendUpdate
SendUpdate sends update information
session/data/filetransfer.go:113
↓ 5 callersMethodSeparatorMenuItemNew
()
gui/account_test.go:139
↓ 5 callersMethodSetShouldSaveFileEncrypted
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 callersMethodStartAuthenticate
(string, []byte)
otrclient/conversation.go:22
↓ 5 callersMethodSubjectCanBeChanged
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 callersMethodSubscribe
Subscribe subscribes the observer to room events
session/muc/room.go:64
↓ 5 callersMethodSubscribed
Subscribed will mark the jid as subscribed
roster/list.go:155
↓ 5 callersMethodTheirFingerprint
()
otrclient/conversation.go:28
↓ 5 callersMethodUnsubscribed
Unsubscribed will mark the jid as unsubscribed
roster/list.go:176
↓ 5 callersFunctionareDifferentAffiliations
(a, a1 Affiliation)
session/muc/data/affiliation.go:309
↓ 5 callersFunctionchooseAppropriateFileTransferOptionFrom
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 callersFunctioncloseAndIgnore
(c io.Closer)
config/importer/gajim.go:49
↓ 5 callersFunctioncolorValueCloseEnough
(left, right colorValue, tol float64)
gui/colors_test.go:13
↓ 5 callersFunctionconfigOptionToFriendlyMessage
(o, defaultLabel string)
gui/muc_room_config_component.go:150
↓ 5 callersFunctioncreateDesktopNotifications
()
gui/desktop_notifications.go:28
↓ 5 callersMethodcurrentAccount
currentAccount is safe to call from the UI thread, or from outside the UI thread
gui/connected_accounts_component.go:42
↓ 5 callersMethodcurrentAccount
()
gui/muc_room_form_component.go:55
↓ 5 callersMethodcurrentColorSet
()
gui/color_set.go:25
↓ 5 callersMethoddefaultSettingsOn
(w gtki.Widget)
gui/display_settings.go:19
← previousnext →401–500 of 6,184, ranked by callers