.. |
.cvsignore
|
updates
|
2000-04-26 09:43:45 +00:00 |
bans.c
|
Changed option handling in /commands. Irssi will now complain about
|
2000-06-18 01:18:12 +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
|
Changed option handling in /commands. Irssi will now complain about
|
2000-06-18 01:18:12 +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
|
Another /IGNORE -replies fix
|
2000-07-11 09:30:43 +00:00 |
ignore.h
|
completion_msgtoyou() -> irc_nick_match()
|
2000-06-04 12:38:28 +00:00 |
irc-commands.c
|
A few checks to check that we really are dealing with IRC servers.
|
2000-07-15 13:08:39 +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 is printed to screen when you set yourself unaway.
|
2000-06-02 01:15:51 +00:00 |
irc-rawlog.c
|
..adding new files..
|
2000-04-26 08:03:38 +00:00 |
irc-server.c
|
A few checks to check that we really are dealing with IRC servers.
|
2000-07-15 13:08:39 +00:00 |
irc-server.h
|
If you're not allowed to connect to server (K-lined, no I-line), Irssi
|
2000-06-11 19:34:29 +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
|
You can send message to different server with /MSG -<server tag> nick...
|
2000-06-28 20:00:39 +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
|
When doing "/OP nick1 nick2" (two spaces), irssi tried to op "" nick too.
|
2000-06-30 19:44:50 +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
|
User mode wasn't set right after server reconnection if server didn't
|
2000-07-04 19:23:01 +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 reconnection was a bit buggy - it didn't have to wait for the 5
|
2000-07-02 22:22:55 +00:00 |
server-setup.h
|
Read new server specific settings when reconnecting to new server.
|
2000-06-14 17:50:16 +00:00 |