summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-11-30cmd_options_get_server() : allow NULL cmd argumentTimo Sirainen
2000-11-30stristr() and stristr_full() didn't work correctly with empty needleTimo Sirainen
2000-11-29file_checksum() shouldn't crash if it can't open the file.Timo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26some updates for checking when to not autosave config.Timo Sirainen
2000-11-26Added modify counter which is increased every time something is changedTimo Sirainen
2000-11-26Added some magic to /SERVER - if there's no server to disconnect fromTimo Sirainen
2000-11-25mkpath() crashed with paths that didn't start with /Timo Sirainen
2000-11-25Time formats didn't work in directory name of autologs.Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-11-11Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses.Timo Sirainen
2000-11-08level_get() didn't check ambiguous commands correctly - dcc always failedTimo Sirainen
2000-11-07minor speed enhanceTimo Sirainen
2000-11-07minor cleanupsTimo Sirainen
2000-11-07Updated stristr() and stristr_full() to be a bit faster.Timo Sirainen
2000-11-07Regexp ignores are now compiled when they're created, not every timeTimo Sirainen
2000-11-02small "fix"Timo Sirainen
2000-10-28Some fixes.Timo Sirainen
2000-10-28/SET log_theme - you can now write to log files with different themeTimo Sirainen
2000-10-27signal_stop(); signal_emit("same signal", ...); didn't work. other wayTimo Sirainen
2000-10-26Win32 updatesTimo Sirainen
2000-10-26Some fixes for compiling with Win32 :)Timo Sirainen
2000-10-18Log items weren't read correctly from configTimo Sirainen
2000-10-17Logging fixes. Autologging with same named channels in differentTimo Sirainen
2000-10-15Irssi won't automatically overwrite configuration files if they'reTimo Sirainen
2000-10-14Moved nick/msg/channel completion to core with some cleanups.Timo Sirainen
2000-10-14match_nick_flags() didn't check that the nick actually began with a flag.Timo Sirainen
2000-10-14[irc_]channels_setup_[de]init() calls were in wrong places.Timo Sirainen
2000-10-14Autorejoin when join temporarily fails because of netsplit is handledTimo Sirainen
2000-10-13Complain only once with autologging if opening some log file failedTimo Sirainen
2000-10-13match_wildcards() failed if there was * at the end of the mask butTimo Sirainen
2000-10-11Ignore was moved to core.Timo Sirainen
2000-10-09Moved ignore to core.Timo Sirainen
2000-10-01Keyboard should never get stuck again when receiving huge amounts ofTimo Sirainen
2000-10-01Chat protocol updates.Timo Sirainen
2000-09-30forgot to add thisTimo Sirainen
2000-09-30multiprotocol updates. SILC prints channel and private messages nowTimo Sirainen
2000-09-29minor updatesTimo Sirainen
2000-09-27Moved /DISCONNECT to core, other multiprotocol fixes.Timo Sirainen
2000-09-27module deinit fixesTimo Sirainen
2000-09-27net_gethostbyaddr() fixed.Timo Sirainen
2000-09-27modules are deinitialized at quit.Timo Sirainen
2000-09-27/SERVER irc.server.org 1234 now connects to port 1234 always even ifTimo Sirainen
2000-09-26"NONE" works now with combine_levels(). /WINDOW LEVEL NONE works and ifTimo Sirainen