summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2002-02-11In msgs window, you can now complete anywhere /MSG completion nicks (eg.Timo Sirainen
2002-02-11-actcolor %n now means that the activity isn't changed.Timo Sirainen
2002-02-11"/WINDOW IMMORTAL" shows the mortal-state. Error messages are printed inTimo Sirainen
2002-02-10Correctly handle DCC GET write() failures.Timo Sirainen
2002-02-10theme_format_compress_colors() doesn't assume the default color as %nTimo Sirainen
2002-02-10atexit(term_deinit)Timo Sirainen
2002-02-10Layout save support for immortality..Timo Sirainen
2002-02-10Support for "immortal" windows, that can't be closed until explicitly set toTimo Sirainen
2002-02-10Changed some clientnotices to clienterrorsTimo Sirainen
2002-02-10Added IRSSI_GLOBAL_CONFIG as wellTimo Sirainen
2002-02-10added #define IRSSI_HOME_CONFIGTimo Sirainen
2002-02-10It's possible to use black foreground color now.Timo Sirainen
2002-02-10term_clear() should set the background color to RESET, not to 0 (black).Timo Sirainen
2002-02-10all subdirs are now specified in "perl_dirs" so it's easier to add/removeTimo Sirainen
2002-02-10If *=port was used with /SET irssiproxy_ports, connections to server weren'tTimo Sirainen
2002-02-10support for event 477 which aborts joins to +R channels in dalnet.Timo Sirainen
2002-02-10/MSG completion should work with /QUERY as wellTimo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-02-10meta-backspace is now bound to delete_previous_word by default.Timo Sirainen
2002-02-10Default event handler now prints the server name where it received theTimo Sirainen
2002-02-10Don't stop reconnecting to server if we get nick collidedTimo Sirainen
2002-02-10/BIND meta-k erase_completion - support for removing completion data.Timo Sirainen