summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-01-18/SAVE -formats saves all the /formats to theme file.Timo Sirainen
2002-01-17When creating a file for DCC download, make sure we won't run into any raceTimo Sirainen
2002-01-15Removed module_data from NICK_REC. It's not used for anything and just takes ...Timo Sirainen
2002-01-12Settings names are now case-insensitive.Timo Sirainen
2002-01-12Add commas between splitted nicks. patch by QrczakTimo Sirainen
2002-01-12Don't try to set alternate_nick to any default value, it's not very usefulTimo Sirainen
2002-01-12Using "server1 <-> server2, server3" format for netsplit messages now.Timo Sirainen
2002-01-11dcc chat actions didn't work properlyTimo Sirainen
2002-01-11Whops, didn't actually fix the connection_lost :)Timo Sirainen
2002-01-11When commands were being parsed, the currectly active server should have been...Timo Sirainen
2002-01-10swapped dark/bright reds.Timo Sirainen
2002-01-10Purge the commands in queue for channel if you get kicked from there.Timo Sirainen
2002-01-10Changed again behaviour of resetting user modes when reconnecting to server,Timo Sirainen
2002-01-10Actions are now sent in "ctcp action" signal which is never ignored. "ctcpTimo Sirainen
2002-01-10g_strdup() the error message before emitting "script error" signal, sinceTimo Sirainen
2002-01-10When /SET expand_escapes was ON, \012 and \015 should be treated as newlinesTimo Sirainen
2002-01-09small bugfix, mirc color flag was set on unless both /set hide_mirc_colorsTimo Sirainen
2002-01-09irc_send_cmd() now doesn't call server_disconnect(), but rather just markTimo Sirainen
2002-01-09Added "message dcc xxx" signals for printing DCC messages.Timo Sirainen
2002-01-08Changed level HILIGHT -> HILIGHTS.Timo Sirainen
2002-01-04the same #ifdef { parsing problem..Timo Sirainen
2002-01-04moved the two { chars inside #ifdef #else #endif to one { outside it, so it w...Timo Sirainen
2002-01-04Use static arrays, so it works with non-ansi C compilers.Timo Sirainen
2002-01-03command_bind_first() and command_bind_last() didn't work properly.Timo Sirainen
2002-01-03Irssi::signal_emit() - make sure the parameter is a reference before tryingTimo Sirainen
2002-01-02server_disconnect() should do nothing if you call it twice, especially itTimo Sirainen
2001-12-31Accidentally had committed a debug thing.Timo Sirainen
2001-12-31Abort joins on 442-numeric that dalnet sends when you can't join to channelTimo Sirainen
2001-12-27Irssi::version() should return the time always with 4 digits, padded withTimo Sirainen
2001-12-27argh, typofix :)Timo Sirainen
2001-12-27Added an extra check to make sure nothing bad happens..Timo Sirainen
2001-12-27Server parameter is sent now too with /WHO, though the format itself wasn't c...Timo Sirainen
2001-12-27Don't add command to history if it's already in there as last entry. patch by...Timo Sirainen
2001-12-22Check that the nick doesn't get added twice to nicklist, seems to happen some...Timo Sirainen
2001-12-21/LOG OPEN -window accepts now -targets too to specify the refnumTimo Sirainen
2001-12-20Some crashfixes with command history.Timo Sirainen
2001-12-20Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i...Timo Sirainen
2001-12-20And the final #include :)Timo Sirainen
2001-12-20Still some #include "servers.h"s ..Timo Sirainen
2001-12-20Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....Timo Sirainen
2001-12-19Never allow adding CR or LF characters to input line, they could mess up ever...Timo Sirainen
2001-12-19Hidden entry texts shouldn't have gone to command history..Timo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-17if window-specific history is off, the command that closed the window shouldTimo Sirainen
2001-12-17mode +d is now also treated as having argument (hybrid 7 / dancer realname ban)Timo Sirainen
2001-12-17irssi-dummy was still in MakefileTimo Sirainen
2001-12-17Separate irssi-dummy binary was a bit stupid idea, now it can be started with...Timo Sirainen
2001-12-17Added irssi-dummy binary which works like ircii's dummy mode.Timo Sirainen
2001-12-16/VERSION printed time wrong, hopefully the last version fix..Timo Sirainen
2001-12-16Leading zeros didn't work well in IRSSI_VERSION_TIME.Timo Sirainen