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

Commit Graph

  • 1dba2c8c92 Fix crash on /quit when scrolling in buffer and if first line displayed was from a plugin Sebastien Helleu 2010-04-14 19:24:54 +02:00
  • 42b9038919 Update spanish translations Sebastien Helleu 2010-04-14 18:29:13 +02:00
  • aeee1856eb Fix bug with perl script filename when multiplicity is disabled (bug #29530) Sebastien Helleu 2010-04-13 00:02:07 +02:00
  • acca17d142 Fix display of perl errors (use tab to force empty prefix on message) Sebastien Helleu 2010-04-12 15:29:30 +02:00
  • ea3588a8d7 Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29467) Sebastien Helleu 2010-04-12 14:08:26 +02:00
  • 339e42df76 Fix bug with writing of configuration files under Cygwin Sebastien Helleu 2010-04-12 14:06:33 +02:00
  • ea5fa86793 Update italian scripting guide Sebastien Helleu 2010-04-11 20:10:40 +02:00
  • ca76653a2c Update german translations Sebastien Helleu 2010-04-11 14:32:38 +02:00
  • 1df46609ce Add italian scripting guide Sebastien Helleu 2010-04-11 13:17:03 +02:00
  • b1fa81468e Updated czech translations Jiri Golembiovsky 2010-04-10 21:58:58 +02:00
  • 9c0eb33213 Version 0.3.2-rc1 v0.3.2-rc1 Sebastien Helleu 2010-04-10 12:47:06 +02:00
  • 030ac33005 Use tag "no_highlight" for CTCP replies Sebastien Helleu 2010-04-10 12:39:56 +02:00
  • c33f0e60ea Define WeeChat license as macro for C compiler, used in plugins to set license Sebastien Helleu 2010-04-09 15:39:52 +02:00
  • 31bfcf96c7 Reformat and add comments for description of C sources Sebastien Helleu 2010-04-08 18:15:00 +02:00
  • 9394a78e39 Fix typo in description of modifier "history_add" Sebastien Helleu 2010-04-08 17:16:38 +02:00
  • a6f37da576 Add buffer pointer as string in modifier_data for modifier "history_add" Sebastien Helleu 2010-04-08 16:49:19 +02:00
  • d52f051ec1 Add modifier "history_add" (text added to buffer or global history) Sebastien Helleu 2010-04-08 15:27:47 +02:00
  • 45c0cc7e7e Define list of default aliases as an array Sebastien Helleu 2010-04-08 14:29:12 +02:00
  • 3fc11807f9 Update italian doc and translations Sebastien Helleu 2010-04-08 10:24:05 +02:00
  • 2e82d65819 Fix comment in wee-config-file.c Sebastien Helleu 2010-04-06 14:11:35 +02:00
  • fab6ac61ee Use tag "no_highlight" for backlog lines printed by logger plugin Sebastien Helleu 2010-04-05 22:41:15 +02:00
  • 9399c9f9cb Add missing properties "highlight_words_add" and "highlight_words_del" in array gui_buffer_properties_set Sebastien Helleu 2010-04-05 13:45:59 +02:00
  • 9017a23013 Add option "-open" for IRC command /connect Sebastien Helleu 2010-04-05 13:03:11 +02:00
  • a6e819f790 Update german translations Sebastien Helleu 2010-04-04 12:31:56 +02:00
  • 2a37b44ae1 Reformat NEWS file with style of ChangeLog Sebastien Helleu 2010-04-04 12:19:03 +02:00
  • eccb4703cf Add note about upgrading to version 0.3.2 in NEWS file Sebastien Helleu 2010-04-03 19:50:24 +02:00
  • 09939a1b4b Fix display of empty nicklist in IRC private buffers Sebastien Helleu 2010-04-03 19:49:36 +02:00
  • 19d74e18a5 Add highlight word "$nick" instead of real nick in IRC and xfer plugins Sebastien Helleu 2010-04-03 19:11:55 +02:00
  • 96f49f39e0 Add or remove highlight words in a buffer with "highlight_words_add" and "highlight_words_del" (for buffer_set) Sebastien Helleu 2010-04-03 19:11:02 +02:00
  • 187381f1d1 Allow buffer local variables in highlight words (option "weechat.look.highlight" and buffer property "highlight_words") Sebastien Helleu 2010-04-03 17:25:13 +02:00
  • 915d4801f6 Change buffer properties only when buffer is created by IRC plugin (channels and raw buffer), do not change them after /upgrade Sebastien Helleu 2010-04-03 16:52:37 +02:00
  • df0d408ce9 Add option "get" for command /buffer, add completions with buffer properties Sebastien Helleu 2010-04-03 16:05:39 +02:00
  • 1c80407f0f Fix help of option weechat.plugin.autoload Sebastien Helleu 2010-03-31 23:40:59 +02:00
  • 848cce2c8a Improve plugins autoload (option weechat.plugin.autoload): allow to use "*" as joker and "!" to prevent a plugin from being autoloaded (task #6361) Sebastien Helleu 2010-03-31 22:39:09 +02:00
  • 253ff07009 Add missing variables in debug dump Sebastien Helleu 2010-03-30 11:00:42 +02:00
  • 12afdb29c4 Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick used was not the first in list of nicks Sebastien Helleu 2010-03-30 10:40:01 +02:00
  • 5ff1742c86 Fix display of message 333 (channel topic) when there is no host but only nick Sebastien Helleu 2010-03-29 22:50:56 +02:00
  • 4981e7150a Update german translations Sebastien Helleu 2010-03-29 22:39:10 +02:00
  • 35944a4219 Fix IRC command /list: send channel and server name given as argument, and use separate option "-re" to allow a regex Sebastien Helleu 2010-03-29 18:37:08 +02:00
  • b6bb001fc4 Free some extra memory when exiting WeeChat Sebastien Helleu 2010-03-29 17:56:23 +02:00
  • 56526db5cf Fix infinite loop with /layout apply and bug when applying layout, sometimes many /layout apply were needed (bug #26110) Sebastien Helleu 2010-03-29 16:30:23 +02:00
  • 88853df080 Fix check of IRC ignore when channel is specified in ignore (problem with PRIVMSG queries) Sebastien Helleu 2010-03-29 12:25:28 +02:00
  • 485e884751 Add new option irc.look.part_closes_buffer to close buffer when /part is issued on channel (task #10295) Sebastien Helleu 2010-03-26 20:02:17 +01:00
  • 2bbc228381 Fix compilation of irc plugin with old gcc (remove #ifdef inside call of macro) Sebastien Helleu 2010-03-26 19:29:37 +01:00
  • b9e65ec63d Fix bug with writing of configuration files when disk is full (bug #29331) Sebastien Helleu 2010-03-26 19:01:25 +01:00
  • 24135801b4 Backport changes in english plugin API reference into italian version Sebastien Helleu 2010-03-26 10:40:37 +01:00
  • 483b63f360 Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed" Sebastien Helleu 2010-03-25 17:02:37 +01:00
  • ac27388543 Display cmake warning if libncursesw is not found Sebastien Helleu 2010-03-25 16:03:38 +01:00
  • e59bbbb40a Add "irc_is_nick" for function info_get to check if a string is a valid IRC nick name (patch #7133) Sebastien Helleu 2010-03-25 10:39:07 +01:00
  • 96e6ae3fc3 Add new options for command /key (listdefault, listdiff and reset), add examples in /help key Sebastien Helleu 2010-03-24 19:54:31 +01:00
  • b932f403a5 Fix crash on /upgrade if there are some nicks in a nicklist without prefix or prefix_color defined Sebastien Helleu 2010-03-24 10:14:10 +01:00
  • 3e2943a0e0 Fix bug with nicklist prefix in log file Sebastien Helleu 2010-03-24 10:03:57 +01:00
  • b491cc3479 Fix bug with callbacks when loading a script already loaded Sebastien Helleu 2010-03-24 00:04:00 +01:00
  • f1a946054e Add italian translation of Plugin API Reference Sebastien Helleu 2010-03-23 18:05:07 +01:00
  • 8cfabb4696 Add examples in /help dcc, update german translations Sebastien Helleu 2010-03-23 16:26:36 +01:00
  • a0f442a84e Fix alignment of keys in output of /key when some keys contain wide chars Sebastien Helleu 2010-03-23 13:41:23 +01:00
  • 03d01f4234 Remove WeeChat slogan Sebastien Helleu 2010-03-23 10:23:26 +01:00
  • 2bad57ae28 Add note about /unalias in /help alias Sebastien Helleu 2010-03-23 09:58:07 +01:00
  • 918383424f Reformat examples in help of some commands Sebastien Helleu 2010-03-23 09:42:37 +01:00
  • 855993d14d Fix typos in /help window and /help logger Sebastien Helleu 2010-03-22 21:00:58 +01:00
  • a10b9038d5 Add list of tags in /help filter Sebastien Helleu 2010-03-22 20:26:24 +01:00
  • c1c1005b36 Add new option weechat.color.nicklist_offline Sebastien Helleu 2010-03-22 11:08:17 +01:00
  • da4438b995 Remove obsolete option weechat.color.nicklist_more Sebastien Helleu 2010-03-22 10:49:11 +01:00
  • 1c5ef4d1e3 Remove IRC commands /forcejoin and /omode (now possible with alias and custom completion) Sebastien Helleu 2010-03-21 18:41:35 +01:00
  • 8f9f1f8e97 Fix typo in /help alias Sebastien Helleu 2010-03-21 18:35:44 +01:00
  • b40ea94a49 Add custom completion for aliases (task #9479) Sebastien Helleu 2010-03-21 18:30:51 +01:00
  • 7d65014efd Add missing refresh of bar item "buffer_number" when a buffer is closed Sebastien Helleu 2010-03-21 16:24:59 +01:00
  • 032a5ddef5 Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, even if ignored with /ignore) Sebastien Helleu 2010-03-21 13:06:33 +01:00
  • c0d050f7cc Update german translations Sebastien Helleu 2010-03-21 10:14:05 +01:00
  • 29fad11df5 Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat Sebastien Helleu 2010-03-21 10:00:56 +01:00
  • 6f84e00ee7 Use buffer local variable "nick" for default item "input_prompt" Sebastien Helleu 2010-03-21 10:00:47 +01:00
  • 6b4aaef396 Updated czech translation Jiri Golembiovsky 2010-03-21 01:11:25 +01:00
  • 5755bd50ac Add IRC commands /omode and /forcejoin (patch #7126) Sebastien Helleu 2010-03-20 23:42:21 +01:00
  • 7925b2d242 Refresh screen when exiting WeeChat (to display messages printed after /quit) Sebastien Helleu 2010-03-20 17:09:07 +01:00
  • 9d96090d7d Add functions string_match, string_has_highlight and string_mask_to_regex in script plugin API Sebastien Helleu 2010-03-20 13:32:08 +01:00
  • 2801b8437c Reformat multi-line comments Sebastien Helleu 2010-03-19 23:33:14 +01:00
  • bc3fa9fd4c Move /away command from irc plugin to core Sebastien Helleu 2010-03-19 19:28:19 +01:00
  • 568d913c58 Fix bugs with function hook_command_run Sebastien Helleu 2010-03-19 19:25:59 +01:00
  • 645d38d403 Fix bugs with xfer buffer after /upgrade Sebastien Helleu 2010-03-17 16:19:57 +01:00
  • 4fd23e12dc Do not send signals "irc_in" and "irc_in2" when IRC messages are ignored Sebastien Helleu 2010-03-17 16:03:51 +01:00
  • feb51fbca4 Fix display of host in IRC message 333 (channel topic) Sebastien Helleu 2010-03-14 16:48:15 +01:00
  • 7ef5a97a08 Update italian user guide Sebastien Helleu 2010-03-14 11:33:03 +01:00
  • ab9d1480f6 Updated czech translation Jiri Golembiovsky 2010-03-13 20:51:59 +01:00
  • 0a66ad0e0f Fix typo: crashs -> crashes Sebastien Helleu 2010-03-13 20:02:29 +01:00
  • 5233ceed44 Add chapter "Report crashs" in user guide Sebastien Helleu 2010-03-13 14:22:24 +01:00
  • 86b1ab20b5 Display IRC command 324 (channel modes) on server buffer if channel is not open Sebastien Helleu 2010-03-11 10:23:34 +01:00
  • 7ec6092ba9 Update german and italian FAQ Sebastien Helleu 2010-03-10 10:06:20 +01:00
  • 23a0c0d610 Add missing initialization of variable in function irc_sasl_mechanism_plain Sebastien Helleu 2010-03-09 17:06:58 +01:00
  • 7ef2f312ff Update german FAQ Sebastien Helleu 2010-03-09 16:54:24 +01:00
  • 9dd45664fd Add questions in FAQ about voice filtering and check of away nicks Sebastien Helleu 2010-03-09 12:04:52 +01:00
  • 8f4240dbf7 Add more sections in FAQ Sebastien Helleu 2010-03-08 18:21:07 +01:00
  • bab29e028d Fix color of away nicks in nicklist when doing /names (nick color was reset to default color) Sebastien Helleu 2010-03-08 15:14:31 +01:00
  • 58d423319c Return absolute path for info_get of "weechat_dir" (bug #27936) Sebastien Helleu 2010-03-08 11:21:03 +01:00
  • 682f5addc0 Add chapter with common tasks in scripting guide Sebastien Helleu 2010-03-07 22:23:44 +01:00
  • eb5e54602e Fix extraction and check of IRC prefix Sebastien Helleu 2010-03-07 21:49:07 +01:00
  • da50ac329a Bug with IRC prefix "!" for mode "a" (channel admin) (bug #29109) Sebastien Helleu 2010-03-07 21:22:23 +01:00
  • 788df1089b Updated czech translations Jiri Golembiovsky 2010-03-06 00:21:19 +01:00
  • 401ddff564 Fix display in bars with filling horizontal Sebastien Helleu 2010-03-04 15:28:16 +01:00
  • 16e62bdc60 Fix display in bars with filling set to columns_vertical or columns_horizontal Sebastien Helleu 2010-03-04 14:12:36 +01:00
  • fa60269325 Hide read marker if all lines after marker are filtered (only if option read_marker_always_show is off) Sebastien Helleu 2010-03-04 13:06:57 +01:00