63 Commits

Author SHA1 Message Date
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
8e436c58cd Added event handler to plugin API 2007-02-05 22:18:33 +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
0af26a3fb5 Version 0.2.4-cvs 2007-01-10 23:26:04 +00:00
Sebastien Helleu
6dacffe946 Version 0.2.3 2007-01-10 18:12:53 +00:00
Sebastien Helleu
bbe2f9093c Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messages (bug #18716) 2007-01-06 22:24:54 +00:00
Sebastien Helleu
09efc5333f Version 0.2.3-cvs 2007-01-06 00:33:42 +00:00
Sebastien Helleu
4ba67bdd0c Version 0.2.2 2007-01-05 23:46:35 +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
e03df08e0a Updated translations 2006-11-27 08:30:51 +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
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
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
3bedad8622 Version 0.2.2-cvs 2006-10-01 10:49:09 +00:00
Sebastien Helleu
047d941f46 Version 0.2.1 2006-10-01 08:11:55 +00:00
Sebastien Helleu
7c51a79460 Command /key now ok with one arg (key name): display key if found 2006-08-30 21:37:13 +00:00
Sebastien Helleu
3eb2b1dc0f Fixed bug with CTCP VERSION sent on channels (bug #17547), added current channel completion for /ctcp command 2006-08-28 12:09:09 +00:00
Sebastien Helleu
00fbd7ad56 Added server default notify level (task #5634), fixed crashs with /buffer and /charset commands when not connected to any server (bug #17525) 2006-08-25 16:30:10 +00:00
Sebastien Helleu
77e3fb3c83 Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers 2006-08-22 10:04:17 +00:00
Sebastien Helleu
857a1b9139 Version 0.2.1-cvs 2006-08-19 13:02:55 +00:00
Sebastien Helleu
72d15555ac Version 0.2.0 2006-08-19 11:58:58 +00:00
Sebastien Helleu
6db6b35e40 Added 'C'lear option on IRC raw buffer 2006-08-17 23:24:40 +00:00
Sebastien Helleu
487d776b87 Added IRC command 329 (channel creation date) 2006-08-17 13:23:31 +00:00
Sebastien Helleu
9f88f68e3b Added missing IRC commands: 310, 326 2006-08-17 12:00:49 +00:00
Sebastien Helleu
5a0461ac69 Fixed "wallops" command when received, now displayed by WeeChat (bug #17441) 2006-08-17 09:47:44 +00:00
Sebastien Helleu
8c2876a77c Fixed command 348 (channel exception list, received by /mode #chan e) 2006-08-10 13:58:10 +00:00
Sebastien Helleu
1d211a16da Added missing modes (channel & user), now all modes are allowed (bug #16606), added "%m" for completion with self nick (on current server) 2006-08-07 22:26:55 +00:00
Sebastien Helleu
8361053576 Fixed typo 2006-08-05 20:10:10 +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
8df7ac464b Added generic function for incoming numeric IRC commands (bug #16611) 2006-07-25 18:06:39 +00:00
Sebastien Helleu
b7fc6747f6 Charsets are now checked when set by /charset command 2006-07-22 19:46:09 +00:00
Sebastien Helleu
5699898d5b Added "look_save_on_exit" option (patch from Emanuele Giaquinta) 2006-07-18 16:55:19 +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
ede2bf1374 Fixed typos 2006-07-01 11:59:06 +00:00
Sebastien Helleu
f50ed1f267 Updated translations 2006-06-28 21:51:21 +00:00
Sebastien Helleu
636a6ca088 Added new functions in plugin/script API: get window info, get buffer info, get buffer content 2006-06-22 16:23:47 +00:00
Sebastien Helleu
87d3725823 Added color encoding for some commands like /me 2006-06-15 13:06:36 +00:00
Sebastien Helleu
08aa5570d8 Added error message when home is not a directory (bug #16772) 2006-06-10 19:29:23 +00:00
Sebastien Helleu
ad624059ad Command /save now writes plugins options (~/.weechat/plugins.rc) 2006-05-29 23:03:53 +00:00
Sebastien Helleu
5816e4526e Version 0.2.0-cvs 2006-05-25 00:12:33 +00:00
Sebastien Helleu
d13e2328b1 Version 0.1.9 2006-05-24 22:57:33 +00:00
Sebastien Helleu
6beb0f1cb0 Fixed typo when weechat log file is locked 2006-05-22 14:35:23 +00:00
Sebastien Helleu
fe2bb8516b Fixed /alias command (now ok with an alias name: display content) 2006-05-21 15:10:36 +00:00
Sebastien Helleu
15f75d157c Added backtrace when WeeChat crashes 2006-05-19 22:49:24 +00:00
Sebastien Helleu
a47e4a9567 Updated translations 2006-05-16 13:57:02 +00:00