Sebastien Helleu
|
57477f9da9
|
Fixed command parsing: now "/*" is not considered any more as a command (task #6684)
|
2007-03-27 11:06:50 +00:00 |
|
Sebastien Helleu
|
b498062fde
|
Fixed crash when closing a pv if a DCC chat is open on same nick (bug #19147)
|
2007-03-23 13:39:23 +00:00 |
|
Sebastien Helleu
|
6323e55ab4
|
Added current buffer in hotlist when scrolling up in buffer (task #6664)
|
2007-03-21 20:29:13 +00:00 |
|
Sebastien Helleu
|
c988f0c473
|
Fixed minor bug in /upgrade command
|
2007-03-20 12:22:32 +00:00 |
|
Sebastien Helleu
|
25bfda26e9
|
Fixed bug with explode_string / free_exploded_string when max_items > 0
|
2007-03-19 23:31:49 +00:00 |
|
Sebastien Helleu
|
aa149dcfbc
|
Fixed /topic completion when no topic set on current channel (bug #19322)
|
2007-03-16 11:49:58 +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
|
8c6fa998f8
|
Updated translations
|
2007-03-07 08:38:40 +00:00 |
|
Sebastien Helleu
|
85db677423
|
Fixed /help command: displays plugin help for redefined commands (bug #19166)
|
2007-03-05 13:03:37 +00:00 |
|
Sebastien Helleu
|
70ebdc9808
|
Updated /help alias with $nick/$channel/$server (bug #19194)
|
2007-03-05 12:48:50 +00:00 |
|
Sebastien Helleu
|
f8e31fa38f
|
Prefix '/' disabled in commands (patch #5769)
|
2007-03-01 09:34:50 +00:00 |
|
Sebastien Helleu
|
018b440004
|
Fixed completion of redefined commands removed by plugins (bug #19176)
|
2007-03-01 09:06:04 +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
|
6d01968259
|
Fixed permissions on "dcc" and "logs" directories (bug #18978)
|
2007-02-06 21:33:48 +00:00 |
|
Sebastien Helleu
|
fddd0416b9
|
Added event handlers in plugin list commands outputs (/plugin and script commands)
|
2007-02-05 22:47:12 +00:00 |
|
Sebastien Helleu
|
ef43b3e013
|
Added numeric argument for /clear command (buffer number) (patch #5372)
|
2007-02-03 08:49:23 +00:00 |
|
Sebastien Helleu
|
749fae7a75
|
Fixed crash when closing a buffer opened on many windows
|
2007-01-16 23:53:01 +00:00 |
|
Sebastien Helleu
|
1b348cf8ad
|
Fixed again iconv
|
2007-01-08 16:10:02 +00:00 |
|
Sebastien Helleu
|
66161f5249
|
Fixed iconv problem, causing truncated words when using iso locale
|
2007-01-08 15:43:21 +00:00 |
|
Sebastien Helleu
|
53acc07eb1
|
Fixed compilation problem with iconv under FreeBSD
|
2007-01-06 23:57:59 +00:00 |
|
Sebastien Helleu
|
632d451f62
|
Changed copyright date (2006 -> 2007)
|
2007-01-05 23:41:38 +00:00 |
|
Sebastien Helleu
|
59158c48d3
|
Fixed bug with nick completion in command args (now uses option look_nick_completion_ignore)
|
2006-12-08 15:22:44 +00:00 |
|
Sebastien Helleu
|
10ab4b0a20
|
Added anti-flood option (irc_anti_flood) (task #5442)
|
2006-12-04 09:44:23 +00:00 |
|
Sebastien Helleu
|
7ce144e875
|
Added keys (F9/F10) to scroll topic (task #6030)
|
2006-11-29 16:08:57 +00:00 |
|
Sebastien Helleu
|
59a0d27668
|
Added auto completion with channels and filenames
|
2006-11-29 08:28:26 +00:00 |
|
Sebastien Helleu
|
7d5878e4d6
|
Fixed refresh bug when changing config options if window is splited
|
2006-11-19 08:18:59 +00:00 |
|
Sebastien Helleu
|
0ea530127b
|
Removed unused charset options in default config file for servers
|
2006-11-19 00:02:34 +00:00 |
|
Sebastien Helleu
|
4061f34127
|
Added option "look_nicklist_separator" (task #5437)
|
2006-11-17 20:40:23 +00:00 |
|
Emmanuel Bouthenot
|
71ac31fcdd
|
fix possible stack overflow in filename completion
|
2006-11-15 13:28:29 +00:00 |
|
Sebastien Helleu
|
5a915f6974
|
Fixed random crash with completion
|
2006-11-11 00:38:25 +00:00 |
|
Sebastien Helleu
|
48f526b55a
|
Added "irc_send_unknown_commands" option to send unknown commands to IRC server (OFF by default) (task #5947)
|
2006-11-09 13:34:03 +00:00 |
|
Sebastien Helleu
|
3dcea50073
|
Remove some unneeded iconv calls (for UTF-8 term)
|
2006-11-08 15:29:14 +00:00 |
|
Sebastien Helleu
|
855997623d
|
Fixed display bug with new charset and unreadable UTF-8 chars in ISO term
|
2006-11-08 15:19:29 +00:00 |
|
Sebastien Helleu
|
d6a85fd553
|
Fixed bug with /upgrade and buffer's data when switching to new charset plugin (now old messages are parsed for UTF-8 and invalid chars are replaced by '?')
|
2006-11-08 11:18:30 +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
|
b3b516e023
|
Fixed bug with completion context (some variables were not properly reset)
|
2006-10-29 22:00:52 +00:00 |
|
Emmanuel Bouthenot
|
ac297214e0
|
remove unused header
|
2006-10-28 16:22:59 +00:00 |
|
Emmanuel Bouthenot
|
463d4638c1
|
improve filename completion
|
2006-10-28 16:16:07 +00:00 |
|
Sebastien Helleu
|
17a52d0020
|
Removed automatic space after filename when using completion
|
2006-10-27 22:45:23 +00:00 |
|
Emmanuel Bouthenot
|
4dd93fd6d3
|
adding filename completion (partially)
|
2006-10-27 22:08:07 +00:00 |
|
Sebastien Helleu
|
81aff59e4e
|
Fixed bug with modifiers list in "/plugin listfull" command
|
2006-10-24 19:35:17 +00:00 |
|
Sebastien Helleu
|
ff2e38a006
|
Fixed typo in /plugin command help
|
2006-10-24 13:10:32 +00:00 |
|
Sebastien Helleu
|
dfa9ed31d4
|
Added "modifier" in plugins API, improved /plugin command
|
2006-10-24 11:23:31 +00:00 |
|
Sebastien Helleu
|
0f07b69688
|
Fixed typo with lines date when using /upgrade (makes weechat crash)
|
2006-10-15 21:00:27 +00:00 |
|
Sebastien Helleu
|
def08461d4
|
Added alternate boolean values (true,1,false,0,..) for server options
|
2006-10-14 08:42:33 +00:00 |
|
Sebastien Helleu
|
8dcb59fd0b
|
Added date in plugin function get_buffer_data()
|
2006-10-14 08:33:13 +00:00 |
|
Sebastien Helleu
|
9b91c91577
|
Fixed some portability bugs (patch #5271)
|
2006-10-12 17:16:14 +00:00 |
|
Sebastien Helleu
|
8c29d36461
|
Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patch from Stalwart)
|
2006-10-12 12:30:11 +00:00 |
|
Sebastien Helleu
|
14751f721d
|
Fixed bug with alias when there's no $x and user args after alias command
|
2006-10-12 07:51:55 +00:00 |
|
Sebastien Helleu
|
9753571988
|
Fixed bug with /alias and arguments (like $1), now text after argument(s) is used (bug #17944)
|
2006-10-09 14:55:35 +00:00 |
|