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 c529fe0096 Added syntaxes of all commands in comments, they're going to be used to
autogenerate help files.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@529 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-07-23 23:19:22 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
bans.c Added syntaxes of all commands in comments, they're going to be used to 2000-07-23 23:19:22 +00:00
bans.h ..adding new files.. 2000-04-26 08:03:38 +00:00
channel-events.c If join to !channel wasn't successfull (banned, etc.), Irssi didn't remove 2000-06-15 19:34:31 +00:00
channel-rejoin.c Lots of changes again. Biggest ones: 2000-05-15 08:25:45 +00:00
channels-query.c Changed option handling in /commands. Irssi will now complain about 2000-06-18 01:18:12 +00:00
channels-setup.c iconfig's caching was a bit buggy - it didn't notice if some config node was 2000-05-10 13:57:42 +00:00
channels-setup.h .. lots of changes .. 2000-05-04 10:32:42 +00:00
channels.c The channel key given in /JOIN should override the one given in setup. 2000-07-20 12:35:54 +00:00
channels.h WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake. 2000-06-30 21:33:57 +00:00
ctcp.c Removed system version from default CTCP reply. 2000-07-04 00:20:20 +00:00
ctcp.h ..adding new files.. 2000-04-26 08:03:38 +00:00
ignore.c Implemented /IGNORE -time <seconds>, patch by fuchs. 2000-07-23 14:41:42 +00:00
ignore.h Implemented /IGNORE -time <seconds>, patch by fuchs. 2000-07-23 14:41:42 +00:00
irc-commands.c Added syntaxes of all commands in comments, they're going to be used to 2000-07-23 23:19:22 +00:00
irc-commands.h You can send message to different server with /MSG -<server tag> nick... 2000-06-28 20:00:39 +00:00
irc-core.c Removed several header files that only had xxx_init(); xxx_deinit(); - moved 2000-04-27 10:31:14 +00:00
irc-log.c Awaylog didn't work right if you did /AWAY multiple times. 2000-07-23 14:18:32 +00:00
irc-rawlog.c Added syntaxes of all commands in comments, they're going to be used to 2000-07-23 23:19:22 +00:00
irc-server.c Connecting to IPv6 IRC server with IP address didn't work because the 2000-07-23 13:50:07 +00:00
irc-server.h Was left out from the sendbuffer commit.. 2000-07-16 20:17:09 +00:00
irc-special-vars.c Changed option handling in /commands. Irssi will now complain about 2000-06-18 01:18:12 +00:00
irc.c Implemented network transmit buffer. If all data couldn't be sent 2000-07-16 19:00:41 +00:00
irc.h WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake. 2000-06-30 21:33:57 +00:00
ircnet-setup.c Changed option handling in /commands. Irssi will now complain about 2000-06-18 01:18:12 +00:00
ircnet-setup.h You can specify command(s) to be sent automatically to server after 2000-06-15 20:56:58 +00:00
lag.c ..adding new files.. 2000-04-26 08:03:38 +00:00
Makefile.am You can send message to different server with /MSG -<server tag> nick... 2000-06-28 20:00:39 +00:00
masks.c ..adding new files.. 2000-04-26 08:03:38 +00:00
masks.h ..adding new files.. 2000-04-26 08:03:38 +00:00
massjoin.c A few checks to check that we really are dealing with IRC servers. 2000-07-15 13:08:39 +00:00
mode-lists.c ..adding new files.. 2000-04-26 08:03:38 +00:00
mode-lists.h ..adding new files.. 2000-04-26 08:03:38 +00:00
modes.c Added syntaxes of all commands in comments, they're going to be used to 2000-07-23 23:19:22 +00:00
modes.h Added bot plugin, it also has almost-functional botnet. 2000-05-25 11:30:47 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
netsplit.c A few checks to check that we really are dealing with IRC servers. 2000-07-15 13:08:39 +00:00
netsplit.h When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" and 2000-07-02 16:19:26 +00:00
nicklist.c completion_msgtoyou() -> irc_nick_match() 2000-06-04 12:38:28 +00:00
nicklist.h completion_msgtoyou() -> irc_nick_match() 2000-06-04 12:38:28 +00:00
query.c CTCP msgs/replies stops the "event privmsg" or "event notice" signals now 2000-06-12 22:57:53 +00:00
query.h WI_ITEM_REC was modified, but CHANNEL_REC, etc. wasn't. BIG mistake. 2000-06-30 21:33:57 +00:00
server-idle.c A few checks to check that we really are dealing with IRC servers. 2000-07-15 13:08:39 +00:00
server-idle.h ..adding new files.. 2000-04-26 08:03:38 +00:00
server-reconnect.c Added syntaxes of all commands in comments, they're going to be used to 2000-07-23 23:19:22 +00:00
server-reconnect.h removed common-setup.h, put all settings in it to files where they belong to. 2000-06-02 00:36:54 +00:00
server-setup.c /SERVER <ircnet> used always port 6667 when connecting. 2000-07-15 14:38:23 +00:00
server-setup.h Read new server specific settings when reconnecting to new server. 2000-06-14 17:50:16 +00:00