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

Commit Graph

  • 4bef226f33 Fixed bug with print_y: now scripts can print empty line to remove a line Sebastien Helleu 2008-04-25 16:40:11 +02:00
  • cf4f869174 Added completion with possible values for /set, new possible values "++n" and "--n" for integers and colors Sebastien Helleu 2008-04-24 17:20:07 +02:00
  • 16e11ef25e Fixed bug with bar auto-sizing in windows Sebastien Helleu 2008-04-24 15:39:34 +02:00
  • ab6684c60a Added filling/color_fg/color_bg options for bars, added config_get/config_get_plugin/config_set_plugin in script API Sebastien Helleu 2008-04-24 12:18:26 +02:00
  • a5e5ab6e48 Added missing IRC headers files in cmake and automake targets Sebastien Helleu 2008-04-23 10:27:13 +02:00
  • a6dfefacfe Fixed perl plugin compilation with old gcc versions Sebastien Helleu 2008-04-23 10:26:41 +02:00
  • 06fd80e210 Added conditions for bar display and bar max size Sebastien Helleu 2008-04-22 18:11:33 +02:00
  • 9d49beabf1 Updated README Sebastien Helleu 2008-04-21 09:57:13 +02:00
  • 33dd793143 Fixed broken completion on buffers where nicklist is not displayed (bug #23006) Sebastien Helleu 2008-04-20 23:35:26 +02:00
  • 53202f4e31 Updated README Sebastien Helleu 2008-04-20 19:22:54 +02:00
  • 8965bd484c Fixed display bug with nicklist and option weechat.look.nicklist Sebastien Helleu 2008-04-20 18:33:38 +02:00
  • 198e0e2375 Close all buffers created by a plugin when plugin is unloaded (bug #22978) Sebastien Helleu 2008-04-19 12:02:06 +02:00
  • 170192936c Fixed bug with print_y in script API Sebastien Helleu 2008-04-19 12:01:15 +02:00
  • 30b0e2d777 Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2.6) (bug #22935), added "nicklist" infolist Sebastien Helleu 2008-04-19 11:30:15 +02:00
  • 49a9e6f79a Fixed bug with use of wrong command hooked (bug #22974) Sebastien Helleu 2008-04-19 01:00:02 +02:00
  • 1486429cf1 Replaced /builtin command by /command, and can now be used to launch commands with same name from different plugins Sebastien Helleu 2008-04-18 15:39:24 +02:00
  • 22c619040b Fixed /redraw alias Sebastien Helleu 2008-04-18 13:56:18 +02:00
  • 2d1176bf53 Delete IRC server when last option for a server is deleted (with /unset) Sebastien Helleu 2008-04-18 13:31:52 +02:00
  • 27a66b2790 Added option name and value when option is changed with /set command Sebastien Helleu 2008-04-18 13:31:17 +02:00
  • b31c3efc8a Use of /window command for some key bindings with actions on current window (like scroll, ..) Sebastien Helleu 2008-04-18 12:56:21 +02:00
  • e349ae491a Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match) Sebastien Helleu 2008-04-17 17:59:27 +02:00
  • 62bcf75851 Fixed refresh problem (empty screen after resizing terminal to very small size, then normal size) Sebastien Helleu 2008-04-17 12:30:48 +02:00
  • b0ea4715ca Fixed crash when nicklist is top/bottom and that we open a new buffer with a nicklist Sebastien Helleu 2008-04-17 12:30:21 +02:00
  • 9b87c5bb02 Fixed bug with IRC /query command Sebastien Helleu 2008-04-17 10:31:59 +02:00
  • ae98666bc6 Added "toggle" value for /set on boolean options, fixed refresh bugs, added option type for infolist "options" Sebastien Helleu 2008-04-16 14:44:02 +02:00
  • 7489ec9a40 Fixed bug with display of nicklist scroll indicator Sebastien Helleu 2008-04-16 12:20:09 +02:00
  • dae4068a0e Added keys by buffer (useful for buffers with free content that need own keys) Sebastien Helleu 2008-04-15 16:40:08 +02:00
  • 26f5591732 Fixed bug with alias, use current buffer to run commands (bug #22876) Sebastien Helleu 2008-04-15 13:56:20 +02:00
  • b87d709a70 New format for [bar] section in weechat.conf file, bar options can be set with /set command Sebastien Helleu 2008-04-15 13:50:01 +02:00
  • 362ce3eca8 Use of "string_explode" to send many messages to IRC server Sebastien Helleu 2008-04-14 15:58:25 +02:00
  • 2008806fac Updated svensk quickstart doc Sebastien Helleu 2008-04-13 10:49:33 +02:00
  • 5c8ef8109a Added new default bar item "time" Sebastien Helleu 2008-04-12 23:59:27 +02:00
  • 0603a7eb30 Added value and default value for options in infolist Sebastien Helleu 2008-04-12 17:32:36 +02:00
  • 0c9051f38a Fixed IRC /msg command (text was sent twice when sending "nickserv identify") Sebastien Helleu 2008-04-12 10:37:04 +02:00
  • 60d239c8f7 Fixed minor bugs with help on options Sebastien Helleu 2008-04-12 09:44:14 +02:00
  • cd1e12250d Added plugin name in beginning of log filenames Sebastien Helleu 2008-04-11 23:11:56 +02:00
  • edeabd977b Fixed bugs with nicks color and sorting in nicklist Sebastien Helleu 2008-04-11 22:33:29 +02:00
  • 00e75b9b94 Fixed bugs with weechat_config_get() in plugin API Sebastien Helleu 2008-04-11 22:05:54 +02:00
  • d975629686 Improved /set command, added /unset command, new name for config files (*.conf) Sebastien Helleu 2008-04-11 18:36:06 +02:00
  • 8211dd6043 Added auto-resize feature for bars Sebastien Helleu 2008-04-04 15:50:05 +02:00
  • 48bbd32f12 Bugs fixed with bars Sebastien Helleu 2008-04-03 18:11:32 +02:00
  • bab03d044b Fixed compilation problems when gnutls dev lib is not found Sebastien Helleu 2008-04-03 16:05:09 +02:00
  • 8509f777b4 New features and bug fixes with bars Sebastien Helleu 2008-04-03 15:54:21 +02:00
  • ad199b41ae Fixed display bug with /me command (IRC plugin) Sebastien Helleu 2008-04-03 15:18:59 +02:00
  • 8117668827 Fixed bugs with filters (regex and refresh of buffers) Sebastien Helleu 2008-04-03 13:08:39 +02:00
  • 5fd8c304ce Fixed some printf in logger plugin Sebastien Helleu 2008-04-01 11:21:09 +02:00
  • 032353ce29 Fixed bug with creation of bar window Sebastien Helleu 2008-03-29 22:27:30 +01:00
  • 4b2e8b37f7 Fixed display bug when first line displayed is not first of buffer Sebastien Helleu 2008-03-29 19:56:58 +01:00
  • f1db462136 Fixed bug with bars refresh Sebastien Helleu 2008-03-29 15:07:52 +01:00
  • 7a1a79424e Lines of buffers with free content are now truncated according to window width Sebastien Helleu 2008-03-29 12:29:13 +01:00
  • 868bc6b63d Added preliminary support of new buffer type, with free content Sebastien Helleu 2008-03-28 18:57:10 +01:00
  • 34a3c8637d New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task #7806) Sebastien Helleu 2008-03-25 12:55:37 +01:00
  • 57323fa71e Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov) Sebastien Helleu 2008-03-23 23:00:04 +01:00
  • 14feea7ab8 Fixed bug with charset in IRC plugin Sebastien Helleu 2008-03-23 20:25:39 +01:00
  • d9a4bdf629 Check plugin version when loading it, to prevent crash when loading old plugins Sebastien Helleu 2008-03-23 11:41:09 +01:00
  • 61ca929728 Added tags for lines and custom filtering by tags or regex (task #7674), fixed many memory leaks Sebastien Helleu 2008-03-22 23:36:12 +01:00
  • 8c4dc57d8e Added comments in code for core sources Sebastien Helleu 2008-03-16 21:25:39 +01:00
  • 73d1629c76 Update of README and INSTALL files Sebastien Helleu 2008-03-15 20:53:41 +01:00
  • c4ae815a32 New format for some IRC protocol commands Sebastien Helleu 2008-03-15 17:54:55 +01:00
  • fe8d679362 Fixed bugs with bars size and refresh Sebastien Helleu 2008-03-15 10:49:42 +01:00
  • 08522770e8 New format for many IRC protocol commands, bugs fixed in IRC plugin Sebastien Helleu 2008-03-15 09:50:37 +01:00
  • 13c6866c80 New default settings for action/network prefixes, new default color for network prefix Sebastien Helleu 2008-03-15 09:48:13 +01:00
  • 68b586c229 Fixed bug in string_explode function, new function string_strip Sebastien Helleu 2008-03-15 09:47:27 +01:00
  • 9f840e514e Fixed bug in string_explode function, introduced with previous commit Sebastien Helleu 2008-03-14 00:14:27 +01:00
  • 0890ca2d12 Fixed IRC invite command, use of hosts for IRC kickban command Sebastien Helleu 2008-03-13 23:08:33 +01:00
  • 5d740b882c Fixed string_explode function, when string ends with separator(s) Sebastien Helleu 2008-03-13 22:50:01 +01:00
  • 88133a7b9a Fix bug with options startup_command_{before|after}_plugins Sebastien Helleu 2008-03-11 17:53:08 +01:00
  • 469ff93d91 Added "startup" section in config, new options "startup_command_{before|after}_plugins" Sebastien Helleu 2008-03-11 14:52:57 +01:00
  • 24ea547090 Fix hotlist update when buffer is current one Sebastien Helleu 2008-03-11 12:27:07 +01:00
  • 3a5625f2f4 Fixed warnings about "PL_na" in Perl plugin on FreeBSD Sebastien Helleu 2008-03-10 23:11:10 +01:00
  • 51043471b9 Removed typedef for GUI structure (use only struct) Sebastien Helleu 2008-03-10 14:03:37 +01:00
  • 44d152a877 Minor changes in /buffer command and topic of WeeChat buffer Sebastien Helleu 2008-03-09 12:03:59 +01:00
  • 0e869a67c9 Fixed permission of plugin directories (was 0644, set to 0755) Sebastien Helleu 2008-03-09 11:27:11 +01:00
  • 0bcb399670 Removed compiler warning in Perl plugin on FreeBSD Sebastien Helleu 2008-03-08 18:02:07 +01:00
  • 69cdb6ca1c Update of README and man page Sebastien Helleu 2008-03-08 12:20:15 +01:00
  • 93007b29fe Fixed help of /bar command Sebastien Helleu 2008-03-08 11:04:47 +01:00
  • cec447e4d9 Added missing keywords for cmake gettext build Sebastien Helleu 2008-03-07 23:57:21 +01:00
  • 324eaa5069 Save of bars in main WeeChat config file (weechat.rc) Sebastien Helleu 2008-03-07 18:39:14 +01:00
  • 75e8c9a2f5 New option DISABLE_COMPILE_DEBUG for cmake Sebastien Helleu 2008-03-07 18:38:43 +01:00
  • b361066e69 Cleanup of Curses and Gtk makefiles Sebastien Helleu 2008-03-07 17:43:30 +01:00
  • 468422e130 Fix of link with cmake for Curses and Gtk executables Sebastien Helleu 2008-03-07 17:22:32 +01:00
  • 519f62c11d Added "max_height" parameter for bar item rebuild callbacks Sebastien Helleu 2008-03-07 10:54:33 +01:00
  • 32e976ae72 Fix of IRC plugin compilation with cmake Sebastien Helleu 2008-03-05 18:33:07 +01:00
  • 573b4d9dec New default value for logger time format (prevents problem with backlog when locale is changed) Sebastien Helleu 2008-03-05 18:32:46 +01:00
  • 4d2925ef1c Added file FindPkgConfig.cmake (for old cmake versions) Sebastien Helleu 2008-03-05 18:01:49 +01:00
  • f6e2e5d38d Fix of cmake build process Sebastien Helleu 2008-03-05 17:11:32 +01:00
  • 14d393b11e Partial support of bars, with custom items. Sebastien Helleu 2008-03-05 16:19:10 +01:00
  • d64e852a38 Fixed bug with config file write (crash on FreeBSD) Sebastien Helleu 2008-03-02 14:50:44 +01:00
  • 17804ea08b Fix bug with weechat_plugin_end() function, now returns "int" everywhere Sebastien Helleu 2008-02-25 17:31:04 +01:00
  • 8d23a7b4da Fix Perl plugin build when system Perl is built without multiplicity Sebastien Helleu 2008-02-25 11:07:51 +01:00
  • 27d1d81f98 Command /whois is now authorized in private without argument (task #7482) Sebastien Helleu 2008-02-24 23:15:23 +01:00
  • b7513da92b Moved sigsegv function to wee-debug.c Sebastien Helleu 2008-02-24 18:10:11 +01:00
  • af12f3e99c XML doc files (weechat.XX.xml) splitted in many XML files Sebastien Helleu 2008-02-24 10:45:55 +01:00
  • c5a30be877 New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar display, fixed nick in input for IRC buffers Sebastien Helleu 2008-02-22 14:29:34 +01:00
  • 3187d9627b Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494) Sebastien Helleu 2008-02-21 18:46:10 +01:00
  • dec0e7dc12 Added new plugin "debug" Sebastien Helleu 2008-02-21 17:31:59 +01:00
  • 155e689a26 Removed typedef for keyboard structures in gui-keyboard.h Sebastien Helleu 2008-02-04 10:36:16 +01:00
  • 763bb073b4 Added string_tolower/upper in plugins API, added "name_lower_case" option in logger plugin (bug #19522) Sebastien Helleu 2008-02-04 10:07:19 +01:00
  • 9f0b722793 Fixed "irc_server_nicks" completion (now completes with current server only) (bug #21558) Sebastien Helleu 2008-02-03 17:09:13 +01:00
  • 960d10cad0 Removed option "-command" for command "/server" in IRC plugin Sebastien Helleu 2008-02-03 16:34:19 +01:00