summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2001-06-10Getting optional channel parameter was buggy - it used already free'd memoryTimo Sirainen
2001-06-08Try to keep the number after server tag always the same when there'sTimo Sirainen
2001-06-04/LOAD: when using '.' character in module name irssi printed glib errorTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-05-21get_max_column_count() didn't return correct value in save_column_widthsTimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17some comment changes, moved nearest_power() to misc.hTimo Sirainen
2001-05-11cmd_get_params() crashed in some conditionsTimo Sirainen
2001-05-11CHANNEL_REC->get_join_data() - Returns the information needed to callTimo Sirainen
2001-05-11Moved PARAM_FLAG_OPTCHAN handling to core. Removed support for adding ownTimo Sirainen
2001-04-20added $sysarchTimo Sirainen
2001-03-28module_get_name() should be inside #ifdef HAVE_GMODULETimo Sirainen
2001-03-24ignore_check(): don't crash if nick is NULL - shouldn't really ever happen?Timo Sirainen
2001-03-20added /SET proxy_passwordTimo Sirainen
2001-03-18moved stuff from net-internal.h to network.h. HPUX needed one of theTimo Sirainen
2001-03-17%F = blinking on/off. several fixes to make blinking work better. someTimo Sirainen
2001-03-17Hilighting updates. /HILIGHT -color, /SET hilight_color and /SETTimo Sirainen
2001-03-16Irssi now asks if you want to remove unknown settings from configurationTimo Sirainen
2001-03-16quit_message setting moved from irc to coreTimo Sirainen
2001-03-15server_connect_own_ip_save(): fixed some nasty typos that could haveTimo Sirainen
2001-03-15signal_add_first("setup changed", .. so if some other "setup changed"Timo Sirainen
2001-03-15* level is now same as ALLTimo Sirainen
2001-03-14Reconnecting shouldn't lose the address family.Timo Sirainen
2001-03-14net_listen() works now properly with --enable-ipv6 and a system that doesn'tTimo Sirainen
2001-03-10buggy fix, fixed :)Timo Sirainen
2001-03-10nick_hash_remove(): GLIB didn't change the hash table key like I thought, soTimo Sirainen
2001-03-08/CONNECT -ircnet didn't load ircnet specific settings correctlyTimo Sirainen
2001-03-07If one server fails because of DNS error, don't stop reconnecting toTimo Sirainen
2001-03-07removing second last unique nick didn't work properlyTimo Sirainen
2001-03-05/SERVER: don't set reconnection to TRUE if we're not disconnecting fromTimo Sirainen
2001-03-04added server_change_nick() function for servers.[ch]. Lots of fixes forTimo Sirainen
2001-03-04fixed minor memory leakTimo Sirainen
2001-03-04Send "chat protocol deinit" signal when protocol is beingTimo Sirainen
2001-03-04Forced IPv4 connection to host with only IPv6 address should use theTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04save_ips() wasn't working properly..Timo Sirainen
2001-03-04Ignores without -time were unignored immediately..Timo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-03-03fe-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 serverTimo Sirainen
2001-03-03/SET prompt - if target had %c or something in it, it shouldn't beTimo Sirainen
2001-03-03Make sure there's always at least one column even if there's itemsTimo Sirainen
2001-03-03ignore_get_key() moved to fe-common, fixed printing "*" ignore key.Timo Sirainen
2001-03-03Added strstr_full() and strstr_full_case()Timo Sirainen
2001-02-28functions returning void shouldn't do return xxTimo Sirainen
2001-02-23nick_nfind(): gets stuck to endless loop if there's multiple identicalTimo Sirainen
2001-02-23crashfixTimo Sirainen
2001-02-23We should define AF_INET6, not PF_INET6..Timo Sirainen
2001-02-22Autoignore fixes by fuchs (not tested, hope it works ;)Timo Sirainen
2001-02-21/FOREACH server|channel|query|window <command>Timo Sirainen