summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-02-21Define AF_INET6 if it isn't already definedTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-20DCC updatesTimo Sirainen
2001-02-20Errors reading/writing config and theme files are now handled properlyTimo Sirainen
2001-02-20Reload theme after /SET theme if it was modified.Timo Sirainen
2001-02-20my_perl fixTimo Sirainen
2001-02-20multi identical nick fixesTimo Sirainen
2001-02-19Instead of directly calling beep(), send "beep" signal which defaultTimo Sirainen
2001-02-19/SERVER: if there's no servers, print "Not connected to any servers"Timo Sirainen
2001-02-19level_get() check wasn't case-insensitiveTimo Sirainen
2001-02-19/TOGGLE without parameters now complains not having enough parameters..Timo Sirainen
2001-02-19updatedTimo Sirainen
2001-02-19/LASTLOG syntax updatedTimo Sirainen
2001-02-19Moved /LASTLOG handling to lastlog.c. Added options -file <filename>Timo Sirainen
2001-02-19level_get() prototype was missing.Timo Sirainen
2001-02-19/RECONNECT ALL - reconnects to all servers in reconnection queueTimo Sirainen
2001-02-19Moved /HELP to fe-help.cTimo Sirainen
2001-02-19/NETSPLIT prints nicks now sorted and prints @ or + before channel ifTimo Sirainen
2001-02-19Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is nowTimo Sirainen
2001-02-19Highlight colors can now have background color set with fg,bg. WorksTimo Sirainen
2001-02-19Moved autoconnects and command line parameter parsing from irc to core.Timo Sirainen
2001-02-19/RECONNECT reconnects now to server with identical settings.Timo Sirainen
2001-02-19window_bind_remove_unsticky(): crashfixTimo Sirainen
2001-02-19Connection updates: moved /SERVER and /CONNECT to core from irc.Timo Sirainen
2001-02-19If reading host answer from pipe failed, set the error message toTimo Sirainen
2001-02-19When reading data from socket, read max. 5kB at a time so we won't getTimo Sirainen
2001-02-18chat_protocol_register() didn't work properly when the chat protocolTimo Sirainen
2001-02-18Support for multiple identical nicknames.Timo Sirainen
2001-02-18updates for latest changesTimo Sirainen
2001-02-18crashfixTimo Sirainen
2001-02-17Support for multiple identically named nicks.Timo Sirainen
2001-02-17Config file: ircnets -> chatnets, added type = "chat protocol" toTimo Sirainen
2001-02-17Irssi::command_bind(): Don't run the command twice. Log updated forTimo Sirainen
2001-02-17log_write_rec(): added level parameter. writing /LASTLOG to log filesTimo Sirainen
2001-02-17Moved fe stuff from perl-common to perl-fe.Timo Sirainen
2001-02-17more static perl fixesTimo Sirainen
2001-02-17/LOAD module tries to load "module_core" instead. If it wasn't found,Timo Sirainen
2001-02-17ig_module_build_path() prototype was missing..Timo Sirainen
2001-02-17added g_module_build_path()Timo Sirainen
2001-02-16added fe-dcc.hTimo Sirainen
2001-02-16If log file locking fails, check that it failed because file wasTimo Sirainen
2001-02-16added fe-exec.hTimo Sirainen
2001-02-15Perl 5.6 wants PREFIX=xx, not LIB=xx when default isn't usedTimo Sirainen
2001-02-14#include "perl-common.h" to define my_perlTimo Sirainen
2001-02-14irssi_perl_interp -> my_perl and made it non-static. should help compilingTimo Sirainen
2001-02-13Added PROCESS_REC to fe-exec.h and perl support for it. "exec new" andTimo Sirainen
2001-02-12Updates so that DCC stuff compiles again. Still missing DCC chat/get/sendTimo Sirainen
2001-02-11Removed SYNTAX: LOG LIST - the commands is /LOGTimo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-02-10/EXEC -interactive: Creates a query-like window item. Text written toTimo Sirainen