1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/fe-common/core
Timo Sirainen 1117638b52 Moved autoconnects and command line parameter parsing from irc to core.
Added not_initialized parameter to chat protocols that are created
using chat_protocol_get_unknown(). /CONNECT doesn't crash now with
non-initialized protocols but instead complains about them.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1248 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-02-19 02:50:08 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
chat-completion.c DCC chat nicks are in /MSG completion list now if chat isn't in query. 2001-02-09 22:00:51 +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 windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +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 Spaces at the start of line confused the completion some. 2001-01-28 03:04:44 +00:00
completion.h File name completion for /DCC SEND 2000-06-17 15:58:40 +00:00
fe-channels.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
fe-channels.h /HELP, /NAMES: using now the column helper function in misc.c. /NAMES 2001-01-28 15:46:00 +00:00
fe-common-core.c Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c /SET names_max_columns, /SET names_max_width: Limit width of /NAMES list. 2001-02-10 04:54:09 +00:00
fe-exec.c Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" and 2001-02-13 19:26:43 +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 /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +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 Ignoring updates. Added support for nickmatch cache. One ignore can't 2001-01-28 07:22:22 +00:00
fe-log.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
fe-messages.c Support for multiple identical nicknames. 2001-02-18 22:46:25 +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 /LOAD module tries to load "module_core" instead. If it wasn't found, 2001-02-17 10:35:35 +00:00
fe-queries.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-server.c Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
fe-settings.c In core/module-formats.h: IRCTXT_ -> TXT_ 2001-01-07 19:42:59 +00:00
fe-windows.c window_bind_remove_unsticky(): crashfix 2001-02-19 02:26:32 +00:00
fe-windows.h Changed window->waiting_channels ("servertag name" format) to 2001-02-10 09:12:53 +00:00
formats.c Added gui_printtext() function for printing text in printtext() format 2001-02-03 19:29:38 +00:00
formats.h Added gui_printtext() function for printing text in printtext() format 2001-02-03 19:29:38 +00:00
hilight-text.c /SET hilight_act_color - default color to use for highlighting in 2001-02-10 08:44:19 +00:00
hilight-text.h Highlighting updates. -word renamed to -full. Added new -word option 2001-01-21 04:14:24 +00:00
keyboard.c In core/module-formats.h: IRCTXT_ -> TXT_ 2001-01-07 19:42:59 +00:00
keyboard.h Added keyboard_entry_redirect() function to keyboard.[ch] which sends 2001-01-04 18:01:51 +00:00
Makefile.am added fe-exec.h 2001-02-16 16:07:35 +00:00
module-formats.c Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +00:00
module-formats.h Moved autoconnects and command line parameter parsing from irc to core. 2001-02-19 02:50:08 +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 Added gui_printtext() function for printing text in printtext() format 2001-02-03 19:29:38 +00:00
printtext.h Added gui_printtext() function for printing text in printtext() format 2001-02-03 19:29:38 +00:00
themes.c theme->default_color is now used again, added default_bold_color which 2001-02-10 10:19:47 +00:00
themes.h theme->default_color is now used again, added default_bold_color which 2001-02-10 10:19:47 +00:00
translation.c ..adding new files.. 2000-04-26 08:03:38 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +00:00
window-activity.c /SET activity_hide_targets now hides them even if level is MSGS. Only 2001-01-28 19:31:45 +00:00
window-commands.c /WINDOW SERVER: added -sticky and -unsticky options. If window server 2001-02-10 03:10:30 +00:00
window-items.c Changed window->waiting_channels ("servertag name" format) to 2001-02-10 09:12:53 +00:00
window-items.h Removed window parameter from window_item_remove() and 2001-01-06 21:58:28 +00:00
window-save.c Config file: ircnets -> chatnets, added type = "chat protocol" to 2001-02-17 19:44:22 +00:00
window-save.h Query windows are now restored if they were saved with /SAVEWINDOWS. 2000-08-12 22:58:16 +00:00