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

Commit Graph

  • 349371197c Add 2 new default bar items (input_paste and input_search), used by default input bar Sebastien Helleu 2008-10-10 15:58:11 +02:00
  • bfc9751fb7 Clean doc/xx/ directory after build with autotools Sebastien Helleu 2008-10-10 15:01:20 +02:00
  • 11b6aaebb9 Fix nick modes in input bar item for IRC plugin (do not display parenthesis when there's nothing to display inside) Sebastien Helleu 2008-10-10 15:00:17 +02:00
  • 80018210eb Use key shift-tab to force partial completion (when no completion is pending), remove automatic partial completion on option names Sebastien Helleu 2008-10-10 14:02:25 +02:00
  • 5d07aa14ed Add function to get plugin name (return "core" for WeeChat core) Sebastien Helleu 2008-10-08 19:04:05 +02:00
  • 0e053e072b Fix /reload command (now reloads config files with no reload callback) Sebastien Helleu 2008-10-08 16:03:59 +02:00
  • 4f9843f84c Add config file logger.conf (replaces old logger options in plugins.conf) Sebastien Helleu 2008-10-08 15:50:59 +02:00
  • d5b78f0d8f Add backlog for IRC channel and private buffers Sebastien Helleu 2008-10-07 14:29:46 +02:00
  • 44944ef01f Add Tcl script plugin (thanks to Dmitry Kobylin) Sebastien Helleu 2008-10-05 19:06:46 +02:00
  • 269bf55b1e Update autogen xml doc files Sebastien Helleu 2008-10-05 18:59:58 +02:00
  • 93f3d42c90 Split default bars creation in many functions Sebastien Helleu 2008-10-04 11:39:28 +02:00
  • b18a61984f Fix bug with IRC notices for channel: display them in channel instead of server buffer (bug #18730) Sebastien Helleu 2008-10-03 18:09:23 +02:00
  • dfaa43ff17 Add color for marker on lines where text sought is found Sebastien Helleu 2008-10-03 17:18:25 +02:00
  • 01ae24ed08 Add missing IRC command 369 (end of whowas) Sebastien Helleu 2008-10-03 16:57:28 +02:00
  • bc3e5a6f7f Add missing hooks to ChangeLog Sebastien Helleu 2008-10-03 14:57:01 +02:00
  • 97a2c7bc39 Add missing IRC command 328 (channel url) Sebastien Helleu 2008-10-03 14:54:00 +02:00
  • e2b60e73c2 Do not write "--" or "++" indicators for bars with items where cursor is moved (like input_text) Sebastien Helleu 2008-10-03 14:22:20 +02:00
  • b389da832f Fix horitonzal scroll (X) in bars Sebastien Helleu 2008-10-03 12:59:11 +02:00
  • 6fc2163200 Fix bug with nicklist bar item: remove last new line when used on top or bottom of window Sebastien Helleu 2008-10-03 12:58:42 +02:00
  • 239dd464d5 Add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702) Sebastien Helleu 2008-10-02 18:54:06 +02:00
  • 2ffd141cf4 Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453) Sebastien Helleu 2008-10-02 18:03:27 +02:00
  • f51f02547e Fix autorejoin of keyed channels (bug #24131) Sebastien Helleu 2008-10-02 15:27:37 +02:00
  • 932c5760ed Fix bug with channel modes in buffer_name bar item (IRC plugin) Sebastien Helleu 2008-10-02 15:26:09 +02:00
  • c2852e9201 Fix refresh of bar item "input_text" when it is used in a root bar Sebastien Helleu 2008-10-01 15:24:16 +02:00
  • 013e039241 Fill items in bars with spaces when filling is vertical Sebastien Helleu 2008-10-01 12:25:40 +02:00
  • f51e3020e1 Fix wrong include path Sebastien Helleu 2008-09-30 16:38:40 +02:00
  • 12421a67da Set unread marker for IRC server/channels/pv buffers when using /away command Sebastien Helleu 2008-09-30 15:39:25 +02:00
  • 9fa560300f Fix some memory leaks Sebastien Helleu 2008-09-30 12:13:00 +02:00
  • b4b1bf0522 Update some autogen xml doc file (weechat and irc commands) Sebastien Helleu 2008-09-30 10:42:14 +02:00
  • 6274ffc8e1 Remove obsolete autogen xml doc files Sebastien Helleu 2008-09-30 09:32:55 +02:00
  • 813e40632b Fix bug with arguments of function "config_new_option" in scripts API Sebastien Helleu 2008-09-29 18:30:15 +02:00
  • 966541d416 Remove debug message Sebastien Helleu 2008-09-29 16:33:50 +02:00
  • b706ee15dc Fix bug with IRC nick modes (was set when receiving channel modes) Sebastien Helleu 2008-09-29 15:45:45 +02:00
  • 471a7dda67 Add some missing functions in API: hook_connect and infolist creation Sebastien Helleu 2008-09-26 13:26:41 +02:00
  • 8799fe6963 Add nick modes in bar item "input_prompt" for IRC plugin Sebastien Helleu 2008-09-25 14:25:33 +02:00
  • 45e1ec094a Fix crash with ping and action IRC messages (bug ##24373) Sebastien Helleu 2008-09-25 08:09:46 +02:00
  • ace2d20e33 Fix /upgrade when there is one buffer for all IRC servers Sebastien Helleu 2008-09-24 19:39:17 +02:00
  • 0fd3f8b6eb Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) Sebastien Helleu 2008-09-24 18:59:24 +02:00
  • 6555ff5c7b Fix background bug with bar item "buffer_name" for IRC plugin Sebastien Helleu 2008-09-23 15:48:11 +02:00
  • 948f47de6b Fix help of /bar command Sebastien Helleu 2008-09-23 15:47:48 +02:00
  • 1b11f7eb67 Fix bug when changing options look.set_title and look.save_on_exit (bug #24350) Sebastien Helleu 2008-09-23 07:50:56 +02:00
  • f67daef914 Fix network connection for hostnames resolving to several IPs: try all IPs in list until one succeeds (bug #21473, debian bug #498610) Sebastien Helleu 2008-09-22 17:15:35 +02:00
  • 87fd5c83ca Return IPv4/IPv6 address to connect hook callback when connection is ok (used by IRC plugin to display IP of IRC server) Sebastien Helleu 2008-09-22 16:30:02 +02:00
  • 0bfa1ee9ba Fix display of away indicator in irc buffer name bar item Sebastien Helleu 2008-09-22 07:46:50 +02:00
  • 1129a1f3e5 Remove compilation warning about unused variables in perl plugin Sebastien Helleu 2008-09-22 07:45:17 +02:00
  • f9722d4b23 Add away indicator in "buffer name" bar item (for IRC plugin) Sebastien Helleu 2008-09-21 21:31:32 +02:00
  • a8b12f2597 Add IRC bar items (buffer name, lag indicator), use bar items from plugins with callback to core items if not found Sebastien Helleu 2008-09-21 19:32:41 +02:00
  • e1bb85457a Add doc autogen files to .gitignore Sebastien Helleu 2008-09-21 19:11:47 +02:00
  • 9c4f98e278 Replace french word "pourcentage" by percentage Sebastien Helleu 2008-09-18 18:53:35 +02:00
  • c572e393e7 Remove "category" for buffers (keep only name). Sebastien Helleu 2008-09-18 18:44:03 +02:00
  • c3df7da641 Fix help of /demo_infolist command Sebastien Helleu 2008-09-15 14:48:36 +02:00
  • 2ff988d352 Fix bug with line filtering on buffers with free content Sebastien Helleu 2008-09-15 14:48:16 +02:00
  • da4e0e03a5 Fix probable pthread mutex lock on hppa architecture with perl plugin (Debian Bug #495080). Emmanuel Bouthenot 2008-09-07 16:57:39 +00:00
  • 479ce5d3ca Enable Large File Support. Emmanuel Bouthenot 2008-09-07 12:58:47 +00:00
  • ae612a811b Many changes in doc Sebastien Helleu 2008-09-05 18:52:59 +02:00
  • e43dd39646 Reintroduce /ignore command to ignore IRC nicks/hosts, using regex Sebastien Helleu 2008-09-03 18:20:35 +02:00
  • 909d123692 Update translations Sebastien Helleu 2008-09-03 10:10:33 +02:00
  • cd586cda77 Add infolist for list of filters ("filter") Sebastien Helleu 2008-09-03 10:09:22 +02:00
  • 209df25bdb Add "no_filter" tag, to prevent some lines to be filtered (like output of /filter command) Sebastien Helleu 2008-09-03 09:39:08 +02:00
  • 94c9b21450 Generate list of infos and infolists hooked for documentation (via docgen.pl script) Sebastien Helleu 2008-09-02 17:31:28 +02:00
  • 95b636c24c Add missing fifo sources for translations Sebastien Helleu 2008-09-02 17:30:41 +02:00
  • e7dcf13764 Add description for info and infolist hooks Sebastien Helleu 2008-09-02 17:02:59 +02:00
  • e756f4770a Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_buffer, xfer) Sebastien Helleu 2008-09-02 15:42:20 +02:00
  • b03393fd42 Add hotlist infolist Sebastien Helleu 2008-09-02 11:56:38 +02:00
  • 1b726d3c71 Fix refresh bug with bars when items are empty and size is zero (auto) Sebastien Helleu 2008-09-02 10:38:06 +02:00
  • aca489be93 Add --disable-doc option for configure (task #8576) Sebastien Helleu 2008-08-30 12:40:39 +02:00
  • b09f7596e2 Minor changes in doc (intro and install) Sebastien Helleu 2008-08-30 12:20:16 +02:00
  • c726a65833 Update of english and french quickstart guides Sebastien Helleu 2008-08-30 10:49:46 +02:00
  • 7f9557e88e Convert all XML doc files to UTF-8 charset Sebastien Helleu 2008-08-30 10:49:19 +02:00
  • 9e134e6a09 Fix completion for /demo_infolist command Sebastien Helleu 2008-08-30 00:32:32 +02:00
  • 0839b359f9 Add new hooks (info and infolist), IRC plugin now return infos and infolists Sebastien Helleu 2008-08-30 00:25:56 +02:00
  • eb57354984 Clear nicklist for all channels when disconnected from IRC server Sebastien Helleu 2008-08-26 18:01:11 +02:00
  • 451dd58f16 Add nick filtering example in /help filter Sebastien Helleu 2008-08-24 19:16:03 +02:00
  • 0003ae9251 Add some examples in /help filter Sebastien Helleu 2008-08-24 18:31:13 +02:00
  • be7f17237f Remove old buildxml.pl script (replaced by docgen.pl) Sebastien Helleu 2008-08-24 12:51:14 +02:00
  • b7a60502ed New script docgen.pl to build XML doc files with commands and options for core and plugins Sebastien Helleu 2008-08-24 12:48:51 +02:00
  • 2b8aa56917 Fix crash with filters and day change lines Sebastien Helleu 2008-08-24 09:12:06 +02:00
  • b009f29021 Add some variables in infolist for config options Sebastien Helleu 2008-08-24 08:57:59 +02:00
  • 74d595498d Add hook infolist to plugins API, fix bugs with gettext in plugins Sebastien Helleu 2008-08-22 21:34:29 +02:00
  • 4185de5219 Fix translation bugs Sebastien Helleu 2008-08-22 12:24:24 +02:00
  • 0a211bdc49 Fix IRC /server command, fix bugs with IRC servers options, remove temporary server feature Sebastien Helleu 2008-08-22 12:16:09 +02:00
  • cba1ebdbf4 Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion with git main branch Sebastien Helleu 2008-08-21 11:39:52 +02:00
  • 9de580a85b Fix missing self nick display with /msg command Sebastien Helleu 2008-08-21 10:53:12 +02:00
  • 2c01447358 Fix french translation of /invite command Sebastien Helleu 2008-08-20 15:21:20 +02:00
  • b76d7e4a5c Reintroduce /upgrade command, working only with core and IRC plugin today Sebastien Helleu 2008-08-19 23:22:52 +02:00
  • ff1983533b Updated czech translations Jiri Golembiovsky 2008-08-02 22:12:14 +02:00
  • 43029de8f5 Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) Sebastien Helleu 2008-07-28 18:20:13 +02:00
  • 8218151c31 Fix problem with logging of lines "Day changed to" (not logged any more to file) (bug #23886) Sebastien Helleu 2008-07-19 09:37:25 +02:00
  • 103b627c1d Fix bug with buffer_search function in scripts (with empty arguments, to find current buffer) Sebastien Helleu 2008-07-18 18:33:50 +02:00
  • 7f7765f7cf Add signals for IRC messages (recv/sent) Sebastien Helleu 2008-07-18 11:16:20 +02:00
  • fe302c1722 Fix bug with input line when it starts with "//" (command is no more executed) Sebastien Helleu 2008-07-18 08:23:59 +02:00
  • f93837d5c8 Split "filling" bar value into "filling_top_bottom" and "filling_left_right" to have a filling specific to top/bottom bars (vs left/right bars) Sebastien Helleu 2008-07-10 17:53:22 +02:00
  • abe0e13068 Fix prefix color in nicklist with nick status (op/voice/..) is changed Sebastien Helleu 2008-07-09 11:00:49 +02:00
  • 4d76b74ab2 Remove error message when bar is not found for scroll Sebastien Helleu 2008-07-08 08:13:22 +02:00
  • 1788d95a0b Fix build witch cmake 2.6 when the new cmake_policy is used Signed-off-by: Julien Louis <ptitlouis@sysif.net> Julien Louis 2008-07-07 13:15:50 +02:00
  • aa39c0c7ca Fix build with cmake: quotes missing around version Sebastien Helleu 2008-07-07 10:01:18 +02:00
  • 8d68630eb8 Update ChangeLog: bug #16356 fixed (wide chars in input) Sebastien Helleu 2008-07-06 12:13:31 +02:00
  • f26c80a483 Fix display bug with history_next in input bar (text not erased) Sebastien Helleu 2008-07-06 12:00:31 +02:00
  • 28fd76930a Update ChangeLog Sebastien Helleu 2008-07-06 11:45:11 +02:00
  • 7907fee369 Fix display bug with prefix_align_max for highlighted lines Sebastien Helleu 2008-07-06 11:40:23 +02:00