Home
last modified time | relevance | path

Searched refs:IRC_CHANNEL_REC (Results 1 – 25 of 26) sorted by relevance

12

/dports/irc/irssi/irssi-1.2.3/src/irc/core/
H A Dmode-lists.h12 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 Dbans.h8 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 Dchannels-query.c103 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 Dirc-channels.c47 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 Dmodes.c483 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 Dmodes.h7 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 Dmassjoin.c39 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 Dmode-lists.c63 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 Dirc-channels.h9 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 Dbans.c44 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 Dchannel-rejoin.c73 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 Dirc-session.c128 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 Dirc-nicklist.h7 NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
H A Dchannel-events.c196 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 Dirc.h7 typedef struct _IRC_CHANNEL_REC IRC_CHANNEL_REC; typedef
H A Dirc-nicklist.c33 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 Dirc-commands.c54 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 Dfe-modes.c38 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 Dfe-events-numeric.c72 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 Dfe-irc-commands.c177 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 Dfe-irc-channels.c87 IRC_CHANNEL_REC *channel; in sig_event_forward()
H A Dfe-irc-server.c41 IRC_CHANNEL_REC *channel; in get_visible_target()
/dports/irc/irssi/irssi-1.2.3/src/perl/irc/
H A Dmodule.h28 typedef IRC_CHANNEL_REC *Irssi__Irc__Channel;
/dports/irc/irssi/irssi-1.2.3/src/irc/proxy/
H A Ddump.c144 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 Dnotifylist.c313 static void sig_channel_wholist(IRC_CHANNEL_REC *channel) in sig_channel_wholist()

12