Go to the source code of this file.
Data Structures | |
struct | irc_network_info |
Information about a network (doesn't change between connects or servers). More... | |
Enumerations | |
enum | casemapping { CASEMAP_UNKNOWN = 0, CASEMAP_RFC1459, CASEMAP_ASCII, CASEMAP_STRICT_RFC1459 } |
Functions | |
G_GNUC_WARN_UNUSED_RESULT G_MODULE_EXPORT char * | network_info_string (struct irc_network_info *info) |
G_MODULE_EXPORT gboolean | is_channelname (const char *name, const struct irc_network_info *s) |
G_MODULE_EXPORT gboolean | is_prefix (char p, const struct irc_network_info *n) |
G_MODULE_EXPORT char | get_prefix_by_mode (char p, const struct irc_network_info *n) |
G_MODULE_EXPORT int | irccmp (const struct irc_network_info *n, const char *a, const char *b) |
G_GNUC_WARN_UNUSED_RESULT G_MODULE_EXPORT const char * | get_charset (const struct irc_network_info *n) |
G_MODULE_EXPORT void | network_info_parse (struct irc_network_info *info, const char *parameter) |
G_MODULE_EXPORT int | network_chanmode_type (char m, struct irc_network_info *n) |
G_MODULE_EXPORT struct irc_network_info * | network_info_init (void) |
G_MODULE_EXPORT void | free_network_info (struct irc_network_info *info) |