Age | Commit message (Expand) | Author |
2007-05-06 | Do not call iconfig_get_str when target is NULL. | Emanuele Giaquinta |
2007-05-06 | Do not recode the channel name used as target for the recoding of | Emanuele Giaquinta |
2007-05-06 | Off-by-one in parsing the channel name. | Emanuele Giaquinta |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |
2007-05-03 | Revert, do not use IS_PRINTABLE in reverse_controls. | Emanuele Giaquinta |
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta |
2007-05-03 | Remove broken code that prevents unloading of a script in some cases. | Emanuele Giaquinta |
2007-04-29 | Use dynamic storage for return value of channel_get_nickmode. | Emanuele Giaquinta |
2007-04-29 | Factor out code from set_print into a function to get a printable | Emanuele Giaquinta |
2007-04-29 | Slightly optimize activity_hide_targets matching. | Emanuele Giaquinta |
2007-04-28 | Do not send hostname to server, rather use username as the second | Emanuele Giaquinta |
2007-04-28 | Increment paste_keycount when the key before the one that starts a | Emanuele Giaquinta |
2007-04-28 | Ignore empty lines when pasting. | Emanuele Giaquinta |
2007-04-28 | When sending a line as non-pasted reset also paste_entry, bug #405. | Emanuele Giaquinta |
2007-04-25 | Remove useless function. | Emanuele Giaquinta |
2007-04-25 | Fix DCC get when file size is 0, bug #494. | Emanuele Giaquinta |
2007-04-23 | Add workaround for gcc 4.0.0/4.0.1, bug #219. | Emanuele Giaquinta |
2007-04-19 | Fix typos. | Emanuele Giaquinta |
2007-04-16 | revert last change. Already possible with /format -delete daychange (fixed in... | Wouter Coekaerts |
2007-04-16 | Hide daychange. | Geert Hauwaerts |
2007-04-16 | Properly initialize reference count for a new setting, bug #235. | Emanuele Giaquinta |
2007-04-14 | Reindent. | Emanuele Giaquinta |
2007-04-14 | Modify gui_entry_draw_from to clear to end of line only if it has not | Emanuele Giaquinta |
2007-04-14 | Revert r4352. | Emanuele Giaquinta |
2007-04-14 | Make completer for action/msg/query more self-contained by completing nicks in | Emanuele Giaquinta |
2007-04-09 | Local opers on IRCnet (umode +O) get the server->server_operator flag. | Geert Hauwaerts |
2007-04-07 | Only consider autolog logs when looking for an open log in autolog_open. | Emanuele Giaquinta |
2007-04-07 | Bind also CSI 1 ; 5 D to key cleft and CSI 1 ; 5 C to key cright. | Emanuele Giaquinta |
2007-04-07 | Allow logging of lines with no target to matching non autolog logs. | Emanuele Giaquinta |
2007-04-07 | Remove unused gettext code. | Emanuele Giaquinta |
2007-04-07 | Fix core_init definition. | Emanuele Giaquinta |
2007-04-05 | Forbid "window show" when the target window is sticky rather than when there is | Emanuele Giaquinta |
2007-03-12 | When removing a line from the view also unconditionally remove any bookmark for | Emanuele Giaquinta |
2007-03-12 | Remove superflous empty lines. | Emanuele Giaquinta |
2007-03-12 | Call signal_stop also when the completion list for the command options/parame... | Emanuele Giaquinta |
2007-02-25 | Add completion for /window goto. | Emanuele Giaquinta |
2007-02-25 | Do not print an empty line for "daychange" if the formatted string is empty. | Emanuele Giaquinta |
2007-02-20 | UTF-8 0x80-0x9f characters weren't treated as control chars as they should have | Timo Sirainen |
2007-02-18 | Add crapbuster-like "scrollback levelclear" command. | Emanuele Giaquinta |
2007-02-17 | Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level. | Emanuele Giaquinta |
2007-02-14 | Fix format_real_length to return the correct length when the input string | Emanuele Giaquinta |
2007-02-14 | Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it. | Emanuele Giaquinta |
2007-02-07 | Redraw input line correctly in an utf8 locale when deleting a | Emanuele Giaquinta |
2007-02-06 | Amend check for non printable chars to filter control chars 80-9F in an utf8 ... | Emanuele Giaquinta |
2007-02-06 | Revert perl utf8 stuff for now. | Emanuele Giaquinta |
2007-01-17 | When connecting and the nick is invalid, abort the connection instead of loop... | Emanuele Giaquinta |
2007-01-11 | Allow identifiers to start with a digit, bug #177. | Emanuele Giaquinta |
2007-01-11 | Modify Irssi::UI::Window::command to restore the original active window only ... | Emanuele Giaquinta |
2007-01-08 | Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add t... | Emanuele Giaquinta |
2007-01-07 | Make awaylog_file respect --home, bug #304. | Emanuele Giaquinta |