.. |
.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
|
Minor speed enhancement
|
2001-01-14 18:31:53 +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
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
fe-common-core.c
|
Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32
|
2001-01-11 10:15:34 +00:00 |
fe-common-core.h
|
..adding new files..
|
2000-04-26 08:03:38 +00:00 |
fe-core-commands.c
|
/HELP without any parameters read data outside it's buffer
|
2001-01-14 18:33:30 +00:00 |
fe-exec.c
|
Fixed some signedness warnings and memdebug.h should compile now fine
|
2001-01-15 23:36:11 +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
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
fe-log.c
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
fe-messages.c
|
nicklist_find() now finds only full nicks, nicklist_find_mask() finds
|
2001-01-28 01:45:31 +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 without parameters prints loaded modules
|
2001-01-09 17:25:21 +00:00 |
fe-queries.c
|
Highlighting cleanups. Added /HILIGHT -priority option.
|
2001-01-09 21:06:45 +00:00 |
fe-queries.h
|
/set autocreate_query -> /set autocreate_query_level
|
2000-09-06 21:30:56 +00:00 |
fe-server.c
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
fe-settings.c
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
fe-windows.c
|
Check the return value of strftime() properly
|
2001-01-14 18:02:03 +00:00 |
fe-windows.h
|
Highlighting cleanups. Added /HILIGHT -priority option.
|
2001-01-09 21:06:45 +00:00 |
formats.c
|
strip_real_length() : bolds, underlines, etc. one character styling
|
2001-01-22 19:35:07 +00:00 |
formats.h
|
Highlighting updates. -word renamed to -full. Added new -word option
|
2001-01-21 04:14:24 +00:00 |
hilight-text.c
|
nickmatch-cache wasn't initialized if there wasn't hilights = { ... }
|
2001-01-26 18:52:01 +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
|
pidwait: send status as second agument.
|
2000-12-30 00:42:47 +00:00 |
module-formats.c
|
added channel parameter to quit/nick messages
|
2001-01-16 19:18:39 +00:00 |
module-formats.h
|
/LOAD without parameters prints loaded modules
|
2001-01-09 17:25:21 +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
|
printtext_string() fix, should actually work now :)
|
2001-01-05 08:34:39 +00:00 |
printtext.h
|
Added printtext_string() which works like printtext(), except it prints
|
2001-01-05 08:30:01 +00:00 |
themes.c
|
/SET theme - complains if theme isn't found. Setting theme's name to
|
2001-01-11 09:14:21 +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
|
Highlighting updates. -word renamed to -full. Added new -word option
|
2001-01-21 04:14:24 +00:00 |
window-commands.c
|
Highlighting cleanups. Added /HILIGHT -priority option.
|
2001-01-09 21:06:45 +00:00 |
window-items.c
|
In core/module-formats.h: IRCTXT_ -> TXT_
|
2001-01-07 19:42:59 +00:00 |
window-items.h
|
Removed window parameter from window_item_remove() and
|
2001-01-06 21:58:28 +00:00 |
window-save.c
|
Some query changes. They should now work properly with /SAVEWINDOWS
|
2001-01-01 17:13:55 +00:00 |
window-save.h
|
Query windows are now restored if they were saved with /SAVEWINDOWS.
|
2000-08-12 22:58:16 +00:00 |