718 Commits

Author SHA1 Message Date
Sebastien Helleu
079e4a4028 - added new setting (look_one_server_buffer): use same buffer for all servers
- fixed DCC bug when looking for ports in range
2005-10-30 09:56:24 +00:00
Emmanuel Bouthenot
24ceb3bb95 fix type in LDFLAGS 2005-10-29 23:59:44 +00:00
Emmanuel Bouthenot
dec92aeba6 fix detection of libgnutls 2005-10-29 17:56:50 +00:00
Emmanuel Bouthenot
5551542566 fix flags on *bsd 2005-10-29 12:11:54 +00:00
Emmanuel Bouthenot
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)
2005-10-29 09:36:45 +00:00
Sebastien Helleu
ee4f5716d3 Added setting for ignoring some chars when completing nicks 2005-10-28 13:07:32 +00:00
Sebastien Helleu
e26772dcdb Added new return codes for plugin handlers, to discard messages for WeeChat, plugins, or both. 2005-10-28 07:31:21 +00:00
Emmanuel Bouthenot
232b5684ca improve python LDFLAGS on *BSD 2005-10-27 15:49:03 +00:00
Sebastien Helleu
93b2be7a41 Clean up of IRC message parser (fixed potential bugs when long messages are received) 2005-10-27 10:28:20 +00:00
Sebastien Helleu
b86c95e7dc Added partial match for highlights, patch by Jim Ramsay 2005-10-26 23:15:38 +00:00
Sebastien Helleu
9d52621c44 Fixed Perl bugs with returned values 2005-10-26 23:07:03 +00:00
Sebastien Helleu
0e6b0a3b0c Signal SIGPIPE now ignored by WeeChat 2005-10-26 23:05:35 +00:00
Emmanuel Bouthenot
e081a6af17 improve python header and libs detection 2005-10-26 10:20:15 +00:00
Sebastien Helleu
3f3a202739 Removed old functions for removing handlers, replaced by one function, the same for all handlers 2005-10-25 18:27:02 +00:00
Sebastien Helleu
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
2005-10-25 17:37:13 +00:00
Sebastien Helleu
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) 2005-10-25 09:23:10 +00:00
Emmanuel Bouthenot
c2f4bdd0fc add the possibility to (un)load each script one by one 2005-10-24 21:33:48 +00:00
Sebastien Helleu
32a7fbb767 Added new plugins functions: set_config, get_plugin_config, set_plugin_config.
New file is used to store plugin variables (~/.weechat/plugins.rc)
2005-10-23 22:07:18 +00:00
Sebastien Helleu
b7484eeea7 Updated doc 2005-10-23 11:34:58 +00:00
Sebastien Helleu
f7872a9dd8 Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!) 2005-10-23 11:33:39 +00:00
Sebastien Helleu
cde66456fb Fixed bug with keyboard and "^" key (was inserting two "^") 2005-10-22 16:22:52 +00:00
Sebastien Helleu
6beb8b6465 - added dcc_own_ip and dcc_port_range settings, patch by Jim Ramsay
- fixed bug when exiting DCC buffer (wrong input buffer)
2005-10-22 14:04:26 +00:00
Julien Louis
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
2005-10-22 08:51:50 +00:00
Sebastien Helleu
e148a40ae1 Added "ncursesw/" path for ncurses.h include 2005-10-22 08:22:27 +00:00
Sebastien Helleu
ee2951bf11 The "day changed" message does not update hotlist any more 2005-10-21 14:20:22 +00:00
Sebastien Helleu
73359fcc05 Full UTF-8 support, auto-detection of UTF-8 usage (locale) 2005-10-21 13:59:55 +00:00
Emmanuel Bouthenot
0bc32f561b fixes some typos, and a bug which occured when parsing a script fails 2005-10-20 09:19:10 +00:00
Emmanuel Bouthenot
d179625e52 correct bad hack for stdout and stderr outputs 2005-10-19 15:43:13 +00:00
Julien Louis
bd9cdeec5c Add debian/compat and remove debian/weechat-gtk.* to EXTRA_DIST 2005-10-19 08:48:59 +00:00
Sebastien Helleu
a9f04c5fd9 Added "Day changed to [date]" message when day changes 2005-10-18 17:46:54 +00:00
Sebastien Helleu
1e382ab9bd Log options (for server/channel/private) can now be set while WeeChat is running 2005-10-18 15:56:00 +00:00
Julien Louis
2855b71520 Add --copy argument to libtollize call 2005-10-18 08:07:51 +00:00
Sebastien Helleu
7b4453a507 Updated doc with new plugins implementation 2005-10-17 20:54:30 +00:00
Sebastien Helleu
aeb7170024 Moved some functions in source code 2005-10-17 17:45:23 +00:00
Sebastien Helleu
357d7c5a2f Changes in plugins and scripts plugins:
- get_info("version") now returns only version
- added get_config() function to read config options
2005-10-17 14:30:03 +00:00
Sebastien Helleu
b2ec60110c Auto-load plugins in user's plugins path (before WeeChat system lib dir) 2005-10-17 11:53:46 +00:00
Sebastien Helleu
9eb142036e When dlopen function is found without dl lib, do not link with -ldl (now ok
under FreeBSD)
2005-10-17 10:36:09 +00:00
Sebastien Helleu
fa54807ef6 Added "weechatdir" info for compatibility with old scripts (now DEPRECATED, use
"weechat_dir" instead)
2005-10-16 21:47:43 +00:00
Sebastien Helleu
11d77e6168 Added channel modes +e/+f, IRC commands 348,349,470 2005-10-16 21:46:31 +00:00
Sebastien Helleu
2ca5b4f651 Added Py_Finalise when Python plugin is unloaded 2005-10-16 17:38:50 +00:00
Sebastien Helleu
38e2003a17 Commented out WxWidget lib detection since WxWidgets GUI is not developed today 2005-10-16 17:20:46 +00:00
Sebastien Helleu
7bb815a540 Fixed but when no parameter given for /perl and /python options 2005-10-16 15:39:20 +00:00
Sebastien Helleu
5a3976d6a5 Changed help messages for options 2005-10-16 15:38:47 +00:00
Sebastien Helleu
cdc33d08b0 New plugin interface (loads dynamic C libraries) 2005-10-15 12:34:21 +00:00
Sebastien Helleu
5130b1dc4f Removed old ruby interface 2005-10-15 12:27:49 +00:00
Sebastien Helleu
cdfc5b6c5a Removed old python interface 2005-10-15 12:27:22 +00:00
Sebastien Helleu
50ef2b0306 Removed old perl interface 2005-10-15 12:25:24 +00:00
Sebastien Helleu
b25824eb4f Removed obsolete file 2005-10-15 12:21:41 +00:00
Sebastien Helleu
97a1d0e79d Updated TODO 2005-10-06 21:03:50 +00:00
Sebastien Helleu
219e9d443a Added auto-creation of ~/.weechat/{perl|python}/config directories 2005-10-03 12:35:15 +00:00