Age | Commit message (Expand) | Author |
2001-03-17 | Hilighting updates. /HILIGHT -color, /SET hilight_color and /SET | Timo Sirainen |
2001-03-16 | Irssi now asks if you want to remove unknown settings from configuration | Timo Sirainen |
2001-03-16 | quit_message setting moved from irc to core | Timo Sirainen |
2001-03-15 | server_connect_own_ip_save(): fixed some nasty typos that could have | Timo Sirainen |
2001-03-15 | signal_add_first("setup changed", .. so if some other "setup changed" | Timo Sirainen |
2001-03-15 | * level is now same as ALL | Timo Sirainen |
2001-03-14 | Reconnecting shouldn't lose the address family. | Timo Sirainen |
2001-03-14 | net_listen() works now properly with --enable-ipv6 and a system that doesn't | Timo Sirainen |
2001-03-10 | buggy fix, fixed :) | Timo Sirainen |
2001-03-10 | nick_hash_remove(): GLIB didn't change the hash table key like I thought, so | Timo Sirainen |
2001-03-08 | /CONNECT -ircnet didn't load ircnet specific settings correctly | Timo Sirainen |
2001-03-07 | If one server fails because of DNS error, don't stop reconnecting to | Timo Sirainen |
2001-03-07 | removing second last unique nick didn't work properly | Timo Sirainen |
2001-03-05 | /SERVER: don't set reconnection to TRUE if we're not disconnecting from | Timo Sirainen |
2001-03-04 | added server_change_nick() function for servers.[ch]. Lots of fixes for | Timo Sirainen |
2001-03-04 | fixed minor memory leak | Timo Sirainen |
2001-03-04 | Send "chat protocol deinit" signal when protocol is being | Timo Sirainen |
2001-03-04 | Forced IPv4 connection to host with only IPv6 address should use the | Timo Sirainen |
2001-03-04 | union { .. } addr removed from IPADDR - it hasn't been actually used | Timo Sirainen |
2001-03-04 | save_ips() wasn't working properly.. | Timo Sirainen |
2001-03-04 | Ignores without -time were unignored immediately.. | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-03-03 | fe-common/irc/flood removed. Some autoignore / ignore -time updates. | Timo Sirainen |
2001-03-03 | /CONNECT -ircnet "" - even if someone does this don't make the server | Timo Sirainen |
2001-03-03 | /SET prompt - if target had %c or something in it, it shouldn't be | Timo Sirainen |
2001-03-03 | Make sure there's always at least one column even if there's items | Timo Sirainen |
2001-03-03 | ignore_get_key() moved to fe-common, fixed printing "*" ignore key. | Timo Sirainen |
2001-03-03 | Added strstr_full() and strstr_full_case() | Timo Sirainen |
2001-02-28 | functions returning void shouldn't do return xx | Timo Sirainen |
2001-02-23 | nick_nfind(): gets stuck to endless loop if there's multiple identical | Timo Sirainen |
2001-02-23 | crashfix | Timo Sirainen |
2001-02-23 | We should define AF_INET6, not PF_INET6.. | Timo Sirainen |
2001-02-22 | Autoignore fixes by fuchs (not tested, hope it works ;) | Timo Sirainen |
2001-02-21 | /FOREACH server|channel|query|window <command> | Timo Sirainen |
2001-02-21 | Define AF_INET6 if it isn't already defined | Timo Sirainen |
2001-02-20 | /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in | Timo Sirainen |
2001-02-20 | Errors reading/writing config and theme files are now handled properly | Timo Sirainen |
2001-02-19 | level_get() check wasn't case-insensitive | Timo Sirainen |
2001-02-19 | level_get() prototype was missing. | Timo Sirainen |
2001-02-19 | /RECONNECT ALL - reconnects to all servers in reconnection queue | Timo Sirainen |
2001-02-19 | Highlight colors can now have background color set with fg,bg. Works | Timo Sirainen |
2001-02-19 | Moved autoconnects and command line parameter parsing from irc to core. | Timo Sirainen |
2001-02-19 | /RECONNECT reconnects now to server with identical settings. | Timo Sirainen |
2001-02-19 | Connection updates: moved /SERVER and /CONNECT to core from irc. | Timo Sirainen |
2001-02-19 | If reading host answer from pipe failed, set the error message to | Timo Sirainen |
2001-02-19 | When reading data from socket, read max. 5kB at a time so we won't get | Timo Sirainen |
2001-02-18 | chat_protocol_register() didn't work properly when the chat protocol | Timo Sirainen |
2001-02-18 | Support for multiple identical nicknames. | Timo Sirainen |
2001-02-18 | crashfix | Timo Sirainen |
2001-02-17 | Support for multiple identically named nicks. | Timo Sirainen |