summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2000-09-26backwards compatibility for s/ircnet/chanet/ change.Timo Sirainen
2000-09-06/SET default_nick -> /SET nickTimo Sirainen
2000-09-06line_split() : use g_memmove() instead of memcpy() .. hm. how couldTimo Sirainen
2000-09-06/set autocreate_query -> /set autocreate_query_levelTimo Sirainen
2000-09-02bugfixTimo Sirainen
2000-09-02Updates.Timo Sirainen
2000-09-01Added chat protocol register. Changed all chat_type fields to use it.Timo Sirainen
2000-08-30Object type checking fixesTimo Sirainen
2000-08-27updatesTimo Sirainen
2000-08-26Lots of moving stuff around - hopefully I didn't break too much :)Timo Sirainen
2000-08-25log_day_change was never printed in logs.Timo Sirainen
2000-08-20Channel mode handling changed - there's no more mode_xxx fields inTimo Sirainen
2000-08-16/LAST - didn't work right.Timo Sirainen
2000-08-15/MSG -servertag crashed irssi.Timo Sirainen
2000-08-15Some changes handling g_input_add() - maybe this helps to problemsTimo Sirainen
2000-08-12mkpath() - behaves like mkdir -p. Autologging now uses it to createTimo Sirainen
2000-08-12WJOIN -> /JOIN -windowTimo Sirainen