irssi/src/fe-common/core
Timo Sirainen f354fe54c7 Moved some stuff from irc to core. Added command_bind_proto() function to
bind protocol-specific commands. Added #define command_bind_irc() for easier
access. CMD_IRC_SERVER(server) check should be done at the beginning of each
command requiring IRC server as active server, it handles it correctly the
cases when it is not. Did some other cleanups as well.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1955 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-11-02 01:05:14 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c Added --home and --config command line parameters to irssi to specify 2001-07-15 00:39:48 +00:00
chat-completion.c server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added 2001-11-01 22:52:23 +00:00
chat-completion.h DCC chat nicks are in /MSG completion list now if chat isn't in query. 2001-02-09 22:00:51 +00:00
command-history.c Command history: allow "next history" to jump back to last msg in 2001-03-08 00:45:56 +00:00
command-history.h windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
completion.c Check that word isn't empty instead of just assuming it isn't. This one 2001-08-28 11:12:03 +00:00
completion.h --enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT 2001-07-29 09:17:53 +00:00
fe-channels.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
fe-channels.h /NAMES -count: print only the Total xxx nicks line 2001-07-14 18:19:22 +00:00
fe-common-core.c Added MODULE_DATA_UNSET() macro and started using it. Just to make sure we 2001-10-02 07:55:51 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
fe-exec.c added destroy() function to WI_ITEM_REC. This fixes a potential crash when 2001-07-26 01:49:08 +00:00
fe-exec.h Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and 2001-02-13 19:26:43 +00:00
fe-expandos.c $winname expando didn't change on "window changed" signal. 2001-10-14 11:25:26 +00:00
fe-help.c /HELP can now display help of non-commands if the file just exists in 2001-02-22 20:51:26 +00:00
fe-ignore-messages.c Ignoring updates. Added support for nickmatch cache. One ignore can't 2001-01-28 07:22:22 +00:00
fe-ignore.c server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added 2001-11-01 22:52:23 +00:00
fe-log.c server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). Added 2001-11-01 22:52:23 +00:00
fe-messages.c Hilight fixes - mode lines shouldn't be hilighted accidentally anymore. 2001-07-15 19:03:27 +00:00
fe-messages.h added "message own_public" and "message own_private" events that are 2001-01-01 16:57:25 +00:00
fe-modules.c Module loading updates - /LOAD shows now also the statically loaded modules. 2001-08-14 00:41:59 +00:00
fe-queries.c Print the server tag in "query started" messages with query->server_tag, not 2001-08-31 16:32:35 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-server.c When printing server disconnection texts, use the server parameter for 2001-10-20 21:09:17 +00:00
fe-settings.c /TOGGLE didn't send "setup changed" signal 2001-07-30 12:24:24 +00:00
fe-windows.c Fixed leaking window binds. They were added but rarely removed. 2001-08-08 16:08:47 +00:00
fe-windows.h Fixed leaking window binds. They were added but rarely removed. 2001-08-08 16:08:47 +00:00
formats.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
formats.h Added support for changing indentation behaviour with modules. 2001-10-24 22:52:15 +00:00
hilight-text.c fixed a small memory leak 2001-07-22 12:08:36 +00:00
hilight-text.h Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET 2001-03-17 01:52:43 +00:00
keyboard.c /BIND -delete doesn't anymore leave empty {} blocks in configuration file. 2001-10-20 11:20:37 +00:00
keyboard.h keyboard handling rewrite 2001-05-06 19:28:15 +00:00
Makefile.am Moved location of config, theme and doc files. Added debian dir for building a .deb easily. 2001-07-05 23:16:18 +00:00
module-formats.c Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
module-formats.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00
module.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
printtext.c Removed unused signal_gui_print_text, added a g_return_if_fail(dest->window 2001-07-29 01:16:27 +00:00
printtext.h Irssi::printformat() called printformat_window() to print the text which 2001-07-18 19:03:07 +00:00
themes.c Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
themes.h Added support for using terminfo/termcap instead of curses. By default, 2001-10-28 11:30:26 +00:00
translation.c /SET translation was broken - fixed by lam@e-gate.pl. 2001-10-01 07:04:11 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +00:00
window-activity.c Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET 2001-03-17 01:52:43 +00:00
window-commands.c /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connected to server. 2001-10-29 16:15:47 +00:00
window-items.c Fixed leaking window binds. They were added but rarely removed. 2001-08-08 16:08:47 +00:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
windows-layout.c Restoring window layout shouldn't make the queries active. 2001-08-08 18:23:25 +00:00
windows-layout.h /SAVEWINDOWS -> /LAYOUT SAVE. Added /LAYOUT RESET. Initialize GLib log 2001-02-21 19:19:24 +00:00