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

Commit Graph

  • f74fd05da7 Disable highlight for IRC messages from local nick Sebastien Helleu 2008-11-10 22:41:32 +01:00
  • cecc1f9ea7 Fix bug with default value of options written in config files when file does not exist Sebastien Helleu 2008-11-10 18:30:31 +01:00
  • 861bc2fbfd Add some API functions in Developer guide Sebastien Helleu 2008-11-10 18:05:48 +01:00
  • 10e3fb5143 Fix pdf output of developer guide Sebastien Helleu 2008-11-08 00:13:53 +01:00
  • 67d8312f46 Update developer guide (add 50% of new C API functions) Sebastien Helleu 2008-11-07 18:27:16 +01:00
  • bc5bb29970 Fix bug with proxy connection Sebastien Helleu 2008-11-07 08:17:16 +01:00
  • b7d09bf2a1 Add missing doc files for autotools Sebastien Helleu 2008-11-06 19:02:41 +01:00
  • 9498a777ad Add doc for default plugins in user guide Sebastien Helleu 2008-11-06 18:55:43 +01:00
  • 2204935f3e Add local variables for IRC debug buffer Sebastien Helleu 2008-11-06 17:29:24 +01:00
  • c4590b7839 Fix buffer search in fifo plugin: name is now plugin.buffer (like irc.freenode.#weechat) Sebastien Helleu 2008-11-06 13:13:45 +01:00
  • 3c1c398cd4 Update docgen.pl and doc about options for logger and core Sebastien Helleu 2008-11-06 10:18:58 +01:00
  • 885df965e5 Rename developer doc (-devel to -dev) Sebastien Helleu 2008-11-06 09:47:52 +01:00
  • 60d95151c5 Clean old docs output before building Sebastien Helleu 2008-11-05 18:52:48 +01:00
  • a17065492f Split doc into 2 docs: user and developer guide Sebastien Helleu 2008-11-05 18:28:25 +01:00
  • a6c4e4ed76 Add weechat_highlight signal, sent when a line with highlight is displayed Sebastien Helleu 2008-11-05 12:37:04 +01:00
  • bffe879db8 Fix crash in weechat_perl_exec() after unloading a Perl script Sebastien Helleu 2008-11-05 12:36:17 +01:00
  • bc0237cd0d Fix crash when loading Perl scripts on FreeBSD Sebastien Helleu 2008-11-05 12:33:50 +01:00
  • 596d60b5d9 Add completion with "core" for command /debug Sebastien Helleu 2008-11-05 12:23:36 +01:00
  • fe16ce9915 Add debug messages for hooks when core debug >= 2 Sebastien Helleu 2008-11-05 12:23:06 +01:00
  • d32b22f76f Fix bug with pointer conversions on 64 bits architecture Sebastien Helleu 2008-11-04 15:34:44 +01:00
  • e2a1966095 Fix hotlist: do not add a buffer if it is displayed by at least one window Sebastien Helleu 2008-11-03 19:45:59 +01:00
  • c15c536b35 Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix completion of command /ignore, remove obsolete alias /unig Sebastien Helleu 2008-11-03 18:56:04 +01:00
  • 12bc7f13e1 Add detection of system clock skew, reinitialize all timers when this happens Sebastien Helleu 2008-11-03 17:04:49 +01:00
  • fcd08f8ee4 Update doc Sebastien Helleu 2008-11-02 18:58:04 +01:00
  • 6e69f7f3ce Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug) Sebastien Helleu 2008-11-02 18:54:25 +01:00
  • 640ff6b51c Backtrace feature is shipped by an external library on FreeBSD (and maybe others) Link against that library if installed Julien Louis 2008-11-01 23:03:56 +01:00
  • 4e342270a1 Add description of infos and infolists for commands /demo_info and /demo_infolist Sebastien Helleu 2008-11-01 18:05:30 +01:00
  • 83444b9257 Add infolist "plugin", with list of plugins Sebastien Helleu 2008-11-01 18:04:56 +01:00
  • 79f0cb9a5c Another fix to timer hook when day of local time is different from UTC Sebastien Helleu 2008-11-01 15:22:56 +01:00
  • 20219ef1a3 Fix timer hook when daylight saving time is enabled (problem with "day changed" message) Sebastien Helleu 2008-11-01 15:01:08 +01:00
  • b400448fc1 Update doc Sebastien Helleu 2008-10-31 13:15:54 +01:00
  • f766dc2f11 Allow mask or regex for IRC command /ignore (mask is default) Sebastien Helleu 2008-10-31 13:12:56 +01:00
  • b5eeb9254e Update highlight tags for all IRC buffers when option irc.look.highlight_tags is changed Sebastien Helleu 2008-10-31 11:38:54 +01:00
  • 72c0321b54 Fix backlog in logger plugin (empty line incorrectly displayed at the end of backlog) Sebastien Helleu 2008-10-31 10:32:53 +01:00
  • a0d233bd4e Fix highlight on lines displayed with /upgrade Sebastien Helleu 2008-10-31 08:22:13 +01:00
  • 5fb5cda58e Rename IRC tags irc_cmd_xxx to irx_xxx Sebastien Helleu 2008-10-31 08:21:49 +01:00
  • 1bfa9d48c5 Fix tag of message displayed by IRC command invite Sebastien Helleu 2008-10-31 08:12:48 +01:00
  • e1e0e83eb2 Fix default value for option irc.look.highlight_tags Sebastien Helleu 2008-10-30 18:43:40 +01:00
  • 6f65f647f8 Fix clear of buffers with free content (allowed, but not from user with /buffer clear) Sebastien Helleu 2008-10-30 18:09:45 +01:00
  • 09524c17b0 Update ChangeLog (task #6687 done) Sebastien Helleu 2008-10-30 17:48:14 +01:00
  • 6f442bbfc1 Add new features to logger plugin (command /logger, log level, level by buffer, mask by buffer, ..), fix some bugs Sebastien Helleu 2008-10-30 17:18:28 +01:00
  • 2f68ec7f36 Fix IRC command /away -all Sebastien Helleu 2008-10-28 09:51:38 +01:00
  • 163af83edd Remove debug message when using command /away Sebastien Helleu 2008-10-28 09:42:57 +01:00
  • eabbe044d4 Updated czech translations Jiri Golembiovsky 2008-10-28 02:08:18 +01:00
  • e8762be011 Fix color of IRC nick mode (op, voiced, ..) in chat window Sebastien Helleu 2008-10-27 17:49:59 +01:00
  • 1e3be56b5f Fix use of some uninitialized variables Sebastien Helleu 2008-10-27 17:27:58 +01:00
  • 66bb1fad2a Add name of plugins next to plugin pointers in dump (to log file) Sebastien Helleu 2008-10-27 15:51:44 +01:00
  • 47443d2977 Add missing include of time.h in irc-channel.c Sebastien Helleu 2008-10-27 14:10:41 +01:00
  • 129e31b7b6 Fix output of backtrace in log file Sebastien Helleu 2008-10-27 11:44:59 +01:00
  • 61837cac8e Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat Sebastien Helleu 2008-10-27 11:35:17 +01:00
  • 3fa0048198 Fix reload of config file plugins.conf Sebastien Helleu 2008-10-27 11:34:56 +01:00
  • 1f399f2ee8 Fix infinite loop in fifo plugin when removing fifo pipe Sebastien Helleu 2008-10-27 11:34:36 +01:00
  • df2ca7b4a6 Add missing backtrace() function check in cmake Julien Louis 2008-10-27 00:21:58 +01:00
  • f126daa896 Fix option irc.network.away_check Sebastien Helleu 2008-10-26 20:00:50 +01:00
  • b5730ec025 Display readable values for flag of fd hooked with /plugin listfull command Sebastien Helleu 2008-10-26 17:45:14 +01:00
  • 62e4f7241a Fix crash when switching server with alt+s Sebastien Helleu 2008-10-26 16:40:16 +01:00
  • c1fc320025 Do not clear buffer content with /buffer clear for buffers with free content Sebastien Helleu 2008-10-26 12:33:54 +01:00
  • da5e813536 Add missing XML files authors.xx.xml in makefiles Sebastien Helleu 2008-10-26 11:51:52 +01:00
  • 03f9f8fd6b Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols) Sebastien Helleu 2008-10-26 11:34:45 +01:00
  • b37588fc36 Fix Makefile for alias plugin Sebastien Helleu 2008-10-26 11:33:41 +01:00
  • d06028d45a Fix creation of filters (many filters with same content are authorized) Sebastien Helleu 2008-10-25 20:11:02 +02:00
  • b712ed09d7 Add smart join/part/quit message filter in IRC plugin, add names for filters Sebastien Helleu 2008-10-25 19:13:43 +02:00
  • 707034442a Use of toggle option for /filter to toggle a filter on/off Sebastien Helleu 2008-10-24 21:18:39 +02:00
  • 4c8b4d6080 Add "enabled" flag for each filter (now possible to disable only one or some filters) Sebastien Helleu 2008-10-24 18:17:10 +02:00
  • 77d90fc1bb Save/restore buffer local variables during upgrade Sebastien Helleu 2008-10-24 17:33:54 +02:00
  • 9e0052f35f Add free() for buffer local variables pointers when removing them Sebastien Helleu 2008-10-24 16:07:05 +02:00
  • e37f7fa2b2 Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias Sebastien Helleu 2008-10-24 15:12:32 +02:00
  • d19162626b Fix display of IRC channel and private name in bar item Sebastien Helleu 2008-10-24 14:38:11 +02:00
  • f8f7c04633 Display IRC server errors in appropriate buffer (channel or private if found) Sebastien Helleu 2008-10-24 12:39:52 +02:00
  • 64c227b513 Add option to toggle display of IRC channel modes after buffer name in status bar (irc.look.display_channel_modes) Sebastien Helleu 2008-10-23 18:40:19 +02:00
  • a965be6802 Add function buffer_set_pointer in plugin API Sebastien Helleu 2008-10-22 12:58:05 +02:00
  • 533155816d Add some buffer infos in IRC infolists hooked Sebastien Helleu 2008-10-20 11:31:02 +02:00
  • a33e44c7e1 Add new property "short_name" for buffers Sebastien Helleu 2008-10-20 11:01:51 +02:00
  • 00dbaf7e64 Fix text search in buffer: search with prefix in addition to the message Sebastien Helleu 2008-10-20 10:03:57 +02:00
  • ac3c919376 Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocols Sebastien Helleu 2008-10-20 09:58:05 +02:00
  • 213783b0c1 Fix refresh of nick in input bar when switching IRC server Sebastien Helleu 2008-10-20 09:57:47 +02:00
  • 3044bfc41d Fix build with cmake 2.4 which was accidentally broken Julien Louis 2008-10-19 15:50:38 +02:00
  • 807895bd38 Add color decoding in title for IRC channels (task #6030) Sebastien Helleu 2008-10-19 13:33:40 +02:00
  • f850bdd5e9 Fix display of special chars (< 32) in input bar (for exemple to send colors to IRC channel) Sebastien Helleu 2008-10-19 13:22:14 +02:00
  • edb95a8fd2 Fix lock when disconnecting SSL server that is not yet successfully connected Sebastien Helleu 2008-10-19 12:36:38 +02:00
  • cb56b7bc8e Fix restore of windows with saved layout Sebastien Helleu 2008-10-19 10:37:15 +02:00
  • 2bd4428f45 Remove unused option look.input_format, fix refresh bug with input prompt for IRC buffers Sebastien Helleu 2008-10-18 22:36:18 +02:00
  • 3b81a4746a Add new argument "value" to function config_new_option Sebastien Helleu 2008-10-18 19:31:40 +02:00
  • 8511f9a77e Fix compilation of aspell with autotools Sebastien Helleu 2008-10-18 18:04:02 +02:00
  • bbe01eff19 Fix malloc of 0 byte in aspell plugin Sebastien Helleu 2008-10-18 17:54:33 +02:00
  • 091c07d571 Free layout and chat buffer on exit Sebastien Helleu 2008-10-18 17:54:16 +02:00
  • 843451f9bf Remove aspell real_time option (not used any more), update aspell doc Sebastien Helleu 2008-10-18 16:20:10 +02:00
  • ac107802fd Aspell plugin is born again Sebastien Helleu 2008-10-18 16:03:16 +02:00
  • 1f10ee141a - Add FindTCL.cmake to fix FreeBSD detection - Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release Julien Louis 2008-10-18 13:54:59 +02:00
  • eab690aaaf Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist Sebastien Helleu 2008-10-14 11:15:22 +02:00
  • 2a7d572ff1 Fix restore of WeeChat main buffer after /upgrade Sebastien Helleu 2008-10-14 11:06:15 +02:00
  • 1bb38a732a Fix use of size_max value for bars, fix refresh problem when bar size is changed Sebastien Helleu 2008-10-14 10:33:16 +02:00
  • c83eef6e82 Remove old title/nicklist/status/input, use of new bars Sebastien Helleu 2008-10-12 19:20:26 +02:00
  • f6073c8076 Fix refresh of bars when switching active buffer Sebastien Helleu 2008-10-11 16:17:43 +02:00
  • cd008a1b5c Add exemple of command for server in quickstart guide Sebastien Helleu 2008-10-11 11:18:22 +02:00
  • 383401900e Add space before day changed message, fix refresh when setting unread marker for buffer(s) Sebastien Helleu 2008-10-11 10:03:53 +02:00
  • e0c3179f87 Fix name of buffer in bar item for IRC channel when it is closed (kicked or part done) Sebastien Helleu 2008-10-11 09:44:33 +02:00
  • 8405b55a2e Fix refresh bugs with scroll keys (bug #21738) Sebastien Helleu 2008-10-11 09:33:43 +02:00
  • f86f306ce2 Fix some display bugs with read marker line, history, max prefix length, and chat refresh (bug #23153) Sebastien Helleu 2008-10-11 08:55:26 +02:00
  • bc8f82c3d6 Fix channel modes in status bar item for IRC plugin (do not display parenthesis when there's nothing to display inside) Sebastien Helleu 2008-10-10 16:23:41 +02:00