Age | Commit message (Expand) | Author |
2002-01-20 | Every time a /SET was changed, it leaked a signal_add() which would cause | Timo Sirainen |
2002-01-20 | Autosaving settings and autoflushing write buffer might have stopped from | Timo Sirainen |
2002-01-20 | Connection tag variable wasn't deinitialized, so when destroying a DCC | Timo Sirainen |
2002-01-19 | Added -noproxy option to /CONNECT and /SERVER. | Timo Sirainen |
2002-01-19 | Added "dccownquerynick" which /FORMAT own_dcc_query uses. | Timo Sirainen |
2002-01-19 | Some MIRC color changes, patch by qrczak@knm.org.pl | Timo Sirainen |
2002-01-18 | /SAVE -formats saves all the /formats to theme file. | Timo Sirainen |
2002-01-17 | When creating a file for DCC download, make sure we won't run into any race | Timo Sirainen |
2002-01-15 | Removed module_data from NICK_REC. It's not used for anything and just takes ... | Timo Sirainen |
2002-01-12 | Settings names are now case-insensitive. | Timo Sirainen |
2002-01-12 | Add commas between splitted nicks. patch by Qrczak | Timo Sirainen |
2002-01-12 | Don't try to set alternate_nick to any default value, it's not very useful | Timo Sirainen |
2002-01-12 | Using "server1 <-> server2, server3" format for netsplit messages now. | Timo Sirainen |
2002-01-11 | dcc chat actions didn't work properly | Timo Sirainen |
2002-01-11 | Whops, didn't actually fix the connection_lost :) | Timo Sirainen |
2002-01-11 | When commands were being parsed, the currectly active server should have been... | Timo Sirainen |
2002-01-10 | swapped dark/bright reds. | Timo Sirainen |
2002-01-10 | Purge the commands in queue for channel if you get kicked from there. | Timo Sirainen |
2002-01-10 | Changed again behaviour of resetting user modes when reconnecting to server, | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2002-01-10 | g_strdup() the error message before emitting "script error" signal, since | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2002-01-09 | small bugfix, mirc color flag was set on unless both /set hide_mirc_colors | Timo Sirainen |
2002-01-09 | irc_send_cmd() now doesn't call server_disconnect(), but rather just mark | Timo Sirainen |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |
2002-01-08 | Changed level HILIGHT -> HILIGHTS. | Timo Sirainen |
2002-01-04 | the same #ifdef { parsing problem.. | Timo Sirainen |
2002-01-04 | moved the two { chars inside #ifdef #else #endif to one { outside it, so it w... | Timo Sirainen |
2002-01-04 | Use static arrays, so it works with non-ansi C compilers. | Timo Sirainen |
2002-01-03 | command_bind_first() and command_bind_last() didn't work properly. | Timo Sirainen |
2002-01-03 | Irssi::signal_emit() - make sure the parameter is a reference before trying | Timo Sirainen |
2002-01-02 | server_disconnect() should do nothing if you call it twice, especially it | Timo Sirainen |
2001-12-31 | Accidentally had committed a debug thing. | Timo Sirainen |
2001-12-31 | Abort joins on 442-numeric that dalnet sends when you can't join to channel | Timo Sirainen |
2001-12-27 | Irssi::version() should return the time always with 4 digits, padded with | Timo Sirainen |
2001-12-27 | argh, typofix :) | Timo Sirainen |
2001-12-27 | Added an extra check to make sure nothing bad happens.. | Timo Sirainen |
2001-12-27 | Server parameter is sent now too with /WHO, though the format itself wasn't c... | Timo Sirainen |
2001-12-27 | Don't add command to history if it's already in there as last entry. patch by... | Timo Sirainen |
2001-12-22 | Check 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 refnum | Timo Sirainen |
2001-12-20 | Some crashfixes with command history. | Timo Sirainen |
2001-12-20 | Added command history groups, set them with /WINDOW HISTORY. Patch by peder@i... | Timo Sirainen |
2001-12-20 | And the final #include :) | Timo Sirainen |
2001-12-20 | Still some #include "servers.h"s .. | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-19 | Never allow adding CR or LF characters to input line, they could mess up ever... | Timo Sirainen |
2001-12-19 | Hidden entry texts shouldn't have gone to command history.. | Timo Sirainen |
2001-12-17 | Since I accidentally already committed some of the detach-code, here's the | Timo Sirainen |
2001-12-17 | if window-specific history is off, the command that closed the window should | Timo Sirainen |