1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/irc/core
Timo Sirainen 1f23c05ee7 CHANNEL_REC->get_join_data() - Returns the information needed to call
SERVER_REC->channels_join() for this channel. Usually just the channel name,
but may contain also the channel key.

If we receive PART-message to channel that hasn't received a JOIN yet,
don't destroy the channel. It's probably because we did quickly /PART +
/JOIN.

Moved /CYCLE to fe-common/core, it doesn't close the window for the cycled
channel anymore if you had autoclosing on.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1484 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-05-11 16:08:48 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c /BANTYPE -> /SET ban_type. /BAN: -type option added to override default 2001-03-03 20:48:23 +00:00
bans.h /BANTYPE -> /SET ban_type. /BAN: -type option added to override default 2001-03-03 20:48:23 +00:00
channel-events.c CHANNEL_REC->get_join_data() - Returns the information needed to call 2001-05-11 16:08:48 +00:00
channel-rejoin.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
channel-rejoin.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00
channels-query.c Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 2001-01-11 10:15:34 +00:00
ctcp.c CTCP version reply has now $sysarch by default 2001-04-20 20:02:29 +00:00
ctcp.h ..adding new files.. 2000-04-26 08:03:38 +00:00
irc-channels-setup.c multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
irc-channels.c CHANNEL_REC->get_join_data() - Returns the information needed to call 2001-05-11 16:08:48 +00:00
irc-channels.h multiprotocol updates. SILC prints channel and private messages now 2000-09-30 22:49:48 +00:00
irc-chatnets.c /IRCNET ADD didn't work 2001-02-22 05:19:11 +00:00
irc-chatnets.h -querychans option for servers and ircnets which specifies how many 2000-12-09 19:12:49 +00:00
irc-commands.c CHANNEL_REC->get_join_data() - Returns the information needed to call 2001-05-11 16:08:48 +00:00
irc-core.c Send "chat protocol deinit" signal when protocol is being 2001-03-04 03:25:21 +00:00
irc-expandos.c added $usermode expando 2000-12-10 05:55:15 +00:00
irc-log.c Server events: switched order of data and server parameters. it's now 2000-12-05 21:12:52 +00:00
irc-masks.c /BANTYPE -> /SET ban_type. /BAN: -type option added to override default 2001-03-03 20:48:23 +00:00
irc-masks.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
irc-nicklist.c added server_change_nick() function for servers.[ch]. Lots of fixes for 2001-03-04 10:30:41 +00:00
irc-nicklist.h #include "irc-channels.h" 2001-02-08 16:54:52 +00:00
irc-queries.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
irc-queries.h Some query changes. They should now work properly with /SAVEWINDOWS 2001-01-01 17:13:55 +00:00
irc-rawlog.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
irc-servers-reconnect.c Connection updates: moved /SERVER and /CONNECT to core from irc. 2001-02-19 02:15:15 +00:00
irc-servers-setup.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
irc-servers-setup.h -querychans option for servers and ircnets which specifies how many 2000-12-09 19:12:49 +00:00
irc-servers.c added /SET proxy_password 2001-03-20 23:24:45 +00:00
irc-servers.h Connection updates: moved /SERVER and /CONNECT to core from irc. 2001-02-19 02:15:15 +00:00
irc.c Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own 2001-05-11 15:48:09 +00:00
irc.h Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding own 2001-05-11 15:48:09 +00:00
lag.c Server events: switched order of data and server parameters. it's now 2000-12-05 21:12:52 +00:00
Makefile.am Split expandos from special-vars.c to expandos.c. Added list of signals 2000-12-05 00:53:04 +00:00
massjoin.c Nicklist updates so that protocol specific xxx_NICK_REC can be used 2001-02-02 22:10:20 +00:00
mode-lists.c "ban ..." signals didn't send channel info 2001-04-25 04:10:19 +00:00
mode-lists.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
modes.c MODE +k handler was buggy 2001-05-11 16:06:45 +00:00
modes.h support for +O mode 2001-05-09 14:37:48 +00:00
module.h Added chat protocol register. Changed all chat_type fields to use it. 2000-09-01 00:26:46 +00:00
netsplit.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
netsplit.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00
server-idle.c Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00
server-idle.h Lots of moving stuff around - hopefully I didn't break too much :) 2000-08-26 15:39:44 +00:00