1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

Commit Graph

  • 1db7ef859c Update german translations Sebastien Helleu 2010-03-04 11:06:37 +01:00
  • 6ad62e4021 Fix bugs with cursor and background in bars Sebastien Helleu 2010-03-04 11:05:05 +01:00
  • ca51a9780f Update user guide Sebastien Helleu 2010-03-04 11:02:23 +01:00
  • 3e47e9c3e3 Set option weechat.look.read_marker_always_show to off by default Sebastien Helleu 2010-03-03 22:24:38 +01:00
  • 4faa3c772b Add new option weechat.look.read_marker_always_show Sebastien Helleu 2010-03-03 22:19:51 +01:00
  • d1950311cf Free IRC raw messages when irc plugin is unloaded Sebastien Helleu 2010-03-03 20:43:41 +01:00
  • 92bc700349 Fix completion bug for commands when input starts with two command chars (like //) Sebastien Helleu 2010-03-03 18:42:12 +01:00
  • a852d3af4b Fix bug with /away -all in IRC plugin: set or unset future away for disconnected servers (bug #29022) Sebastien Helleu 2010-03-02 17:55:41 +01:00
  • 0543b0ccc7 Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API Sebastien Helleu 2010-03-02 17:34:49 +01:00
  • 282f786c1a Fix crash in Perl plugin when callbacks are called during script initialization (bug #29018) Sebastien Helleu 2010-02-27 09:58:24 +01:00
  • 62aff3f1c6 Add command line option "--no-script" in user guide Sebastien Helleu 2010-02-26 11:57:55 +01:00
  • 873bcfc9f0 Add command line option "-s" (or "--no-script") to start WeeChat without loading any script Sebastien Helleu 2010-02-26 11:36:41 +01:00
  • eabf21098d Fix display of color in input when it is scrolled Sebastien Helleu 2010-02-24 22:54:07 +01:00
  • 5868fc3c6d Fix bug with cursor when position is last char of terminal Sebastien Helleu 2010-02-24 17:40:07 +01:00
  • dfa43ea1a7 Add link for curses color names in user guide Sebastien Helleu 2010-02-23 18:02:00 +01:00
  • 7cc735c7f9 Add WeeChat color name beside IRC color in user guide Sebastien Helleu 2010-02-23 17:19:50 +01:00
  • 3d3dc1593d Allow script commands to reload only one script Sebastien Helleu 2010-02-23 10:51:59 +01:00
  • 27bf347e1c Update italian FAQ Sebastien Helleu 2010-02-22 14:38:00 +01:00
  • 2fc187743c Update italian user guide Sebastien Helleu 2010-02-22 09:39:58 +01:00
  • 08b17c2f26 Fix cursor color in input bar Sebastien Helleu 2010-02-21 23:26:33 +01:00
  • 42972ce00a Update german FAQ Sebastien Helleu 2010-02-21 11:29:49 +01:00
  • 8c324c238d Fix bug with bar background after text with background color (bug #28157) Sebastien Helleu 2010-02-21 10:08:48 +01:00
  • 6e1e8e9ed8 Add question about meta keys in FAQ Sebastien Helleu 2010-02-20 21:23:09 +01:00
  • 94764208e4 Allow input "q" to close IRC raw buffer Sebastien Helleu 2010-02-20 16:54:58 +01:00
  • b523613e73 Fix translated string in output of "/uptime -o" Sebastien Helleu 2010-02-20 13:23:27 +01:00
  • 35157bc2f1 Minor updates in FAQ and user guide Sebastien Helleu 2010-02-20 12:17:30 +01:00
  • cd5b8c8f9e Add parentheses around exponents in user guide and plugin API reference Sebastien Helleu 2010-02-20 09:50:38 +01:00
  • f4849bc625 Remove connection timer when closing connection with IRC server Sebastien Helleu 2010-02-20 09:28:10 +01:00
  • 555f1827e3 Add list of packages (required or optional) to build WeeChat in user guide Sebastien Helleu 2010-02-19 17:38:06 +01:00
  • cdf990fced Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001) Sebastien Helleu 2010-02-19 16:21:36 +01:00
  • 090bd68e7c Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930) Sebastien Helleu 2010-02-19 10:23:34 +01:00
  • 3cf7b4e696 Update german translations Sebastien Helleu 2010-02-19 07:57:08 +01:00
  • d2ec8d133d Add mechanism DH-BLOWFISH for SASL authentication with IRC server Sebastien Helleu 2010-02-18 22:02:55 +01:00
  • 832a4c1466 Fix function "color" in Lua script API (patch from Christian Heinz) Sebastien Helleu 2010-02-18 07:58:03 +01:00
  • b1e840eb6c Add missing file docgen.pl in Makefile.am Sebastien Helleu 2010-02-16 17:09:50 +01:00
  • 1ad5f123b5 Add IRC commands 905 to 907 (for SASL) Sebastien Helleu 2010-02-16 17:00:12 +01:00
  • ce1b23311c Add function "string_decode_base64" in plugin API Sebastien Helleu 2010-02-16 16:57:22 +01:00
  • 341551f2f2 Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding Sebastien Helleu 2010-02-15 11:51:44 +01:00
  • 34272b7e4d Fix color of word "Notice" when sending IRC notice Sebastien Helleu 2010-02-13 12:05:02 +01:00
  • 922e67cabd Add description of arguments for API functions hook_info and hook_infolist Sebastien Helleu 2010-02-12 17:15:30 +01:00
  • 8d25a75200 Use arguments for infolist "nicklist" to return only one nick or group Sebastien Helleu 2010-02-12 12:50:16 +01:00
  • 8cea059feb Add IRC message 301 in user guide, for target buffer of messages Sebastien Helleu 2010-02-11 17:17:56 +01:00
  • f19000ac4f Allow IRC message 301 to be redirected with irc.msgbuffer feature Sebastien Helleu 2010-02-11 17:07:56 +01:00
  • be8831499d Add missing IRC commands 276, 343 Sebastien Helleu 2010-02-11 10:12:25 +01:00
  • 2e72679363 Fix nick color in quit message displayed in IRC private buffer (when remote nick did not speak) Sebastien Helleu 2010-02-10 22:12:23 +01:00
  • 124634cf88 Apply IRC smart filter only on channels, not private buffers (bug #28841) Sebastien Helleu 2010-02-10 16:22:34 +01:00
  • 4b6bd6a923 Update german and polish translations Sebastien Helleu 2010-02-10 11:32:59 +01:00
  • 94a0551c55 Update ChangeLog Sebastien Helleu 2010-02-10 11:24:28 +01:00
  • 3799d2c2a5 Add "version_number" for API function weechat_info_get to get WeeChat version as number Sebastien Helleu 2010-02-10 11:21:25 +01:00
  • f6868c40af Fix example of weechat_info_get in plugin API reference Sebastien Helleu 2010-02-10 08:01:21 +01:00
  • 5b71c03c4f Add option for command /docgen to build some locales only Sebastien Helleu 2010-02-09 22:28:25 +01:00
  • 5bfb2929e6 Add missing argument for weechat_hook_completion in plugin API reference Sebastien Helleu 2010-02-09 18:01:57 +01:00
  • 7850668327 Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) Sebastien Helleu 2010-02-09 17:19:14 +01:00
  • daee18621e Rename command /silence to /mute Sebastien Helleu 2010-02-09 13:21:05 +01:00
  • 71d77a5890 Add new command /silence Sebastien Helleu 2010-02-09 12:40:19 +01:00
  • 74d148d056 Display nick prefix in input_prompt only if channel is type "channel" (not private) Sebastien Helleu 2010-02-06 12:21:52 +01:00
  • df1a6b0c3d Fix bug with option irc.look.item_nick_prefix Sebastien Helleu 2010-02-06 12:17:13 +01:00
  • bd1b6c1794 Add option irc.look.item_nick_prefix, rename some IRC options for bar items Sebastien Helleu 2010-02-06 12:14:45 +01:00
  • fa8ff80fc1 Update example of messages in irc-protocol.c Sebastien Helleu 2010-02-06 10:55:22 +01:00
  • a3658f4fc2 Fix IRC PART message received on Undernet server (bug #28825) Sebastien Helleu 2010-02-05 23:53:20 +01:00
  • 40401f88da Add signal "xfer_ended" in plugin API reference Sebastien Helleu 2010-02-04 22:12:23 +01:00
  • e6a99fb63a Add bar item "irc_channel" (IRC channel name without modes) Sebastien Helleu 2010-02-03 23:46:11 +01:00
  • 1d00db2d14 Add anti-flood for many IRC commands/messages Sebastien Helleu 2010-02-03 23:29:44 +01:00
  • 3d4c76cecc Fix typo in user guide Sebastien Helleu 2010-02-03 20:49:30 +01:00
  • 8109368f7c Add option "switch_active_buffer_previous" for command /input (task #10141) Sebastien Helleu 2010-02-02 16:35:44 +01:00
  • 69b53c8f3d Add IRC command /map Sebastien Helleu 2010-02-02 15:39:04 +01:00
  • fbc1c2a9b1 Add tip about addresses and another example in /help server Sebastien Helleu 2010-02-02 15:25:03 +01:00
  • 8862f19788 Add signal "xfer_ended" (patch #7081) Sebastien Helleu 2010-02-02 14:28:05 +01:00
  • 5aa82a85e3 Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961) Sebastien Helleu 2010-02-02 13:56:35 +01:00
  • 94ddf61d20 Add missing option "switch_active_buffer" in /help input and completion of command /input Sebastien Helleu 2010-02-02 13:02:51 +01:00
  • 8663d10063 Fix python example of hook_signal in plugin API reference Sebastien Helleu 2010-02-01 22:53:41 +01:00
  • f33eaee78f Update gettext commands to produce same output as autotools, display statistics for po files Sebastien Helleu 2010-02-01 22:12:50 +01:00
  • c4467469cc Add version 0.3.1.1 to ChangeLog Sebastien Helleu 2010-01-31 22:20:20 +01:00
  • 4c34d008d9 Version 0.3.1.1 v0.3.1.1 0.3.1 Sebastien Helleu 2010-01-31 11:43:51 +01:00
  • f314ad4112 Add missing includes in FindIconv.cmake (patch #7069) Sebastien Helleu 2010-01-30 18:27:09 +01:00
  • f88b127e44 Fix crash when purging old xfer chats (bug #28764) Sebastien Helleu 2010-01-29 16:21:26 +01:00
  • 2d99d6e7ea Fix crash when purging old xfer chats (bug #28764) Sebastien Helleu 2010-01-29 16:18:12 +01:00
  • d157f42ec9 Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #28752) Sebastien Helleu 2010-01-29 12:42:53 +01:00
  • 930285e489 Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #28752) Sebastien Helleu 2010-01-29 12:41:05 +01:00
  • e23aed51a1 Display own buffer lines in weechat log when dumping buffer (and not mixed lines) Sebastien Helleu 2010-01-29 10:01:41 +01:00
  • 1d803a6972 Update ChangeLog Sebastien Helleu 2010-01-29 08:00:27 +01:00
  • 2899770bbe Update ChangeLog Sebastien Helleu 2010-01-29 07:59:16 +01:00
  • 2342aecbe6 Fix a build failure with: 1.7.6 < gnutls <= 2.4.6 Emmanuel Bouthenot 2010-01-29 00:21:02 +01:00
  • b3e7bc728d Fix a build failure with gnutls < 1.7.6 Emmanuel Bouthenot 2010-01-28 23:18:20 +01:00
  • 2f176dc347 Fix a build failure with: 1.7.6 < gnutls <= 2.4.6 Emmanuel Bouthenot 2010-01-29 00:21:02 +01:00
  • c8920da899 Fix a build failure with gnutls < 1.7.6 Emmanuel Bouthenot 2010-01-28 23:18:20 +01:00
  • 8c042210a8 Fix bug with global history, reset pointer to last entry after each user input (bug #28754) Sebastien Helleu 2010-01-28 15:12:40 +01:00
  • 16a02cddaf Add missing includes in FindIconv.cmake (patch #7069) Sebastien Helleu 2010-01-28 12:26:39 +01:00
  • 10a3954908 Fix alignment in buffers lines when time is empty string Sebastien Helleu 2010-01-28 10:15:48 +01:00
  • aad84612a9 Remove unneeded space after time on each line if option weechat.look.buffer_time_format is set to empty value (bug #28751) Sebastien Helleu 2010-01-28 10:09:58 +01:00
  • b868eaee2a Update italian translations Sebastien Helleu 2010-01-27 18:34:04 +01:00
  • 765d2ee476 Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741) Sebastien Helleu 2010-01-27 11:18:39 +01:00
  • dfa0500b12 Update german translations Sebastien Helleu 2010-01-26 23:12:44 +01:00
  • fb9268c01d Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741) Sebastien Helleu 2010-01-26 22:19:16 +01:00
  • fcd296d7f2 Update italian user guide and FAQ Sebastien Helleu 2010-01-26 18:17:09 +01:00
  • 754cf874bc Send signal "day_changed" even if option weechat.look.day_change is set to off Sebastien Helleu 2010-01-26 18:07:13 +01:00
  • ac19ec05be Update german FAQ Sebastien Helleu 2010-01-26 17:23:03 +01:00
  • 99bfdfd2ff Add signal "day_changed", allow date format in logger options path and mask (task #9430) Sebastien Helleu 2010-01-26 16:36:55 +01:00
  • aa41942ac1 Add new question in FAQ: "How can I tweak WeeChat to consume less memory?" Sebastien Helleu 2010-01-25 18:06:32 +01:00
  • f4d5ddd858 Add missing infos in API functions buffer_get_integer / buffer_get_string and in buffer infolist Sebastien Helleu 2010-01-25 16:57:24 +01:00