summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2001-11-20Added /FORMAT names_prefix to print prefix at the beginning of each /NAMESTimo Sirainen
2001-11-20/SET autocreate_split_windows - If autocreated windows should be splitTimo Sirainen
2001-11-20Added halfop support for nick modes.Timo Sirainen
2001-11-20Previous commit in core/commands.c broke /^cmd (command output hiding).Timo Sirainen
2001-11-19/BIND works a bit better again when parsing the given key.Timo Sirainen
2001-11-19/HILIGHT -actcolor didn't work with -nick (which was default)Timo Sirainen
2001-11-19Actually :) The /SET show_own_nick_change_once is still there, but it's OFFTimo Sirainen
2001-11-19/SET show_own_nickchange_once ON - show own nick changes only in activeTimo Sirainen
2001-11-19Added /EXEC -level option.Timo Sirainen
2001-11-19Actually, we do want to have the space after nick completion.. :) It's muchTimo Sirainen
2001-11-19Don't add space after tab-completed nicks.Timo Sirainen
2001-11-19data_is_empty() didn't check properly for $0-$9 variables and brokeTimo Sirainen
2001-11-18Added new formats for ops/halfops/voices in /NAMES list.Timo Sirainen
2001-11-18Execute ~/.irssi/startup before autoconnecting to servers. This way you canTimo Sirainen
2001-11-18When printing /IGNORE list, if there's no ignores print theTimo Sirainen
2001-11-16added assert to window_item_add().Timo Sirainen
2001-11-15Changed the escaping system - theme_format_expand_data()'sTimo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-14settings_save() now sends "setup saved" signal - patch by peder@ifi.uio.noTimo Sirainen
2001-11-11--version now shows the date version too.Timo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-05/CHANNEL xxx - don't crash if not connected to server.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01server->ischannel(char *) -> server->ischannel(SERVER_REC *, char *). AddedTimo Sirainen
2001-10-29/WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec...Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-22When logs are rotated, automatically create the new directory where to openTimo Sirainen
2001-10-21Don't expand %{ and %} in themes to { and } - they could be treated asTimo Sirainen
2001-10-21/TOPIC <tab> inserts the topic in active channel.Timo Sirainen
2001-10-20When printing server disconnection texts, use the server parameter forTimo Sirainen
2001-10-20/BIND -delete doesn't anymore leave empty {} blocks in configuration file.Timo Sirainen
2001-10-15-ansicolors -mirccolors => -colors in /LOG OPEN syntax, since there's only -c...Timo Sirainen
2001-10-14$winname expando didn't change on "window changed" signal.Timo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-10-02Added MODULE_DATA_UNSET() macro and started using it. Just to make sure weTimo Sirainen
2001-10-01/SET translation was broken - fixed by lam@e-gate.pl.Timo Sirainen
2001-09-22/SET translation now says if there were any errorsTimo Sirainen
2001-09-21bind_key format updated. Doesn't truncate the key now.Timo Sirainen
2001-09-20PARAMS -> ARGS fix again..Timo Sirainen
2001-09-20special vars: added PARSE_FLAG_ONLY_PARAMS. Theme loading now uses it soTimo Sirainen
2001-09-18"Unknown chat network" error now tells to create it with /IRCNET ADDTimo Sirainen
2001-09-17Print the log's expanded file name when complaining about not being able toTimo Sirainen
2001-09-11/BIND ^W-1 was treated as ^W + '-' + '1', not as ^W + '1'..Timo Sirainen
2001-09-11escape_target() didn't escape / chars properly, it just crashed irssi..Timo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-09-11autolog: target name is now always lowercased with irc protocol.Timo Sirainen
2001-09-08/WINDOW ITEM MOVE didn't work properly if there was space after parameterTimo Sirainen
2001-08-31Print the server tag in "query started" messages with query->server_tag, notTimo Sirainen
2001-08-28Check that word isn't empty instead of just assuming it isn't. This oneTimo Sirainen