Sebastien Helleu
1486429cf1
Replaced /builtin command by /command, and can now be used to launch commands with same name from different plugins
2008-04-18 15:39:24 +02:00
Sebastien Helleu
22c619040b
Fixed /redraw alias
2008-04-18 13:56:18 +02:00
Sebastien Helleu
2d1176bf53
Delete IRC server when last option for a server is deleted (with /unset)
2008-04-18 13:31:52 +02:00
Sebastien Helleu
e349ae491a
Added infolist "window", scroll in buffers with free content, fixed config hooks (use of string_match)
2008-04-17 17:59:27 +02:00
Sebastien Helleu
9b87c5bb02
Fixed bug with IRC /query command
2008-04-17 10:31:59 +02:00
Sebastien Helleu
ae98666bc6
Added "toggle" value for /set on boolean options, fixed refresh bugs, added option type for infolist "options"
2008-04-16 14:44:02 +02:00
Sebastien Helleu
26f5591732
Fixed bug with alias, use current buffer to run commands (bug #22876 )
2008-04-15 13:56:20 +02:00
Sebastien Helleu
b87d709a70
New format for [bar] section in weechat.conf file, bar options can be set with /set command
2008-04-15 13:50:01 +02:00
Sebastien Helleu
362ce3eca8
Use of "string_explode" to send many messages to IRC server
2008-04-14 15:58:25 +02:00
Sebastien Helleu
0603a7eb30
Added value and default value for options in infolist
2008-04-12 17:32:36 +02:00
Sebastien Helleu
0c9051f38a
Fixed IRC /msg command (text was sent twice when sending "nickserv identify")
2008-04-12 10:37:04 +02:00
Sebastien Helleu
cd1e12250d
Added plugin name in beginning of log filenames
2008-04-11 23:11:56 +02:00
Sebastien Helleu
edeabd977b
Fixed bugs with nicks color and sorting in nicklist
2008-04-11 22:33:29 +02:00
Sebastien Helleu
00e75b9b94
Fixed bugs with weechat_config_get() in plugin API
2008-04-11 22:05:54 +02:00
Sebastien Helleu
d975629686
Improved /set command, added /unset command, new name for config files (*.conf)
2008-04-11 18:36:06 +02:00
Sebastien Helleu
bab03d044b
Fixed compilation problems when gnutls dev lib is not found
2008-04-03 16:05:09 +02:00
Sebastien Helleu
8509f777b4
New features and bug fixes with bars
2008-04-03 15:54:21 +02:00
Sebastien Helleu
ad199b41ae
Fixed display bug with /me command (IRC plugin)
2008-04-03 15:18:59 +02:00
Sebastien Helleu
5fd8c304ce
Fixed some printf in logger plugin
2008-04-01 11:21:09 +02:00
Sebastien Helleu
868bc6b63d
Added preliminary support of new buffer type, with free content
2008-03-28 18:57:10 +01:00
Sebastien Helleu
34a3c8637d
New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task #7806 )
2008-03-25 12:55:37 +01:00
Sebastien Helleu
57323fa71e
Removed sizeof(char) and useless type casts from void* to another pointer type (patch from Leonid Evdokimov)
2008-03-23 23:00:04 +01:00
Sebastien Helleu
14feea7ab8
Fixed bug with charset in IRC plugin
2008-03-23 20:25:39 +01:00
Sebastien Helleu
d9a4bdf629
Check plugin version when loading it, to prevent crash when loading old plugins
2008-03-23 11:41:09 +01:00
Sebastien Helleu
61ca929728
Added tags for lines and custom filtering by tags or regex (task #7674 ), fixed many memory leaks
2008-03-22 23:36:12 +01:00
Sebastien Helleu
8c4dc57d8e
Added comments in code for core sources
2008-03-16 21:25:39 +01:00
Sebastien Helleu
c4ae815a32
New format for some IRC protocol commands
2008-03-15 17:54:55 +01:00
Sebastien Helleu
08522770e8
New format for many IRC protocol commands, bugs fixed in IRC plugin
2008-03-15 09:50:37 +01:00
Sebastien Helleu
68b586c229
Fixed bug in string_explode function, new function string_strip
2008-03-15 09:47:27 +01:00
Sebastien Helleu
0890ca2d12
Fixed IRC invite command, use of hosts for IRC kickban command
2008-03-13 23:08:33 +01:00
Sebastien Helleu
3a5625f2f4
Fixed warnings about "PL_na" in Perl plugin on FreeBSD
2008-03-10 23:11:10 +01:00
Sebastien Helleu
0e869a67c9
Fixed permission of plugin directories (was 0644, set to 0755)
2008-03-09 11:27:11 +01:00
Sebastien Helleu
0bcb399670
Removed compiler warning in Perl plugin on FreeBSD
2008-03-08 18:02:07 +01:00
Sebastien Helleu
519f62c11d
Added "max_height" parameter for bar item rebuild callbacks
2008-03-07 10:54:33 +01:00
Sebastien Helleu
32e976ae72
Fix of IRC plugin compilation with cmake
2008-03-05 18:33:07 +01:00
Sebastien Helleu
573b4d9dec
New default value for logger time format (prevents problem with backlog when locale is changed)
2008-03-05 18:32:46 +01:00
Sebastien Helleu
f6e2e5d38d
Fix of cmake build process
2008-03-05 17:11:32 +01:00
Sebastien Helleu
14d393b11e
Partial support of bars, with custom items.
...
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
2008-03-05 16:19:10 +01:00
Sebastien Helleu
17804ea08b
Fix bug with weechat_plugin_end() function, now returns "int" everywhere
2008-02-25 17:31:04 +01:00
Sebastien Helleu
8d23a7b4da
Fix Perl plugin build when system Perl is built without multiplicity
2008-02-25 11:07:51 +01:00
Sebastien Helleu
27d1d81f98
Command /whois is now authorized in private without argument (task #7482 )
2008-02-24 23:15:23 +01:00
Sebastien Helleu
c5a30be877
New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar display, fixed nick in input for IRC buffers
...
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin).
If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
2008-02-22 14:29:34 +01:00
Sebastien Helleu
3187d9627b
Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494 )
2008-02-21 18:46:10 +01:00
Sebastien Helleu
dec0e7dc12
Added new plugin "debug"
2008-02-21 17:31:59 +01:00
Sebastien Helleu
763bb073b4
Added string_tolower/upper in plugins API, added "name_lower_case" option in logger plugin (bug #19522 )
...
The new option "name_lower_case" is "on" by default and will convert category/name to lower case for log filename.
2008-02-04 10:07:19 +01:00
Sebastien Helleu
9f0b722793
Fixed "irc_server_nicks" completion (now completes with current server only) (bug #21558 )
2008-02-03 17:09:13 +01:00
Sebastien Helleu
960d10cad0
Removed option "-command" for command "/server" in IRC plugin
2008-02-03 16:34:19 +01:00
Sebastien Helleu
1e0753e08b
Use of many addresses for one IRC server (auto-switch when a connexion fails), nicks are now set with one option "nicks" (task #6088 )
2008-02-03 16:12:52 +01:00
Sebastien Helleu
181e52affa
Fixed bug in Makefile.am of IRC plugin
2008-02-03 00:19:31 +01:00
Sebastien Helleu
cb657254bb
Replaced options nick1/nick2/nick3 by nicks in IRC servers
2008-02-03 00:09:35 +01:00