/dports/irc/irssi/irssi-1.2.3/src/irc/core/ |
H A D | mode-lists.h | 12 BAN_REC *banlist_add(IRC_CHANNEL_REC *channel, const char *ban, const char *nick, time_t time); 13 void banlist_remove(IRC_CHANNEL_REC *channel, const char *ban, const char *nick); 15 BAN_REC *banlist_exception_add(IRC_CHANNEL_REC *channel, const char *ban, const char *nick, time_t … 16 void banlist_exception_remove(IRC_CHANNEL_REC *channel, const char *ban); 18 void invitelist_add(IRC_CHANNEL_REC *channel, const char *mask); 19 void invitelist_remove(IRC_CHANNEL_REC *channel, const char *mask);
|
H A D | bans.h | 8 char *ban_get_mask(IRC_CHANNEL_REC *channel, const char *nick, int ban_type); 9 char *ban_get_masks(IRC_CHANNEL_REC *channel, const char *nicks, int ban_type); 11 void ban_set(IRC_CHANNEL_REC *channel, const char *bans, int ban_type); 12 void ban_remove(IRC_CHANNEL_REC *channel, const char *bans);
|
H A D | channels-query.c | 103 static void query_add_channel(IRC_CHANNEL_REC *channel, int query_type) in query_add_channel() 116 static void query_remove_all(IRC_CHANNEL_REC *channel) in query_remove_all() 133 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed() 146 IRC_CHANNEL_REC *rec = tmp->data; in channels_have_all_names() 170 IRC_CHANNEL_REC *chanrec; in query_send() 295 static void channel_checksync(IRC_CHANNEL_REC *channel) in channel_checksync() 359 static void sig_channel_joined(IRC_CHANNEL_REC *channel) in sig_channel_joined() 379 static void channel_got_query(IRC_CHANNEL_REC *chanrec, int query_type) in channel_got_query() 401 IRC_CHANNEL_REC *chanrec; in event_channel_mode() 438 IRC_CHANNEL_REC *chanrec = tmp->data; in event_end_of_who() [all …]
|
H A D | irc-channels.c | 47 IRC_CHANNEL_REC *irc_channel_create(IRC_SERVER_REC *server, const char *name, in irc_channel_create() 50 IRC_CHANNEL_REC *rec; in irc_channel_create() 55 rec = g_new0(IRC_CHANNEL_REC, 1); in irc_channel_create() 70 IRC_CHANNEL_REC *chanrec; in irc_channels_join() 220 IRC_CHANNEL_REC *irc_channel = (IRC_CHANNEL_REC *) channel; in irc_get_join_data() 226 static void sig_channel_created(IRC_CHANNEL_REC *channel) in sig_channel_created() 232 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed()
|
H A D | modes.c | 483 IRC_CHANNEL_REC *chanrec; in event_mode() 597 IRC_CHANNEL_REC *chanrec; in channel_set_mode() 654 IRC_CHANNEL_REC *chanrec; in channel_set_mode() 708 IRC_CHANNEL_REC **ret_channel) in get_nicks() 710 IRC_CHANNEL_REC *channel; in get_nicks() 771 IRC_CHANNEL_REC *channel; in cmd_op() 786 IRC_CHANNEL_REC *channel; in cmd_deop() 801 IRC_CHANNEL_REC *channel; in cmd_voice() 816 IRC_CHANNEL_REC *channel; in cmd_devoice() 829 IRC_CHANNEL_REC *channel) in cmd_mode() [all …]
|
H A D | modes.h | 7 typedef void mode_func_t(IRC_CHANNEL_REC *, const char *, char, char, 48 int channel_mode_is_set(IRC_CHANNEL_REC *channel, char mode); 50 void parse_channel_modes(IRC_CHANNEL_REC *channel, const char *setby, 53 void channel_set_singlemode(IRC_CHANNEL_REC *channel, const char *nicks,
|
H A D | massjoin.c | 39 IRC_CHANNEL_REC *chanrec; in event_join() 107 IRC_CHANNEL_REC *chanrec; in event_part() 142 IRC_CHANNEL_REC *channel; in event_quit() 172 IRC_CHANNEL_REC *chanrec; in event_kick() 211 static void massjoin_send(IRC_CHANNEL_REC *channel) in massjoin_send() 241 IRC_CHANNEL_REC *rec = tmp->data; in server_check_massjoins()
|
H A D | mode-lists.c | 63 BAN_REC *banlist_add(IRC_CHANNEL_REC *channel, const char *ban, in banlist_add() 91 void banlist_remove(IRC_CHANNEL_REC *channel, const char *ban, const char *nick) in banlist_remove() 105 static void channel_destroyed(IRC_CHANNEL_REC *channel) in channel_destroyed() 115 IRC_CHANNEL_REC *chanrec; in event_banlist()
|
H A D | irc-channels.h | 9 PROTO_CHECK_CAST(CHANNEL(channel), IRC_CHANNEL_REC, chat_type, "IRC") 29 IRC_CHANNEL_REC *irc_channel_create(IRC_SERVER_REC *server, const char *name,
|
H A D | bans.c | 44 char *ban_get_mask(IRC_CHANNEL_REC *channel, const char *nick, int ban_type) in ban_get_mask() 83 char *ban_get_masks(IRC_CHANNEL_REC *channel, const char *nicks, int ban_type) in ban_get_masks() 114 void ban_set(IRC_CHANNEL_REC *channel, const char *bans, int ban_type) in ban_set() 128 void ban_remove(IRC_CHANNEL_REC *channel, const char *bans) in ban_remove() 179 IRC_CHANNEL_REC *chanrec; in command_set_ban()
|
H A D | channel-rejoin.c | 73 IRC_CHANNEL_REC *chanrec; in channel_rejoin() 147 IRC_CHANNEL_REC *chanrec; in event_target_unavailable() 171 static void sig_remove_rejoin(IRC_CHANNEL_REC *channel) in sig_remove_rejoin()
|
H A D | irc-session.c | 128 static void sig_session_restore_nick(IRC_CHANNEL_REC *channel, in sig_session_restore_nick() 165 static void session_restore_channel(IRC_CHANNEL_REC *channel) in session_restore_channel() 196 IRC_CHANNEL_REC *rec = tmp->data; in sig_connected()
|
H A D | irc-nicklist.h | 7 NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
|
H A D | channel-events.c | 196 static IRC_CHANNEL_REC *channel_find_unjoined(IRC_SERVER_REC *server, in channel_find_unjoined() 204 IRC_CHANNEL_REC *rec = tmp->data; in channel_find_unjoined() 220 IRC_CHANNEL_REC *chanrec; in event_join()
|
H A D | irc.h | 7 typedef struct _IRC_CHANNEL_REC IRC_CHANNEL_REC; typedef
|
H A D | irc-nicklist.c | 33 NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick, in irc_nicklist_insert() 80 IRC_CHANNEL_REC *chanrec; in event_names_list() 171 IRC_CHANNEL_REC *chanrec; in event_end_of_names()
|
H A D | irc-commands.c | 54 IRC_CHANNEL_REC *channel; 635 IRC_CHANNEL_REC *chanrec; in cmd_wall() 685 IRC_CHANNEL_REC *chanrec; in cmd_kickban() 766 IRC_CHANNEL_REC *channel) in cmd_knockout() 876 static void sig_channel_destroyed(IRC_CHANNEL_REC *channel) in sig_channel_destroyed()
|
/dports/irc/irssi/irssi-1.2.3/src/fe-common/irc/ |
H A D | fe-modes.c | 38 IRC_CHANNEL_REC *channel; 47 static MODE_REC *mode_find_channel(IRC_CHANNEL_REC *channel) in mode_find_channel() 129 static void msg_multi_mode(IRC_CHANNEL_REC *channel, const char *sender, in msg_multi_mode() 184 IRC_CHANNEL_REC *chanrec; in sig_message_mode()
|
H A D | fe-events-numeric.c | 72 IRC_CHANNEL_REC *chanrec; in event_names_list() 93 IRC_CHANNEL_REC *chanrec; in event_end_of_names() 143 IRC_CHANNEL_REC *chanrec; in event_ban_list() 397 IRC_CHANNEL_REC *chanrec; in event_target_unavailable() 522 IRC_CHANNEL_REC *chanrec; in event_477() 541 IRC_CHANNEL_REC *chanrec; in event_target_too_fast()
|
H A D | fe-irc-commands.c | 177 IRC_CHANNEL_REC *chanrec; in cmd_wall() 212 static void bans_show_channel(IRC_CHANNEL_REC *channel, IRC_SERVER_REC *server) in bans_show_channel() 243 IRC_CHANNEL_REC *chanrec; in cmd_ban()
|
H A D | fe-irc-channels.c | 87 IRC_CHANNEL_REC *channel; in sig_event_forward()
|
H A D | fe-irc-server.c | 41 IRC_CHANNEL_REC *channel; in get_visible_target()
|
/dports/irc/irssi/irssi-1.2.3/src/perl/irc/ |
H A D | module.h | 28 typedef IRC_CHANNEL_REC *Irssi__Irc__Channel;
|
/dports/irc/irssi/irssi-1.2.3/src/irc/proxy/ |
H A D | dump.c | 144 static void create_names_start(GString *str, IRC_CHANNEL_REC *channel, in create_names_start() 154 static void dump_join(IRC_CHANNEL_REC *channel, CLIENT_REC *client) in dump_join()
|
/dports/irc/irssi/irssi-1.2.3/src/irc/notifylist/ |
H A D | notifylist.c | 313 static void sig_channel_wholist(IRC_CHANNEL_REC *channel) in sig_channel_wholist()
|