Sebastien Helleu
|
76afa6d2b5
|
Fixed IRC message 333: silently ignore message if error when parsing it
|
2007-08-21 15:45:26 +00:00 |
|
Sebastien Helleu
|
69bd50d74c
|
Fixed server option "command_delay": does not freeze WeeChat any more
|
2007-08-20 08:37:31 +00:00 |
|
Julien Louis
|
fb8bae3c78
|
Add Support for gtk2 interface with cmake build system
|
2007-08-18 17:17:54 +00:00 |
|
Sebastien Helleu
|
0c0e511079
|
Code cleanup for paste detection
|
2007-08-18 08:52:12 +00:00 |
|
Sebastien Helleu
|
4908e196ad
|
Fixed problem with input of UTF-8 chars in last cvs
|
2007-08-17 12:39:55 +00:00 |
|
Sebastien Helleu
|
dc92ee389c
|
Added paste detection, new options look_paste_max_lines and col_input_actions (task #5442)
|
2007-08-17 09:09:09 +00:00 |
|
Sebastien Helleu
|
30c3fa9d98
|
Code cleanup: renamed some constants and variables (prefix added)
|
2007-08-16 13:54:15 +00:00 |
|
Sebastien Helleu
|
0c8867c9e3
|
Fixed parsing of command "353" when prefixes were not received from server
|
2007-08-14 14:42:10 +00:00 |
|
Sebastien Helleu
|
aed84560f8
|
Fixed bug with highlight and UTF-8 chars around word (bug #20753)
|
2007-08-12 09:37:43 +00:00 |
|
Sebastien Helleu
|
ec78674d4e
|
Added support of channel mode +u (channel user) (bug #20717)
|
2007-08-09 09:35:17 +00:00 |
|
Sebastien Helleu
|
c246d44762
|
Fixed /server help message
|
2007-08-08 14:27:02 +00:00 |
|
Sebastien Helleu
|
09ddfcd860
|
Improved /connect command to connect to a host by creating a temporary server, added option to /server to create temporary server (task #7095)
|
2007-08-08 14:08:06 +00:00 |
|
Sebastien Helleu
|
028d38b44e
|
Allow clear of multiple selected buffers with /clear (patch #6112)
|
2007-08-08 09:07:19 +00:00 |
|
Sebastien Helleu
|
f68a2cbfcd
|
Added "copy" and "rename" options to /server command
|
2007-08-08 08:19:04 +00:00 |
|
Sebastien Helleu
|
362866fdf2
|
Added key for setting unread marker on all buffers (default: ctrl-S + ctrl-U) (task 7180)
|
2007-08-06 09:30:22 +00:00 |
|
Sebastien Helleu
|
d150376c54
|
Added channel completion to /join command
|
2007-08-02 09:52:12 +00:00 |
|
Sebastien Helleu
|
9d3e31e165
|
Fixed nick prefix display on servers that doesn't support all prefixes (bug #20025)
|
2007-08-01 10:44:51 +00:00 |
|
Sebastien Helleu
|
efd511dea4
|
Fixed terminal encoding detection when NLS is disabled (bug #20646)
|
2007-08-01 09:59:00 +00:00 |
|
Sebastien Helleu
|
0904d9afaf
|
Fixed crash when sending data to channel or pv on disconnected server (bug #20524)
|
2007-07-18 23:26:23 +00:00 |
|
Sebastien Helleu
|
2da039222d
|
Added pv count in /server output
|
2007-07-18 16:50:56 +00:00 |
|
Sebastien Helleu
|
271bd21802
|
Improved command /server ant its output, added plural form in PO files
|
2007-07-18 16:35:12 +00:00 |
|
Sebastien Helleu
|
bd0b7957a3
|
Added 3 default new keys: ctrl-B (left), ctrl-F (right), ctrl-D (delete)
|
2007-07-18 13:11:58 +00:00 |
|
Sebastien Helleu
|
2c3fad454c
|
Added "buffer_move" event handler to plugins API (task #6708)
|
2007-07-18 12:02:40 +00:00 |
|
Sebastien Helleu
|
3b48025071
|
Added key function "jump_previous_buffer" to jump to buffer previously displayed (new key: alt-J + alt-P) (task #7085)
|
2007-07-15 18:06:56 +00:00 |
|
Sebastien Helleu
|
feec343ffb
|
Added "-nojoin" option for /connect and /reconnect commands (task #7074), added "%*" to completion template (repeat last completion).
|
2007-07-13 15:38:26 +00:00 |
|
Sebastien Helleu
|
241f70f869
|
Fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc,^Cb,.. instead of %C,%B,.. (bug #20222, task #7060)
|
2007-07-12 15:00:45 +00:00 |
|
Sebastien Helleu
|
9d5ef17bd6
|
Fixed bug with smart nick completion (last speakers first) when a nick is changed
|
2007-07-09 09:14:51 +00:00 |
|
Sebastien Helleu
|
825a9cfdf6
|
Fixed charset bug with channel names in status bar (bug #20400)
|
2007-07-08 11:42:38 +00:00 |
|
Sebastien Helleu
|
fc2693c8e1
|
Added "scroll" option to /buffer command
|
2007-07-05 16:44:42 +00:00 |
|
Sebastien Helleu
|
0bbe747f78
|
Added small hack to make weechat server connection ok with Cygwin. Connection may block under Cygwin, waiting for better solution.
|
2007-07-03 16:35:20 +00:00 |
|
Sebastien Helleu
|
feedeb25f6
|
Removed unused variable
|
2007-07-03 14:45:55 +00:00 |
|
Sebastien Helleu
|
f1a39ce7d7
|
Replaced GPL 2 license by GPL 3
|
2007-07-02 12:25:13 +00:00 |
|
Sebastien Helleu
|
585681e5a0
|
Down key now saves input to history and clears input line (task #7049)
|
2007-07-01 11:20:34 +00:00 |
|
Sebastien Helleu
|
cd3599e6db
|
Removed tests on binary when using /upgrade
|
2007-06-12 13:42:33 +00:00 |
|
Sebastien Helleu
|
bbe20b9b30
|
Fixed log file when channel name contains "/" (bug #20072)
|
2007-06-12 13:02:19 +00:00 |
|
Sebastien Helleu
|
00c4e36357
|
Command /away allowed when not connected to server (internally stored and AWAY command is sent when connecting to server) (task #7003)
|
2007-06-12 10:17:11 +00:00 |
|
Julien Louis
|
8cdad47de8
|
Search for Dl library if we do not disable plugins
|
2007-06-12 06:36:35 +00:00 |
|
Julien Louis
|
4297b55bf2
|
Explicitly link against libdl
|
2007-06-11 20:49:10 +00:00 |
|
Julien Louis
|
c9625e1f58
|
Link weechat-curses against libutf8 on OpenBSD plateform
|
2007-06-11 17:47:57 +00:00 |
|
Julien Louis
|
fb34430076
|
Add a check for utf8/wchar.h header on OpenBSD plateform
and remove commented check
|
2007-06-11 17:47:28 +00:00 |
|
Sebastien Helleu
|
3799b83107
|
Added argument for /upgrade command (path to binary), check that binary file is found and has execution permissions before upgrading
|
2007-06-11 13:46:50 +00:00 |
|
Sebastien Helleu
|
b80c53e87d
|
Fixed bug with /topic when channel not open and topic not defined (bug #20141)
|
2007-06-11 06:46:53 +00:00 |
|
Sebastien Helleu
|
299d37a342
|
Added hotlist sort with new option "look_hotlist_sort" (task #5870)
|
2007-06-08 16:04:50 +00:00 |
|
Sebastien Helleu
|
36f0aab4d4
|
Fixed QUOTE command: now allowed when socket is ok (even if IRC connection to server is not ok) (bug #20113)
|
2007-06-07 13:26:54 +00:00 |
|
Sebastien Helleu
|
6f83c33ed9
|
Added missing IRC commands 378 and 379 (bug #20091)
|
2007-06-06 10:13:25 +00:00 |
|
Sebastien Helleu
|
23ff266816
|
Added missing IRC command 327
|
2007-06-06 09:08:00 +00:00 |
|
Sebastien Helleu
|
8affe52ee4
|
Fixed hotlist when exiting search mode: current buffer is removed from hotlist
|
2007-06-05 21:31:43 +00:00 |
|
Sebastien Helleu
|
8978b9c4b9
|
Added "weechat.log" name in error message when WeeChat log file is locked
|
2007-06-05 14:00:47 +00:00 |
|
Julien Louis
|
dde12565e7
|
Fix libintl.h issue on FreeBSD
|
2007-05-26 19:15:46 +00:00 |
|
Sebastien Helleu
|
34e220df56
|
Fixed bug with PART command parsing (":" not skipped, problem with some IRC servers)
|
2007-05-25 16:49:25 +00:00 |
|