quassel

package
v0.0.0-...-291e031 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Backlog

type Backlog struct {
	MessageID int
	Time      int
	BufferID  int
	Type      int
	Flags     int
	SenderID  int
	Message   string
}

type Buffer

type Buffer struct {
	ID                  int
	UserID              int
	GroupID             int
	NetworkID           int
	Name                string
	CanonicalName       string
	Type                int
	LastSeenMessageID   int
	MarkerLineMessageID int
	Key                 string
	Joined              bool
}

type CoreInfo

type CoreInfo struct {
	Key   string
	Value string
}

type IRCServer

type IRCServer struct {
	ServerID   int
	UserID     int
	NetworkID  int
	Hostname   string
	Port       int
	Password   string
	SSL        bool
	SSLVersion int
	UseProxy   bool
	ProxyType  int
	ProxyHost  string
	ProxyPort  int
	ProxyUser  string
	ProxyPass  string
}

type Identity

type Identity struct {
	ID                      int
	UserID                  int
	Name                    string
	RealName                string
	AwayNick                string
	AwayNickEnabled         bool
	AwayReason              string
	AwayReasonEnabled       bool
	AutoAwayEnabled         bool
	AutoAwayTime            int
	AutoAwayReason          string
	AutoAwayReasonEnabled   bool
	DetachAwayTime          int
	DetachAwayReason        string
	DetachAwayReasonEnabled bool
	Ident                   string
	KickReason              string
	PartReason              string
	QuitReason              string
	SSLCert                 []byte
	SSLKey                  []byte
}

type IdentityNick

type IdentityNick struct {
	ID         int
	IdentityID int
	Nick       string
}

type Network

type Network struct {
	ID                      int
	UserID                  int
	Name                    string
	Identity                int
	EncodingCodec           string
	DecodingCodec           string
	ServerCodec             string
	UseRandomServer         bool
	Perform                 string
	UseAutoIdentify         bool
	AutoIdentifyService     string
	AutoIdentifyPassword    string
	UseSASL                 bool
	SASLAccount             string
	SASLPassword            string
	UseAutoReconnect        bool
	AutoReconnectInterval   int
	AutoReconnectRetries    int
	UnlimitedConnectRetries bool
	RejoinChannels          bool
	Connected               bool
	UserMode                string
	AwayMessage             string
	AttachPerform           string
	DetachPerform           string
}

type Sender

type Sender struct {
	ID   int
	Name string
}

type User

type User struct {
	ID       int
	Username string
	Password string
}

type UserSetting

type UserSetting struct {
	UserID       int
	SettingName  string
	SettingValue []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL