Sebastien Helleu
b575a4f578
Fixed scroll problem when one line is bigger than screen size
2005-11-04 16:14:28 +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
Sebastien Helleu
e5754e1fe6
Fixed minor compilation problem (dependency with plugins lib)
2005-10-30 18:37:58 +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
dec92aeba6
fix detection of libgnutls
2005-10-29 17:56:50 +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
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
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
Sebastien Helleu
a9f04c5fd9
Added "Day changed to [date]" message when day changes
2005-10-18 17:46:54 +00:00
Sebastien Helleu
cdc33d08b0
New plugin interface (loads dynamic C libraries)
2005-10-15 12:34:21 +00:00
Sebastien Helleu
16389e0728
Added colors for input buffer and current channel of status bar
2005-10-02 20:52:38 +00:00
Sebastien Helleu
75c58c423c
Added "smart" hotlist
2005-10-01 13:41:10 +00:00
Sebastien Helleu
938915d387
Added nicks colors in setup file
2005-09-20 17:44:44 +00:00
Sebastien Helleu
7f4a213239
Fixed scroll problem (screen moving when scrolling and new line displayed)
2005-09-15 08:21:36 +00:00
Sebastien Helleu
8f3455d0a9
Fixed infinite loop when scrolling back and displaying long lines
2005-09-14 08:39:14 +00:00
Sebastien Helleu
8a299adb3b
Fixed crash when closing a buffer used by more than one window
2005-09-13 17:04:34 +00:00
Sebastien Helleu
5881048405
Fixed DCC display bug (now decodes strings according to charset)
2005-09-07 10:14:07 +00:00
Sebastien Helleu
517de7ab94
Removed nick color in nicklist when away and away check for nicks is disabled (= 0)
2005-09-04 13:20:56 +00:00
Sebastien Helleu
d80c8e9e57
Fixed bug with strings comparison (str[n]casecmp) and some locales (like turkish), now using ASCII comparison
2005-09-03 12:37:20 +00:00
Sebastien Helleu
51322e7917
Fixed refresh bug when one line is bigger than screen size
2005-08-17 16:54:05 +00:00
Sebastien Helleu
d256d72eef
Fixed look_nicklist_min_size and look_nicklist_max_size options
2005-08-16 21:01:32 +00:00
Sebastien Helleu
9e328d3fef
ctrl-up/ctrl-down keys added to call previous/next command in global history (common to all buffers)
2005-07-30 18:41:48 +00:00
Sebastien Helleu
3d724fb634
Join and part/quit prefixes (arrows) now displayed with different colors
2005-07-22 08:11:39 +00:00
Sebastien Helleu
220308e1fa
Fixed hotlist for privates: now quit message is displayed as part/join/quit, not standard message
2005-07-19 10:17:17 +00:00
Sebastien Helleu
f3390da5e3
Previous behaviour restored for key "^" (now inserted in buffer)
2005-07-17 00:15:48 +00:00
Sebastien Helleu
4c6c367557
- added alt-j + alt-l key (switch to last buffer)
...
- added message for +q mode changing on a nick
2005-07-16 12:37:30 +00:00
Sebastien Helleu
99ad719ab9
Fixed segfault when switching to DCC buffer
2005-07-16 11:32:23 +00:00
Sebastien Helleu
a68a1f8192
Added alt-k key to grab a key and insert result into input buffer
2005-07-16 11:14:47 +00:00
Sebastien Helleu
a9912cd266
- fixed SIGSEGV handler (now write a core file by aborting program)
...
- fixed statusbar & infobar background refresh problem with some systems
2005-07-14 07:04:45 +00:00
Sebastien Helleu
1d07964d17
Added color for private in hotlist (different than color for highlight)
2005-07-13 17:40:20 +00:00
Sebastien Helleu
06bd0f9f0e
Special chars (between 01 and 31 decimal) not displayed any more on buffers (replaced by spaces)
2005-07-13 16:40:42 +00:00
Emmanuel Bouthenot
505b43d15b
add some gui_input features : clipboard and a 'translate_chars' function
2005-07-12 10:06:10 +00:00
Sebastien Helleu
fef0932c1d
Changed two shortcuts (jump to server and jump to next server, now prefixed by meta-j)
2005-07-09 17:50:04 +00:00
Sebastien Helleu
54d4fc12a6
- new keyboard management: keys are setup in config file, new command /key was added and some new default keys were added
...
- added seconds in infobar time (optional with new config flag)
- fixed some curses refreshs
2005-07-09 15:30:51 +00:00
Sebastien Helleu
ae8f8a5700
gnutls code compiled according to pre-processor var HAVE_GNUTLS
2005-06-22 21:08:21 +00:00
Sebastien Helleu
4e9193a943
Added SSL support with gnutls lib
2005-06-19 20:55:10 +00:00
Sebastien Helleu
d86a783b6a
Fixed color problem with new libcurses version
2005-06-15 17:17:45 +00:00
Sebastien Helleu
4d4a667094
Fixed crash when using alt-S or alt-X keys on DCC buffer (alt-D)
2005-05-31 07:55:17 +00:00
Sebastien Helleu
7c63a73999
Added cast to prevent problems with AMD64 where size_t is not int
2005-05-29 07:20:15 +00:00
Sebastien Helleu
01186c6c8b
Fixed startup crash when weechat config file is not found
2005-05-24 14:10:56 +00:00
Sebastien Helleu
e7041a467b
Added "++++" at bottom of nicklist if end of nicklist is not displayed
2005-05-18 19:03:34 +00:00
Sebastien Helleu
c8ad30020b
Improved Perl interface and some changes in Python:
...
- function "print_with_channel" was removed
- function "command" now runs weechat command or send text to channel
- Perl functions are now called with weechat::name (instead of IRC::name)
- IRC::xxx functions are still active for compatibility with old scripts
2005-05-05 16:26:34 +00:00
Sebastien Helleu
dca4064502
Added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)
2005-04-30 19:21:28 +00:00
Sebastien Helleu
73c69d2d71
Added transfer rate for DCC files
2005-04-23 18:13:25 +00:00
Sebastien Helleu
d90587c443
Fixed call to "has_color" in gui_window_set_color function
2005-04-22 16:47:02 +00:00
Sebastien Helleu
5090689a76
Buffers timestamp can now be changed (new option in config file)
2005-04-09 11:34:15 +00:00