summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-01-15Removed module_data from NICK_REC. It's not used for anything and just takes ...Timo Sirainen
2002-01-14that irix fix broke configure..Timo Sirainen
2002-01-14Don't use -lnsl or -lsocket with irix.Timo Sirainen
2002-01-12Settings names are now case-insensitive.Timo Sirainen
2002-01-12< and > removed from replaces block. added %K code to msgnick so <> wouldTimo 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-04removed (void) definition from libtool test, so it passes with non-ansi C com...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-30s/redirection_register/redirect_register/ in example.Timo Sirainen
2001-12-30"nicklist ..." signals were missing channel parameter.Timo 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-21added $versiontimeTimo 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-20"nick mode changed" signal was missing channel parameterTimo 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-19Changed ircnet's max_query_chans to 5 from 10, so that it wouldn't take forev...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