Age | Commit message (Expand) | Author |
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 |
2002-02-10 | added #define IRSSI_HOME_CONFIG | Timo Sirainen |
2002-02-10 | It's possible to use black foreground color now. | Timo Sirainen |
2002-02-10 | term_clear() should set the background color to RESET, not to 0 (black). | Timo Sirainen |
2002-02-10 | all subdirs are now specified in "perl_dirs" so it's easier to add/remove | Timo Sirainen |
2002-02-10 | If *=port was used with /SET irssiproxy_ports, connections to server weren't | Timo Sirainen |
2002-02-10 | support for event 477 which aborts joins to +R channels in dalnet. | Timo Sirainen |
2002-02-10 | /MSG completion should work with /QUERY as well | Timo Sirainen |
2002-02-10 | Removed some old backwards compatibility code. | Timo Sirainen |
2002-02-10 | meta-backspace is now bound to delete_previous_word by default. | Timo Sirainen |
2002-02-10 | Default event handler now prints the server name where it received the | Timo Sirainen |
2002-02-10 | Don't stop reconnecting to server if we get nick collided | Timo Sirainen |
2002-02-10 | /BIND meta-k erase_completion - support for removing completion data. | Timo Sirainen |
2002-02-10 | Level for own dcc chat messages should contain NO_ACT too (which also | Timo Sirainen |
2002-02-08 | since common.h wasn't included in this, changed i_isdigit() -> isdigit() | Timo Sirainen |
2002-02-08 | Proxy is now emitting "proxy client connected" and "proxy client | Timo Sirainen |
2002-02-07 | "default event" now resends "default event numeric" which gets handled by | Timo Sirainen |
2002-02-07 | only the first of --home / --config parameters were parsed, which broke eg. | Timo Sirainen |