600 Commits

Author SHA1 Message Date
Sebastien Helleu
92940e52f1 Do not auto-load hidden files in script plugins (bug #21390) 2009-06-14 16:35:06 +02:00
Sebastien Helleu
8a696d26e2 Fix IRC mode parsing when receiving modes with arguments (bug #26793) 2009-06-13 18:15:01 +02:00
Sebastien Helleu
1786646550 Update ChangeLog and NEWS 2009-06-13 13:46:02 +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
9a45c8995e Update ChangeLog 2009-06-06 09:14:40 +02:00
Sebastien Helleu
7d37cc8f50 Add new command /wait (schedule a command execution in future) 2009-05-19 19:04:49 +02:00
Sebastien Helleu
67f8f7386a Add argument with buffer number/range for command "/buffer close" (task #9390, task #7239) 2009-05-18 23:23:40 +02:00
Sebastien Helleu
4bfc005d9d Add new keys to move into last visited buffers (alt + "<", alt + ">"), come back to last visited buffer when closing a buffer 2009-05-18 17:47:45 +02:00
Sebastien Helleu
484d0fb96e Update ChangeLog 2009-05-16 11:45:07 +02:00
Sebastien Helleu
041b754980 Convert some docs to asciidoc format, add tester's guide, remove some obsolete docs 2009-05-15 23:03:35 +02:00
Sebastien Helleu
92424a595d Change version from 0.2.7-dev to 0.3.0-dev 2009-05-11 14:19:51 +02:00
Sebastien Helleu
8a783825de Fix completion with non-latin nicks (bug #18993) 2009-05-09 13:03:44 +02:00
Sebastien Helleu
38d569b102 Add versions 0.2.6.1 and 0.2.6.2 to current ChangeLog 2009-04-28 12:41:36 +02:00
Sebastien Helleu
58f6e729a3 Add polish translations (8% done) 2009-04-28 11:13:16 +02:00
Sebastien Helleu
e3d2728571 Fix typo: splited/splitted -> split 2009-04-24 17:24:56 +02:00
Sebastien Helleu
63874f5188 Update ChangeLog 2009-04-24 16:47:19 +02:00
Sebastien Helleu
b27f57ecb3 Update ChangeLog 2009-04-06 12:26:27 +02:00
Sebastien Helleu
5c5e767d84 Update ChangeLog 2009-03-22 16:54:52 +01:00
Sebastien Helleu
a44cc9ffde Add new key to zoom a window (meta-z by default) (task #7470) 2009-03-07 11:26:06 +01:00
Sebastien Helleu
c0f4dc9863 Sort ChangeLog file by category (core, gui, plugins, ..) 2009-01-31 15:38:51 +01:00
Sebastien Helleu
18a62f1dac Add Jabber plugin (alpha version, many Jabber features are missing)
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib.
Please note many major Jabber features are missing:
- roster management (add/remove/.. buddies),
- MUC,
- transports.
It is possible to define servers (with /jabber), connect to them (with
/jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-15 15:29:05 +01:00
Sebastien Helleu
c717d206cd Remove plugin "debug" from ChangeLog (plugin was removed and merged to core, 2 months ago) 2009-01-14 14:42:16 +01:00
Sebastien Helleu
b97db3c31e Add some colors in IRC messages from server (for text and nicks) (task #8926) 2008-12-19 17:00:25 +01:00
Sebastien Helleu
20a1360bd8 Add new plugin "relay", new function "string_format_size" in plugin API 2008-12-10 17:08:56 +01:00
Sebastien Helleu
2e52e54a3a Add support for more than one proxy, with proxy selection for each IRC server (task #6859) 2008-11-23 23:04:52 +01:00
Sebastien Helleu
09524c17b0 Update ChangeLog (task #6687 done) 2008-10-30 17:48:14 +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
03f9f8fd6b Rename version to 0.2.7-dev (instead of 0.2.7-dev-protocols) 2008-10-26 11:34:45 +01: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
807895bd38 Add color decoding in title for IRC channels (task #6030) 2008-10-19 13:33:40 +02:00
Sebastien Helleu
edb95a8fd2 Fix lock when disconnecting SSL server that is not yet successfully connected 2008-10-19 12:36:38 +02:00
Sebastien Helleu
44944ef01f Add Tcl script plugin (thanks to Dmitry Kobylin) 2008-10-05 19:06:46 +02:00
Sebastien Helleu
01ae24ed08 Add missing IRC command 369 (end of whowas) 2008-10-03 16:57:28 +02:00
Sebastien Helleu
bc3e5a6f7f Add missing hooks to ChangeLog 2008-10-03 14:57:01 +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
f67daef914 Fix network connection for hostnames resolving to several IPs: try all IPs in list until one succeeds (bug #21473, debian bug #498610) 2008-09-22 17:15:35 +02:00
Sebastien Helleu
43029de8f5 Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) 2008-07-28 18:20:13 +02:00
Sebastien Helleu
8d68630eb8 Update ChangeLog: bug #16356 fixed (wide chars in input) 2008-07-06 12:13:31 +02:00
Sebastien Helleu
28fd76930a Update ChangeLog 2008-07-06 11:45:11 +02:00
Sebastien Helleu
20a790a119 Update ChangeLog 2008-06-18 17:16:10 +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
af87798455 New plugin "notify", new option for debug messages in plugins 2008-06-17 16:01:09 +02:00
Sebastien Helleu
db8cd1779f Update ChangeLog 2008-06-15 15:00:36 +02:00
Sebastien Helleu
9e03812ed7 Add speed limit for DCC files sending (task #6178) 2008-06-15 13:49:24 +02:00
Sebastien Helleu
2b1dec1679 New input action "set_unread_current_buffer" to set unread marker for current buffer only (task #7286) 2008-05-11 11:40:23 +02:00
Sebastien Helleu
238c6bf5c2 Mask allowed with /unset command (for mass-reset options) (task #6085) 2008-05-07 15:27:19 +02:00
Sebastien Helleu
f71c190a97 New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) 2008-05-07 14:34:10 +02:00
Sebastien Helleu
e7a16efa0c Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: initial commit, not working yet) 2008-05-04 20:24:20 +02:00
Sebastien Helleu
339be5544f Updated ChangeLog 2008-04-30 15:51:26 +02:00