summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2000-08-11/LOG: Removed the -rotate option, it was pretty useless since addingTimo Sirainen
2000-08-11Autologging fixes: Don't log WHOIS replies by defaultTimo Sirainen
2000-07-31FixesTimo Sirainen
2000-07-30Moved some IRC specific server stuff to generic server stuff.Timo Sirainen
2000-07-30Bugfixes for non-irc server handling.Timo Sirainen
2000-07-29send() - ignore EPIPE return value and just return "0 bytes sent". The brokenTimo Sirainen
2000-07-23Added syntaxes of all commands in comments, they're going to be used toTimo Sirainen
2000-07-23net_sendbuffer_send(): use const void *data instead of void *dataTimo Sirainen
2000-07-23Added handle != -1 check to net_sendbuffer_create()Timo Sirainen
2000-07-23Don't allow recursive aliases.Timo Sirainen
2000-07-23/SET settings_autosave - If set ON, settings are automatically savedTimo Sirainen
2000-07-23is_numeric() returns now FALSE if it was given empty string.Timo Sirainen