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
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
d975629686
Improved /set command, added /unset command, new name for config files (*.conf)
2008-04-11 18:36:06 +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
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
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
27d1d81f98
Command /whois is now authorized in private without argument (task #7482 )
2008-02-24 23:15:23 +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
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
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
c35fb9e847
Fixed bug when switching window, scrollback is now preserved (task #7680 )
2008-01-28 18:26:56 +01:00