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 |
|
Sebastien Helleu
|
357edc193e
|
Fixed bug and memory leak in irc_cmd_send_join function
|
2005-08-14 06:56:45 +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
|
a9ca2987bb
|
Commands /halfop, /voice, /deop, /dehalfop, /devoice are ok for self nick (no arg)
|
2005-07-19 12:19:06 +00:00 |
|
Sebastien Helleu
|
bdf9eadf43
|
Fixed /ctcp command (now any command/data allowed)
|
2005-07-17 11:03:00 +00:00 |
|
Sebastien Helleu
|
1eac6d8fdd
|
Added /amsg command (send text to all channels of all connected servers)
|
2005-07-16 23:26:01 +00:00 |
|
Sebastien Helleu
|
55125beee4
|
Channels auto-prefixed by "#" (if no prefix found) for /join command
|
2005-07-06 07:13:03 +00:00 |
|
Sebastien Helleu
|
5bd56f86c6
|
* commands from users outside channel now authorized (if special user or channel without "n" flag)
* completion added for config option (with /set command)
|
2005-06-30 12:55:36 +00:00 |
|
Sebastien Helleu
|
70fe8e9472
|
part message now accepts %v (replaced by WeeChat version), like quit message
|
2005-06-18 09:28:16 +00:00 |
|
Sebastien Helleu
|
2ab3467c05
|
Added cast for away time display (to prevent problems with *BSD, where time_t is int and not long int)
|
2005-05-29 06:46:01 +00:00 |
|
Sebastien Helleu
|
5ebab583f6
|
Added "-all" option for /nick command, added "341" IRC command (for invitation)
|
2005-04-19 21:02:59 +00:00 |
|
Sebastien Helleu
|
a92ca4961b
|
Hotlist not changed when self away or nick change
|
2005-04-09 08:03:53 +00:00 |
|
Sebastien Helleu
|
0b78294f1a
|
Added /halfop & /dehalfop commands, fixed halfop display bug in nicklist
|
2005-03-16 21:49:49 +00:00 |
|
Sebastien Helleu
|
1524432007
|
More explicit message when channel or nick not found
|
2005-03-15 19:01:58 +00:00 |
|
Sebastien Helleu
|
09242c3ba6
|
Added /ban, /unban and /kickban commands, fixed /kick command
|
2005-03-13 23:36:45 +00:00 |
|
Sebastien Helleu
|
4322501ebd
|
Fixed /invite command (and now invite requests are displayed)
|
2005-03-12 20:08:08 +00:00 |
|
Sebastien Helleu
|
3686d92cb5
|
Added DCC CHAT (send & recv)
|
2005-02-27 02:40:11 +00:00 |
|
Sebastien Helleu
|
6e60c95056
|
Fixed minor display bug
|
2005-02-20 13:41:07 +00:00 |
|
Sebastien Helleu
|
3e81666752
|
Added DCC send
|
2005-02-20 00:08:22 +00:00 |
|