summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-16/VERSION printed time wrong, hopefully the last version fix..Timo Sirainen
2001-12-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen
2001-12-15Print IRSSI_VERSION_TIME in /VERSION too.Timo Sirainen
2001-12-15irssi --version now prints the IRSSI_VERSION_TIME as wellTimo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-12-14warning fixedTimo Sirainen
2001-12-09Better support for halfops, patch by yathen@web.deTimo Sirainen
2001-12-08/IGNORE list: Show the -pattern and also show if the regexp is invalid.Timo Sirainen
2001-12-07/SET hide_mirc_colors - patch by paul@raade.orgTimo Sirainen
2001-12-06$winref and $winname shouldn't crash if there's no active window.Timo Sirainen
2001-12-04Don't match nicks in -nick hilights.Timo Sirainen
2001-12-03Added processes to be extern instead of static. Also added Irssi::processes()Timo Sirainen
2001-11-29irssi --help printed --password=SERVER option, changed toTimo Sirainen
2001-11-28/QUERY without a parameter but with options (eg. /alias query query -window)Timo Sirainen
2001-11-28/EXEC -interactive was broken.Timo Sirainen
2001-11-27default level for /EXEC should be CLIENTCRAP, not CLIENTNOTICE.Timo Sirainen
2001-11-25window_get_theme() now checks that window isn't NULL, so we don't crash ifTimo Sirainen
2001-11-25/FORMAT timestamp and /FORMAT day_changed use now strftime()-styleTimo Sirainen
2001-11-25Added printtext_string_window(), Irssi::UI::Window::print() uses it alsoTimo Sirainen
2001-11-25/WINDOW NAME now complains if you try to change the window's name toTimo Sirainen
2001-11-20using signal_add() instead of signal_add_first() again. the ..first() wasn'tTimo Sirainen
2001-11-20data_is_empty() might have crashed when it was called at the startup whenTimo Sirainen
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