Age | Commit message (Expand) | Author |
2002-02-16 | server->emode_known wasn't saved during /UPGRADE. | Timo Sirainen |
2002-02-16 | Cutbuffer should be cleared when ^U is used in empty line (or in general, 0 | Timo Sirainen |
2002-02-16 | Don'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> prints | Timo Sirainen |
2002-02-16 | There was the check for max. 10 chars/ban, but for some reason it was 11 in | Timo Sirainen |
2002-02-16 | /STATUSBAR # VISIBLE command didn't work properly | Timo Sirainen |
2002-02-16 | /RELOAD didn't update the statusbar colors the first time. /SET theme never | Timo Sirainen |
2002-02-15 | command_unbind("statusbar add") was called with wrong function parameter. | Timo Sirainen |
2002-02-15 | case-insensitivity for /STATUSBAR command | Timo Sirainen |
2002-02-15 | Added _very_ small help for /statusbar + their SYNTAXes. | Timo Sirainen |
2002-02-15 | More statusbar commands. | Timo Sirainen |
2002-02-15 | renamed old config_node_index() to config_node_nth(). added new | Timo Sirainen |
2002-02-15 | Added /STATUSBAR commands for most commonly used tasks. | Timo Sirainen |
2002-02-15 | Disable 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 was | Timo Sirainen |
2002-02-15 | don't crash if trying to erase 0 chars and there's no cutbuffer. | Timo Sirainen |
2002-02-15 | Allow still showing ping time even if client replied with only one ping | Timo Sirainen |
2002-02-15 | transpose_characters was broken | Timo Sirainen |
2002-02-15 | added meta-f and meta-b for forward/backward word | Timo Sirainen |
2002-02-15 | Added /SET window_check_level_first and /SET window_default_level. This allow... | Timo Sirainen |
2002-02-15 | UTF-8 is now automatically used if locale is set properly. | Timo Sirainen |
2002-02-15 | get_utf8_char() was buggy | Timo Sirainen |
2002-02-15 | Statusbar 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's | Timo Sirainen |
2002-02-15 | A bit kludge fix for perl statusbar items breaking prompt changes at | Timo Sirainen |
2002-02-15 | /LAST -before didn't print the separators. | Timo Sirainen |
2002-02-15 | window_activity() and window_item_activity() are now public. Added them to | Timo Sirainen |
2002-02-15 | fixed module_uniq_destroy() calls | Timo Sirainen |
2002-02-15 | server->real_address wasn't restored properly after /UPGRADE and that | Timo Sirainen |
2002-02-15 | Some /NAMES fixes | Timo Sirainen |
2002-02-13 | the last 001 fix was useless, removed the if() part so now the real_address | Timo Sirainen |
2002-02-13 | added user counts parameters to /NAMES header (not used by default), header/f... | Timo Sirainen |
2002-02-13 | Separated ctcp command/data in "message irc ctcp" signal and format. Added | Timo Sirainen |
2002-02-13 | 001 event should free real_address if it already existed. this might happen | Timo Sirainen |
2002-02-13 | updated the glib error message with netsplits | Timo Sirainen |
2002-02-13 | PARAM_FLAG_OPTCHAN_NAME check didn't work properly and it was always | Timo Sirainen |
2002-02-13 | That msg completion nick thing broke some other completions in msgs window, | Timo Sirainen |
2002-02-13 | don't update window->last_line timestamp with MSGLEVEL_NEVER text, so >1d | Timo Sirainen |
2002-02-12 | missed isxdigit() -> i_isxdigit() change | Timo Sirainen |
2002-02-11 | stupid format string bugs. wasn't there long though :) | Timo Sirainen |
2002-02-11 | In 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 in | Timo Sirainen |
2002-02-10 | Correctly handle DCC GET write() failures. | Timo Sirainen |
2002-02-10 | theme_format_compress_colors() doesn't assume the default color as %n | Timo Sirainen |
2002-02-10 | atexit(term_deinit) | Timo Sirainen |
2002-02-10 | Layout save support for immortality.. | Timo Sirainen |
2002-02-10 | Support for "immortal" windows, that can't be closed until explicitly set to | Timo Sirainen |
2002-02-10 | Changed some clientnotices to clienterrors | Timo Sirainen |
2002-02-10 | Added IRSSI_GLOBAL_CONFIG as well | Timo Sirainen |