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
8a2a0ec0ae
Added color decode when sending some commands to server (like /me, /msg, ..)
2005-11-05 19:07:07 +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
b536a8a491
Added message for /buffer notify completion
2005-11-04 22:53:10 +00:00
Sebastien Helleu
6b1f5a4a92
Fixed crash when doing "/msg nickserv identify ..."
2005-11-04 13:41:05 +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
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
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
e26772dcdb
Added new return codes for plugin handlers, to discard messages for WeeChat, plugins, or both.
2005-10-28 07:31:21 +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
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
11d77e6168
Added channel modes +e/+f, IRC commands 348,349,470
2005-10-16 21:46:31 +00:00
Sebastien Helleu
cdc33d08b0
New plugin interface (loads dynamic C libraries)
2005-10-15 12:34:21 +00:00
Sebastien Helleu
77d50aef98
Added IRC commands: 008 and 381
2005-10-03 12:27:09 +00:00
Sebastien Helleu
068284dd19
Added /ame command (send CTCP action to all channels of all connected servers)
2005-09-23 09:57:45 +00:00
Sebastien Helleu
530dc9fb67
Added setting "irc_notice_as_pv" to see notices as pv
2005-09-22 08:21:53 +00:00
Sebastien Helleu
938915d387
Added nicks colors in setup file
2005-09-20 17:44:44 +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
9c7d05f605
Fixed IRC message parser bug
2005-09-15 14:02:38 +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
c346216e34
Added missing "return 0" in handler for IRC command 221
2005-09-11 16:39:37 +00:00
Sebastien Helleu
2962a8e6c8
Added IRC commands: 042, 344, 345, 484
2005-09-10 08:53:35 +00:00
Sebastien Helleu
76263dc7cf
Added IRC command "221"
2005-09-07 14:17:10 +00:00
Sebastien Helleu
554fa728ae
Fixed command "331" ("no topic set for channel")
2005-09-07 10:16:00 +00:00
Sebastien Helleu
f276fd9494
Fixed bug with nick change
2005-09-04 13:39:24 +00:00
Sebastien Helleu
06463e5937
Added /ignore and /unignore commands
2005-09-04 12:55:25 +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
f74b280a1f
Added "505" IRC command
2005-09-02 08:17:17 +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
Sebastien Helleu
60503d9383
Added command "020"
2005-08-22 11:43:43 +00:00
Sebastien Helleu
84b1a27265
Fixed empty private buffer when unknown CTCP is received
2005-08-21 09:49:58 +00:00
Sebastien Helleu
97b6bbcb9e
Revert code for irc_cmd_send_join function code (to prevent lag when sending
...
many /join commands to IRC server)
2005-08-15 21:52:15 +00:00
Sebastien Helleu
357edc193e
Fixed bug and memory leak in irc_cmd_send_join function
2005-08-14 06:56:45 +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
Emmanuel Bouthenot
428cfbc297
fix an error in socket() while using ipv6 proxy
2005-08-03 19:18:28 +00:00
Emmanuel Bouthenot
17973de52a
fix a stupid error about previous commit
2005-08-01 09:11:29 +00:00
Emmanuel Bouthenot
364667f788
improve support of keys when joining channel and with server autojoin
2005-07-31 23:01:14 +00:00
Sebastien Helleu
10d7c6c34a
Fixed refrech bug when changing channel modes
2005-07-31 12:29:49 +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
29d0225e4a
Fixed CTCP ACTION bug and now replies to CTCP PING on channels
2005-07-20 15:04:49 +00:00
Sebastien Helleu
c36f08d7d7
Highlights with "irc_highlight" setting now case insensitive
2005-07-19 19:50:10 +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
a9ca2987bb
Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no arg)
2005-07-19 12:19:06 +00:00
Sebastien Helleu
8166d15235
Fixed auto-rejoin for channels with key
2005-07-19 09:46:23 +00:00
Sebastien Helleu
575525d965
Reverted to previous code
2005-07-18 09:30:55 +00:00
Emmanuel Bouthenot
6271304832
change signatures in proxy functions
2005-07-17 23:10:17 +00:00