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 4a33801669 Added/moved several "typedef struct _XXX XXX;" to common.h so that
they're known to all files and I don't need those stupid "void *xxx"
anymore just to avoid useless #include. Header files themselves don't
either include others as often anymore.

Added channel->ownnick to point to our NICK_REC in channel's nicks.
Gives a minor speedup in few places :)

Moved completion specific lastmsgs from channel/server core records to
fe-common/core specific records. Also changed the nick completion logic
a bit so it should work better now. Removed
completion_keep_publics_count setting, but changed the meaning of
completion_keep_publics to same as _count was before. Nick completion
doesn't have any time specific code anymore.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1034 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-01-01 07:45:54 +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 Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +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 compiler warning fixes + one real bug in dcc-chat 2000-11-18 15:31:28 +00:00
completion.h File name completion for /DCC SEND 2000-06-17 15:58:40 +00:00
fe-channels.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
fe-common-core.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c pidwait: send status as second agument. 2000-12-30 00:42:47 +00:00
fe-exec.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +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 Moved nick/msg/channel completion to core with some cleanups. 2000-10-14 14:07:31 +00:00
fe-ignore.c Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +00:00
fe-log.c Autologging: '/' -> '_' - don't even accidentally try to log to 2000-12-18 17:15:14 +00:00
fe-messages.c don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline) 2001-01-01 04:22:31 +00:00
fe-messages.h don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline) 2001-01-01 04:22:31 +00:00
fe-modules.c Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +00:00
fe-queries.c Some minor query fixes. Nick changes are also detected by checking if 2000-12-17 02:20:22 +00:00
fe-queries.h /set autocreate_query -> /set autocreate_query_level 2000-09-06 21:30:56 +00:00
fe-server.c /SERVER REMOVE: port parameter should be optional 2000-12-19 17:36:00 +00:00
fe-settings.c Settings are now stored in module-specific blocks. Irssi complains 2000-12-17 05:44:45 +00:00
fe-windows.c window_[add|remove]_item -> window_item_[add|remove] 2000-12-02 19:08:21 +00:00
fe-windows.h window_[add|remove]_item -> window_item_[add|remove] 2000-12-02 19:08:21 +00:00
formats.c /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +00:00
formats.h Print timestamps correctly with /SB REDRAW 2000-12-02 22:08:07 +00:00
hilight-text.c config changes, CONFIG_REC is now required parameter for 2000-11-26 10:24:30 +00:00
hilight-text.h more changes from int xx:1 to unsigned int xx:1 2000-11-23 22:57:59 +00:00
keyboard.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
keyboard.h Implemented /BIND [<key> [<action> [<data>]]] command. 2000-07-08 22:31:11 +00:00
Makefile.am pidwait: send status as second agument. 2000-12-30 00:42:47 +00:00
module-formats.c Some minor query fixes. Nick changes are also detected by checking if 2000-12-17 02:20:22 +00:00
module-formats.h Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +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 emphasis moved to fe-messages. added a few checks so that non-words 2000-12-28 17:04:33 +00:00
printtext.h windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
themes.c /SET prompt, /SET prompt_window - Specifies the text in prompt. 2000-12-17 07:39:22 +00:00
themes.h Cleaned up printtext.c, split part of it to formats.c 2000-10-28 20:14:19 +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 Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
window-commands.c window_[add|remove]_item -> window_item_[add|remove] 2000-12-02 19:08:21 +00:00
window-items.c Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
window-items.h Added/moved several "typedef struct _XXX XXX;" to common.h so that 2001-01-01 07:45:54 +00:00
window-save.c windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to 2000-11-17 16:27:14 +00:00
window-save.h Query windows are now restored if they were saved with /SAVEWINDOWS. 2000-08-12 22:58:16 +00:00