Age | Commit message (Expand) | Author |
2002-01-29 | ..and of course I broke IPv4 net_gethostbyname() with it :) | Timo Sirainen |
2002-01-29 | OK, looks like I was doing stupid things with IPv6 hostname lookups :) Back | Timo Sirainen |
2002-01-29 | net_gethostbyname() fix for ipv6. | Timo Sirainen |
2002-01-29 | Forgot to commit utf8 change here. | Timo Sirainen |
2002-01-29 | A bit more better utf8 support, still not a good input line. | Timo Sirainen |
2002-01-29 | Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still | Timo Sirainen |
2002-01-28 | Whops, crasfix for last "fix". :) | Timo Sirainen |
2002-01-28 | Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it may | Timo Sirainen |
2002-01-28 | Don't change the "wanted nick" when receiving NICK event from server, unless | Timo Sirainen |
2002-01-28 | "Your nick is owned by .." message was checked always with default nick. | Timo Sirainen |
2002-01-27 | Scripts using Irssi::printformat() might have crashed irssi, especially if | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-27 | Comment changes | Timo Sirainen |
2002-01-26 | Added -rawlog <file> option to /CONNECT and /SERVER, so you can get the | Timo Sirainen |
2002-01-25 | /SERVER ADD -noproxy wasn't saved to config | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-24 | Fixed a small memory leak when connected to same network twice. | Timo Sirainen |
2002-01-23 | Tab-completion for /SCRIPT UNLOAD crashed irssi soon after | Timo Sirainen |
2002-01-23 | Don't send proxy commands to server if -noproxy option was used. | Timo Sirainen |
2002-01-22 | last commit was only partial :) | Timo Sirainen |
2002-01-22 | Never reconnect immediately to server when server is being disconnected - | Timo Sirainen |
2002-01-22 | Added /SET proxy_string_after setting which gets sent after NICK/USER, bnc | Timo Sirainen |
2002-01-22 | distclean -> distclean-generic so it'll be executed before clean-am which | Timo Sirainen |
2002-01-22 | Irssi::command_bind*() allows using hash. | Timo Sirainen |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-21 | Irssi::signal_add_first() and .._last() allows hashes now. | Timo Sirainen |
2002-01-21 | Added Irssi::term_refresh_freeze() and ..thaw() | Timo Sirainen |
2002-01-21 | Using signal_add_first() for a few more signals now, so they can be stopped b... | Timo Sirainen |
2002-01-20 | Added -before and -after options to /LASTLOG. You can also use | Timo Sirainen |
2002-01-20 | Handle PING requests now properly. | Timo Sirainen |
2002-01-20 | Fixed a memory leak. | Timo Sirainen |
2002-01-20 | We now handle PINGs from client properly. | Timo Sirainen |
2002-01-20 | whops, still wasn't fixed :) | Timo Sirainen |
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 |