summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-30pidwait: send status as second agument.Timo Sirainen
2000-12-29comment update :)Timo Sirainen
2000-12-28Instead of trying to send data to server every 1/10th of second, sendTimo Sirainen
2000-12-19security fixes from 0.7.97.2Timo Sirainen
2000-12-19put back ircnet -> chatnet backwards compatibility, this time modifyTimo Sirainen
2000-12-19when changing config file to new format send "setup changed" signal atTimo Sirainen
2000-12-17removed backwards compatibility from ircnet -> chatnet changeTimo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Destroy all settings and commands used by modules when they're unloaded.Timo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-17removed useless chat_type checksTimo Sirainen
2000-12-17Improved nick_match_msg() - it shouldn't give wrong matches as easilyTimo Sirainen
2000-12-10fixed $topic uninitTimo Sirainen
2000-12-10added $topic expandoTimo Sirainen
2000-12-10$T in empty window crashedTimo Sirainen
2000-12-10'_' character wasn't treated as acceptable $variable_name character.Timo Sirainen
2000-12-09Don't crash with /reconnect <unknown tag>Timo Sirainen
2000-12-08net_receive(), net_transmit(): error handling was buggyTimo Sirainen
2000-12-08bugfixTimo Sirainen
2000-12-06NICK_REC can be now inheritedTimo Sirainen
2000-12-06Use hardcoded array for signals instead of dynamic (pretty useless, "10Timo Sirainen
2000-12-05Server events: switched order of data and server parameters. it's nowTimo Sirainen
2000-12-05net_gethostbyname_nonblock(): don't crash if net_gethosterror() returnsTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-04added signal_add_to_id()Timo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-04cmd_get_params() didn't work correctly if we didn't want any paramersTimo Sirainen
2000-12-03/RECONNECT without any parameters and when not connected to any serverTimo Sirainen
2000-11-30added g_timeval_cmp()Timo Sirainen
2000-11-30cmd_options_get_server() : allow NULL cmd argumentTimo Sirainen
2000-11-30stristr() and stristr_full() didn't work correctly with empty needleTimo Sirainen
2000-11-29file_checksum() shouldn't crash if it can't open the file.Timo Sirainen
2000-11-26config changes, CONFIG_REC is now required parameter forTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26some updates for checking when to not autosave config.Timo Sirainen
2000-11-26Added modify counter which is increased every time something is changedTimo Sirainen
2000-11-26Added some magic to /SERVER - if there's no server to disconnect fromTimo Sirainen
2000-11-25mkpath() crashed with paths that didn't start with /Timo Sirainen
2000-11-25Time formats didn't work in directory name of autologs.Timo Sirainen
2000-11-23s/enum GInputCondition/int/ - enums aren't supposed to orred together iTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-18compiler warning fixes + one real bug in dcc-chatTimo Sirainen
2000-11-17Remember who set the topic and when, display the info when using /TOPIC.Timo Sirainen
2000-11-11Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses.Timo Sirainen
2000-11-08level_get() didn't check ambiguous commands correctly - dcc always failedTimo Sirainen
2000-11-07minor speed enhanceTimo Sirainen
2000-11-07minor cleanupsTimo Sirainen