irssi/src/fe-common/irc
Timo Sirainen 803d805016 Module loading updates - /LOAD shows now also the statically loaded modules.
You can't /LOAD the same module twice. Syntax changed to /LOAD <module>
[<submodule>], /UNLOAD <module> [<submodule>].

NOTE: all modules now need to call register_module() in their init()
function.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1748 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-08-14 00:41:59 +00:00
..
dcc Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
notifylist Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
.cvsignore irc/irc.c and fe-common/irc/irc-modules.c are generated by configure 2000-05-25 12:58:59 +00:00
fe-common-irc.c Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
fe-common-irc.h Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
fe-ctcp.c In core/module-formats.h: IRCTXT_ -> TXT_ 2001-01-07 19:42:59 +00:00
fe-events-numeric.c /NAMES #channel_you're_not_joined doesn't print the "total of xx nick" line 2001-07-29 05:32:38 +00:00
fe-events.c own nick changed were printed as if it was done by someone else 2001-06-10 23:38:36 +00:00
fe-irc-channels.c Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +00:00
fe-irc-commands.c /INVITELIST prints "Invite list is empty" message and complains about not 2001-08-13 14:00:57 +00:00
fe-irc-messages.c use signal_add_last() to bind the "message xxx" signals when printing them, 2001-06-26 22:29:16 +00:00
fe-irc-queries.c The automatic query rename wrote the "nick changed" messages to channels 2001-06-10 23:31:15 +00:00
fe-irc-server.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
fe-ircnet.c IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and 2001-03-04 01:47:13 +00:00
fe-modes.c Print own mode changes immediately to screen without the 2sec wait. 2001-01-31 21:21:19 +00:00
fe-netjoin.c netjoins should display the @, + etc. before the nick again. 2001-05-11 17:42:05 +00:00
fe-netsplit.c /SET netsplit_nicks_hide_threshold must not be smaller than /SET 2001-06-29 23:11:43 +00:00
Makefile.am fe-common/irc/flood removed. Some autoignore / ignore -time updates. 2001-03-03 23:27:07 +00:00
module-formats.c "IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LIST 2001-08-13 22:01:38 +00:00
module-formats.h /INVITELIST prints "Invite list is empty" message and complains about not 2001-08-13 14:00:57 +00:00
module.h Moved nick/msg/channel completion to core with some cleanups. 2000-10-14 14:07:31 +00:00