523 Commits

Author SHA1 Message Date
Sebastien Helleu
6e69f7f3ce Remove debug plugin (merged to core), new debug variable for each plugin (no more signals for setting debug) 2008-11-02 18:54:25 +01:00
Sebastien Helleu
83444b9257 Add infolist "plugin", with list of plugins 2008-11-01 18:04:56 +01:00
Sebastien Helleu
f766dc2f11 Allow mask or regex for IRC command /ignore (mask is default) 2008-10-31 13:12: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
b5730ec025 Display readable values for flag of fd hooked with /plugin listfull command 2008-10-26 17:45:14 +01:00
Sebastien Helleu
d06028d45a Fix creation of filters (many filters with same content are authorized) 2008-10-25 20:11:02 +02:00
Sebastien Helleu
b712ed09d7 Add smart join/part/quit message filter in IRC plugin, add names for filters 2008-10-25 19:13:43 +02:00
Sebastien Helleu
4c8b4d6080 Add "enabled" flag for each filter (now possible to disable only one or some filters) 2008-10-24 18:17:10 +02:00
Sebastien Helleu
e37f7fa2b2 Add local variables for buffers, fix alias creation, use of local variables $nick/$channel/$server in alias 2008-10-24 15:12:32 +02:00
Sebastien Helleu
64c227b513 Add option to toggle display of IRC channel modes after buffer name in status bar (irc.look.display_channel_modes) 2008-10-23 18:40:19 +02:00
Sebastien Helleu
843451f9bf Remove aspell real_time option (not used any more), update aspell doc 2008-10-18 16:20:10 +02:00
Sebastien Helleu
ac107802fd Aspell plugin is born again 2008-10-18 16:03:16 +02:00
Sebastien Helleu
c83eef6e82 Remove old title/nicklist/status/input, use of new bars 2008-10-12 19:20:26 +02:00
Sebastien Helleu
349371197c Add 2 new default bar items (input_paste and input_search), used by default input bar 2008-10-10 15:58:11 +02:00
Sebastien Helleu
4f9843f84c Add config file logger.conf (replaces old logger options in plugins.conf) 2008-10-08 15:50:59 +02:00
Sebastien Helleu
44944ef01f Add Tcl script plugin (thanks to Dmitry Kobylin) 2008-10-05 19:06:46 +02:00
Sebastien Helleu
dfaa43ff17 Add color for marker on lines where text sought is found 2008-10-03 17:18:25 +02:00
Sebastien Helleu
97a2c7bc39 Add missing IRC command 328 (channel url) 2008-10-03 14:54:00 +02:00
Sebastien Helleu
239dd464d5 Add new option scroll_page_percent to choose percent of height to scroll with page_up and page_down keys (task #8702) 2008-10-02 18:54:06 +02:00
Sebastien Helleu
2ffd141cf4 Add new /layout command and save_layout_on_exit config option, to save/restore windows and buffers order (task #5453) 2008-10-02 18:03:27 +02:00
Sebastien Helleu
0fd3f8b6eb Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) 2008-09-24 18:59:24 +02:00
Sebastien Helleu
948f47de6b Fix help of /bar command 2008-09-23 15:47:48 +02:00
Sebastien Helleu
87fd5c83ca Return IPv4/IPv6 address to connect hook callback when connection is ok (used by IRC plugin to display IP of IRC server) 2008-09-22 16:30:02 +02:00
Sebastien Helleu
f9722d4b23 Add away indicator in "buffer name" bar item (for IRC plugin) 2008-09-21 21:31:32 +02:00
Sebastien Helleu
a8b12f2597 Add IRC bar items (buffer name, lag indicator), use bar items from plugins with callback to core items if not found 2008-09-21 19:32:41 +02:00
Sebastien Helleu
9c4f98e278 Replace french word "pourcentage" by percentage 2008-09-18 18:53:35 +02:00
Sebastien Helleu
c572e393e7 Remove "category" for buffers (keep only name). 2008-09-18 18:44:03 +02:00
Sebastien Helleu
c3df7da641 Fix help of /demo_infolist command 2008-09-15 14:48:36 +02:00
Sebastien Helleu
ae612a811b Many changes in doc 2008-09-05 18:52:59 +02:00
Sebastien Helleu
e43dd39646 Reintroduce /ignore command to ignore IRC nicks/hosts, using regex 2008-09-03 18:20:35 +02:00
Sebastien Helleu
909d123692 Update translations 2008-09-03 10:10:33 +02:00
Sebastien Helleu
95b636c24c Add missing fifo sources for translations 2008-09-02 17:30:41 +02:00
Sebastien Helleu
e7dcf13764 Add description for info and infolist hooks 2008-09-02 17:02:59 +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
451dd58f16 Add nick filtering example in /help filter 2008-08-24 19:16:03 +02:00
Sebastien Helleu
0003ae9251 Add some examples in /help filter 2008-08-24 18:31:13 +02:00
Sebastien Helleu
4185de5219 Fix translation bugs 2008-08-22 12:24:24 +02:00
Sebastien Helleu
0a211bdc49 Fix IRC /server command, fix bugs with IRC servers options, remove temporary server feature 2008-08-22 12:16:09 +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
f93837d5c8 Split "filling" bar value into "filling_top_bottom" and "filling_left_right" to have a filling specific to top/bottom bars (vs left/right bars) 2008-07-10 17:53:22 +02:00
Sebastien Helleu
9d911f6c11 Display number of lines remaining after last line displayed screen in "-MORE-" indicator 2008-07-06 11:36:05 +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
e5745e4d14 Add "default" option to command /bar, to create default bars (today only input and status) 2008-06-28 12:43:57 +02:00
Sebastien Helleu
50f8bf0043 Add input bar item, add "hidden" flag for bars, fix some display bugs with bars 2008-06-27 17:15:26 +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
66e8d703bd Add new options for completion, optional stop instead of cycling with words found 2008-06-18 16:47:09 +02:00
Sebastien Helleu
a96f0b53fd Fix help of /notify command 2008-06-17 16:22:42 +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
e557fe13af Fix weechat slogan (and it's now translated) (bug #23531) 2008-06-15 15:22:33 +02:00