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
f1a39ce7d7
Replaced GPL 2 license by GPL 3
2007-07-02 12:25:13 +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
bee62989f6
Code cleanup: renamed IRC functions to have uniform name (with prefix based on source name), moved some functions
2007-05-11 14:59:12 +00:00
Sebastien Helleu
632d451f62
Changed copyright date (2006 -> 2007)
2007-01-05 23:41:38 +00:00
Sebastien Helleu
7d29001f9d
Fixed bug with DCC SEND when filename begins with '~'
2006-11-14 19:54:56 +00:00
Sebastien Helleu
c20ce83d20
Added charset plugin (WeeChat is now full UTF-8 for internal data storage), fixed compilation problems with FreeBSD, fixed status bar display bug
2006-11-08 07:54:33 +00:00
Sebastien Helleu
dfa9ed31d4
Added "modifier" in plugins API, improved /plugin command
2006-10-24 11:23:31 +00:00
Sebastien Helleu
80a76f65f6
Fixed crash for DCC receiver when resuming a file (bug #17885 ), fixed DCC error for sender when receiver cancels DCC (bug #17852 )
2006-09-30 06:52:52 +00:00
Sebastien Helleu
f325b5a71f
Fixed highlight for DCC, invite and notice: when a window is displaying buffer, there's no highlight
2006-09-12 10:45:46 +00:00
Sebastien Helleu
1f801ff079
Added hotlist in session file when using /upgrade command (task #5449 )
2006-08-20 22:28:31 +00:00
Sebastien Helleu
fb607cb4ab
Fixed DCC restore after /upgrade (now order is saved)
2006-08-05 19:33:48 +00:00
Sebastien Helleu
8ee907af02
Fixed DCC file connection problem (connection from receiver to sender)
2006-08-05 11:20:58 +00:00
Sebastien Helleu
a5cd14add5
Improved DCC speed (up to x5 on LAN) by forking for DCC files and a new option "dcc_fast_send" (does not wait for ACK) (task #5758 )
2006-08-03 19:50:52 +00:00
Sebastien Helleu
d861cb0fd3
Use of constants for min/max DCC blocksize
2006-07-27 21:05:15 +00:00
Sebastien Helleu
3eced7694b
Splited weechat.c into weechat.c and util.c
2006-07-23 11:19:09 +00:00
Sebastien Helleu
4c4f5ab012
added some panel functions, fixed refresh bugs when terminal is resized: too many refreshs, display bug with splited windows
2006-07-16 11:04:10 +00:00
Sebastien Helleu
cb329a3f33
Fixed crashes with DCC chat remove/purge on DCC view (bug #16775 )
2006-06-10 16:42:22 +00:00
Sebastien Helleu
0eea93bba3
Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for WeeChat log file
2006-05-20 09:45:02 +00:00
Sebastien Helleu
6021ee85cb
Fixed bug #16416 (crash when purging old DCC chats)
2006-04-23 08:19:06 +00:00
Sebastien Helleu
40ffeb9e0c
Splited GUI sources
2006-04-22 21:18:02 +00:00
Sebastien Helleu
2fd53dcc37
Fixed many crashes with DCC chat
2006-04-15 16:47:43 +00:00
Sebastien Helleu
5068f4d365
Added nick alignment in DCC chat, /query and /msg, fixed DCC chat bug when closing buffer
2006-04-03 16:01:10 +00:00
Sebastien Helleu
650805f204
Using new default value for DCC download dir (created at startup), fixed logs dir creation
2006-03-04 15:37:20 +00:00
Sebastien Helleu
b3b1ab104b
Fixed hotlist display bug with server buffer when all servers are displayed on
...
same buffer (display was current server instead of server with activity)
2006-01-08 19:26:51 +00:00
Sebastien Helleu
4d62625894
New year in copyright, FSF address changed
2006-01-04 08:56:00 +00:00
Sebastien Helleu
77e00d0381
Added charset by server and channel, new command: /charset
2005-12-11 00:52:32 +00:00
Sebastien Helleu
0ef010d211
added /upgrade command, added ETA for DCC files
2005-12-06 18:20:59 +00:00
Sebastien Helleu
54a5f181b5
Fixed bug with DCC chat close and get_dcc_info plugin function
2005-11-10 22:30: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
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
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
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
25bbe3d284
Fixed DCC bug: delete failed file only if really empty (on disk)
2005-09-20 16:14:04 +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
767e378c53
Set non blockant socket for dcc connection (as it was made before)
2005-08-26 22:32:02 +00:00
Emmanuel Bouthenot
ace03b808d
add half (due to dcc) dcc support with proxies (only in ipv4 )
2005-08-04 19:01:29 +00:00
Sebastien Helleu
1230735c5f
Added "irc_highlight" setting, fixed crash when doing /part on an active DCC chat buffer
2005-07-19 17:35:51 +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
4b1679900a
Setting "dcc_auto_resume" now used, and fixed address & pos conversion to unsigned long for DCC
2005-07-13 16:39:49 +00:00
Sebastien Helleu
99f03cd2a3
Added DCC resume
2005-07-13 16:24:47 +00:00
Sebastien Helleu
fc2d9732e5
When DCC failed, do not display local filename if transfer failed before starting
2005-07-12 19:28:09 +00:00
Sebastien Helleu
94a3b5e1ae
Added message on server buffer when DCC file transfer failed (or was aborted)
2005-07-12 17:17:37 +00:00
Sebastien Helleu
6b12f19083
- added DCC timeout
...
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server)
- fixed Perl bug with info reading functions
2005-07-12 17:05:01 +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
73c69d2d71
Added transfer rate for DCC files
2005-04-23 18:13:25 +00:00
Sebastien Helleu
5301c75021
Fixed type used for Mac OS (replaced uint32_t by u_int32_t)
2005-03-10 14:49:50 +00:00
Sebastien Helleu
9526e4a79d
Fixed crash when cancelling DCC CHAT that was not started
2005-03-09 13:56:05 +00:00
Sebastien Helleu
4d4d697b17
Added date/time for DCC CHAT on DCC buffer
2005-02-27 10:08:45 +00:00
Sebastien Helleu
3686d92cb5
Added DCC CHAT (send & recv)
2005-02-27 02:40:11 +00:00