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

Commit Graph

  • 4e53b87983 Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomed Sebastien Helleu 2009-03-16 18:35:32 +01:00
  • 770c73ec43 Add new option irc.look.display_old_topic to display old topic when channel topic is changed Sebastien Helleu 2009-03-15 12:46:30 +01:00
  • e244dda271 Add key alt+'=' in /help filter Sebastien Helleu 2009-03-15 11:57:24 +01:00
  • 94b4703e7a Fix typo in developer guide Sebastien Helleu 2009-03-15 11:51:26 +01:00
  • 31e562467e Add property in buffer to hide time for all lines Sebastien Helleu 2009-03-15 01:30:49 +01:00
  • 86ff3f775c Add missing call to change callback when setting option with integer value, using a string Sebastien Helleu 2009-03-15 01:14:16 +01:00
  • b01bc3eb21 Version 0.2.6.1 v0.2.6.1 Sebastien Helleu 2009-03-14 17:06:55 +01:00
  • d44762aa43 Fix crash with some special chars in IRC messages (bug #25862) Sebastien Helleu 2009-03-14 17:06:03 +01:00
  • 4608b82e41 Fix memory leak in filename completion Sebastien Helleu 2009-03-08 10:27:58 +01:00
  • a44cc9ffde Add new key to zoom a window (meta-z by default) (task #7470) Sebastien Helleu 2009-03-07 11:26:06 +01:00
  • 3194c641a0 Remove date written in config files headers (patch #6766) Sebastien Helleu 2009-03-07 00:24:51 +01:00
  • 997434ef8b Fix bug with text attribute in IRC messages: toggle attribute instead of always forcing it to on (bug #25770) Sebastien Helleu 2009-03-07 00:18:19 +01:00
  • 780a7478ee Fix bug with namespace in tcl plugin (bug #25754) Sebastien Helleu 2009-03-06 23:46:51 +01:00
  • 700ce289ae Fix callbacks in script plugins: always return empty string instead of NULL for arguments Sebastien Helleu 2009-03-06 23:30:58 +01:00
  • 8e55147364 Add new hook type "process": launch command with fork and catch result (rc/stdout/stderr) via callback Sebastien Helleu 2009-03-06 18:22:34 +01:00
  • 0fd8bbc2de Fix scroll indicator when the only line displayed is bigger than chat window Sebastien Helleu 2009-03-05 15:08:15 +01:00
  • 619babb457 Fix bug with detection of channel name in command /mode Sebastien Helleu 2009-03-02 14:06:47 +01:00
  • 8ffd58b4a8 Make channel optional in IRC command /mode (bug #25735) Sebastien Helleu 2009-03-02 11:21:30 +01:00
  • 371bf4b401 Fix crash with IRC commands msg/notice/query/quote when executed with too few arguments (bug #25739) Sebastien Helleu 2009-03-01 22:32:13 +01:00
  • 882be565c3 Fix IRC command /who (nothing was displayed if WeeChat already checked channel for away nicks) (bug #25736) Sebastien Helleu 2009-03-01 09:36:05 +01:00
  • 1a69bbcb1e Update FAQ (new format for website and some updates/additions) Sebastien Helleu 2009-03-01 09:26:04 +01:00
  • b0c058fc20 Add missing refresh when resizing terminal Sebastien Helleu 2009-02-28 14:37:33 +01:00
  • f4538dee68 Fix freeze/crash when sigwinch signal is received during refresh (for example if repaint is done during terminal resize) Sebastien Helleu 2009-02-28 13:09:55 +01:00
  • d69efe7cda Remove old debug message when creating new window Sebastien Helleu 2009-02-27 15:37:10 +01:00
  • ce8100278b Add missing refreshs when creating/deleting bars Sebastien Helleu 2009-02-27 12:56:18 +01:00
  • 8cc03f939d Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previous commit for terminal resize) Sebastien Helleu 2009-02-26 15:21:32 +01:00
  • a796188fc8 Display explicit message when irc command must be executed on irc buffer or connected server Sebastien Helleu 2009-02-26 10:31:13 +01:00
  • 8f148ccfc7 Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's title bar (task #6030) Sebastien Helleu 2009-02-25 19:22:18 +01:00
  • 4772bd1865 Fix bug with reset of topic for irc channel / jabber muc Sebastien Helleu 2009-02-25 19:13:47 +01:00
  • 5abc6f8c1b Send buffer pointer with signal "buffer_title_changed" Sebastien Helleu 2009-02-25 19:11:49 +01:00
  • f3e7749b21 Fix with read marker, can not be filtered any more (bug #25590) Sebastien Helleu 2009-02-25 18:17:46 +01:00
  • 613e9743e5 Fix bug with terminal resize: on some systems, weechat failed to read new terminal size Sebastien Helleu 2009-02-25 16:34:41 +01:00
  • 4f9efe14e3 Update debian build dependency for tcl-dev package Sebastien Helleu 2009-02-25 14:43:56 +01:00
  • 624c6d09c0 Fix option irc.network.send_unknown_commands: allow unknown commands on irc server buffers (bug #25557) Sebastien Helleu 2009-02-24 15:25:58 +01:00
  • 2af58ba271 Improved search of buffer with partial name (command "/buffer name") Sebastien Helleu 2009-02-24 10:32:12 +01:00
  • 426ab803cb Test return code of some malloc/strdup Sebastien Helleu 2009-02-23 13:45:30 +01:00
  • 70cfce2d2c Fix irc excess flood caused by mode command sent when a mode is received: send mode only when channel modes are updated (bug #25651) Sebastien Helleu 2009-02-23 11:01:11 +01:00
  • 351a27c8be Add missing option "toggle" in /help bar Sebastien Helleu 2009-02-22 22:44:35 +01:00
  • 2c9bf846a6 Add upgrade functions in script plugin API Sebastien Helleu 2009-02-22 16:49:38 +01:00
  • b2584798a1 Add missing functions in script plugin API to get default values of options Sebastien Helleu 2009-02-22 09:51:25 +01:00
  • a708f9f813 Add missing config functions in script plugin API to free sections and options Sebastien Helleu 2009-02-21 21:31:46 +01:00
  • afdee2d919 Add signals when local variables or buffer type are changed Sebastien Helleu 2009-02-21 09:58:56 +01:00
  • 3a57bb0659 Fix bug with buffer name/short_name when IRC query name has changed (remote nick has changed) (bug #25654) Sebastien Helleu 2009-02-21 09:58:32 +01:00
  • 517367f881 Fix crash in python plugin when calling function prnt_date_tags() Sebastien Helleu 2009-02-20 18:12:43 +01:00
  • 029503f750 Fix some return codes of callbacks in script plugins Sebastien Helleu 2009-02-20 16:14:04 +01:00
  • 1b4028218c Add return code value for config_read callback in script plugins Sebastien Helleu 2009-02-20 14:53:32 +01:00
  • e3f12be462 Fix bug with smart completion (irc/jabber): keep unique nicks in list of last speakers (bug #25559) Sebastien Helleu 2009-02-20 11:57:03 +01:00
  • a3b9fa2483 Fix crash in python plugin when callbacks are called during script initialization Sebastien Helleu 2009-02-20 10:01:47 +01:00
  • e7589e732b Fix bug with current script pointer when current script is unloaded Sebastien Helleu 2009-02-19 17:44:41 +01:00
  • 78fe938e4f Fix bug with arguments of config_read callback in script plugins Sebastien Helleu 2009-02-19 14:12:18 +01:00
  • 0ca39f974b Fix bug in config_file_write_line with empty value, when called from script plugins Sebastien Helleu 2009-02-19 12:30:30 +01:00
  • c76fa7e733 Display clock skew detection only if debug for core is >= 1 Sebastien Helleu 2009-02-18 12:37:25 +01:00
  • 4d1fdfade0 Give file descriptor to callback of hook_fd Sebastien Helleu 2009-02-18 11:13:23 +01:00
  • e263a847da Add new local variable "type" for buffers Sebastien Helleu 2009-02-17 19:42:05 +01:00
  • b5f27d3fea Use string instead of char for prefixes in nicklist Sebastien Helleu 2009-02-17 19:23:16 +01:00
  • eaf3319ed3 Free all proxies before exiting Sebastien Helleu 2009-02-17 13:58:27 +01:00
  • f87432f98f Fix typo in FAQ Sebastien Helleu 2009-02-11 22:01:23 +01:00
  • 0adf80cb12 Fix build of IRC CTCP message (bug #25560) Sebastien Helleu 2009-02-11 21:44:15 +01:00
  • 85d19bc363 Add irc and jabber options to display nick modes in input_prompt bar item Sebastien Helleu 2009-02-11 10:02:35 +01:00
  • af967f9ff9 Add missing IRC command 330 (whois, logged in as) Sebastien Helleu 2009-02-11 09:31:05 +01:00
  • 557b04c6a0 Add missing refresh for windows separators (vertical splits) Sebastien Helleu 2009-02-10 22:01:14 +01:00
  • 0d4513a137 Authorize IRC commands msg/notice/query/quote outside IRC buffers if option "-server" is given Sebastien Helleu 2009-02-10 13:01:04 +01:00
  • e42e3e309e Add option "-server" to IRC commands: msg, notice, query, quote Sebastien Helleu 2009-02-10 12:52:12 +01:00
  • edba781297 Add irc info "irc_nick" to get current nick on a server Sebastien Helleu 2009-02-10 12:05:39 +01:00
  • b2f34610fd Fix nick displayed by command /msg (bug #25518) Sebastien Helleu 2009-02-08 23:34:34 +01:00
  • c3915eaf04 Add help about alias list for /alias command (task #9087) Sebastien Helleu 2009-02-08 23:20:14 +01:00
  • 7c626c2786 Add new signals "irc_channel_opened" and "irc_pv_opened" Sebastien Helleu 2009-02-08 22:07:45 +01:00
  • 29bc0276bc Add hook type "command_run", add new function "string_remove_color" in plugin API (task #9089) Sebastien Helleu 2009-02-08 19:52:16 +01:00
  • a253398165 Fix color decoding function Sebastien Helleu 2009-02-08 19:49:56 +01:00
  • 2fce36c2ad Add property "input" for function buffer_get_string in plugin API Sebastien Helleu 2009-02-08 19:49:35 +01:00
  • c683673047 Fix bug in irc color decoding: reset color if color code is not followed by a color number Sebastien Helleu 2009-02-07 18:49:46 +01:00
  • 94aa12d8ff Add numeric codes for low chars (< 32) in irc and jabber debug buffers Sebastien Helleu 2009-02-07 18:49:12 +01:00
  • 1491699706 Add hidden command line option --no-dlclose to remove dlclose() for unloaded plugins (useful when using valgrind) Sebastien Helleu 2009-02-07 08:11:01 +01:00
  • 52f68cc615 Add some extra tests on arguments for config functions Sebastien Helleu 2009-02-05 18:09:58 +01:00
  • d7bec49b71 Fix crash with nicklist bar when position is top/bottom and filling is columns Sebastien Helleu 2009-02-05 14:45:26 +01:00
  • a26e57eebe Add missing include of time.h in irc.c Sebastien Helleu 2009-02-04 17:19:47 +01:00
  • 7cc562be45 Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins) Sebastien Helleu 2009-02-04 14:12:46 +01:00
  • aeb11f7e05 Remove obsolete arguments in bar item callback, in tcl plugin Sebastien Helleu 2009-02-04 12:38:37 +01:00
  • 2320ef2214 Remove obsolete arguments in bar item callback, in script plugins Sebastien Helleu 2009-02-04 12:38:03 +01:00
  • 0904715603 Add check for python 2.6 Julien Louis 2009-02-02 17:10:02 +01:00
  • 10b356d97e Update doc (missing relay option and update of /filter arguments) Sebastien Helleu 2009-02-02 16:49:31 +01:00
  • 78f9265937 Improve docgen.pl script: write autogen files only if they are different Sebastien Helleu 2009-02-02 16:49:02 +01:00
  • 323290c83e Fix crash when read marker is moved before first line displayed (when first line of buffer is removed) Sebastien Helleu 2009-02-02 13:53:38 +01:00
  • 7e12f8596a Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug #25443) Sebastien Helleu 2009-02-01 18:07:55 +01:00
  • 9ae942bb9d Add signal weechat_pv for private messages Sebastien Helleu 2009-02-01 13:35:59 +01:00
  • 5205be4b87 Add function config_unset_plugin in API, fix return code of config_set_plugin Sebastien Helleu 2009-02-01 13:31:20 +01:00
  • 33e733cb0a Fix nicklist sort with IRC nicks (chan owner and admin first in list) Sebastien Helleu 2009-01-31 23:03:54 +01:00
  • c0f4dc9863 Sort ChangeLog file by category (core, gui, plugins, ..) Sebastien Helleu 2009-01-31 15:38:51 +01:00
  • ba8a85a246 Update quickstart guides Sebastien Helleu 2009-01-31 15:38:18 +01:00
  • af07acb1dc Update FAQ Sebastien Helleu 2009-01-31 15:37:50 +01:00
  • b05f21f26a Add plugin name in buffer name for filters Sebastien Helleu 2009-01-30 14:59:16 +01:00
  • b5534e6e05 Fix crash after /upgrade with IRC servers connected via SSL (bug #25398) Sebastien Helleu 2009-01-30 14:24:54 +01:00
  • 7ec4d05d2f Update API function weechat_buffer_set in developer guide Sebastien Helleu 2009-01-30 13:23:38 +01:00
  • e4bbf3ad7e Add one more screen refresh when size of a root bar is changed Sebastien Helleu 2009-01-30 13:17:26 +01:00
  • 5650f035dd Fix problem with read marker when manually switching to other buffer with some commands like /query Sebastien Helleu 2009-01-30 12:46:44 +01:00
  • 228ef56860 Fix some bugs with TLS connections in Jabber pluigin (TLS still not working in Jabber) Sebastien Helleu 2009-01-30 12:22:10 +01:00
  • 16c9217d52 Fix 2 typos in doc Sebastien Helleu 2009-01-29 16:56:47 +01:00
  • 84d78fed42 Add boolean option to enable relay plugin to listen for clients (disabled by default) Sebastien Helleu 2009-01-28 12:14:03 +01:00
  • cf2e9ff95d Fix infinite loop when running WeeChat for first time: force whole screen refresh when starting Sebastien Helleu 2009-01-27 16:32:22 +01:00
  • c31f05859a Use pkg-config to find iksemel library, if available Sebastien Helleu 2009-01-25 19:02:58 +01:00