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

Commit Graph

  • b4d58dd9da Add option "-switch" to commands /connect and /reconnect Sebastien Helleu 2010-12-09 23:05:15 +01:00
  • 4d4a034567 Allow /reconnect on servers that are not currently connected Sebastien Helleu 2010-12-09 19:42:45 +01:00
  • d847a6ed74 Update german translations and user guide Sebastien Helleu 2010-12-08 22:03:24 +01:00
  • b6662ee3cf Add color support in option weechat.look.buffer_time_format Sebastien Helleu 2010-12-07 19:43:19 +01:00
  • f7d719f8fd Remove unneeded variable name "position" in gui-bar-window.h Sebastien Helleu 2010-12-07 15:16:50 +01:00
  • 186cc877ac Update required version of asciidoc to build doc (now 8.5.0) Sebastien Helleu 2010-12-07 10:26:41 +01:00
  • 2a18daad6b Add note about automatic unhook for function hook_process in plugin API reference Sebastien Helleu 2010-12-06 18:59:27 +01:00
  • 7a3946f261 Fix unstranslated string in french user guide Sebastien Helleu 2010-12-06 12:20:35 +01:00
  • 2a3d3c95e5 Add doc about relay plugin in user guide Sebastien Helleu 2010-12-06 12:00:32 +01:00
  • c1b3c3bd33 Add some custom css styles for asciidoc Sebastien Helleu 2010-12-06 11:30:33 +01:00
  • ca46275b8b Remove css files from .gitignore Sebastien Helleu 2010-12-06 11:29:28 +01:00
  • 921e40f6b0 Enable compilation of Relay plugin by default Sebastien Helleu 2010-12-06 08:58:36 +01:00
  • 9a98175510 Add example for irc proxy in /help relay Sebastien Helleu 2010-12-06 08:35:13 +01:00
  • 31612f485f Update italian translations, FAQ and plugin API reference Sebastien Helleu 2010-12-04 18:39:23 +01:00
  • 4dcbb1014d Fix typos in scripting guide Sebastien Helleu 2010-12-04 13:50:54 +01:00
  • c7d10d88ae Update german translations and FAQ Sebastien Helleu 2010-12-03 20:06:18 +01:00
  • e6f1c3038e Add question about key to jump to buffer 11 (or higher) in FAQ Sebastien Helleu 2010-12-02 18:54:41 +01:00
  • e2be1dbd43 Allow channel argument without user/host for IRC command /ban Sebastien Helleu 2010-12-02 12:10:04 +01:00
  • 443b6962b4 Replace "receiver" by "target" in help of some IRC commands Sebastien Helleu 2010-12-02 10:08:23 +01:00
  • e0b528600f Call to hook_config when config option is created Sebastien Helleu 2010-12-01 16:41:39 +01:00
  • 13de7e327c Fix /help notice: receiver can be nick or channel Sebastien Helleu 2010-11-29 10:22:20 +01:00
  • 528dc258ca Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" Sebastien Helleu 2010-11-29 10:17:09 +01:00
  • b6833392fe Add question about IRC SSL connection in FAQ Sebastien Helleu 2010-11-28 15:21:26 +01:00
  • 0532412212 Use tag "no_highlight" for options/values printed by command /set Sebastien Helleu 2010-11-28 12:41:50 +01:00
  • e92079cfe9 Add new option weechat.look.highlight_regex and function string_has_highlight_regex in plugin API (task #10321) Sebastien Helleu 2010-11-25 21:28:14 +01:00
  • 8b9abab711 Fix problem with /set on boolean options with value "toggle" Sebastien Helleu 2010-11-24 22:03:55 +01:00
  • 082e0251e2 Fix warning in irc-message.h Sebastien Helleu 2010-11-21 13:07:33 +01:00
  • c2fda185d8 Move some functions from irc-server.c and irc-protocol.c to irc-message.c Sebastien Helleu 2010-11-21 13:06:37 +01:00
  • 428e160f02 Update german translations Sebastien Helleu 2010-11-20 00:14:11 +01:00
  • 0f00fccc34 Update list of contributors Sebastien Helleu 2010-11-19 23:44:13 +01:00
  • 0aff0ef66f Fix high CPU usage during gnutls handshake Sebastien Helleu 2010-11-19 21:27:00 +01:00
  • b384b4257c Add some tags in FAQ to filter IRC messages displayed when joining channel Sebastien Helleu 2010-11-19 15:48:24 +01:00
  • 5b236c5658 Return an error when trying to set boolean option with invalid value Sebastien Helleu 2010-11-19 14:56:25 +01:00
  • aec97d2082 Add note about comma and "+" in help of options weechat.bar.xxx.items Sebastien Helleu 2010-11-18 18:27:10 +01:00
  • 50421cf27f Update user guide Sebastien Helleu 2010-11-18 18:22:16 +01:00
  • 917ce33ef1 Add note about strftime in help of options weechat.look.buffer_time_format and weechat.look.item_time_format Sebastien Helleu 2010-11-18 18:21:26 +01:00
  • f15f114e4d Fix infinite loop on gnutls handshake when connecting with SSL to server on wrong port or server with SSL problems (bug #27487) Gu1ll4um3r0m41n 2010-11-18 17:35:08 +01:00
  • 4d1c9a8315 Fix data sent to callback of hook_process, improve hook_process by using buffer Sebastien Helleu 2010-11-14 16:22:31 +01:00
  • 2f45cbfb02 Add partial portuguese translations (pt_BR.po) Sebastien Helleu 2010-11-13 10:16:10 +01:00
  • ac9ab58542 Update german translations, FAQ and scripting guide Sebastien Helleu 2010-11-12 22:05:58 +01:00
  • c311090722 Fix bug with flags on irc raw buffer Sebastien Helleu 2010-11-12 18:53:07 +01:00
  • 525b8fb87a Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925) Sebastien Helleu 2010-11-12 17:59:02 +01:00
  • f874402089 Remove obsolete comments in xfer plugin Sebastien Helleu 2010-11-12 17:33:57 +01:00
  • fc91093065 Fix bug with priority (low/high) for irc messages (all messages were sent with low priority) Sebastien Helleu 2010-11-12 17:28:10 +01:00
  • f27f5a6cb0 Fix upgrade of relay clients in state "disconnected" (do not create any hook after /upgrade) Sebastien Helleu 2010-11-12 10:19:41 +01:00
  • 045c936e4d Fix color of buffer name in status bar after /upgrade for IRC servers connected with SSL Sebastien Helleu 2010-11-12 10:18:44 +01:00
  • 1a61495166 Set tag "notify_message" for messages sent to IRC channels Sebastien Helleu 2010-11-12 09:21:43 +01:00
  • 118f2918b3 Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug #31531) Sebastien Helleu 2010-11-10 16:39:41 +01:00
  • 11b3dd2874 Use type "unsigned long long" for API function string_format_size Sebastien Helleu 2010-11-10 16:34:56 +01:00
  • 9ff51e04eb Remove debug print of irc redirects in log file Sebastien Helleu 2010-11-10 16:00:16 +01:00
  • 09c62fe7d1 Update ChangeLog Sebastien Helleu 2010-11-10 12:24:14 +01:00
  • 9ea73fda4b Fix bug with /upgrade on ssl servers with prefix modes and chars Sebastien Helleu 2010-11-10 12:21:18 +01:00
  • 3248833125 Search nicklist group without leading digits in irc plugin Sebastien Helleu 2010-11-10 12:11:56 +01:00
  • 97ea89c44f Allow search of nicklist group with name not including leading digits (for nicklist sort) Sebastien Helleu 2010-11-10 12:11:31 +01:00
  • 614b4dfc25 Fix zero byte malloc when joining a channel without nick Sebastien Helleu 2010-11-10 11:38:39 +01:00
  • 7eabbc6bb7 Fix crash when displaying groups in buffer nicklist Sebastien Helleu 2010-11-10 11:37:30 +01:00
  • c2b5076334 Add note about "%h" replaced by WeeChat home in some options Sebastien Helleu 2010-11-09 22:44:00 +01:00
  • 0b54d49306 Fix Tcl detection in autotools and cmake (look for tcl 8.5 or newer) (bug #30907) Sebastien Helleu 2010-11-09 21:53:59 +01:00
  • d4171e85e3 Update ChangeLog Sebastien Helleu 2010-11-09 17:56:48 +01:00
  • d3492db093 Fix irc topic completion in command /topic when channel topic starts with channel name Sebastien Helleu 2010-11-09 17:55:55 +01:00
  • ec38523bb3 Complete with alias value for second argument of command /alias Sebastien Helleu 2010-11-09 15:52:50 +01:00
  • 8c129779ac Add function "hook_completion_get_string" in plugin API Sebastien Helleu 2010-11-09 15:45:14 +01:00
  • 25879ca189 Move WeeChat core completions from gui-completion.c to wee-completion.c Sebastien Helleu 2010-11-09 15:03:07 +01:00
  • fed54c196e Update buffer local variables when irc server is renamed Sebastien Helleu 2010-11-08 20:16:45 +01:00
  • d478526b08 Add info "python2_bin" (path to python 2.x interpreter) in Python plugin Sebastien Helleu 2010-11-08 15:10:13 +01:00
  • 0b287f7e01 Add question in FAQ about hiding names when joining an IRC channel Sebastien Helleu 2010-11-08 11:42:50 +01:00
  • dc6e7a1c0f Add doc for some signals and hsignals in plugin API reference Sebastien Helleu 2010-11-08 11:04:55 +01:00
  • b10bcabae1 Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tags_whois Sebastien Helleu 2010-11-07 09:31:20 +01:00
  • 29097ad7eb Move examples at the end of /help logger Sebastien Helleu 2010-11-06 13:53:12 +01:00
  • e001c05710 Add IRC command /notify, new options for notify and infolist "irc_notify" (task #5441) Sebastien Helleu 2010-11-06 11:38:48 +01:00
  • a56dc00b2f Set highlight flag on line printed if there is tag "notify_highlight" Sebastien Helleu 2010-11-05 12:13:00 +01:00
  • a3d84a8e9e Update german and italian translations Sebastien Helleu 2010-11-01 22:27:30 +01:00
  • b1416957da Write ignore list in debug file when dumping irc data Sebastien Helleu 2010-11-01 12:01:27 +01:00
  • b3365a7a71 Fix return code values in plugin API reference for some config callbacks Sebastien Helleu 2010-11-01 10:49:38 +01:00
  • 60c1b6ea83 Use constant WEECHAT_RC_OK instead of 0 in function command_reload_file Sebastien Helleu 2010-11-01 10:21:56 +01:00
  • ac6b299e8b Remove dead assignments Sebastien Helleu 2010-10-31 18:23:16 +01:00
  • 06b48ccf83 Add 2 "return" to make C static analyzer happy Sebastien Helleu 2010-10-31 18:22:10 +01:00
  • 2378e4c2db Remove test on pointer which can't be NULL Sebastien Helleu 2010-10-31 18:21:10 +01:00
  • 90589b2d71 Add extra checks on some pointers Sebastien Helleu 2010-10-31 18:19:53 +01:00
  • 911f90e792 Remove function gui_input_move Sebastien Helleu 2010-10-31 18:18:09 +01:00
  • 4d25e4e0fd Replace unneeded function gui_input_move by memmove Sebastien Helleu 2010-10-31 18:14:28 +01:00
  • d58024ecec Check that buffer pointer is not NULL in upgrade_file_read_buffer Sebastien Helleu 2010-10-31 18:12:18 +01:00
  • fce371e22a Remove unused variables Sebastien Helleu 2010-10-31 18:10:51 +01:00
  • e442182a96 Remove unneeded assignments in ruby and lua API functions Sebastien Helleu 2010-10-31 11:56:22 +01:00
  • fdc5fa1b14 Fix bug with default value in config option infolist Sebastien Helleu 2010-10-30 15:07:00 +02:00
  • 24fa337181 Fix target buffer used to display IRC message 327 (whois, host) Sebastien Helleu 2010-10-30 10:41:12 +02:00
  • 0e315a81ad Fix crash when unloading lua script Sebastien Helleu 2010-10-30 10:38:19 +02:00
  • b4f63e70af Update ChangeLog Sebastien Helleu 2010-10-29 23:28:02 +02:00
  • fcc209a8bf Add new option irc.look.nick_color_force Sebastien Helleu 2010-10-29 23:25:05 +02:00
  • 90c99339b4 Return empty string in API function weechat_color when color is unknown Sebastien Helleu 2010-10-29 23:21:57 +02:00
  • 804551122a Use function nicklist_nick_set to change nick color (instead of removing/adding nick in nicklist) Sebastien Helleu 2010-10-29 18:41:06 +02:00
  • 32db2eac25 Add new functions in plugin API to get/set nicks/groups properties in nicklist Sebastien Helleu 2010-10-29 18:40:25 +02:00
  • 488de9895b Fix display of nick in nicklist when groups are displayed and nick has "visible" to 0 Sebastien Helleu 2010-10-29 18:37:46 +02:00
  • 908d9ca602 Add refresh when buffer property "nicklist_display_groups" is changed Sebastien Helleu 2010-10-28 19:35:14 +02:00
  • 5e5a926e99 Fix bug when counting number of groups/nicks displayed in nicklist Sebastien Helleu 2010-10-28 19:32:57 +02:00
  • 90f06b348e Improve IRC nick prefixes, all modes (even unknown) are used with PREFIX value from message 005 Sebastien Helleu 2010-10-28 18:52:18 +02:00
  • 666d4530f7 Update ChangeLog Sebastien Helleu 2010-10-26 23:07:44 +02:00
  • ff79164350 Use IRC command arguments instead of full message for IRC redirection (when searching "string" in message) Sebastien Helleu 2010-10-25 14:20:28 +02:00
  • 4e6c4ceb5f Add irc modifier and irc_parse_message in scripting guide Sebastien Helleu 2010-10-25 13:09:11 +02:00
  • e5afd593ab Fix default value of bar items options (bug #31422) Sebastien Helleu 2010-10-23 12:29:43 +02:00