Age | Commit message (Expand) | Author |
2002-02-15 | Added /SET window_check_level_first and /SET window_default_level. This allow... | Timo Sirainen |
2002-02-15 | window_activity() and window_item_activity() are now public. Added them to | Timo Sirainen |
2002-02-15 | Some /NAMES fixes | 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 | 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-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 | 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 | 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 | Default event handler now prints the server name where it received the | 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-07 | "default event" now resends "default event numeric" which gets handled by | Timo Sirainen |
2002-02-07 | Don't crash in /NAMES list if /SET names_max_width was too small | Timo Sirainen |
2002-02-06 | Still some event_received() fixes. | Timo Sirainen |
2002-02-06 | DCC /MSG handlers broke /MSG -ircnet | Timo Sirainen |
2002-02-06 | /EXEC's last output line wasn't printed if it didn't contain newline at end | Timo Sirainen |
2002-02-06 | Fixed the generic event_received() hadler not to remove ':' char twice in | Timo Sirainen |
2002-02-04 | Broke DCC CHAT queries. | Timo Sirainen |
2002-02-04 | Use the server tag printing with queries now too. | Timo Sirainen |
2002-02-04 | printtext(): you can now specify server target with tag name instead of | Timo Sirainen |
2002-02-03 | Added target_type to send_message(), -channel and -nick parameters to /MSG | Timo Sirainen |
2002-02-02 | s/query_trace_nick_changes/query_track_nick_changes/ :) | Timo Sirainen |
2002-02-02 | Added /SET query_trace_nick_changes, which tells if irssi should track nick | Timo Sirainen |
2002-02-02 | Comments are now allowed everywhere in config files. | Timo Sirainen |
2002-02-02 | Replaced /SET msgs_timestamps with /SET timestamp_level, defaults to ALL. | Timo Sirainen |
2002-02-01 | Don't eat unknown keys that aren't combinations | Timo Sirainen |
2002-01-31 | Unknown key bindings don't print the last invalid key anymore to input line. | Timo Sirainen |
2002-01-28 | "Your nick is owned by .." message was checked always with default nick. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-24 | /SERVER ADD: added -noproxy option and -proxy which just removes the | Timo Sirainen |
2002-01-22 | removed some unused code. | Timo Sirainen |
2002-01-19 | Added "dccownquerynick" which /FORMAT own_dcc_query uses. | Timo Sirainen |
2002-01-18 | /SAVE -formats saves all the /formats to theme file. | Timo Sirainen |
2002-01-12 | Add commas between splitted nicks. patch by Qrczak | Timo Sirainen |
2002-01-12 | Using "server1 <-> server2, server3" format for netsplit messages now. | Timo Sirainen |
2002-01-11 | dcc chat actions didn't work properly | Timo Sirainen |
2002-01-10 | Actions are now sent in "ctcp action" signal which is never ignored. "ctcp | Timo Sirainen |
2002-01-10 | When /SET expand_escapes was ON, \012 and \015 should be treated as newlines | Timo Sirainen |
2002-01-09 | small bugfix, mirc color flag was set on unless both /set hide_mirc_colors | Timo Sirainen |
2002-01-09 | Added "message dcc xxx" signals for printing DCC messages. | Timo Sirainen |