summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-01-22last commit was only partial :)Timo Sirainen
2002-01-22Never reconnect immediately to server when server is being disconnected -Timo Sirainen
2002-01-22Added /SET proxy_string_after setting which gets sent after NICK/USER, bncTimo Sirainen
2002-01-22distclean -> distclean-generic so it'll be executed before clean-am whichTimo Sirainen
2002-01-22Irssi::command_bind*() allows using hash.Timo Sirainen
2002-01-22removed some unused code.Timo Sirainen
2002-01-21Irssi::signal_add_first() and .._last() allows hashes now.Timo Sirainen
2002-01-21Added Irssi::term_refresh_freeze() and ..thaw()Timo Sirainen
2002-01-21Using signal_add_first() for a few more signals now, so they can be stopped b...Timo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen
2002-01-20Handle PING requests now properly.Timo Sirainen
2002-01-20Fixed a memory leak.Timo Sirainen
2002-01-20We now handle PINGs from client properly.Timo Sirainen
2002-01-20whops, still wasn't fixed :)Timo Sirainen
2002-01-20Every time a /SET was changed, it leaked a signal_add() which would causeTimo Sirainen
2002-01-20Autosaving settings and autoflushing write buffer might have stopped fromTimo Sirainen
2002-01-20Connection tag variable wasn't deinitialized, so when destroying a DCCTimo Sirainen
2002-01-19Added -noproxy option to /CONNECT and /SERVER.Timo Sirainen
2002-01-19Added "dccownquerynick" which /FORMAT own_dcc_query uses.Timo Sirainen
2002-01-19Some MIRC color changes, patch by qrczak@knm.org.plTimo Sirainen
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