Age | Commit message (Expand) | Author |
2002-02-03 | make sure redirect_continue is set to NULL if it contains the redirection | Timo Sirainen |
2002-02-03 | target_type for "/MSG *" wasn't set properly. | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-03 | Added missing #include | Timo Sirainen |
2002-02-03 | A bit more safer now to use /EVAL with a command that disconnects from | Timo Sirainen |
2002-02-03 | Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn't | Timo Sirainen |
2002-02-02 | s/query_trace_nick_changes/query_track_nick_changes/ :) | Timo Sirainen |
2002-02-02 | Added /SET query_trace_nick_changes, which tells if irssi should track nick | Timo Sirainen |
2002-02-02 | Ignoring SIGTRAP signal which is sent at /UPGRADE time. | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-02 | Also, if alternate_nick is "", don't go set it to connection record.. | Timo Sirainen |
2002-02-02 | /SET alternate_nick should default to "", not NULL which would cause | Timo Sirainen |
2002-02-02 | Ignore /SET dcc_autoresume if /SET dcc_autoget is OFF. | Timo Sirainen |
2002-02-02 | Add ^H and ^? as "backspace" key, so you can use meta-backspace etc. | Timo Sirainen |
2002-02-02 | Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL. | Timo Sirainen |
2002-02-01 | The "check if nick change was done with our /NICK" didn't work if this was | Timo Sirainen |
2002-02-01 | Removed some backwards compatibility code between CVS versions that broke | Timo Sirainen |
2002-02-01 | Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICE | Timo Sirainen |
2002-02-01 | added some pointer casting to get rid of warnings with some compilers. | Timo Sirainen |
2002-02-01 | When resizing terminal, width of all split windows weren't always updated | Timo Sirainen |
2002-02-01 | Don't eat unknown keys that aren't combinations | Timo Sirainen |
2002-01-31 | Unknown key bindings don't print the last invalid key anymore to input line. | Timo Sirainen |
2002-01-30 | /CONNECT and /SERVER crashed without parameters | Timo Sirainen |
2002-01-30 | "/MODE #channel -k" automatically appends the channel key if it wasn't | Timo Sirainen |
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 |