summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-16Added real installation instructions to INSTALL file.Timo Sirainen
2002-02-16updatesTimo Sirainen
2002-02-16added /bind section.Timo Sirainen
2002-02-16updatedTimo Sirainen
2002-02-16a bit more proxy updatesTimo Sirainen
2002-02-16added bnc and dircproxy settingsTimo Sirainen
2002-02-16added INVITELIST alias.Timo Sirainen
2002-02-16server->emode_known wasn't saved during /UPGRADE.Timo Sirainen
2002-02-16updatedTimo Sirainen
2002-02-16Cutbuffer should be cleared when ^U is used in empty line (or in general, 0Timo Sirainen
2002-02-16updatedTimo Sirainen
2002-02-16Don't crash when handling input line if the input line doesn't exist (huh?Timo Sirainen
2002-02-16/STATUSBAR now prints a list of statusbars, /STATUSBAR <name> printsTimo Sirainen
2002-02-16There was the check for max. 10 chars/ban, but for some reason it was 11 inTimo Sirainen
2002-02-16/STATUSBAR # VISIBLE command didn't work properlyTimo Sirainen
2002-02-16/RELOAD didn't update the statusbar colors the first time. /SET theme neverTimo Sirainen
2002-02-15command_unbind("statusbar add") was called with wrong function parameter.Timo Sirainen
2002-02-15case-insensitivity for /STATUSBAR commandTimo Sirainen
2002-02-15Added _very_ small help for /statusbar + their SYNTAXes.Timo Sirainen
2002-02-15More statusbar commands.Timo Sirainen
2002-02-15renamed old config_node_index() to config_node_nth(). added newTimo Sirainen
2002-02-15Added /STATUSBAR commands for most commonly used tasks.Timo Sirainen
2002-02-15Disable the nl_langinfo() if CODESET isn't defined (openbsd).Timo Sirainen
2002-02-15/SET term_type didn't take effect on entry until the second time it wasTimo Sirainen
2002-02-15don't crash if trying to erase 0 chars and there's no cutbuffer.Timo Sirainen
2002-02-15Allow still showing ping time even if client replied with only one pingTimo Sirainen
2002-02-15transpose_characters was brokenTimo Sirainen
2002-02-15added meta-f and meta-b for forward/backward wordTimo Sirainen
2002-02-15Added /SET window_check_level_first and /SET window_default_level. This allow...Timo Sirainen
2002-02-15UTF-8 is now automatically used if locale is set properly.Timo Sirainen
2002-02-15get_utf8_char() was buggyTimo Sirainen
2002-02-15Statusbar wasn't always properly cleared when there was right-aligned items.Timo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-15A bit kludge fix for perl statusbar items breaking prompt changes atTimo Sirainen
2002-02-15/LAST -before didn't print the separators.Timo Sirainen
2002-02-15window_activity() and window_item_activity() are now public. Added them toTimo Sirainen
2002-02-15fixed module_uniq_destroy() callsTimo Sirainen
2002-02-15Yell if gmodule doesn't workTimo Sirainen
2002-02-15server->real_address wasn't restored properly after /UPGRADE and thatTimo Sirainen
2002-02-15Some /NAMES fixesTimo Sirainen
2002-02-13the last 001 fix was useless, removed the if() part so now the real_addressTimo Sirainen
2002-02-13added user counts parameters to /NAMES header (not used by default), header/f...Timo Sirainen
2002-02-13Separated ctcp command/data in "message irc ctcp" signal and format. AddedTimo Sirainen
2002-02-13001 event should free real_address if it already existed. this might happenTimo Sirainen
2002-02-13updated the glib error message with netsplitsTimo Sirainen
2002-02-13PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was alwaysTimo Sirainen
2002-02-13That msg completion nick thing broke some other completions in msgs window,Timo Sirainen
2002-02-13don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1dTimo Sirainen
2002-02-12missed isxdigit() -> i_isxdigit() changeTimo Sirainen
2002-02-11stupid format string bugs. wasn't there long though :)Timo Sirainen