1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

Commit Graph

  • dd8ce32004 Removed debug messages Sebastien Helleu 2005-11-04 20:12:28 +00:00
  • b575a4f578 Fixed scroll problem when one line is bigger than screen size Sebastien Helleu 2005-11-04 16:14:28 +00:00
  • 6b1f5a4a92 Fixed crash when doing "/msg nickserv identify ..." Sebastien Helleu 2005-11-04 13:41:05 +00:00
  • dd3977367f Fixed log problem with new color display system (now color codes are removed in log file) Sebastien Helleu 2005-11-04 13:11:39 +00:00
  • 8a9e8ecc88 - added major feature: new color management system (internal to WeeChat), now colors are displayed by WeeChat (optional by new settings irc_colors_receive and irc_colors_send) - fixed IRC command 367 - added IRC command 382 Sebastien Helleu 2005-11-04 11:53:23 +00:00
  • 5dfab7643d update --enable-perl-nothread config Emmanuel Bouthenot 2005-11-04 11:00:00 +00:00
  • cea0851071 improve contexts switch in python plugin Emmanuel Bouthenot 2005-11-04 09:23:33 +00:00
  • 6919005d74 improve python detection Emmanuel Bouthenot 2005-11-01 19:52:29 +00:00
  • 8497d25d34 add openbsd flags Emmanuel Bouthenot 2005-11-01 18:32:10 +00:00
  • 4ea734a376 Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under MacOS) Sebastien Helleu 2005-10-31 12:40:34 +00:00
  • 3369a00959 Added missing intl libs for openbsd Sebastien Helleu 2005-10-31 10:56:32 +00:00
  • a6d93cf432 Added constants for Perl return codes Sebastien Helleu 2005-10-30 23:51:19 +00:00
  • e6a1bb4694 add constants for python return codes Emmanuel Bouthenot 2005-10-30 23:39:54 +00:00
  • 6b6def5890 Fixed "jump to next server" action (was broken by new option "look_one_server_buffer") Sebastien Helleu 2005-10-30 22:56:00 +00:00
  • be1c9be925 Added command line arguments to disable auto-connect to servers and plugins auto-load Sebastien Helleu 2005-10-30 19:22:53 +00:00
  • e5754e1fe6 Fixed minor compilation problem (dependency with plugins lib) Sebastien Helleu 2005-10-30 18:37:58 +00:00
  • c0e4ba60d7 add dependance on automake for libtool Emmanuel Bouthenot 2005-10-30 13:18:05 +00:00
  • 5f101c3833 fix CFLAGS on openbsd Emmanuel Bouthenot 2005-10-30 13:17:20 +00:00
  • 079e4a4028 - added new setting (look_one_server_buffer): use same buffer for all servers - fixed DCC bug when looking for ports in range Sebastien Helleu 2005-10-30 09:56:24 +00:00
  • 24ceb3bb95 fix type in LDFLAGS Emmanuel Bouthenot 2005-10-29 23:59:44 +00:00
  • dec92aeba6 fix detection of libgnutls Emmanuel Bouthenot 2005-10-29 17:56:50 +00:00
  • 5551542566 fix flags on *bsd Emmanuel Bouthenot 2005-10-29 12:11:54 +00:00
  • 9411a2fad0 fix perl/python sigv and undefined symbols by adding '-pthread' in global CFLAGS on freebsd add option --enable-perl-nothread to compile perl plugin without Perl without thread or multiplicity support (typically in some *bsd) Emmanuel Bouthenot 2005-10-29 09:36:45 +00:00
  • ee4f5716d3 Added setting for ignoring some chars when completing nicks Sebastien Helleu 2005-10-28 13:07:32 +00:00
  • e26772dcdb Added new return codes for plugin handlers, to discard messages for WeeChat, plugins, or both. Sebastien Helleu 2005-10-28 07:31:21 +00:00
  • 232b5684ca improve python LDFLAGS on *BSD Emmanuel Bouthenot 2005-10-27 15:49:03 +00:00
  • 93b2be7a41 Clean up of IRC message parser (fixed potential bugs when long messages are received) Sebastien Helleu 2005-10-27 10:28:20 +00:00
  • b86c95e7dc Added partial match for highlights, patch by Jim Ramsay Sebastien Helleu 2005-10-26 23:15:38 +00:00
  • 9d52621c44 Fixed Perl bugs with returned values Sebastien Helleu 2005-10-26 23:07:03 +00:00
  • 0e6b0a3b0c Signal SIGPIPE now ignored by WeeChat Sebastien Helleu 2005-10-26 23:05:35 +00:00
  • e081a6af17 improve python header and libs detection Emmanuel Bouthenot 2005-10-26 10:20:15 +00:00
  • 3f3a202739 Removed old functions for removing handlers, replaced by one function, the same for all handlers Sebastien Helleu 2005-10-25 18:27:02 +00:00
  • 0f055b087a - Added options for /plugin command: autoload, reload, unload - Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler Sebastien Helleu 2005-10-25 17:37:13 +00:00
  • 0e531f5e6a Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to ncurses if ncursesw is not found (auto-detect ncurses.h location too) Sebastien Helleu 2005-10-25 09:23:10 +00:00
  • c2f4bdd0fc add the possibility to (un)load each script one by one Emmanuel Bouthenot 2005-10-24 21:33:48 +00:00
  • 32a7fbb767 Added new plugins functions: set_config, get_plugin_config, set_plugin_config. New file is used to store plugin variables (~/.weechat/plugins.rc) Sebastien Helleu 2005-10-23 22:07:18 +00:00
  • b7484eeea7 Updated doc Sebastien Helleu 2005-10-23 11:34:58 +00:00
  • f7872a9dd8 Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) Sebastien Helleu 2005-10-23 11:33:39 +00:00
  • cde66456fb Fixed bug with keyboard and "^" key (was inserting two "^") Sebastien Helleu 2005-10-22 16:22:52 +00:00
  • 6beb8b6465 - added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay - fixed bug when exiting DCC buffer (wrong input buffer) Sebastien Helleu 2005-10-22 14:04:26 +00:00
  • 1a140ab8b5 * update build-depends * remove automatic update of config.{guess,sub} since it's now handled by libtool * Add new loadable plugins in weechat-curses package Julien Louis 2005-10-22 08:51:50 +00:00
  • e148a40ae1 Added "ncursesw/" path for ncurses.h include Sebastien Helleu 2005-10-22 08:22:27 +00:00
  • ee2951bf11 The "day changed" message does not update hotlist any more Sebastien Helleu 2005-10-21 14:20:22 +00:00
  • 73359fcc05 Full UTF-8 support, auto-detection of UTF-8 usage (locale) Sebastien Helleu 2005-10-21 13:59:55 +00:00
  • 0bc32f561b fixes some typos, and a bug which occured when parsing a script fails Emmanuel Bouthenot 2005-10-20 09:19:10 +00:00
  • d179625e52 correct bad hack for stdout and stderr outputs Emmanuel Bouthenot 2005-10-19 15:43:13 +00:00
  • bd9cdeec5c Add debian/compat and remove debian/weechat-gtk.* to EXTRA_DIST Julien Louis 2005-10-19 08:48:59 +00:00
  • a9f04c5fd9 Added "Day changed to [date]" message when day changes Sebastien Helleu 2005-10-18 17:46:54 +00:00
  • 1e382ab9bd Log options (for server/channel/private) can now be set while WeeChat is running Sebastien Helleu 2005-10-18 15:56:00 +00:00
  • 2855b71520 Add --copy argument to libtollize call Julien Louis 2005-10-18 08:07:51 +00:00
  • 7b4453a507 Updated doc with new plugins implementation Sebastien Helleu 2005-10-17 20:54:30 +00:00
  • aeb7170024 Moved some functions in source code Sebastien Helleu 2005-10-17 17:45:23 +00:00
  • 357d7c5a2f Changes in plugins and scripts plugins: - get_info("version") now returns only version - added get_config() function to read config options Sebastien Helleu 2005-10-17 14:30:03 +00:00
  • b2ec60110c Auto-load plugins in user's plugins path (before WeeChat system lib dir) Sebastien Helleu 2005-10-17 11:53:46 +00:00
  • 9eb142036e When dlopen function is found without dl lib, do not link with -ldl (now ok under FreeBSD) Sebastien Helleu 2005-10-17 10:36:09 +00:00
  • fa54807ef6 Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, use "weechat_dir" instead) Sebastien Helleu 2005-10-16 21:47:43 +00:00
  • 11d77e6168 Added channel modes +e/+f, IRC commands 348,349,470 Sebastien Helleu 2005-10-16 21:46:31 +00:00
  • 2ca5b4f651 Added Py_Finalise when Python plugin is unloaded Sebastien Helleu 2005-10-16 17:38:50 +00:00
  • 38e2003a17 Commented out WxWidget lib detection since WxWidgets GUI is not developed today Sebastien Helleu 2005-10-16 17:20:46 +00:00
  • 7bb815a540 Fixed but when no parameter given for /perl and /python options Sebastien Helleu 2005-10-16 15:39:20 +00:00
  • 5a3976d6a5 Changed help messages for options Sebastien Helleu 2005-10-16 15:38:47 +00:00
  • cdc33d08b0 New plugin interface (loads dynamic C libraries) Sebastien Helleu 2005-10-15 12:34:21 +00:00
  • 5130b1dc4f Removed old ruby interface Sebastien Helleu 2005-10-15 12:27:49 +00:00
  • cdfc5b6c5a Removed old python interface Sebastien Helleu 2005-10-15 12:27:22 +00:00
  • 50ef2b0306 Removed old perl interface Sebastien Helleu 2005-10-15 12:25:24 +00:00
  • b25824eb4f Removed obsolete file Sebastien Helleu 2005-10-15 12:21:41 +00:00
  • 97a1d0e79d Updated TODO Sebastien Helleu 2005-10-06 21:03:50 +00:00
  • 219e9d443a Added auto-creation of ~/.weechat/{perl|python}/config directories Sebastien Helleu 2005-10-03 12:35:15 +00:00
  • 77d50aef98 Added IRC commands: 008 and 381 Sebastien Helleu 2005-10-03 12:27:09 +00:00
  • eea49832ea Changed default color for delimiters in input window (from cyan to lightgreen) Sebastien Helleu 2005-10-03 09:37:25 +00:00
  • 16389e0728 Added colors for input buffer and current channel of status bar Sebastien Helleu 2005-10-02 20:52:38 +00:00
  • 4a7b3436ae Added online help for config options (with /set full_option_name) Sebastien Helleu 2005-10-02 08:16:12 +00:00
  • 799bb14928 Updated doc with new options Sebastien Helleu 2005-10-01 22:05:27 +00:00
  • 75c58c423c Added "smart" hotlist Sebastien Helleu 2005-10-01 13:41:10 +00:00
  • 63e73b30ad Fix ruby ldflags add Julien Louis 2005-09-30 15:48:01 +00:00
  • 29006d8cec Fixed /server command help (3 nicks are mandatory if -nicks used) Sebastien Helleu 2005-09-28 12:58:41 +00:00
  • 85b1702077 Update debian/changelog Julien Louis 2005-09-25 13:32:19 +00:00
  • caff3dd011 Fixed typo in autojoin option help Sebastien Helleu 2005-09-25 07:49:09 +00:00
  • 9d4300c0d7 Added doc (info format) in rpm build Sebastien Helleu 2005-09-25 07:48:03 +00:00
  • 8aa7e3e3e6 Version 0.1.6-cvs Sebastien Helleu 2005-09-24 12:17:05 +00:00
  • 150c5e9749 Version 0.1.5 v0.1.5 release-0-1-5 Sebastien Helleu 2005-09-24 11:35:13 +00:00
  • 6bec96cd4d Replaced gettext with macro "_" Sebastien Helleu 2005-09-23 21:49:02 +00:00
  • 068284dd19 Added /ame command (send CTCP action to all channels of all connected servers) Sebastien Helleu 2005-09-23 09:57:45 +00:00
  • 38a8c321c0 Added czech translations Sebastien Helleu 2005-09-22 17:22:30 +00:00
  • 0094d143b3 Updated doc Sebastien Helleu 2005-09-22 14:20:17 +00:00
  • 530dc9fb67 Added setting "irc_notice_as_pv" to see notices as pv Sebastien Helleu 2005-09-22 08:21:53 +00:00
  • 96a69fd7f3 Updated doc Sebastien Helleu 2005-09-21 08:34:48 +00:00
  • 938915d387 Added nicks colors in setup file Sebastien Helleu 2005-09-20 17:44:44 +00:00
  • 25bbe3d284 Fixed DCC bug: delete failed file only if really empty (on disk) Sebastien Helleu 2005-09-20 16:14:04 +00:00
  • 9c7d05f605 Fixed IRC message parser bug Sebastien Helleu 2005-09-15 14:02:38 +00:00
  • c953db4d64 Fixed window swtich functions (was changing windows buffer and should not) Sebastien Helleu 2005-09-15 13:07:52 +00:00
  • 9d6ca20478 Fixed window switch functions and bug when line is removed and that a window uses this line at scroll start point Sebastien Helleu 2005-09-15 11:36:50 +00:00
  • 7f4a213239 Fixed scroll problem (screen moving when scrolling and new line displayed) Sebastien Helleu 2005-09-15 08:21:36 +00:00
  • e18f14e5d3 One bug removed! Sebastien Helleu 2005-09-14 08:59:49 +00:00
  • 8f3455d0a9 Fixed infinite loop when scrolling back and displaying long lines Sebastien Helleu 2005-09-14 08:39:14 +00:00
  • dfbea2850a Fixed minor refresh bug in buffer clear function Sebastien Helleu 2005-09-13 17:10:18 +00:00
  • 8a299adb3b Fixed crash when closing a buffer used by more than one window Sebastien Helleu 2005-09-13 17:04:34 +00:00
  • a29416e352 Updated TODO Sebastien Helleu 2005-09-13 07:00:33 +00:00
  • c346216e34 Added missing "return 0" in handler for IRC command 221 Sebastien Helleu 2005-09-11 16:39:37 +00:00
  • da7df57b1a Added global history keys (ctrl+up/down) Sebastien Helleu 2005-09-11 16:30:51 +00:00