Sebastien Helleu
602c9681d0
Add options for CTCP, to block/customize CTCP reply (task #9693 ), add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270 )
2009-09-15 14:42:24 +02:00
Sebastien Helleu
6b9cb34a09
Remove compiler warning when NLS is disabled
2009-08-30 16:04:28 +02:00
Sebastien Helleu
d7ad1780ad
Add infolist with commands history
2009-06-10 19:13:38 +02:00
Sebastien Helleu
8d58b81d83
Add buffer merging feature, with /buffer merge/unmerge (task #7404 )
2009-06-10 12:40:05 +02:00
Sebastien Helleu
353538e3d8
Add function "config_is_set_plugin" in plugin/script API
2009-05-17 15:49:58 +02:00
Sebastien Helleu
947ae241ce
Add infolist "key" with key bindings
2009-05-16 00:47:14 +02:00
Sebastien Helleu
9303884613
Add filter with third argument of infolist_get for some infolists (bars, bar items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-24 18:59:22 +02:00
Sebastien Helleu
5205be4b87
Add function config_unset_plugin in API, fix return code of config_set_plugin
2009-02-01 13:31:20 +01:00
Sebastien Helleu
2115f3f675
Update copyright dates
2009-01-03 10:06:53 +01:00
Sebastien Helleu
ec545c70b1
Add infolists for bars/bar items/bar windows, code cleanup for bars
2008-12-13 19:43:11 +01:00
Sebastien Helleu
09bed16dbd
Save last read line (for marker) within /upgrade
2008-11-22 17:47:25 +01:00
Sebastien Helleu
8724fc18af
Use of const for some functions returning "char *"
2008-11-15 22:35:12 +01:00
Sebastien Helleu
83444b9257
Add infolist "plugin", with list of plugins
2008-11-01 18:04:56 +01:00
Sebastien Helleu
6f442bbfc1
Add new features to logger plugin (command /logger, log level, level by buffer, mask by buffer, ..), fix some bugs
...
New features:
- new command /logger
- log level, to log only some messages, according to importance (task #8592 )
- level by buffer: custom level for some buffers (or group of buffers)
- log filename mask by buffer (or group of buffers)
- marker line is added after display of backlog
- add "delete" callback for config file sections
- add "mkdir_parents" function to plugin API
- remove old log options in IRC plugin
Bug fix:
- marker line is set only when user switches buffer (not when a plugin force
switch, like IRC plugin does when opening server or channel buffer)
- backlog fixed (sometimes lines were not properly displayed)
2008-10-30 17:18:28 +01:00
Sebastien Helleu
cd586cda77
Add infolist for list of filters ("filter")
2008-09-03 10:09:22 +02:00
Sebastien Helleu
e7dcf13764
Add description for info and infolist hooks
2008-09-02 17:02:59 +02:00
Sebastien Helleu
b03393fd42
Add hotlist infolist
2008-09-02 11:56:38 +02:00
Sebastien Helleu
0839b359f9
Add new hooks (info and infolist), IRC plugin now return infos and infolists
2008-08-30 00:25:56 +02:00
Sebastien Helleu
74d595498d
Add hook infolist to plugins API, fix bugs with gettext in plugins
2008-08-22 21:34:29 +02:00
Sebastien Helleu
b76d7e4a5c
Reintroduce /upgrade command, working only with core and IRC plugin today
...
Command will be improved in near future and other plugins like xfer
will be modified to manage upgrade process.
2008-08-19 23:22:52 +02:00
Sebastien Helleu
b97a979f61
Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll
2008-07-03 16:02:03 +02:00
Sebastien Helleu
6635c7d617
Add delimiter color for bars, fix some bugs with bars
2008-06-22 12:01:50 +02:00
Sebastien Helleu
9d05dcf175
Remove infobar
2008-06-21 11:49:11 +02:00
Sebastien Helleu
af87798455
New plugin "notify", new option for debug messages in plugins
2008-06-17 16:01:09 +02:00
Sebastien Helleu
3a53257032
Add "const" keyword for some "char *" function arguments (core and plugins API)
2008-06-03 10:56:51 +02:00
Sebastien Helleu
bd436db2bc
Reintroduce highlight (move code from irc plugin to core)
2008-06-01 22:09:12 +02:00
Sebastien Helleu
91084108ae
Add arguments for plugin init functions and "irc://.." command line option for irc plugin
2008-05-15 22:13:54 +02:00
Sebastien Helleu
673e4ad3be
Disable auto-connect for plugins with command line option ("-a")
2008-05-13 14:27:33 +02:00
Sebastien Helleu
bbde23dec6
IRC colors reintroduced
2008-04-30 18:18:14 +02:00
Sebastien Helleu
40b75633e7
Added "current" option for infolist "window", to retrieve infolist for current window
2008-04-29 10:18:23 +02:00
Sebastien Helleu
30b0e2d777
Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2.6) (bug #22935 ), added "nicklist" infolist
2008-04-19 11:30:15 +02:00
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
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
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
0603a7eb30
Added value and default value for options in infolist
2008-04-12 17:32:36 +02:00
Sebastien Helleu
cd1e12250d
Added plugin name in beginning of log filenames
2008-04-11 23:11:56 +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
868bc6b63d
Added preliminary support of new buffer type, with free content
2008-03-28 18:57:10 +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
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
b52690d119
Nick completion enabled again, plugins can now override default nick completion (IRC plugin uses that feature)
2008-01-30 17:38:09 +01:00
Sebastien Helleu
c17a4d5c76
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
2008-01-12 15:25:38 +01:00
Sebastien Helleu
e3b52115c7
Update of year in some copyrights
2008-01-02 12:47:09 +01:00
Sebastien Helleu
9222a7b109
Added group support for nicklist, fixed some bugs in plugins API and IRC plugin
...
Added group support for nicklist (with subgroups).
Partial changes in IRC protocol functions (new arguments with argv and argv_eol).
Fixed some bugs:
- nicklist in plugins API
- problem in main loop with select() when SIGWINCH is received (terminal resize)
- bug in string explode function
- bug in infobar countdown.
2008-01-01 18:22:26 +01:00
Sebastien Helleu
6fd0bd2158
All messages translated to french, fixed bugs/typos in some messages
2007-12-18 17:20:08 +01:00
Sebastien Helleu
dba084f3d6
New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures
2007-12-17 17:07:08 +01:00
Sebastien Helleu
e62ec5204c
Improved main loop (less CPU usage), better precision for timers, use of one list by hook type (for fast search in hooks)
2007-12-14 17:01:02 +01:00
Sebastien Helleu
70e44d3c54
Function "hook_signal_send" added to plugin API
2007-12-13 11:55:50 +01:00