Sebastien Helleu
bd80891676
Updated cs.po
2005-11-05 21:16:12 +00:00
Sebastien Helleu
8a2a0ec0ae
Added color decode when sending some commands to server (like /me, /msg, ..)
2005-11-05 19:07:07 +00:00
Sebastien Helleu
e49b4131f2
Fixed nick completion in private, now completes according to
...
"look_nick_completion_ignore" option)
2005-11-05 18:33:19 +00:00
Sebastien Helleu
a164b85e3a
Fixed crash with Alt-S key
2005-11-05 16:04:16 +00:00
Sebastien Helleu
b0758b6fac
Updated contributors
2005-11-05 15:27:25 +00:00
Sebastien Helleu
5830b0ab40
Fixed server detection when using "command" interface function from scripts
2005-11-05 15:14:17 +00:00
Sebastien Helleu
d94a7d05ea
Convert colors codes to %B, %C with /topic completion (if option irc_colors_send
...
is ON)
2005-11-05 13:21:48 +00:00
Sebastien Helleu
bea5769a05
Fixed some bugs with color codes:
...
- colors are now removed in topic for display in title bar
- completion of /topic command now strips color codes
- color codes are encoded in commands (not only text sent to channel/pv)
- double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-05 11:34:52 +00:00
Sebastien Helleu
fd562722d0
Changed help for "irc_colors_receive" option
2005-11-05 10:46:23 +00:00
Sebastien Helleu
639d8b3ba9
Updated with last contributors
2005-11-05 10:10:38 +00:00
Sebastien Helleu
b536a8a491
Added message for /buffer notify completion
2005-11-04 22:53:10 +00:00
Emmanuel Bouthenot
51cacc0fdb
remove unused comment
2005-11-04 22:33:26 +00:00
Emmanuel Bouthenot
e07859395f
improve PYTHON LDFLAGS
2005-11-04 22:30:23 +00:00
Emmanuel Bouthenot
7cf7e5b9ff
fix a dead lock
2005-11-04 22:26:53 +00:00
Sebastien Helleu
87e934766b
Fixed cursor position bug when using history with up/down keys
2005-11-04 21:40:34 +00:00
Sebastien Helleu
e4b59681b2
Fixed crash with /buffer command
2005-11-04 20:13:26 +00:00
Sebastien Helleu
dd8ce32004
Removed debug messages
2005-11-04 20:12:28 +00:00
Sebastien Helleu
b575a4f578
Fixed scroll problem when one line is bigger than screen size
2005-11-04 16:14:28 +00:00
Sebastien Helleu
6b1f5a4a92
Fixed crash when doing "/msg nickserv identify ..."
2005-11-04 13:41:05 +00:00
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