Commit graph

  • 3dcfe43579 Move selection of string searching function out of the loop by using a function pointer. Emanuele Giaquinta 2008-03-28 12:42:27 +00:00
  • be3818930a Remove unused global use_ssl and ssl_* settings. Emanuele Giaquinta 2008-03-15 19:13:38 +00:00
  • 010a6e99ae Revert unrelated changes slipped in r4774. Emanuele Giaquinta 2008-03-15 19:10:26 +00:00
  • 546e06c8b5 Fix typo. Emanuele Giaquinta 2008-03-15 18:40:37 +00:00
  • 8ccdc7267f Simplify recode target computation. Emanuele Giaquinta 2008-03-15 14:51:06 +00:00
  • 52053f1717 Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. Emanuele Giaquinta 2008-03-15 13:27:17 +00:00
  • 4b4980badd Replace tab between else and opening brace with space. Emanuele Giaquinta 2008-03-15 13:19:41 +00:00
  • 81ef5de591 Remove silly macro. Emanuele Giaquinta 2008-03-15 13:02:55 +00:00
  • 074b121858 Remove trailing whitespace. Emanuele Giaquinta 2008-03-15 12:58:20 +00:00
  • d42073c590 Update. Emanuele Giaquinta 2008-03-15 10:19:23 +00:00
  • 31c341ff56 Replace missed strncasecmp calls with g_ascii_strncasecmp. Emanuele Giaquinta 2008-03-14 19:06:32 +00:00
  • dee3b35ba2 Honour -channels preference for ignore -replies, fix bug #227. Emanuele Giaquinta 2008-03-14 18:57:58 +00:00
  • aea2e737f9 Make /layout reset take effect immediately. Emanuele Giaquinta 2008-03-14 12:39:35 +00:00
  • ca1bb6a8ed Make ignore exceptions take precedence over ignores in all cases, as documented. Emanuele Giaquinta 2008-03-14 12:25:01 +00:00
  • db5b348b5e Remove code duplication in ignore_check. Emanuele Giaquinta 2008-03-14 11:54:43 +00:00
  • 5b41c7f7c3 Update. Emanuele Giaquinta 2008-03-14 11:33:18 +00:00
  • aa602a00ac Do not check for standard C headers. Emanuele Giaquinta 2008-03-14 10:34:34 +00:00
  • e1713c17cb After last change paste_entry includes the key before the one that begins the pasting, so do not add the same key to paste_buffer, otherwise it will show up twice. Emanuele Giaquinta 2008-03-12 09:59:35 +00:00
  • 30aee7b46c Move lib-config typedefs in iconfig.h. Emanuele Giaquinta 2008-03-11 14:55:46 +00:00
  • fb7736fb21 Use struct name rather than typedef name in pointer declaration. Emanuele Giaquinta 2008-03-11 14:52:56 +00:00
  • 9da9751aca Document config_node_set_str. Emanuele Giaquinta 2008-03-11 14:32:04 +00:00
  • 4ca476d465 Fix typos. Emanuele Giaquinta 2008-03-11 13:26:33 +00:00
  • 75352a5998 Keep documentation for public api only in headers to avoid duplication. Emanuele Giaquinta 2008-03-11 13:25:33 +00:00
  • 006add0851 Update. Emanuele Giaquinta 2008-03-10 23:40:58 +00:00
  • 88a7492566 Remove unused macros. Emanuele Giaquinta 2008-03-10 21:31:35 +00:00
  • da1f993e7a Update, translations are courtesy of Tomi Nygren. Emanuele Giaquinta 2008-03-10 20:17:42 +00:00
  • 1e4d285f97 - Updated the content. Geert Hauwaerts 2008-03-10 19:20:01 +00:00
  • f74cc02f97 Disable versioning for the proxy module, patch by darix. Emanuele Giaquinta 2008-03-10 15:21:45 +00:00
  • 1bde26ebc0 Update. Emanuele Giaquinta 2008-03-10 14:45:14 +00:00
  • da232b18c1 Make line_add_colors part of the textbuffer api. Emanuele Giaquinta 2008-03-10 12:05:43 +00:00
  • a3526caf41 Make a copy of the entry buffer only when a paste begins rather than everytime a key is pressed. Emanuele Giaquinta 2008-03-10 09:48:02 +00:00
  • 02a10e4f9c Do not buffer keys when waiting for paste confirmation. Emanuele Giaquinta 2008-03-09 23:57:28 +00:00
  • 37381fe1bc Simplify history handling in key_send_line. Emanuele Giaquinta 2008-03-09 23:03:45 +00:00
  • ef47cde2b9 Rename variable. Emanuele Giaquinta 2008-03-09 18:16:50 +00:00
  • b5fe742ace Replace usage of get_utf8_char with g_utf8_get_char_validated and factor the corresponding code into a function. Emanuele Giaquinta 2008-03-09 18:08:40 +00:00
  • fee983d9fc Replace usage of get_utf8_char with g_utf8_get_char_validated. Emanuele Giaquinta 2008-03-09 16:41:20 +00:00
  • 72930e0be3 Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. Emanuele Giaquinta 2008-03-09 12:17:55 +00:00
  • 7df46597e1 Use g_ascii_str{,n}casecmp for case insensitive comparison with ascii only strings. Emanuele Giaquinta 2008-03-09 12:01:16 +00:00
  • 496d82ac48 Fix indentation. Emanuele Giaquinta 2008-03-09 11:13:09 +00:00
  • a3021ccf5f Use GIOChannel API to read a file linewise. Emanuele Giaquinta 2008-03-09 11:08:44 +00:00
  • 2b0ebef911 Remove unneeded includes. Emanuele Giaquinta 2008-03-07 19:33:23 +00:00
  • f93befe282 g_mem_set_vtable must be called before using any other GLib functions. Emanuele Giaquinta 2008-03-07 15:11:24 +00:00
  • a0f16de883 Remove unused variable HAVE_STATIC_PERL. Emanuele Giaquinta 2008-03-07 11:21:30 +00:00
  • 8c3e50489f Remove useless PERL_LIBTOOL indirection. Emanuele Giaquinta 2008-03-07 10:56:38 +00:00
  • b854223178 Add recode documentation. Emanuele Giaquinta 2008-03-05 10:41:22 +00:00
  • e85534acf2 Merge README.cygwin in INSTALL. Emanuele Giaquinta 2008-03-05 09:48:32 +00:00
  • faebae7b64 Improve descriptions of configure options. Emanuele Giaquinta 2008-03-05 09:38:15 +00:00
  • 1a482a38d1 Move description of resolve_prefer_ipv6 in the manual. Emanuele Giaquinta 2008-03-04 23:06:39 +00:00
  • e27de38696 Reflect the actual default value in descriptions of configure options. Emanuele Giaquinta 2008-03-04 22:57:01 +00:00
  • 255d9f1f47 Move documentation of configure options in INSTALL. Emanuele Giaquinta 2008-03-04 20:09:13 +00:00
  • 6f1adc2118 Reformat. Emanuele Giaquinta 2008-03-04 19:11:45 +00:00
  • 3e37906cf7 Remove long unmaintained botnet module. Emanuele Giaquinta 2008-03-04 18:15:51 +00:00
  • df0536c603 New icon by ditCh. Emanuele Giaquinta 2008-03-04 17:46:11 +00:00
  • af3b0b2b93 Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. Emanuele Giaquinta 2008-03-04 10:42:23 +00:00
  • 40f7904a1a Remove unneeded upcasing (level_get matching is case-insensitive). Emanuele Giaquinta 2008-03-04 09:48:49 +00:00
  • 65f43a705c Group together declarations for string functions. Emanuele Giaquinta 2008-03-03 12:33:17 +00:00
  • cb7d969963 Rename some variables. Emanuele Giaquinta 2008-03-03 01:57:50 +00:00
  • 2e63374f31 Use g_strchomp to remove trailing whitespace. This fixes an invalid read, when the string is empty, reported by Enrico Scholz. Emanuele Giaquinta 2008-03-02 19:54:34 +00:00
  • 4e2fcc71ae Show setter/time in +I lists, if sent by the server. Code mostly copied from +e. Jilles Tjoelker 2008-02-20 20:28:07 +00:00
  • 0eb386ecd8 Move output recoding in irc_send_cmd_full. Emanuele Giaquinta 2008-02-16 23:28:53 +00:00
  • a0400dc3d2 Rename config.h to irssi-config.h to avoid collisions. Emanuele Giaquinta 2008-02-16 11:13:45 +00:00
  • 84356d4266 Remove outdated and broken rpm stuff. Emanuele Giaquinta 2008-02-16 00:02:28 +00:00
  • f1a00f7643 Fix argument name in declaration. Emanuele Giaquinta 2008-02-15 23:44:46 +00:00
  • e08b2019a8 Add built headers to BUILT_SOURCES rather than making config.h depend on them. Emanuele Giaquinta 2008-02-15 23:31:02 +00:00
  • c969a64290 Fix spelling error. Emanuele Giaquinta 2008-02-14 13:34:47 +00:00
  • e79829b6a5 Remove unneeded includes. Emanuele Giaquinta 2008-02-05 15:03:33 +00:00
  • 9159f2456e Document packages needed to build/run irssi. Emanuele Giaquinta 2008-02-05 12:19:08 +00:00
  • 1ea1c6f813 Remove check for ancient default.theme. Emanuele Giaquinta 2008-02-05 01:15:38 +00:00
  • 4fb888ce80 Remove support for perl 5.004 and older. Emanuele Giaquinta 2008-02-05 01:01:06 +00:00
  • ffe5bd6930 Remove trailing whitespace. Emanuele Giaquinta 2008-02-04 15:30:38 +00:00
  • 9bf5ea6049 Update. Emanuele Giaquinta 2008-02-04 11:55:22 +00:00
  • 1775fb7f83 Do not create unnecessary symlinks in builddir. Emanuele Giaquinta 2008-02-04 00:39:32 +00:00
  • dfb91dc79a Fix deps. Emanuele Giaquinta 2008-02-04 00:30:38 +00:00
  • d4c46337cc Update. Emanuele Giaquinta 2008-02-03 18:23:43 +00:00
  • ab8da71d29 Remove popt and use glib GOption commandline option parser (glib-2.6 is now the minimum required version). Emanuele Giaquinta 2008-02-03 16:48:02 +00:00
  • c403b70de4 Remove broken by design /set translation. Emanuele Giaquinta 2008-02-02 18:36:57 +00:00
  • ee59980363 Remove unneeded include. Emanuele Giaquinta 2008-02-02 18:05:05 +00:00
  • feab8e7503 Fix indentation. Emanuele Giaquinta 2008-02-02 17:54:51 +00:00
  • 2d417002bb Remove term-curses.h (was added for cuix). Emanuele Giaquinta 2008-02-02 10:13:42 +00:00
  • 036b1d3300 Reset colors and attributes on newline. Emanuele Giaquinta 2008-02-01 16:02:56 +00:00
  • 2fbde1a24e Properly initialize and reset last_{fg,bg}. Emanuele Giaquinta 2008-01-28 11:07:11 +00:00
  • 3e700f4b20 Do not export iopt_tables pointer. Emanuele Giaquinta 2008-01-25 12:43:16 +00:00
  • bf6c3e72bb Remove debian directory, acked by debian maintainers. Emanuele Giaquinta 2008-01-25 12:13:53 +00:00
  • b52a60e9e0 Remove references to LEAVE alias. Emanuele Giaquinta 2008-01-25 12:06:42 +00:00
  • e13216adf7 Update the terminfo backend to query the 'colors' capability and support more than 16 colors (sync from icecap). Emanuele Giaquinta 2008-01-25 11:20:40 +00:00
  • 3e5ad97676 Do not assume that bit 0x80 enables blink, rather call set_blink when blink is requested. Emanuele Giaquinta 2008-01-24 13:39:17 +00:00
  • fab544bdbe Add function to set blink to the terminfo backend. Emanuele Giaquinta 2008-01-24 09:47:08 +00:00
  • ac006c3442 Remove empty function. Emanuele Giaquinta 2008-01-24 09:40:10 +00:00
  • f5194e296d Remove undocumented /RAWQUOTE command. Emanuele Giaquinta 2008-01-21 17:30:14 +00:00
  • 3edcc7a611 Reindent. Emanuele Giaquinta 2008-01-21 15:44:05 +00:00
  • b9a26388b5 Simplify. Emanuele Giaquinta 2008-01-21 15:41:12 +00:00
  • 33e2358f09 Update svn:ignore. Emanuele Giaquinta 2008-01-21 12:10:08 +00:00
  • 3c7c3941d7 Remove .cvsignore files. Emanuele Giaquinta 2008-01-21 11:49:10 +00:00
  • 7dfb77ed85 Put auxiliary files in build-aux directory. Emanuele Giaquinta 2008-01-21 11:30:58 +00:00
  • 7b08caa814 Remove unneeded resets of paste_keycount (check_pasting will reset it at the next call). Emanuele Giaquinta 2008-01-21 11:06:46 +00:00
  • f7856f2071 Move code to insert paste prompt into its own function. Emanuele Giaquinta 2008-01-21 10:50:50 +00:00
  • 7d30a05879 Apply -usermode before -autosendcmd. The -usermode is now implicitly treated as a requested usermode change; the MODE command setting it is not redirected. This is good because user MODE may or may not give a reply and this could be confused with the MODE message indicating the initial usermode. Possible issue here: '-' modes in -usermode persist only until you change your umode via /mode. Bug #548 Jilles Tjoelker 2007-12-23 16:48:24 +00:00
  • 6331ffdc2b Revert r2471, having the erase commands clear the cutbuffer when the line is empty is annoying and not useful. Emanuele Giaquinta 2007-12-12 12:35:14 +00:00
  • 66a179b8e4 Force C locale for svn info. Emanuele Giaquinta 2007-12-10 12:07:10 +00:00
  • cce9683658 Simplify is_valid_charset by just checking with g_iconv_open that the conversion is supported. Emanuele Giaquinta 2007-12-09 16:10:07 +00:00