Sebastien Helleu
|
dd3977367f
|
Fixed log problem with new color display system (now color codes are removed in
log file)
|
2005-11-04 13:11:39 +00:00 |
|
Sebastien Helleu
|
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
|
2005-11-04 11:53:23 +00:00 |
|
Emmanuel Bouthenot
|
5dfab7643d
|
update --enable-perl-nothread config
|
2005-11-04 11:00:00 +00:00 |
|
Emmanuel Bouthenot
|
cea0851071
|
improve contexts switch in python plugin
|
2005-11-04 09:23:33 +00:00 |
|
Emmanuel Bouthenot
|
6919005d74
|
improve python detection
|
2005-11-01 19:52:29 +00:00 |
|
Emmanuel Bouthenot
|
8497d25d34
|
add openbsd flags
|
2005-11-01 18:32:10 +00:00 |
|
Sebastien Helleu
|
4ea734a376
|
Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under
MacOS)
|
2005-10-31 12:40:34 +00:00 |
|
Sebastien Helleu
|
3369a00959
|
Added missing intl libs for openbsd
|
2005-10-31 10:56:32 +00:00 |
|
Sebastien Helleu
|
a6d93cf432
|
Added constants for Perl return codes
|
2005-10-30 23:51:19 +00:00 |
|
Emmanuel Bouthenot
|
e6a1bb4694
|
add constants for python return codes
|
2005-10-30 23:39:54 +00:00 |
|
Sebastien Helleu
|
6b6def5890
|
Fixed "jump to next server" action (was broken by new option "look_one_server_buffer")
|
2005-10-30 22:56:00 +00:00 |
|
Sebastien Helleu
|
be1c9be925
|
Added command line arguments to disable auto-connect to servers and plugins auto-load
|
2005-10-30 19:22:53 +00:00 |
|
Sebastien Helleu
|
e5754e1fe6
|
Fixed minor compilation problem (dependency with plugins lib)
|
2005-10-30 18:37:58 +00:00 |
|
Emmanuel Bouthenot
|
c0e4ba60d7
|
add dependance on automake for libtool
|
2005-10-30 13:18:05 +00:00 |
|
Emmanuel Bouthenot
|
5f101c3833
|
fix CFLAGS on openbsd
|
2005-10-30 13:17:20 +00:00 |
|
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 |
|