summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2000-10-13Forgot to move fe-ignore to core.Timo Sirainen
2000-10-13Don't show timestamps when doing /LAST.Timo Sirainen
2000-10-13Complain only once with autologging if opening some log file failedTimo Sirainen
2000-10-13Saving theme didn't complain if the save failed.Timo Sirainen
2000-10-10Moved join, part, quit, kick, nick, invite and topic printing to core.Timo Sirainen
2000-10-02fixes .. still not perfectTimo Sirainen
2000-10-01Window activity was displayed in wrong window if query windows wereTimo Sirainen
2000-10-01bugfixTimo Sirainen
2000-10-01Chat protocol updates.Timo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-30When connecting to server, change the active window's server if theTimo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-27Show help with "clientcrap" message level, not "never".Timo Sirainen
2000-09-27/BIND <key> /command works now directly instead of needing theTimo Sirainen
2000-09-27Closing window didn't update window activity list.Timo Sirainen
2000-09-26if printformat() was given a argument ending with ^C it could mess upTimo Sirainen
2000-09-26"NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and ifTimo Sirainen
2000-09-06When pressing line down, the command line wasn't saved to history.Timo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-06Added tab-completion for /BIND's commands.Timo Sirainen
2000-09-06Restoring saved windows (/savewindows) didn't work.Timo Sirainen
2000-09-06/bind <key> command <cmd> - <cmd> doesn't need to start with / anymoreTimo Sirainen
2000-09-04Actions will now show up in window activity with hilight orTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-12Query windows are now restored if they were saved with /SAVEWINDOWS.Timo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-08-11/LOG: Removed the -rotate option, it was pretty useless since addingTimo Sirainen
2000-08-11Autologging fixes: Don't log WHOIS replies by defaultTimo Sirainen
2000-08-11When destroying window, change to different window before destroyingTimo Sirainen
2000-08-04When server is disconnected, change to use some other server in windowsTimo Sirainen
2000-08-01/SAVEWINDOWS - saves the current layout of windows. It's automaticallyTimo Sirainen
2000-07-31updatedTimo Sirainen
2000-07-31Don't allow jumping to last line in history from first lineTimo Sirainen
2000-07-31Actions didn't trigger window activityTimo Sirainen
2000-07-31Added output_format_get_text() function for querying text formats.Timo Sirainen
2000-07-31Theme fixes: /RELOAD reloads them, /SET current_theme changes the defaultTimo Sirainen
2000-07-31Never beep with texts with MSGLEVEL_NOHILIGHT level.Timo Sirainen
2000-07-30Moved the beep settings_add_xxx() calls from irc to core.Timo Sirainen
2000-07-30/SET beep_on_msg handling moved to printtext() where it catches all theTimo Sirainen
2000-07-26/ECHO didn't print to active window if it was empty and status windowTimo Sirainen
2000-07-26Command completion should override others.Timo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Listing keys with /BIND key now checks the keys case-insensitively.Timo Sirainen
2000-07-22Moved /SAVE and /RELOAD to fe-common. Print "config saved" andTimo Sirainen
2000-07-22Ignore case when checking key names.Timo Sirainen
2000-07-22Implemented /WINDOW LAST for changing to last current window.Timo Sirainen
2000-07-22/HELP wasn't working.Timo Sirainen
2000-07-22Autologging: if we're already logging the item somewhere else, make sureTimo Sirainen
2000-07-21/RELOAD still didn't work right.Timo Sirainen