summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2001-02-10Changed window->waiting_channels ("servertag name" format) toTimo Sirainen
2001-02-10/SET hilight_act_color - default color to use for highlighting inTimo Sirainen
2001-02-10/SAVEWINDOWS saves now split windowsTimo Sirainen
2001-02-10Write buffer - logs and rawlogs write to files through this. By defaultTimo Sirainen
2001-02-10added descriptions for left_window and right_windowTimo Sirainen
2001-02-10/SET names_max_columns, /SET names_max_width: Limit width of /NAMES list.Timo Sirainen
2001-02-10/WINDOW STICK [ON|OFF|<ref#>] - stick window to specified main window.Timo Sirainen
2001-02-10sticky_refnum is now saved and restoredTimo Sirainen
2001-02-10/WINDOW SERVER: added -sticky and -unsticky options. If window serverTimo Sirainen
2001-02-10window_item_set_active(): window->active_server was set wrong if thereTimo Sirainen
2001-02-10DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins shouldTimo Sirainen
2001-02-09DCC chat nicks are in /MSG completion list now if chat isn't in query.Timo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-02-08#include "irc-channels.h"Timo Sirainen
2001-02-08/SET opermode - set this mode when you get ircop status.Timo Sirainen
2001-02-07/LOAD ./path/module - loads module from path relative to currentTimo Sirainen
2001-02-06/ACTION didn't print the target when there was no query/channel whereTimo Sirainen
2001-02-06Don't autolog CTCPs by default (so CTCP floods don't create lots ofTimo Sirainen
2001-02-06check_ignore() didn't check correctly if everything in specified levelTimo Sirainen
2001-02-06'=' isn't really necessary, warn if it's missing but don't fail withoutTimo Sirainen
2001-02-05make deinitialization between screen_refresh_freeze() andTimo Sirainen
2001-02-03added fe-channels.hTimo Sirainen
2001-02-03Added gui_printtext() function for printing text in printtext() formatTimo Sirainen