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 |
|
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
|
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
|
8d014d66da
|
Fixed USER message when connecting to IRC server (patch #5835)
|
2007-04-02 09:23:41 +00:00 |
|
Sebastien Helleu
|
4d64128ef2
|
Improved password hiding, code cleanup (bug #19229) (new commit after savannah crash)
|
2007-03-16 08:40:10 +00:00 |
|
Sebastien Helleu
|
aba6e1257d
|
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468)
|
2007-02-12 17:39:34 +00:00 |
|
Sebastien Helleu
|
dc80d87b0e
|
Fixed crash when /away command is issued with no server connection (bug #18839)
|
2007-01-21 11:54:45 +00:00 |
|
Sebastien Helleu
|
632d451f62
|
Changed copyright date (2006 -> 2007)
|
2007-01-05 23:41:38 +00:00 |
|
Sebastien Helleu
|
dfa9ed31d4
|
Added "modifier" in plugins API, improved /plugin command
|
2006-10-24 11:23:31 +00:00 |
|
Sebastien Helleu
|
9b91c91577
|
Fixed some portability bugs (patch #5271)
|
2006-10-12 17:16:14 +00:00 |
|
Sebastien Helleu
|
5a82d5a246
|
Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now sent in one mode command to server (task #5968)
|
2006-10-12 15:14:08 +00:00 |
|
Sebastien Helleu
|
6450867535
|
Command "/away -all" now allowed when not connected to current server
|
2006-09-08 20:20:05 +00:00 |
|
Sebastien Helleu
|
440214d098
|
Added send of "quit" message to server when using /disconnect
|
2006-08-17 16:12:52 +00:00 |
|
Sebastien Helleu
|
f6fb874c88
|
Fixed /wallops command (now many words are correctly sent)
|
2006-08-10 14:14:19 +00:00 |
|
Sebastien Helleu
|
b2183ee3ed
|
Fixed away after server disconnection (now away is set again when reconnecting) (bug #16359)
|
2006-08-05 18:44:55 +00:00 |
|
Sebastien Helleu
|
2f6a4140d6
|
Fixed crash when doing "/part something" on a server buffer (bug #17201)
|
2006-07-25 15:26:41 +00:00 |
|
Sebastien Helleu
|
3eced7694b
|
Splited weechat.c into weechat.c and util.c
|
2006-07-23 11:19:09 +00:00 |
|
Sebastien Helleu
|
1838637f24
|
Fixed /squery command (message sent to server, now ok with # args > 2)
|
2006-05-24 21:39:39 +00:00 |
|
Sebastien Helleu
|
e36b53bf74
|
Fixed "hostname" option for servers (now really used to set hostname/IP for choosing local interface (ipv4 or ipv6))
|
2006-05-12 14:24:23 +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 |
|
Emmanuel Bouthenot
|
6963ca7b65
|
make gcc-2.95 happy
|
2006-04-07 08:00:27 +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
|
212ec7a76d
|
Added nick alignment in private buffers
|
2006-04-03 09:35:08 +00:00 |
|
Sebastien Helleu
|
d01081241a
|
Added nick alignment options
|
2006-04-02 21:53:41 +00:00 |
|
Emmanuel Bouthenot
|
6175a89580
|
add regular expression support for /list command
|
2006-04-01 19:33:02 +00:00 |
|
Sebastien Helleu
|
eaa33bfb8e
|
Added hostname/IP option for connection to server
|
2006-03-25 11:20:37 +00:00 |
|
Sebastien Helleu
|
6a55ee4f79
|
Immediately refresh nick (input window) during server connection process
|
2006-03-19 16:05:37 +00:00 |
|
Sebastien Helleu
|
e499c1cb32
|
Added /cycle command, /part command does close buffer any more
|
2006-03-19 12:15:27 +00:00 |
|
Sebastien Helleu
|
8c662f69f9
|
/msg command does not open any buffer any more
|
2006-02-28 15:59:33 +00:00 |
|
Sebastien Helleu
|
c0a1673060
|
Added IRC raw data buffer
|
2006-02-22 11:58:11 +00:00 |
|
Sebastien Helleu
|
349d9d1028
|
Fixed display bugs with /kill command
|
2006-02-21 10:23:35 +00:00 |
|
Sebastien Helleu
|
99a3434733
|
Fixed bug with elapsed time when away if computer clock was changed (displays 0 if elapsed time is negative)
|
2006-01-26 16:49:21 +00:00 |
|
Sebastien Helleu
|
364d774ded
|
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
|
2006-01-25 08:55:24 +00:00 |
|
Sebastien Helleu
|
8cd8410448
|
Fixed bugs: buffer detection in plugins/scripts commands, and /history command
|
2006-01-22 21:30:19 +00:00 |
|
Sebastien Helleu
|
a4695f5ba2
|
New values for "irc_display_away" (off, local, channel)
|
2006-01-12 15:05:35 +00:00 |
|
Sebastien Helleu
|
8c54d55611
|
Fixed msg command (now allowed in private buffer with "*" as target)
|
2006-01-10 08:52:09 +00:00 |
|
Sebastien Helleu
|
b1f83dce8a
|
Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command
wihtout argument only removes away status)
|
2006-01-08 01:22:25 +00:00 |
|
Sebastien Helleu
|
4d62625894
|
New year in copyright, FSF address changed
|
2006-01-04 08:56:00 +00:00 |
|
Sebastien Helleu
|
0ef010d211
|
added /upgrade command, added ETA for DCC files
|
2005-12-06 18:20:59 +00:00 |
|
Sebastien Helleu
|
6efb8e4439
|
/nick command is now allowed when not connected to server
|
2005-11-29 10:11:21 +00:00 |
|
Sebastien Helleu
|
ea3d7c278d
|
Fixed bug with use of nick1 with a new server ("weechat_user" was used instead of nick1)
|
2005-11-23 15:44:01 +00:00 |
|
Sebastien Helleu
|
d5affecc23
|
Added read marker (indicator for first unread line), added quotes and spaces in config files
|
2005-11-19 22:08:46 +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
|
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
|
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
|
068284dd19
|
Added /ame command (send CTCP action to all channels of all connected servers)
|
2005-09-23 09:57:45 +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
|
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 |
|