MCPcopy Create free account

hub / github.com/coyim/coyim / functions

Functions6,184 in github.com/coyim/coyim

↓ 22 callersMethodAccount
Account returns the JID of the account
gui/account.go:111
↓ 22 callersMethodChangeRoleToNone
ChangeRoleToNone changes the role to the none role
session/muc/occupant.go:30
↓ 22 callersMethodErrorf
(format string, args ...interface{})
coylog/logger.go:22
↓ 22 callersMethodIsDifferentFrom
IsDifferentFrom returns true if the caller role is different from the role passed as argument
session/muc/data/role.go:49
↓ 22 callersMethodget
()
gui/icons.go:1090
↓ 22 callersMethodonError
(e error)
session/filetransfer/send.go:133
↓ 22 callersFunctionxep0115Less
(a interface{}, other interface{})
xmpp/capabilities.go:18
↓ 21 callersMethodChangeRoleToModerator
ChangeRoleToModerator changes the role to the moderator role
session/muc/occupant.go:45
↓ 21 callersMethodGetConfig
GetConfig returns the current account configuration
session/session.go:104
↓ 21 callersMethodconnect
connect takes an existing connection to a socks5 proxy server, and commands the server to extend that connection to target, which must be a canonical
xmpp/socks5/socks5.go:85
↓ 21 callersFunctiongetAffiliationUpdateMessage
(affiliationUpdate data.AffiliationUpdate)
gui/muc_notification_messages.go:259
↓ 21 callersFunctionnewRoomRoster
newRoomRoster returns a newly created room roster
session/muc/room_roster.go:53
↓ 21 callersFunctionnewTestActor
(nickname string, affiliation data.Affiliation, role data.Role)
gui/muc_notification_messages_test.go:702
↓ 21 callersFunctionsetImageFromFile
setImageFromFile sets an image from a file name.
gui/ui_reader.go:226
↓ 21 callersFunctiontoSet
(ks ...string)
roster/peer.go:46
↓ 20 callersMethodCanRevokeVoice
CanRevokeVoice returns a boolean indicating if the occupant can revoke voice based on the occupant's role
session/muc/role_privileges.go:139
↓ 20 callersMethodChangeRoleToParticipant
ChangeRoleToParticipant changes the role to the participant role
session/muc/occupant.go:40
↓ 20 callersMethodChangeRoleToVisitor
ChangeRoleToVisitor changes the role to the visitor role
session/muc/occupant.go:35
↓ 20 callersMethodValid
Valid returns true if this is a valid JID
xmpp/jid/jid.go:84
↓ 19 callersMethodHandleMessageEvent
HandleMessageEvent is called to handle a specific message event
otrclient/event_handler.go:100
↓ 19 callersMethodIsDir
()
gui/definitions.go:118
↓ 19 callersFunctionassertReceivesEvent
(c *C, eventsDone chan bool, observer <-chan interface{}, exp checker)
session/session_test.go:137
↓ 19 callersFunctionupdateWithStyle
(l StyleContextable, p gtki.CssProvider)
gui/display_settings.go:127
↓ 18 callersMethodChangeAffiliationToOutcast
ChangeAffiliationToOutcast changes the affiliation to the outcast affiliation
session/muc/occupant.go:60
↓ 18 callersMethodConn
()
xmpp/interfaces/conn.go:15
↓ 18 callersMethodExpects
(f dialCall)
xmpp/helpers_for_test.go:188
↓ 18 callersMethodGetMenuItemByName
(name string)
gui/account_test.go:153
↓ 18 callersMethodIsBanned
IsBanned will return true if this specific affiliation means that the jid is banned from the room
session/muc/data/affiliation.go:64
↓ 18 callersMethodNeedsMore
()
sasl/sasl.go:18
↓ 18 callersFunctionParse
Parse will parse the given string and return the most specific JID type that matches it In general, it is a good idea to check that the returned resul
xmpp/jid/jid.go:190
↓ 18 callersMethodWaitForError
WaitForError will wait for an error to occur and then call the function when it happens
session/data/filetransfer.go:54
↓ 18 callersFunctionproviderWithCSS
(s string)
gui/display_settings.go:119
↓ 18 callersMethodwatchStanzas
TODO: differentiate errors from disconnect request
session/session.go:430
↓ 17 callersMethodSelected
Selected returns the current selected value
session/muc/room_config_field_list_single.go:24
↓ 17 callersMethodStep
(Token)
sasl/sasl.go:17
↓ 17 callersFunctionValidDomain
ValidDomain returns true if the given string is a valid domain part for a JID
xmpp/jid/validation.go:86
↓ 17 callersFunctionValidResource
ValidResource returns true if the given string is a valid resource part for a JID. Note that a resource part is allowed to contain / and @ characters
xmpp/jid/validation.go:102
↓ 17 callersMethodWritten
()
xmpp/helpers_for_test.go:32
↓ 17 callersMethodcontains
contains will return true if the list of MUC user statuses contains ALL of the given argument statuses
session/muc_statuses.go:71
↓ 17 callersFunctiongetEntryText
(e gtki.Entry)
gui/muc.go:75
↓ 17 callersFunctiongetRoleUpdateMessage
(roleUpdate data.RoleUpdate)
gui/muc_notification_messages.go:534
↓ 17 callersMethodroomID
()
gui/muc_room.go:831
↓ 16 callersMethodClear
()
cache/public.go:13
↓ 16 callersMethodIsSelected
IsSelected returns a boolean that indicates if the given option is selected
session/muc/room_config_field_list_multi.go:42
↓ 16 callersMethodLog
()
gui/logging.go:6
↓ 16 callersMethodReportError
ReportError will report an error
session/data/filetransfer.go:87
↓ 16 callersMethodSetSelected
SetSelected sets the current selected value
session/muc/room_config_field_list_single.go:19
↓ 16 callersMethodToSlice
ToSlice returns a slice of all the peers in this roster list
roster/list.go:215
↓ 16 callersFunctionValidLocal
ValidLocal checks whether the given string is a valid local part of a JID A localpart is defined to be any string of length 1 to 1023, matching the Us
xmpp/jid/validation.go:67
↓ 16 callersFunctioncreateStatusMessage
(from, show, showStatus string, gone bool)
gui/conversation.go:704
↓ 16 callersFunctioncssColorReferenceFrom
(ref string)
gui/colors_css.go:22
↓ 15 callersMethodGetRoom
(jid.Bare)
session/access/interfaces.go:74
↓ 15 callersMethodclearErrors
clearErrors should ONLY be called from the UI thread
gui/error_notification.go:57
↓ 15 callersFunctionnewCallbacksSet
(callbacks ...func())
gui/muc.go:39
↓ 15 callersMethodnotify
(title, message string)
gui/notifications.go:69
↓ 15 callersMethodroleHasPrivilege
(p privilege)
session/muc/role_privileges.go:60
↓ 15 callersMethodsaveAndDisplayMessage
saveAndDisplayMessage MUST be called from the UI thread
gui/muc_room_conversation_display.go:25
↓ 15 callersMethodstringValueFromFormField
(rcft RoomConfigFieldType)
session/muc/room_config_test.go:144
↓ 15 callersMethodtoHex
()
gui/colors.go:114
↓ 14 callersMethodGetStyleContext
()
gui/display_settings.go:116
↓ 14 callersMethodID
ID returns the id of the account
gui/account.go:106
↓ 14 callersMethodMenuItemNewWithMnemonic
(mnem string)
gui/account_test.go:131
↓ 14 callersMethodNameForPresentation
NameForPresentation returns the name if it exists and otherwise the JID
roster/peer.go:171
↓ 14 callersFunctionNewRoom
NewRoom returns a newly created room
session/muc/room.go:33
↓ 14 callersMethodSendIQ
(string, string, interface{})
xmpp/interfaces/conn.go:106
↓ 14 callersMethodSplit
Split will return the JID split into the part without resource and the part with resource
xmpp/jid/jid.go:114
↓ 14 callersFunctioncloseAndIgnore
(c io.Closer)
session/filetransfer/bytestreams_send.go:95
↓ 14 callersMethodcurrentPeerForSending
()
gui/conversation.go:352
↓ 14 callersFunctiongetSelfAffiliationRoleUpdateMessage
(selfAffiliationRoleUpdate data.SelfAffiliationRoleUpdate)
gui/muc_notification_messages.go:1210
↓ 14 callersFunctiongetSelfRoleUpdateMessage
(selfRoleUpdate data.SelfRoleUpdate)
gui/muc_notification_messages.go:706
↓ 14 callersMethodisSensitive
()
gui/account_test.go:203
↓ 14 callersFunctionprocessForm
processForm calls the callback with the given XMPP form and returns the result form. The datas argument contains any additional XEP-0231 blobs that mi
xmpp/forms.go:211
↓ 14 callersMethodpublishEvent
(e interface{})
session/events.go:62
↓ 14 callersMethodtoScaledValue
()
gui/colors.go:35
↓ 13 callersMethodAddOrReplace
AddOrReplace will add a new entry or replace an existing entry with the information from the given Peer It returns true if it added the entry and fals
roster/list.go:78
↓ 13 callersMethodCanChangeRole
CanChangeRole returns a boolean indicating if the occupant can change the role of the given occupant based on the occupant's role and affiliation
session/muc/role_privileges.go:153
↓ 13 callersMethodCanKickOccupant
CanKickOccupant returns a boolean indicating if the occupant can kick another occupant based on the occupant's role
session/muc/role_privileges.go:159
↓ 13 callersMethodIsOnline
IsOnline returns true if any of the resources are online
roster/peer.go:281
↓ 13 callersMethodOpen
(name string)
gui/definitions.go:39
↓ 13 callersMethodRoster
Roster returns the RoomRoster for this room
session/muc/room.go:59
↓ 13 callersMethodadd
(callbacks ...func())
gui/muc.go:45
↓ 13 callersFunctioncolorValueFromHex
(s string)
gui/colors.go:39
↓ 13 callersFunctionfileExists
(filename string)
config/file.go:11
↓ 13 callersMethodflush
()
config/raw_logger.go:50
↓ 13 callersFunctiongetAffiliationRoleUpdateMessage
(affiliationRoleUpdate data.AffiliationRoleUpdate)
gui/muc_notification_messages.go:831
↓ 13 callersFunctiongetRoleUpdateSuccessMessage
getRoleUpdateSuccessMessage returns a friendly notification message for the role update process This function receives the following params: nickname
gui/muc_notification_messages.go:49
↓ 13 callersFunctioninitializeFullConversationAliceAndBob
()
session/otr_test.go:54
↓ 13 callersMethodinvokeAll
()
gui/muc.go:51
↓ 13 callersMethodreceiveClientMessage
(peer jid.Any, when time.Time, body string)
session/session.go:532
↓ 13 callersFunctionsetUpCompletedConversationState
()
otrclient/conversation_test.go:72
↓ 13 callersFunctionxmlEscape
(s string)
xmpp/xml.go:38
↓ 12 callersMethodGetCheckMenuItemByName
(name string)
gui/account_test.go:172
↓ 12 callersMethodGetString
(v string)
gui/mocks_for_test.go:129
↓ 12 callersMethodGrabFocus
()
gui/muc_room_config_field.go:13
↓ 12 callersMethodHost
Host will always return the domain component, since all JIDs have one
xmpp/jid/jid.go:69
↓ 12 callersMethodSelfOccupant
SelfOccupant returns the self occupant of the room
session/muc/room.go:44
↓ 12 callersMethodSendIQ
SendIQ sends an info/query message to the given user. It returns a channel on which the reply can be read when received and a Cookie that can be used
xmpp/iq.go:22
↓ 12 callersMethodWrite
(data []byte)
config/raw_logger.go:28
↓ 12 callersFunctionaddInflightRecv
(ctx *recvContext)
session/filetransfer/data.go:64
↓ 12 callersMethodcreateReceiver
()
session/filetransfer/receiver.go:56
← previousnext →101–200 of 6,184, ranked by callers