Age | Commit message (Expand) | Author |
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 |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-02-17 | log_write_rec(): added level parameter. writing /LASTLOG to log files | Timo Sirainen |
2001-02-17 | /LOAD module tries to load "module_core" instead. If it wasn't found, | Timo Sirainen |
2001-02-17 | ig_module_build_path() prototype was missing.. | Timo Sirainen |
2001-02-17 | added g_module_build_path() | Timo Sirainen |
2001-02-16 | If log file locking fails, check that it failed because file was | Timo Sirainen |
2001-02-10 | Write buffer - logs and rawlogs write to files through this. By default | Timo Sirainen |
2001-02-10 | /SET names_max_columns, /SET names_max_width: Limit width of /NAMES list. | Timo Sirainen |
2001-02-09 | /CONNECT, /SERVER: added -4 and -6 options for specifying if we should | Timo Sirainen |
2001-02-07 | /LOAD ./path/module - loads module from path relative to current | Timo Sirainen |
2001-02-06 | check_ignore() didn't check correctly if everything in specified level | Timo Sirainen |
2001-02-02 | Nicklist updates so that protocol specific xxx_NICK_REC can be used | Timo Sirainen |
2001-02-02 | get_max_column_count(), columns_sort_list(): fixed to work properly | Timo Sirainen |