summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2001-12-15Still more version changes .. Irssi::version() now returns the version inTimo Sirainen
2001-12-15Print IRSSI_VERSION_TIME in /VERSION too.Timo Sirainen
2001-12-15irssi --version now prints the IRSSI_VERSION_TIME as wellTimo Sirainen
2001-12-15Added $versiontime and Irssi::version_time()Timo Sirainen
2001-12-15Irssi::ignores() wasn't working, it looked at the server list..Timo Sirainen
2001-12-15IRSSI_VERSION_DATE is now a number, so you can do #iffing with itTimo Sirainen
2001-12-15Better support for actions and CTCPs.Timo Sirainen
2001-12-14net_listen(): when socket() failed because we tried to use IPv6, we shouldTimo Sirainen
2001-12-14warning fixedTimo Sirainen
2001-12-14Redirections were broken if server_redirect_event() didn't list the stopTimo Sirainen
2001-12-14perl_timeout_add() didn't add the script pointer to the source record, soTimo Sirainen
2001-12-14Fixed some asserts.Timo Sirainen
2001-12-14Added reference counting to server record. At least now we don't accidentallyTimo Sirainen
2001-12-14bugfix for previous fix :)Timo Sirainen