summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2002-03-23$topic shouldn't crash if query doesn't have a valid address set yet.Timo Sirainen
2002-03-22Add server tag as well to topicbar with queriesTimo Sirainen
2002-03-14Don't crash if there's no prefixes (botti doesn't) when loading module.Timo Sirainen
2002-03-13Set ownnick to channel->NULL when the nick record is destroyed. Should fixTimo Sirainen
2002-03-13When IPv4 or v6 wasn't forced, irssi picked improperly IPv4 even if thereTimo Sirainen
2002-03-11New queries should begin with last_unread_msg timestamp set to now. ThisTimo Sirainen
2002-03-10If -4 or -6 option is used with /SERVER, force the correct protocol match.Timo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-03-10Don't send -autosendcmd after /UPGRADE.Timo Sirainen
2002-03-10/SET autoclose_query - now only last received private message affects whenTimo Sirainen
2002-02-20/UPGRADE saves now topic_time and topic_by.Timo Sirainen
2002-02-18if gethostbyname() failed, the return value was returned incorrectlyTimo Sirainen
2002-02-17still one isxdigit() -> i_isxdigit()Timo Sirainen
2002-02-17Log writing sometimes might have produced some glib errors.Timo Sirainen
2002-02-17Don't crash if special vars line ends with '$'.Timo Sirainen
2002-02-16Removed useless casting.Timo Sirainen
2002-02-15renamed old config_node_index() to config_node_nth(). added newTimo Sirainen
2002-02-15fixed module_uniq_destroy() callsTimo Sirainen
2002-02-13PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was alwaysTimo Sirainen
2002-02-12missed isxdigit() -> i_isxdigit() changeTimo Sirainen
2002-02-10Added IRSSI_GLOBAL_CONFIG as wellTimo Sirainen
2002-02-10added #define IRSSI_HOME_CONFIGTimo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-02-07only the first of --home / --config parameters were parsed, which broke eg.Timo Sirainen
2002-02-07'-' option as last parameter didn't work (eg. /LAST -)Timo Sirainen
2002-02-07Set objects ->type = 0 when freeing to make sure we notice immediately ifTimo Sirainen
2002-02-04printtext(): you can now specify server target with tag name instead ofTimo Sirainen
2002-02-03Server referencing in /EVAL really should have checked if the server wasn'tTimo Sirainen
2002-02-03target_type for "/MSG *" wasn't set properly.Timo Sirainen
2002-02-03Added target_type to send_message(), -channel and -nick parameters to /MSGTimo Sirainen
2002-02-03Added missing #includeTimo Sirainen
2002-02-03A bit more safer now to use /EVAL with a command that disconnects fromTimo Sirainen
2002-02-03Added PARAM_FLAG_OPTCHAN_NAME which is like PARAM_FLAG_OPTCHAN, but doesn'tTimo Sirainen
2002-02-02Comments are now allowed everywhere in config files.Timo Sirainen
2002-02-01added some pointer casting to get rid of warnings with some compilers.Timo Sirainen
2002-01-30/CONNECT and /SERVER crashed without parametersTimo 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-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-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo 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-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-20Added -before and -after options to /LASTLOG. You can also useTimo Sirainen