summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-02-02Add ^H and ^? as "backspace" key, so you can use meta-backspace etc.Timo Sirainen
2002-02-02Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL.Timo Sirainen
2002-02-01The "check if nick change was done with our /NICK" didn't work if this wasTimo Sirainen
2002-02-01Removed some backwards compatibility code between CVS versions that brokeTimo Sirainen
2002-02-01Added optional channel parameter to /OP, /DEOP, /VOICE and /DEVOICETimo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-02-01When resizing terminal, width of all split windows weren't always updatedTimo Sirainen
2002-02-01Don't eat unknown keys that aren't combinationsTimo Sirainen
2002-01-31Unknown key bindings don't print the last invalid key anymore to input line.Timo Sirainen
2002-01-30/CONNECT and /SERVER crashed without parametersTimo Sirainen
2002-01-30"/MODE #channel -k" automatically appends the channel key if it wasn'tTimo Sirainen
2002-01-29..and of course I broke IPv4 net_gethostbyname() with it :)Timo Sirainen
2002-01-29OK, looks like I was doing stupid things with IPv6 hostname lookups :) BackTimo Sirainen
2002-01-29net_gethostbyname() fix for ipv6.Timo Sirainen
2002-01-29Forgot to commit utf8 change here.Timo Sirainen
2002-01-29A bit more better utf8 support, still not a good input line.Timo Sirainen
2002-01-29Preliminary support for UTF8 with /SET term_utf8 ON. Input line is stillTimo Sirainen
2002-01-28Whops, crasfix for last "fix". :)Timo Sirainen
2002-01-28Fixed a few minor memleaks. Don't use g_strdup() in lib-popt because it mayTimo Sirainen
2002-01-28Don't change the "wanted nick" when receiving NICK event from server, unlessTimo Sirainen
2002-01-28"Your nick is owned by .." message was checked always with default nick.Timo Sirainen
2002-01-27Scripts using Irssi::printformat() might have crashed irssi, especially ifTimo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-27Comment changesTimo Sirainen
2002-01-26Added -rawlog <file> option to /CONNECT and /SERVER, so you can get theTimo Sirainen
2002-01-25/SERVER ADD -noproxy wasn't saved to configTimo Sirainen
2002-01-24/SERVER ADD: added -noproxy option and -proxy which just removes theTimo Sirainen
2002-01-24Fixed a small memory leak when connected to same network twice.Timo Sirainen
2002-01-23Tab-completion for /SCRIPT UNLOAD crashed irssi soon afterTimo Sirainen
2002-01-23Don't send proxy commands to server if -noproxy option was used.Timo Sirainen
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