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

Commit Graph

  • 4c71cb5f2b Remove old docs for notify plugin Sebastien Helleu 2009-04-24 22:17:17 +02:00
  • 6ec9b638ce Fix crash when giving empty buffer pointer to nicklist API functions (bug #26328) Sebastien Helleu 2009-04-24 21:35:16 +02:00
  • 5181c64486 Replace constants by enums for config file values Sebastien Helleu 2009-04-24 21:01:38 +02:00
  • 9303884613 Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list) Sebastien Helleu 2009-04-24 18:59:22 +02:00
  • e3d2728571 Fix typo: splited/splitted -> split Sebastien Helleu 2009-04-24 17:24:56 +02:00
  • 3464865a00 Fix typo: easyly -> easily Sebastien Helleu 2009-04-24 17:10:32 +02:00
  • b80c2763c3 Remove notify plugin in debian files Sebastien Helleu 2009-04-24 16:59:03 +02:00
  • 63874f5188 Update ChangeLog Sebastien Helleu 2009-04-24 16:47:19 +02:00
  • 163c5d6dfb Remove notify plugin (moved to core) Sebastien Helleu 2009-04-24 16:26:13 +02:00
  • 671087e26a Add anti-flood for extra IRC commands like msg/notice/query/quote and some other Sebastien Helleu 2009-04-24 11:45:31 +02:00
  • c5968389a6 Fix security bug in tcl plugin (bug #26265, patch #6810) Sebastien Helleu 2009-04-24 10:55:49 +02:00
  • 890b2ed23a Add new option weechat.look.jump_current_to_previous_buffer Sebastien Helleu 2009-04-21 17:48:44 +02:00
  • 7bed0ec485 Update FAQ (add screen/utf-8 for charset problems) Sebastien Helleu 2009-04-19 22:09:20 +02:00
  • cb86803ed3 Fix typo in doc Sebastien Helleu 2009-04-18 16:50:19 +02:00
  • f950700a34 Update po files for version 0.2.6.2 v0.2.6.2 Sebastien Helleu 2009-04-18 15:28:11 +02:00
  • ee4d039c42 Update RPM spec file for version 0.2.6.2 Sebastien Helleu 2009-04-18 15:25:39 +02:00
  • 70a970f8ed Version 0.2.6.2 Sebastien Helleu 2009-04-18 15:23:00 +02:00
  • 50a62179d4 Fix bug with charset decoding (for example with iso2022jp) Sebastien Helleu 2009-04-18 14:49:26 +02:00
  • 1a0c267e73 Fix bug with charset decoding in irc plugin (for example with iso2022jp) Sebastien Helleu 2009-04-18 12:27:02 +02:00
  • 5da42465a6 Add list of signals in developer guide Sebastien Helleu 2009-04-17 23:00:11 +02:00
  • a7778594b1 Remove unused signal Sebastien Helleu 2009-04-17 22:59:52 +02:00
  • 1f4c75b3c1 Fix typo in doc Sebastien Helleu 2009-04-17 11:29:40 +02:00
  • 44003c2dae Restore buffer callbacks for scripts after /upgrade Sebastien Helleu 2009-04-16 14:25:44 +02:00
  • 771be1a316 Add list of modifiers in developer guide Sebastien Helleu 2009-04-16 12:06:27 +02:00
  • ec2b1e2895 Fix bug with modifier "irc_color_encode" Sebastien Helleu 2009-04-16 12:05:56 +02:00
  • 369d329f4f Remove *.upgrade files in weechat dir after /upgrade Sebastien Helleu 2009-04-15 23:46:22 +02:00
  • 46dee68d57 Jump to last displayed buffer when jumping to current buffer number Sebastien Helleu 2009-04-15 21:08:49 +02:00
  • 9679cd4fbf Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower() Sebastien Helleu 2009-04-15 11:33:45 +02:00
  • 433f5e86fa Fix bug with upgrade and irc raw buffer, save irc raw messages during upgrade Sebastien Helleu 2009-04-14 19:16:47 +02:00
  • 0b6203ac6f Fix crash when reloading perl plugin (bug #25464) Sebastien Helleu 2009-04-14 16:18:38 +02:00
  • 28e5913ad2 Fix text search in buffer with some utf-8 chars (bug #25649) Sebastien Helleu 2009-04-14 14:12:28 +02:00
  • 546d3afd01 Add missing API functions in doc (infolists and upgrade), move infos and infolists from user guide to developer guide Sebastien Helleu 2009-04-14 00:03:18 +02:00
  • 92b96dee1b Fix completion for /key unbind Sebastien Helleu 2009-04-11 23:45:11 +02:00
  • b1de9b49fd Use case sensitive comparison for key codes (bug #26145) Sebastien Helleu 2009-04-11 23:36:54 +02:00
  • a3841b12e4 Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp Sebastien Helleu 2009-04-11 23:34:32 +02:00
  • 741ca8fb6a Fix /me command (irc plugin): allow command without argument Sebastien Helleu 2009-04-11 21:37:03 +02:00
  • acb5772334 Add support of many templates for completion of command arguments, rename default completion items Sebastien Helleu 2009-04-11 14:49:34 +02:00
  • 8ac00cdac6 Some improvements on key bindings Sebastien Helleu 2009-04-07 18:22:09 +02:00
  • 3aeb24cf1d Fix crash with IRC server switch (alt-s) when no server buffer is opened Sebastien Helleu 2009-04-07 18:12:46 +02:00
  • 564afdc75d Fix another aspell bug: don't consider '-' as a word delimiter Sebastien Helleu 2009-04-07 09:46:03 +02:00
  • 8ec4187d7b Fix aspell bug: don't consider apostrophe as a word delimiter Sebastien Helleu 2009-04-07 09:41:48 +02:00
  • b27f57ecb3 Update ChangeLog Sebastien Helleu 2009-04-06 12:26:27 +02:00
  • 71fe8c9353 Fix creation of integer options, when created from a script plugin (if string_values is empty but not NULL) Sebastien Helleu 2009-04-05 19:21:23 +02:00
  • 78a9101114 Fix script installation Sebastien Helleu 2009-04-05 17:29:57 +02:00
  • 08a07c145a Fix memory leak in script install Sebastien Helleu 2009-04-05 17:20:59 +02:00
  • 7f454586ea Add signals in script plugins to install and remove scripts Sebastien Helleu 2009-04-05 14:53:02 +02:00
  • 9084984861 Fix memory leak when sending modifier "input_text_content" Sebastien Helleu 2009-04-05 14:36:10 +02:00
  • 6fc8a25d6e Check that callback value is not NULL in hook functions Sebastien Helleu 2009-04-04 17:54:15 +02:00
  • 58b7a4a923 Add missing key bindings in doc Sebastien Helleu 2009-04-03 18:52:07 +02:00
  • 7c58018cb1 Add new option "weechat.completion.nick_add_space" (add space after nick completion, on by default) Sebastien Helleu 2009-04-03 17:56:40 +02:00
  • 76b700a555 Add new values for option irc.look.nick_completion_smart: off / speakers / speakers_highlights Sebastien Helleu 2009-04-03 17:07:00 +02:00
  • 00580b1670 Fix crash when integer option (set with string) is wrong in a config file Sebastien Helleu 2009-04-03 14:49:28 +02:00
  • 4f3e50d6bc Fix bug with nick completion (too many nick completors were added to nick if private was open with nick) Sebastien Helleu 2009-04-03 11:55:12 +02:00
  • ddb2eef1c5 Fix broken time in backlog displayed by logger plugin: use DST for time displayed in buffer (bug #26074) Sebastien Helleu 2009-04-03 10:38:24 +02:00
  • d8826195cc Add new question in FAQ, about difference between /ignore and /filter commands Sebastien Helleu 2009-04-03 09:50:05 +02:00
  • d58f8fa15e Fix bug in alias: use current buffer to run commands (bug #22876) Sebastien Helleu 2009-04-02 15:24:50 +02:00
  • 2019129701 Fix crash when executing "/msg * something" on an IRC server buffer Sebastien Helleu 2009-04-01 23:51:53 +02:00
  • ca7bcf880b Fix bug with partial completions Sebastien Helleu 2009-04-01 23:30:57 +02:00
  • ff83985ef4 Add default template completion (by default: nick or IRC channel) Sebastien Helleu 2009-04-01 19:03:05 +02:00
  • 51af351c15 Fix crash in python plugin when there is recursion on exec or when a script is unloaded by call to command() in other python script Sebastien Helleu 2009-03-30 12:39:32 +02:00
  • ef95c69417 Fix python error message Sebastien Helleu 2009-03-29 19:10:28 +02:00
  • 31508fed70 Add missing autogen doc files in makefiles Sebastien Helleu 2009-03-29 01:18:30 +01:00
  • e6a77fd301 Update doc Sebastien Helleu 2009-03-29 01:06:46 +01:00
  • bdc869568c Fix help of /buffer command Sebastien Helleu 2009-03-29 01:05:51 +01:00
  • 90f7edfcb1 Update INSTALL file Sebastien Helleu 2009-03-28 23:08:14 +01:00
  • 998db86f45 Add cmake files in package built by autotools Sebastien Helleu 2009-03-28 22:53:34 +01:00
  • 85495d4b95 Fix display of python errors Sebastien Helleu 2009-03-28 22:06:10 +01:00
  • b2f1273c01 Add infolists with list of scripts Sebastien Helleu 2009-03-28 20:58:00 +01:00
  • 30a50c6999 Fix bug with /ignore when mask begins with "|" (bug #26037) Sebastien Helleu 2009-03-28 19:04:14 +01:00
  • 540756bf54 Fix SSL connection to some IRC servers using Diffie Hellman and small exchange keys (bug #25996) Sebastien Helleu 2009-03-27 16:48:58 +01:00
  • 6e7b62be97 Add new bar item "away" (now displayed by default in input bar) Sebastien Helleu 2009-03-26 18:58:00 +01:00
  • 5046e49747 Replace german and french C API doc by english version Sebastien Helleu 2009-03-26 18:18:09 +01:00
  • 0f3601bea0 Update script API in doc (developer guide) Sebastien Helleu 2009-03-26 14:20:14 +01:00
  • 49ca35cb4f Fix crash on FreeBSD: first unload last loaded plugins Sebastien Helleu 2009-03-24 21:43:33 +01:00
  • a745409e22 Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color support in xfer DCC chat (bug #25974) Sebastien Helleu 2009-03-23 13:58:42 +01:00
  • fdf56fc7b0 Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer if it already exists Sebastien Helleu 2009-03-23 13:37:25 +01:00
  • 2a2f019cd8 Fix typo in irc-raw.c and jabber-debug.c Sebastien Helleu 2009-03-23 13:14:57 +01:00
  • 0f641b1564 Set again buffer properties when using existing irc/jabber channel/pv buffer Sebastien Helleu 2009-03-23 11:29:07 +01:00
  • 495378eb57 Add completion with self nick in irc/jabber private buffers Sebastien Helleu 2009-03-23 11:26:43 +01:00
  • 988997e96e Add default alias /v to "/command core version" Sebastien Helleu 2009-03-22 17:14:41 +01:00
  • 5c5e767d84 Update ChangeLog Sebastien Helleu 2009-03-22 16:54:52 +01:00
  • 7c793257ff Add option aspell.check.real_time (off by default), fix bugs with aspell and utf-8 chars, add function utf8_char_int to API Sebastien Helleu 2009-03-22 16:38:06 +01:00
  • 558c9f2614 Force refresh of bars using a bar item when it is destroyed Sebastien Helleu 2009-03-22 10:48:49 +01:00
  • 7b17a62e59 Fix bug when closing IRC channel buffers (pointer to current server is lost) Sebastien Helleu 2009-03-21 18:23:08 +01:00
  • ebc4e04333 Fix bug with window separator (possible crash) Sebastien Helleu 2009-03-21 18:21:42 +01:00
  • 7d53e28034 Use of brackets {} around nicklist count in default status bar Sebastien Helleu 2009-03-21 16:21:55 +01:00
  • 2dc13ebd21 Add new command /version, add count of /upgrade, fix bugs with command exec Sebastien Helleu 2009-03-21 16:09:18 +01:00
  • 8a68adbf3f Add color around plugin name in help for commands Sebastien Helleu 2009-03-21 13:19:43 +01:00
  • a49c8b2e30 Add new modifier "input_text_content" Sebastien Helleu 2009-03-21 13:12:35 +01:00
  • 203990d3cf Add signal "key_pressed" Sebastien Helleu 2009-03-20 22:34:47 +01:00
  • f814dc27f4 Add buffer name completion for command /filter Sebastien Helleu 2009-03-20 18:47:28 +01:00
  • 0b8f80d3b5 Fix typo in doc Sebastien Helleu 2009-03-20 10:18:23 +01:00
  • 16c2d5fe7e Add missing include of time.h in irc-raw.C Sebastien Helleu 2009-03-19 20:19:15 +01:00
  • 55cbd9a76f Fix bugs with color in IRC topics Sebastien Helleu 2009-03-19 18:38:11 +01:00
  • a0f6b6eda6 Many improvements on IRC raw buffer Sebastien Helleu 2009-03-19 17:25:36 +01:00
  • cefb8a50f2 Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862) Sebastien Helleu 2009-03-18 18:03:47 +01:00
  • a394ed5d6f Add "replacement" argument for string_remove_color in plugin API Sebastien Helleu 2009-03-18 18:02:48 +01:00
  • 5f243ddd86 Fix bug with IRC raw buffer and chars < 32, use of hexadecimal for such chars Sebastien Helleu 2009-03-18 16:02:42 +01:00
  • a938ef736a Remove some messages during startup about scripts and plugins loaded Sebastien Helleu 2009-03-18 15:11:18 +01:00
  • 763f030ae8 Fix typo in doc Sebastien Helleu 2009-03-18 12:28:10 +01:00