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
↓ 8 callers
Method
newTCPConn
()
xmpp/tcp.go:16
↓ 8 callers
Method
openConversationView
(account *account, peer jid.Any, userInitiated bool)
gui/ui.go:854
↓ 8 callers
Method
receivedClientMessage
(stanza *data.ClientMessage)
session/session.go:228
↓ 8 callers
Method
requestRoster
()
session/session.go:756
↓ 8 callers
Method
setBooleanSetting
(name string, val bool)
gui/settings/settings.go:85
↓ 8 callers
Method
tryLoad
(ks KeySupplier)
config/application_config.go:175
↓ 8 callers
Method
wait
wait will wait until the receipt of information has finished or an error has been encountered. if the transfer went well, it will return a true signal
session/filetransfer/receiver.go:259
↓ 8 callers
Method
watchPings
()
xmpp/ping.go:59
↓ 7 callers
Method
AddRoom
AddRoom adds the room to the manager. If the room is already in the manager, this method will return false
session/muc/room_manager.go:49
↓ 7 callers
Function
AffiliationFromString
AffiliationFromString returns an Affiliation from the given string, or an error if the string doesn't match a known affiliation type
session/muc/data/affiliation.go:292
↓ 7 callers
Method
Authenticate
(user, password string)
xmpp/sasl.go:61
↓ 7 callers
Method
Boolean
Boolean returns the current boolean value
session/muc/room_config_field_boolean.go:25
↓ 7 callers
Function
CreateGraphics
CreateGraphics creates a Graphic represention from the given arguments
gui/ui.go:60
↓ 7 callers
Method
Dial
()
xmpp/interfaces/dialer.go:14
↓ 7 callers
Method
DisplayName
()
session/access/interfaces.go:132
↓ 7 callers
Function
FunctionKeySupplier
FunctionKeySupplier is a key supplier that wraps a function to ask for the password
config/encrypted_config.go:181
↓ 7 callers
Method
GenerateKey
(params EncryptionParameters)
config/encrypted_config.go:170
↓ 7 callers
Method
GetConversationWith
GetConversationWith returns the conversation for the given peer, and whether the Conversation exists
otrclient/conversation_manager.go:28
↓ 7 callers
Method
Is
Is returns true if this account represents the same identity as the given JID
config/account.go:93
↓ 7 callers
Method
IsConnected
()
session/access/interfaces.go:85
↓ 7 callers
Method
MenuNew
()
gui/account_test.go:127
↓ 7 callers
Function
NewWithExpiry
NewWithExpiry returns a new cache with expiry
cache/cache.go:14
↓ 7 callers
Function
ParseBare
ParseBare returns a bare JID. It will fail if the given string isn't at least a bare
xmpp/jid/jid.go:160
↓ 7 callers
Method
Put
(key string, value interface{})
cache/public.go:9
↓ 7 callers
Method
Save
Save will save the application configuration
config/application_config.go:252
↓ 7 callers
Method
ServerAddress
()
xmpp/interfaces/dialer.go:17
↓ 7 callers
Method
Size
()
gui/definitions.go:106
↓ 7 callers
Method
SubscribeRequest
SubscribeRequest adds a new pending subscribe request
roster/list.go:129
↓ 7 callers
Function
ValidBareJID
ValidBareJID returns true if the given string is a valid bare JID. This function will true for full JIDs as well as bare JIDs
xmpp/jid/validation.go:123
↓ 7 callers
Method
ValueType
ValueType returns the value type handler of the field
session/muc/room_config_field.go:55
↓ 7 callers
Function
addRuneToRangeTable
(rt *unicode.RangeTable, r rune)
sasl/stringprep.go:61
↓ 7 callers
Function
assertInUIThread
TODO: could this use a compiling flag to generate a noop function when released?
gui/ui_thread.go:8
↓ 7 callers
Function
buildProxyChain
(proxies []string)
config/connection_policy.go:182
↓ 7 callers
Function
captureLog
(ll *log.Logger, f func())
otrclient/event_handler_test.go:103
↓ 7 callers
Method
cleanupAfterRun
()
session/filetransfer/receiver.go:134
↓ 7 callers
Method
connectShortcutsChildWindow
(w gtki.Window)
gui/shortcuts.go:132
↓ 7 callers
Method
connectShortcutsMucRoomWindow
(window gtki.Window, closeWindow func(_ gtki.Window))
gui/shortcuts.go:147
↓ 7 callers
Method
disableSendCapabilities
disableSendCapabilities MUST be called from the UI thread
gui/muc_room_conversation.go:463
↓ 7 callers
Function
either
(l, r string)
session/utils.go:3
↓ 7 callers
Method
fieldWidget
()
gui/muc_room_config_field.go:18
↓ 7 callers
Function
formFieldSingleString
(values []string)
session/muc/room_config.go:277
↓ 7 callers
Function
formattingTagName
(format string, tag conversationTag)
gui/muc_room_conversation_tags.go:52
↓ 7 callers
Method
friendlyErrorMessage
(form *roomConfigListForm, err error)
gui/muc_room_config_list_add_component.go:309
↓ 7 callers
Method
ibbCleanup
()
session/filetransfer/ibb_recv.go:26
↓ 7 callers
Method
isAdmin
()
session/muc/affiliation_privileges.go:139
↓ 7 callers
Method
jid
jid MUST be called from the UI thread
gui/muc_room_config_list_form.go:63
↓ 7 callers
Function
merge
(v1, v2 string)
roster/peer.go:122
↓ 7 callers
Function
newRoomConfigFieldOption
(v, l string)
session/muc/room_config_field_options.go:11
↓ 7 callers
Method
notifyChangeOfConnectedAccounts
()
gui/account_manager.go:67
↓ 7 callers
Method
notifyOnError
notifyOnError should ONLY be called from the UI thread
gui/error_notification.go:59
↓ 7 callers
Method
offerSend
()
session/filetransfer/send.go:73
↓ 7 callers
Method
publishPeerEvent
(e events.PeerType, peer jid.Any)
session/events.go:55
↓ 7 callers
Method
redraw
()
gui/roster.go:655
↓ 7 callers
Function
removeInflightSend
(ctx *sendContext)
session/filetransfer/data.go:102
↓ 7 callers
Function
rgbFromGetters
(v rgbaGetters)
gui/colors.go:95
↓ 7 callers
Function
rgbFromPercent
(r, g, b float64)
gui/colors.go:87
↓ 7 callers
Function
setEntryText
(e gtki.Entry, t string)
gui/muc.go:122
↓ 7 callers
Method
setIsDisconnected
(val bool)
gui/account_test.go:352
↓ 7 callers
Method
setLabelStyle
(l gtki.Label, st style)
gui/muc_styles.go:267
↓ 7 callers
Method
subscribe
(id string, onNotify func(roomViewEvent))
gui/muc_room_events.go:155
↓ 7 callers
Function
toFormField
(field data.FormFieldX, media [][]data.Media)
xmpp/forms.go:59
↓ 7 callers
Method
updateNotificationMessage
(m string)
gui/muc_room_conversation.go:581
↓ 7 callers
Method
wrapForReceiving
(r io.Reader)
session/filetransfer/encryption.go:84
↓ 6 callers
Method
AddSelfOccupant
AddSelfOccupant set the own occupant of the room
session/muc/room.go:74
↓ 6 callers
Method
AwaitVersionReply
AwaitVersionReply listens on the channel and waits for the version reply
session/session.go:643
↓ 6 callers
Method
Bare
Bare will return the extracted bare jid from the original jid
xmpp/jid/jid.go:146
↓ 6 callers
Method
CanBanMembersAndUnaffiliatedUsers
CanBanMembersAndUnaffiliatedUsers returns true if the occupant can ban members and unaffiliated users based on the occupant's affiliation
session/muc/affiliation_privileges.go:89
↓ 6 callers
Method
ExecuteCmd
(c interface{})
otrclient/commands.go:28
↓ 6 callers
Method
Field
Field returns specific information about field in bad request error
session/muc/room_config_field_constants.go:208
↓ 6 callers
Method
ForPresentation
ForPresentation represents a string valid for user presentation - blanking out the password
net/proxies.go:116
↓ 6 callers
Method
GetHistory
GetHistory returns the discussion history
session/muc/data/discussion_history.go:112
↓ 6 callers
Method
GetLabel
()
gui/muc_room_config_list_add_component_test.go:170
↓ 6 callers
Method
GetOccupant
GetOccupant return an occupant if this exist in the roster, otherwise return nil and false
session/muc/room_roster.go:256
↓ 6 callers
Method
GetPendingSubscribe
GetPendingSubscribe will return a subscribe id without removing it
roster/list.go:146
↓ 6 callers
Method
IsSelfOccupantInTheRoom
IsSelfOccupantInTheRoom returns true if the self occupant is in the room, false in otherwise
session/muc/room.go:79
↓ 6 callers
Method
Matches
Matches returns true if this pin matches the given certificate
config/pins.go:90
↓ 6 callers
Function
New
New returns a new simple cache
cache/cache.go:9
↓ 6 callers
Method
Next
()
xmpp/interfaces/conn.go:76
↓ 6 callers
Method
NoResource
NoResource implements WithResource
xmpp/jid/jid.go:322
↓ 6 callers
Method
OccupantsByAffiliation
OccupantsByAffiliation returns all occupants, divided into the different affiliations
session/muc/room_roster.go:152
↓ 6 callers
Method
OccupantsByRole
OccupantsByRole returns all occupants, divided into the different roles
session/muc/room_roster.go:134
↓ 6 callers
Function
ParseFull
ParseFull returns a full JID. It will fail if the given string isn't at least a full
xmpp/jid/jid.go:171
↓ 6 callers
Function
ParseYes
ParseYes returns true if the string is any combination of yes
config/utils.go:15
↓ 6 callers
Method
Password
Password returns the room password
session/muc/room.go:112
↓ 6 callers
Method
Printf
(format string, args ...interface{})
coylog/logger.go:37
↓ 6 callers
Method
RemoveOccupant
RemoveOccupant delete an occupant if that exists
session/muc/room_roster.go:239
↓ 6 callers
Function
RoleFromString
RoleFromString returns the role object that matches the string given, or an error if the string given doesn't match a known role
session/muc/data/role.go:181
↓ 6 callers
Method
SetOptions
SetOptions updates the options for the field
session/muc/room_config_field_list_single.go:45
↓ 6 callers
Method
SetValues
SetValues will try to set the new list based on the provided values
session/muc/room_config_field_jid_multi.go:28
↓ 6 callers
Method
UpdateAffiliation
UpdateAffiliation will update the occupant's affiliation
session/muc/occupant.go:90
↓ 6 callers
Method
UpdatePresence
UpdatePresence should be called when receiving a regular presence update with no type, or with unavailable as type. It will return indications on whet
session/muc/room_roster.go:192
↓ 6 callers
Function
VerificationString
VerificationString returns a SHA-1 verification string as defined in XEP-0115. See http://xmpp.org/extensions/xep-0115.html#ver
xmpp/discovery.go:211
↓ 6 callers
Method
Verify
Verify implements tls.Verifier
tls/basic_verifier.go:72
↓ 6 callers
Method
WaitForCancel
WaitForCancel will wait for a cancel event and call the given function when it happens
session/data/filetransfer.go:63
↓ 6 callers
Method
WhenLoaded
WhenLoaded will ensure that the function f is not called until the configuration has been loaded
config/application_config.go:43
↓ 6 callers
Method
appendFocusableFields
(w ...focusable)
gui/muc_room_config_page.go:185
↓ 6 callers
Function
appendReasonToMessage
(message, reason string)
gui/muc_notification_messages.go:1653
↓ 6 callers
Method
areAllFormsFilled
areAllFormsFilled MUST be called from the UI thread
gui/muc_room_config_list_add_component.go:174
↓ 6 callers
Function
buildUserInterface
buildUserInterface will load the interface definition with the given name and bind it into the object given. If any `withBuilder` is given, it will be
gui/ui_reader.go:235
↓ 6 callers
Function
builderForString
(template string)
gui/ui_reader.go:83
← previous
next →
301–400 of 6,184, ranked by callers