summaryrefslogtreecommitdiff
path: root/src/fe-common
AgeCommit message (Expand)Author
2000-08-01/SAVEWINDOWS - saves the current layout of windows. It's automaticallyTimo Sirainen
2000-08-01/wjoin and /wquery commands stopped the "channel created" andTimo Sirainen
2000-07-31updatedTimo Sirainen
2000-07-31Moved lastmsgs variables from irc-server and channel structures toTimo 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 names_nick format.Timo 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-30Bugfixes for non-irc server handling.Timo 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-24/BAN #channel now shows bans and ban exceptions in specified channelTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23Implemented /IGNORE -time <seconds>, patch by fuchs.Timo Sirainen
2000-07-23Printing netsplit nicks printed one too less nicks (netsplit_max_nicks-1)Timo Sirainen
2000-07-23Don't print nick changes and quit messages from same nick more than onceTimo Sirainen
2000-07-23/NOTIFY -idle fixes.Timo Sirainen
2000-07-23SET print_active_channel - if you have multiple channels in same window,Timo 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-22another ircnet == NULL fixTimo Sirainen
2000-07-22Don't crash at startup if IRC network wasn't specified for some server.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
2000-07-21You can now change the texts /FORMAT prints itself.Timo Sirainen
2000-07-21/SET completion_disable_auto -> completion_autoTimo Sirainen
2000-07-20WHOIS bugfix: Don't display the signon time if it isn't known..Timo Sirainen
2000-07-19Removed notices from default highlight levelTimo Sirainen
2000-07-19"/notify -list " (happened easily when using tab completion) didn't workTimo Sirainen
2000-07-18When using status window and query windows, /whois to some queried nickTimo Sirainen
2000-07-18/NOTIFY -list displays now "-idle" before the actual idle time..Timo Sirainen
2000-07-18Tab-msgcompletion didn't work right after you had used /msg -ircnet nickTimo Sirainen
2000-07-17Autocompletion is disabled by defaultTimo Sirainen
2000-07-16reuse_unused_windows is always ON when autoclose_windows is OFF.Timo Sirainen
2000-07-16/RELOAD broke keyboard bindingsTimo Sirainen
2000-07-16Use status window by default.Timo Sirainen
2000-07-15Don't print the -!- DCCMSGS level.Timo Sirainen
2000-07-15-list option to /NOTIFY wasn't specified in command options.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-11/IGNORE didn't show if it had -replies flagTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09MODE checking didn't work right..Timo Sirainen