Commit graph

  • 80976505f0 Call signal_stop also when the completion list for the command options/parameters is not empty. Emanuele Giaquinta 2007-03-12 00:08:58 +00:00
  • 1d54d999d5 Add completion for /window goto. Emanuele Giaquinta 2007-02-25 18:05:53 +00:00
  • d00a44ca0b Do not print an empty line for "daychange" if the formatted string is empty. Emanuele Giaquinta 2007-02-25 17:42:54 +00:00
  • da4303be07 Document /window item move. Emanuele Giaquinta 2007-02-24 16:33:59 +00:00
  • e9681e4b9e UTF-8 0x80-0x9f characters weren't treated as control chars as they should have Timo Sirainen 2007-02-20 12:39:17 +00:00
  • e8f733d5f0 Release 0.8.11-rc1 Wouter Coekaerts 2007-02-19 19:35:52 +00:00
  • d78438ef1c Update. Emanuele Giaquinta 2007-02-19 11:39:36 +00:00
  • dde3bdbc83 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4421 dbcabf3a-b0e7-0310-adc4-f8d773084564 Emanuele Giaquinta 2007-02-19 09:49:41 +00:00
  • d446ee2f6f Add crapbuster-like "scrollback levelclear" command. Emanuele Giaquinta 2007-02-18 14:59:54 +00:00
  • 541fa72f46 Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level. Emanuele Giaquinta 2007-02-17 15:31:10 +00:00
  • 1a195da685 And they did Geert Hauwaerts 2007-02-17 12:12:47 +00:00
  • 02676dd353 Checking if commit mails still work. Geert Hauwaerts 2007-02-17 12:11:45 +00:00
  • c536d1f19c Fix format_real_length to return the correct length when the input string includes a trailing wide char. Change statusbar_item_default_handler to compute padding also when item->size < item->min_size, needed after the fix to format_real_length. Patch by Yi-Hsuan Hsin, bug #452. Emanuele Giaquinta 2007-02-14 10:59:27 +00:00
  • 6d11f6f897 Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it. Emanuele Giaquinta 2007-02-14 10:43:34 +00:00
  • 4f49a38402 Redraw input line correctly in an utf8 locale when deleting a nonspacing char by taking in account the cell width, bug #459. Emanuele Giaquinta 2007-02-07 18:20:49 +00:00
  • 7c48fc2fb3 Amend check for non printable chars to filter control chars 80-9F in an utf8 locale, bug #460. Note: this was and is still broken with koi8-r. Emanuele Giaquinta 2007-02-06 23:25:17 +00:00
  • 9d72e78ccd Revert perl utf8 stuff for now. Emanuele Giaquinta 2007-02-06 23:06:14 +00:00
  • 67e5a315b0 When connecting and the nick is invalid, abort the connection instead of looping indefinitely in event_nick_in_use. Emanuele Giaquinta 2007-01-17 15:07:14 +00:00
  • e840680d0d git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4410 dbcabf3a-b0e7-0310-adc4-f8d773084564 Geert Hauwaerts 2007-01-13 22:50:34 +00:00
  • bcbadbb74f Allow identifiers to start with a digit, bug #177. Emanuele Giaquinta 2007-01-11 23:11:30 +00:00
  • 4c389186b5 Modify Irssi::UI::Window::command to restore the original active window only if the command executed has not made another one active, bug #403. Emanuele Giaquinta 2007-01-11 22:51:02 +00:00
  • 7484c8b373 Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add to initialize rec->passive. Emanuele Giaquinta 2007-01-08 19:02:20 +00:00
  • b9cf14359a Make awaylog_file respect --home, bug #304. Emanuele Giaquinta 2007-01-07 19:16:59 +00:00
  • ef0cc3feca Reindent. Emanuele Giaquinta 2007-01-06 16:08:29 +00:00
  • 646e3ecb5d Remove the target != NULL constraint in recode_out. Emanuele Giaquinta 2007-01-06 16:00:45 +00:00
  • 721650c300 Simplify. Emanuele Giaquinta 2007-01-06 15:52:22 +00:00
  • 41a2c3732a Fix typo. Emanuele Giaquinta 2007-01-06 15:49:07 +00:00
  • 122b872a2d Corrections. Emanuele Giaquinta 2006-12-10 16:11:19 +00:00
  • 3cfc7f92f6 Declare str in PREINIT section. Emanuele Giaquinta 2006-12-10 15:53:19 +00:00
  • 737890d131 Clarifications and corrections. Emanuele Giaquinta 2006-12-10 15:49:06 +00:00
  • 907ec46148 Oh, that patch came from exg Wouter Coekaerts 2006-12-08 22:28:25 +00:00
  • 58e7d1fb41 Update NEWS and AUTHORS Wouter Coekaerts 2006-12-08 21:43:01 +00:00
  • f0fb4c19d4 Remove CR and LF from Perl commands, to make it harder to introduce a security bug Wouter Coekaerts 2006-12-08 21:38:55 +00:00
  • 0aca74b6e3 The attached patch fixes bug #164, which triggers a failed assertion message when the config file is unreadable to irssi. Geert Hauwaerts 2006-11-02 09:09:34 +00:00
  • 00fdaf4d72 documentation: added the explanation of the -noproxy option of in the server command Valentin Batz 2006-10-30 20:23:39 +00:00
  • d33fc2db8a Include common.h rather than time.h directly to honour config.h. Emanuele Giaquinta 2006-10-27 18:11:19 +00:00
  • 710fb0c279 Detect off_t size using AC_CHECK_SIZEOF because it works also when cross-compiling in autoconf-2.50 and higher. Emanuele Giaquinta 2006-10-27 17:14:57 +00:00
  • d5c75a3208 Add missing quote. Emanuele Giaquinta 2006-10-27 16:48:03 +00:00
  • 66c9e22622 Fix memory leaks in expandos_deinit by Nicolas Collignon, bug #419. Emanuele Giaquinta 2006-10-23 10:36:47 +00:00
  • 9da0ca72a5 uptime command by Lauri Nurmi with some modifications by me, bug #458. Emanuele Giaquinta 2006-10-20 12:50:08 +00:00
  • 49d7e3981e Change default value of override_coredump_limit to FALSE. Emanuele Giaquinta 2006-10-20 12:14:06 +00:00
  • df10eb0f02 Fixed documentation error. Geert Hauwaerts 2006-10-19 20:15:13 +00:00
  • 7c046a264c Remove duplicate entry. Emanuele Giaquinta 2006-10-18 11:53:42 +00:00
  • fbbd4fc900 documentation: updated help for exec, EXEC without any arguments displays the list of started processes Valentin Batz 2006-10-07 18:46:09 +00:00
  • f082f90121 Add missing format string argument in printtext_dest call, patch by loafier. Emanuele Giaquinta 2006-10-01 10:21:15 +00:00
  • a6a653a3f8 Set --tag on libtool invocation. Emanuele Giaquinta 2006-09-29 15:05:20 +00:00
  • 3f659f9a70 Minor cleanup. Emanuele Giaquinta 2006-09-24 22:41:01 +00:00
  • 746649ae77 In line_split set *output _after_ calling remove_newline because it could reallocate rec->str, fixes bug #439. Emanuele Giaquinta 2006-09-24 21:43:12 +00:00
  • da9582e5aa Modify term_move to accept only non negative coordinates. Emanuele Giaquinta 2006-09-24 21:06:46 +00:00
  • 9070ecdcf7 Revert second hunk of the previous patch, we want to check existence and execute permission for irssi_binary when upgrading. Emanuele Giaquinta 2006-09-22 16:05:55 +00:00
  • ce7dc49d9f Simplify. Emanuele Giaquinta 2006-09-22 14:46:05 +00:00
  • 46bc99acf8 Compute absolute path name of argv[0] at startup to make Irssi::get_irssi_binary useful again. Emanuele Giaquinta 2006-09-22 14:04:53 +00:00
  • ea9f3be18c This patch fixes the problem that irssi keeps saying Netsplit over for joins from a certain user, if that user split and then rejoined some but not all channels they used to be in. (by Jilles Tjoelker) Wouter Coekaerts 2006-09-22 08:49:10 +00:00
  • 93184ce08d Fixes for srcdir != builddir. Emanuele Giaquinta 2006-09-21 23:43:09 +00:00
  • 75a5814136 Fix for srcdir != builddir. Emanuele Giaquinta 2006-09-21 13:53:56 +00:00
  • 406c70c530 Fix bold on monochrome terminals. Emanuele Giaquinta 2006-09-20 23:56:59 +00:00
  • 66ae6d0876 Cosmetic. Emanuele Giaquinta 2006-09-20 23:47:20 +00:00
  • 4d9895ea77 Add support for utf8 to Irssi::TextUI::Line::get_text. Emanuele Giaquinta 2006-09-20 23:29:41 +00:00
  • f6f4941968 Turn on the utf8 status only if the charset is utf8. Emanuele Giaquinta 2006-09-20 23:21:44 +00:00
  • a7b0e6b3f2 Make compilation of is_translit conditional on glib-2. Emanuele Giaquinta 2006-09-20 23:11:17 +00:00
  • 3cdf50170f Add public is_utf8 function by refactoring existing code. Emanuele Giaquinta 2006-09-20 23:04:40 +00:00
  • 6e3870af5c Simplify using new_pv. Emanuele Giaquinta 2006-09-19 13:15:48 +00:00
  • 8ca4e8544b Apply 05upgrade-check-binary.dpatch with some modifications. Emanuele Giaquinta 2006-09-18 22:32:33 +00:00
  • 9f0cd484e5 Add missing free. Emanuele Giaquinta 2006-09-18 21:56:18 +00:00
  • 0bd9433282 SVN hook test Geert Hauwaerts 2006-09-18 11:53:21 +00:00
  • e0b78fcf57 SVN hook test Geert Hauwaerts 2006-09-18 11:47:46 +00:00
  • e15f3dfaab SVN hook test Geert Hauwaerts 2006-09-18 11:43:57 +00:00
  • 6cbbc956f9 SVN hook test Geert Hauwaerts 2006-09-18 11:40:31 +00:00
  • 84539505ba SVN hook test Geert Hauwaerts 2006-09-18 11:38:03 +00:00
  • 63d4ab1a47 SVN hook test Geert Hauwaerts 2006-09-18 11:34:16 +00:00
  • c8e63c70f5 Svn hook test Geert Hauwaerts 2006-09-18 11:33:40 +00:00
  • 05d9225c37 SVN hook test Geert Hauwaerts 2006-09-18 11:27:38 +00:00
  • 41d619cb82 Fix %k and %K mappings. Emanuele Giaquinta 2006-09-17 19:06:54 +00:00
  • e3cf9a4be5 Remove useless check. Emanuele Giaquinta 2006-09-17 12:39:37 +00:00
  • d5c60cec4f Simplify. Emanuele Giaquinta 2006-09-17 12:32:40 +00:00
  • 8264b65939 Fix off-by-one error. Emanuele Giaquinta 2006-09-17 12:26:04 +00:00
  • 07be2f048d Fix Irssi::settings_get_str to return Nullsv when settings_get_str returns NULL. Emanuele Giaquinta 2006-09-15 18:22:18 +00:00
  • 9c835d33b5 Set view->startline to NULL when the line to delete is the first of the view buffer and there are no more lines in the view. Emanuele Giaquinta 2006-09-14 22:11:19 +00:00
  • 9bd7272d47 Revert r4343. Emanuele Giaquinta 2006-09-14 20:57:22 +00:00
  • 195f819847 Modify scrollback clear to accept the same arguments as clear. Emanuele Giaquinta 2006-09-13 22:54:38 +00:00
  • 9b675ca03f Make indentation of cmd_clear consistent. Emanuele Giaquinta 2006-09-13 22:42:39 +00:00
  • 3ff0ddeac4 Remove redundant variable. Emanuele Giaquinta 2006-09-13 17:11:36 +00:00
  • 904e01175c Revert r4342. Emanuele Giaquinta 2006-09-12 22:33:14 +00:00
  • f57b551a86 Refactoring to avoid code duplication. Emanuele Giaquinta 2006-09-12 17:23:46 +00:00
  • 9cdea0d608 Missing update of view->startline when the line to delete is the first of the view and the first of the view buffer. Emanuele Giaquinta 2006-09-12 17:19:47 +00:00
  • c08a754d1e Do not restore the previous view when deleting the first line of the current one. Emanuele Giaquinta 2006-09-12 16:06:14 +00:00
  • 35574b10c4 Do not crash when settings_get_str returns NULL. Emanuele Giaquinta 2006-09-12 15:52:04 +00:00
  • b25c8cf1d1 Don't crash on /quit with scripts causing and catching signals during UNLOAD (thanks senneth) Wouter Coekaerts 2006-09-12 09:37:18 +00:00
  • 714aa30b4e Add support for utf8 to Irssi::settings_get_str. Emanuele Giaquinta 2006-09-11 09:29:58 +00:00
  • 9fbe09f086 Remove trailing whitespace. Emanuele Giaquinta 2006-09-11 09:03:06 +00:00
  • 7063a00428 Make tests specific to the curses interface conditional to $want_terminfo = no. Emanuele Giaquinta 2006-09-11 09:00:59 +00:00
  • 35f002957e Fix typo. Emanuele Giaquinta 2006-09-11 08:56:34 +00:00
  • 453709f840 Quote more where necessary. Emanuele Giaquinta 2006-09-11 08:50:20 +00:00
  • cf1d60203b Fix compilation with glib-1. Emanuele Giaquinta 2006-09-10 17:39:00 +00:00
  • e6d43a9796 Add extra libs to irssi_LDADD, not to irssi_LDFLAGS. Emanuele Giaquinta 2006-09-09 16:54:26 +00:00
  • 1d42194902 Cosmetic, merge two statements and reindent with tabs. Emanuele Giaquinta 2006-09-09 14:01:21 +00:00
  • 40d97468ca Add support for wide curses. Emanuele Giaquinta 2006-09-09 13:56:00 +00:00
  • a59dfa003e Adjust alignment of --with-cuix help string. Emanuele Giaquinta 2006-09-09 13:49:10 +00:00
  • 5a571c109d Renamed irc.efnet.net to irc.efnet.org Geert Hauwaerts 2006-09-09 10:19:05 +00:00
  • 69fd38c179 Update to latest revision. Emanuele Giaquinta 2006-09-08 19:02:50 +00:00