ekg2
GIT master
|
Idź do kodu źródłowego tego pliku.
Struktury danych | |
struct | _irc_private_t |
struct | out_recodes_t |
struct | recoded_channels_t |
struct | _irc_awaylog_t |
struct | people_t |
struct | channel_t |
struct | people_chan_t |
Definicje | |
#define | EKG_IRC_DEFAULT_USERMODE "+iw" |
#define | SOP(x) (j->sopt[x]) |
#define | irc_private(s) ((irc_private_t*) session_private_get(s)) |
#define | IRC4 "irc:" |
#define | irc_uid(target) protocol_uid("irc", target) |
#define | irc_write(s, args...) ekg_connection_write(irc_private(s)->send_stream, args) |
Definicje typów | |
typedef struct _irc_private_t | irc_private_t |
typedef struct _irc_awaylog_t | irc_awaylog_t |
Wyliczenia | |
enum | { USERMODES =0, CHANMODES, _005_PREFIX, _005_CHANTYPES, _005_CHANMODES, _005_MODES, _005_CHANLIMIT, _005_NICKLEN, _005_IDCHAN, SERVOPTS } |
enum | { IRC_CASEMAPPING_ASCII, IRC_CASEMAPPING_RFC1459, IRC_CASEMAPPING_RFC1459_STRICT, IRC_CASEMAPPING_COUNT } |
enum | { IRC_GC_CHAN =0, IRC_GC_NOT_CHAN, IRC_GC_ANY } |
Funkcje | |
void | irc_handle_disconnect (session_t *s, const char *reason, int type) |
int | irc_parse_line (session_t *s, const char *l, int fd) |
char * | nickpad_string_create (channel_t *chan) |
char * | nickpad_string_apply (channel_t *chan, const char *str) |
char * | nickpad_string_restore (channel_t *chan) |
char * | clean_channel_names (session_t *session, char *channels) |
Zmienne | |
plugin_t | irc_plugin |
int | irc_config_allow_fake_contacts |
int | irc_config_clean_channel_name |
#define EKG_IRC_DEFAULT_USERMODE "+iw" |
#define IRC4 "irc:" |
#define irc_private | ( | s) | ((irc_private_t*) session_private_get(s)) |
#define irc_uid | ( | target) | protocol_uid("irc", target) |
#define irc_write | ( | s, | |
args... | |||
) | ekg_connection_write(irc_private(s)->send_stream, args) |
#define SOP | ( | x) | (j->sopt[x]) |
typedef struct _irc_awaylog_t irc_awaylog_t |
typedef struct _irc_private_t irc_private_t |
anonymous enum |
anonymous enum |
char* clean_channel_names | ( | session_t * | session, |
char * | channels | ||
) |
void irc_handle_disconnect | ( | session_t * | s, |
const char * | reason, | ||
int | type | ||
) |
int irc_parse_line | ( | session_t * | s, |
const char * | l, | ||
int | fd | ||
) |
char* nickpad_string_apply | ( | channel_t * | chan, |
const char * | str | ||
) |
char* nickpad_string_create | ( | channel_t * | chan) |
char* nickpad_string_restore | ( | channel_t * | chan) |
int irc_config_allow_fake_contacts |
int irc_config_clean_channel_name |
plugin_t irc_plugin |