Sebastien Helleu
19ed7740b1
Version 0.4.1-rc2
2013-05-11 18:48:41 +02:00
Sebastien Helleu
a0f814e75b
irc: remove tag "notify_private" from notices received before message 001
...
This removes tag "notify_private" from notices like that (sent before message 001):
:irc.network.com NOTICE nick :*** Spoofing your IP
:irc.network.com NOTICE nick :*** You are exempt from K/G/X lines
:irc.network.com NOTICE nick :*** You are exempt from user limits
2013-05-11 18:26:18 +02:00
Sebastien Helleu
0f920d6396
doc: fix typo in user's guide (thanks to faen)
2013-05-09 20:02:55 +02:00
Sebastien Helleu
c6fdeaf7e5
python: fix crash when loading scripts with Python 3.x (patch #8044 ) (thanks to isak)
2013-05-07 08:56:12 +02:00
Krzysztof Koroscik
9f08029361
doc: update polish translations and docs
2013-05-06 15:28:11 +02:00
Sebastien Helleu
8b17cbb16c
irc: fix display of CTCP messages that contain bold attribute (bug #38895 )
2013-05-06 15:07:24 +02:00
Nils Görs
c6b7a244d6
doc: update german translations and docs
2013-05-04 08:24:36 +02:00
Ryuunosuke Ayanokouzi
8c06006828
doc: update japanese translations and docs
2013-05-04 07:50:22 +02:00
Sebastien Helleu
345be1ec5e
script: add key alt+A in /help script (thanks ArZa)
2013-05-03 22:26:19 +02:00
Sebastien Helleu
0a7b708a1f
core: add options weechat.look.prefix_align_more_after and weechat.look.prefix_buffer_align_more_after
2013-05-03 19:15:57 +02:00
Nils Görs
f43eb87d9d
doc: update german translations and user's guide
2013-05-02 19:46:36 +02:00
Sebastien Helleu
5eba5e980d
doc: update auto-generated files with options
2013-05-02 19:44:31 +02:00
Sebastien Helleu
00f3fbdfe1
doc: add relay message "_nicklist_diff" in NEWS
2013-05-01 21:09:43 +02:00
Sebastien Helleu
86a8b9fb5f
relay: remove temporary option "nicklistdiff" (in command init), send nicklist diff by default (weechat protocol)
...
The temporary option was introduced because the nicklist diff was experimental.
It is now enabled by default, and there is no way to disable it. Therefore any
relay client using weechat protocol must implement the message "_nicklist_diff"
(unless nicklist is ignored by client).
Extra note: a full nicklist may still be sent if a message with diff would be
bigger than whole nicklist. So both full nicklist (message "_nicklist") and
nicklist diff (message "_nicklist_diff") must be implemented by clients.
2013-05-01 21:01:12 +02:00
Sebastien Helleu
305175fb8c
core: fix display of long lines without time (message beginning with two tabs)
...
The long lines without time were not properly aligned: the second and subsequent
lines should start at column 0 of chat area.
2013-05-01 16:46:54 +02:00
Sebastien Helleu
bf8ee88dd8
Version 0.4.1-rc1
2013-05-01 10:15:10 +02:00
Sebastien Helleu
11d8dd1b51
Merge branch 'dynamic-nick-prefix-suffix'
2013-05-01 10:04:53 +02:00
Sebastien Helleu
ebcea798bb
doc: add IRC SASL "dh-aes" mechanism in user's guide
2013-05-01 10:02:11 +02:00
Sebastien Helleu
1c4e3c0e84
core: update translations
2013-05-01 10:00:57 +02:00
Elizabeth Myers
e009884595
irc: add support of "dh-aes" SASL mechanism (patch #8020 )
2013-05-01 09:59:39 +02:00
Sebastien Helleu
2479f427f7
doc: update german auto-generated file with WeeChat commands
2013-05-01 09:27:08 +02:00
Sebastien Helleu
16cc0b6088
core: make nick prefix/suffix dynamic (move options from irc plugin to core, add logger options) (bug #37531 )
2013-04-29 18:30:59 +02:00
Sebastien Helleu
cf8a125ef2
irc: fix duplicate nick completion when someone rejoins the channel with same nick but a different case (bug #38841 )
2013-04-28 13:34:44 +02:00
Sebastien Helleu
4b1d87640c
script: do not search by license and author in /script search (thanks to Nils Görs)
2013-04-27 09:01:42 +02:00
Sebastien Helleu
bdbe7e0c37
core: fix typo in /help eval
2013-04-25 21:34:23 +02:00
Sebastien Helleu
8219039867
core: reset scroll in window before zooming on a merged buffer (bug #38207 )
2013-04-24 09:30:08 +02:00
Sebastien Helleu
bfd8c6918c
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353 )
2013-04-23 21:23:07 +02:00
Sebastien Helleu
2a4e9aef8a
relay: fix typo in error displayed by command /relay del
2013-04-21 21:57:21 +02:00
Sebastien Helleu
c8505efac0
irc: add tag "irc_nick_back" for messages displayed in private buffer when a nick is back on server (task #12576 )
2013-04-21 13:26:32 +02:00
Sebastien Helleu
509a58b1d5
api: add new function hdata_search
2013-04-21 11:26:52 +02:00
Sebastien Helleu
fcd71d14bc
doc: fix typo in python example of function hdata_move (plugin API reference)
2013-04-21 10:56:08 +02:00
Sebastien Helleu
09c5e8cbdf
doc: add missing functions in scripting guide
2013-04-21 10:48:38 +02:00
Sebastien Helleu
4cf6628d85
ruby: fix crash in function hdata_move
2013-04-20 11:05:14 +02:00
Sebastien Helleu
fda70ec57d
guile: fix crash in function hdata_move
2013-04-20 11:04:17 +02:00
Sebastien Helleu
c95f3d84d0
api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated
2013-04-18 20:24:35 +02:00
Nils Görs
00c1c81c0b
doc: update german translations and docs
2013-04-16 20:09:54 +02:00
Sebastien Helleu
9ffab0bec4
doc: rename link "256_colors" to "use_256_colors" in FAQ (anchor names beginning with digits are not allowed in HTML)
2013-04-14 11:10:49 +02:00
Sebastien Helleu
d70532250b
api: fix connection to servers with hook_connect on OS X (bug #38496 )
2013-04-12 12:47:42 +02:00
Sebastien Helleu
fe6cb5c1b3
core: do not force weechat_quit to 0 in main loop, so that a /quit issued before main loop is working
2013-04-12 09:10:57 +02:00
Sebastien Helleu
67f6668d1b
irc: fix crash on command "/allchan /close"
2013-04-10 23:09:00 +02:00
stfn
aa10e20295
doc: fix C example of function weechat_nicklist_get_next_item (plugin API reference)
2013-03-29 15:09:06 +01:00
Sebastien Helleu
33e7ad43d6
core: use layout saved when option weechat.look.save_layout_on_exit is enabled (so it is automatically restored when WeeChat restarts)
2013-03-29 07:59:23 +01:00
Sebastien Helleu
5dbda28263
core: fix uninitialized variable when saving layout for windows in upgrade
2013-03-29 07:35:39 +01:00
Andrew Potter
fe512fdd33
xfer: add option xfer.file.auto_accept_nicks (patch #7962 )
2013-03-25 09:05:36 +01:00
Sebastien Helleu
1871a774f3
fifo: remove #define MAX_PATH (now done in weechat-plugin.h)
2013-03-25 08:15:06 +01:00
Sebastien Helleu
adbfda00f5
script: fix compilation on GNU/Hurd (patch #7977 ) (thanks to Andrew Potter)
...
PATH_MAX is now defined in weechat-plugin.h (if not defined, for example on
GNU/Hurd), so that all plugins can use it.
2013-03-25 08:14:33 +01:00
Sebastien Helleu
d654fca853
core: mention unit (minutes) for old option "irc.network.lag_disconnect"
2013-03-24 20:08:26 +01:00
Sebastien Helleu
2ffa199a7d
lua: remove use of functions for API constants
2013-03-24 20:01:57 +01:00
Sebastien Helleu
ff26a8d550
Revert "doc: add note about constants in lua, fix lua example (scripting guide)"
...
This reverts commit fad848bf7c .
2013-03-24 19:56:43 +01:00
Sebastien Helleu
fad848bf7c
doc: add note about constants in lua, fix lua example (scripting guide)
2013-03-24 18:10:21 +01:00
Sebastien Helleu
a08603c24c
irc: add option irc.look.display_join_message (task #10895 )
2013-03-24 13:02:26 +01:00
Sebastien Helleu
e03310cb0d
ruby: fix typo in comment
2013-03-24 10:42:38 +01:00
Sebastien Helleu
cfe043e4b0
core: rename icon file in Makefile.am
2013-03-24 09:42:38 +01:00
Sebastien Helleu
4b4d80bdc5
core: install icon file (patch #7972 )
2013-03-24 09:41:22 +01:00
Sebastien Helleu
cac2342165
core: rename weechat_icon_32.png to weechat.png
2013-03-24 09:33:02 +01:00
Sebastien Helleu
50254dee23
core: update WeeChat icon: move "ee" to the middle of icon
2013-03-24 08:59:09 +01:00
Sebastien Helleu
4fdbb83a07
ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of function config_new_option (bug #31050 )
2013-03-22 19:54:44 +01:00
Sebastien Helleu
55e58811b3
irc: fix default completion (like nicks) in commands /msg, /notice, /query and /topic
2013-03-22 09:40:44 +01:00
Sebastien Helleu
19acf8121f
irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefixes: use default color (key "*")
...
Problem was happening on a server which has "PREFIX=(Yqaohv)!~&@%+".
Users with prefix "!" were displayed as lightred (color for "~") instead of
lightblue (default key "*").
When a prefix was not found, WeeChat was looping on other prefixes (in
order). Now if color is not found, WeeChat uses immediately the fallback color.
2013-03-21 20:16:49 +01:00
Sebastien Helleu
239f853120
doc: use listing style for commands in quickstart guide
2013-03-21 07:36:49 +01:00
Sebastien Helleu
c09e383325
doc: change style for listings in asciidoc CSS
2013-03-21 07:36:04 +01:00
Sebastien Helleu
bbd080e680
irc: add option irc.look.pv_buffer: automatically merge private buffers (optionally by server) (task #11924 )
2013-03-17 22:18:11 +01:00
Sebastien Helleu
3e1d811761
core: fix refresh of item "completion" (bug #38214 ) (patch from Nils Görs)
...
The item is now cleared after any action that is changing content of command
line and after switch of buffer.
2013-03-17 19:44:39 +01:00
Sebastien Helleu
a290589f7c
scripts: create directories (language and language/autoload) on each action (install/remove/autoload), just in case they have been removed (bug #38473 )
2013-03-17 18:45:55 +01:00
Sebastien Helleu
cf2ad51f62
script: create "script" directory on each action (just in case it has been removed) (bug #38472 )
2013-03-17 18:32:04 +01:00
Sebastien Helleu
a9ff529d83
relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (thanks to Dominik Honnef)
2013-03-17 16:14:20 +01:00
Sebastien Helleu
fa2b1d6bf9
core: fix typos in french translations
...
Now flyspell is enabled in my emacs for .po files :)
2013-03-17 15:07:26 +01:00
Sebastien Helleu
e056f20643
rmodifier: add info about "groups" in /help rmodifier
2013-03-17 13:08:09 +01:00
Sebastien Helleu
149c77decd
core: fix typos in many comments and some strings
2013-03-17 12:55:20 +01:00
Sebastien Helleu
46677c79fc
core: fix typos in ChangeLog
2013-03-17 12:54:43 +01:00
Sebastien Helleu
30e6acb00d
core: add support of multiple layouts (task #11274 )
2013-03-17 08:28:41 +01:00
Sebastien Helleu
e1e3109da3
doc: add link to weechat.org/info in scripting guide (URL transfer) and plugin API reference (function hook_process)
2013-03-16 16:06:16 +01:00
Sebastien Helleu
3fb123510a
lua: fix crash on stack overflow: call lua_pop() for values returned by lua functions (bug #38510 )
2013-03-13 18:27:55 +01:00
Sebastien Helleu
81cc688166
doc: add range for integer/long integer objects, add examples with negative numbers (relay protocol)
2013-03-13 12:25:57 +01:00
Sebastien Helleu
d74041de25
relay: add missing "id" in raw messages sent to clients when compression is off (weechat protocol)
2013-03-13 12:12:48 +01:00
Sebastien Helleu
7672139d6b
relay: add negative numbers (integer: -123456 and long: -1234567890L) in command "test" (weechat protocol)
2013-03-13 11:50:32 +01:00
Sebastien Helleu
aa2f5d8acc
doc: fix length of NULL pointer (relay protocol)
2013-03-13 11:12:31 +01:00
Sebastien Helleu
37e609252c
doc: remove "name" in hdata object (relay protocol)
2013-03-13 10:55:28 +01:00
Sebastien Helleu
7cf9c8a656
irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, value is now a number of seconds
2013-03-12 18:35:03 +01:00
Sebastien Helleu
afc1dd4f6b
api: fix bug in string_match when mask begins and ends with "*"
...
The bug was string_match returning 0 (instead of 1) if mask begins and ends with
"*" and if string and mask have same length (except both "*") with same content:
string_match("abc", "*abc*", 0) == 0 // BUG: it should return 1
string_match("abcd", "*abc*", 0) == 1 // OK
2013-03-11 18:09:33 +01:00
Nils Görs
cc3fb26024
doc: update german translations, FAQ and user guide
2013-03-11 12:49:52 +01:00
Sebastien Helleu
f27f91467a
script: fix typo in /help script.scripts.autoload
2013-03-10 08:56:12 +01:00
Sebastien Helleu
b63fca15fa
alias: mention local variables of buffer in /help alias
2013-03-10 08:27:55 +01:00
Sebastien Helleu
0b0238a188
doc: fix typo in relay protocol
2013-03-09 09:22:03 +01:00
Sebastien Helleu
ad842577c5
doc: add example of messages and message "_nicklist_diff" in relay protocol
2013-03-09 09:06:22 +01:00
Sebastien Helleu
d2ff46fa69
relay: add message "_nicklist_diff" (differences between old and current nicklist)
...
This is an experimental feature, that must be explicitely enabled by clients
(for weechat protocol) in the init command with option "nicklistdiff", for example:
init password=mypasswd,nicklistdiff=1
This option will be removed when clients will handle nicklist diff.
2013-03-09 09:04:49 +01:00
Sebastien Helleu
9fdeef247e
core: add signals and hsignals for nicklist events
...
New signals: nicklist_group_removing and nicklist_nick_removing.
New hsignals: nicklist_group_added, nicklist_nick_added, nicklist_group_removing,
nicklist_nick_removing, nicklist_group_changed, nicklist_nick_changed.
2013-03-08 23:13:58 +01:00
Sebastien Helleu
fced67b459
doc: update hdata "buffer" in plugin API reference
2013-03-07 19:55:24 +01:00
Sebastien Helleu
b352891c2b
api: allow hashtable with keys that are not strings in function hashtable_add_to_infolist
2013-03-07 13:20:16 +01:00
Sebastien Helleu
8b925baa3c
core: add count for groups, nicks, and total in nicklist
2013-03-03 11:30:58 +01:00
Sebastien Helleu
844ba9e1c0
core: optimize function nicklist_remove_all (don't remove and create again "root" group)
2013-03-02 09:35:02 +01:00
Sebastien Helleu
11396b3266
doc: add missing signals in plugin API reference (nicklist_group_changed and nicklist_nick_changed)
2013-03-01 11:39:48 +01:00
Sebastien Helleu
d2550f89f4
xfer: fix typo in comment
2013-03-01 11:19:14 +01:00
Sebastien Helleu
6972b1aafa
xfer: fix freeze of DCC file received: use select() to read socket and if an ACK send fails, silently ignore and disable ACK (except the last)
2013-02-28 19:16:24 +01:00
Sebastien Helleu
e890ac0a81
xfer: fix freeze of DCC file received: use non-blocking socket after connection to sender and ensure the ACK is properly sent (bug #38340 )
2013-02-26 21:43:39 +01:00
Sebastien Helleu
0e641e0c45
irc: fix conversion of mask to regex in ignore
2013-02-26 21:15:14 +01:00
Sebastien Helleu
b84f6b5a1b
api: fix function string_mask_to_regex: escape all special chars used in regex (bug #38398 )
2013-02-26 21:12:25 +01:00
Sebastien Helleu
cecb546c24
core: update header in ChangeLog and NEWS
2013-02-26 20:42:56 +01:00
Sebastien Helleu
b60aec975b
script: add control of autoload (enable/disable/toggle) (task #12393 )
...
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload
for command /script, new action "A" (meta-A) on script buffer (toggle autoload).
2013-02-25 08:46:41 +01:00
Nils Görs
87b5096972
core: update german translations
2013-02-23 18:32:52 +01:00
Sebastien Helleu
f5bc12e72c
rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier "irc_message_auth")
2013-02-23 14:55:28 +01:00
Sebastien Helleu
9beb263e4a
irc: hide passwords in commands or messages sent to nickserv with modifiers (bug #38346 )
...
New modifiers: "irc_command_auth" and "irc_message_auth".
Option removed: irc.look.hide_nickserv_pwd
New option: irc.look.nicks_hide_password
2013-02-23 14:54:07 +01:00
Sebastien Helleu
c17d3e155c
relay: add support of multiple servers on same port for irc protocol (the client must send the server in the "PASS" command)
2013-02-23 08:33:38 +01:00
Sebastien Helleu
6394a3d1e1
core: reformat NEWS file, add subsections
2013-02-20 22:37:19 +01:00
Sebastien Helleu
62aa07b00f
core: fix typos in ChangeLog
2013-02-20 22:36:41 +01:00
Sebastien Helleu
6faa1a0db8
doc; fix typos in plugin API reference
2013-02-20 22:36:13 +01:00
Sebastien Helleu
9857b44e4e
guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350 )
...
Unfortunately this breaks compatibility with existing guile scripts, but this
change is needed to keep consistency with other scripting languages.
Now guile >= 2.0 is required, WeeChat can not compile any more with guile 1.8.
2013-02-19 22:49:59 +01:00
Sebastien Helleu
c43d48a9df
guile: fix crash on calls to callbacks during load of script (bug #38343 )
2013-02-19 19:49:12 +01:00
Sebastien Helleu
e4529079a8
doc: fix typo on functions "weechat_infolist_new_var_*" in plugin API reference
2013-02-19 18:43:48 +01:00
Sebastien Helleu
9f0a16e586
doc: fix link to function weechat_config_write in plugin API reference
2013-02-19 13:40:20 +01:00
Sebastien Helleu
50eb1f51fd
irc: fix crash when unmasking a smart filtered join if a line without tags is displayed after the join
2013-02-18 22:23:03 +01:00
Sebastien Helleu
67838983ad
irc: fix display of malformed CTCP (without closing char) (bug #38347 )
2013-02-18 18:31:19 +01:00
Sebastien Helleu
4e4fd3f54d
core: remove Gtk interface (obsolete sources not working)
2013-02-17 15:47:52 +01:00
Sebastien Helleu
bc079b007d
irc: unmask smart filtered join if nick speaks in channel some minutes after the join, new option irc.look.smart_filter_join_unmask (task #12405 )
...
The nick changes are tracked and will be unmasked with the join.
Events triggering the unmask of join are: a message (can be CTCP), a notice or
an update of topic.
2013-02-17 13:27:36 +01:00
Sebastien Helleu
6e3f6270d1
core: allow read of array in hdata without using index
2013-02-17 12:16:00 +01:00
Sebastien Helleu
8b875cd412
irc: fix type of values in hashtables join_manual/join_noswitch, fix delay for purge
2013-02-16 18:38:39 +01:00
Sebastien Helleu
c1bc23b052
irc: fix memory leak in purge of hashtables with joins (it was done only for the first server in the list)
2013-02-16 10:00:28 +01:00
Sebastien Helleu
47e1caa91f
doc: update auto-generated files for commands
2013-02-16 09:57:40 +01:00
Sebastien Helleu
9da086b827
core: rename cmake targets xx.po/weechat.pot to update-xx.po/update-weechat.pot (for build with old cmake versions)
2013-02-15 08:32:38 +01:00
Sebastien Helleu
01153cd478
core: add option "dirs" for command /debug
2013-02-14 20:45:12 +01:00
Sebastien Helleu
eed0878231
core: fix header in weechat.pot (copyright, license and some default values in first string)
2013-02-14 18:31:21 +01:00
Sebastien Helleu
11bbf0a062
core: add cmake targets to update .po and .pot files (new targets: update-po, weechat.pot, xx.po)
2013-02-14 18:30:40 +01:00
Sebastien Helleu
c37016e5ea
core: fix detection of iconv with cmake on OS X (bug #38321 )
2013-02-14 14:41:43 +01:00
Sebastien Helleu
49043bf1b0
doc: fix prototype of function weechat_config_section_free in plugin API reference
2013-02-13 14:11:17 +01:00
Sebastien Helleu
f7811b0ae2
relay: fix crash when decoding a websocket frame
2013-02-12 14:14:40 +01:00
Sebastien Helleu
8d5dee9aa0
relay: add gcrypt include and link arguments to compile relay plugin
2013-02-12 12:51:26 +01:00
Sebastien Helleu
62ff697772
script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)
2013-02-12 12:50:32 +01:00
Sebastien Helleu
10820c7336
core: add signal "window_opened" (task #12464 )
2013-02-12 12:14:22 +01:00
Sebastien Helleu
0cb84638dc
doc: fix typos in french translations and plugin API reference
2013-02-10 22:20:10 +01:00
Sebastien Helleu
c2aeb69c46
relay: add experimental websocket server support (RFC 6455) for irc and weechat protocols, new option relay.network.websocket_allowed_origins
...
It is a partial implementation of RFC 6455: fragmentation and control frames are
not yet supported.
Text and binary frames are supported.
2013-02-10 20:22:13 +01:00
Sebastien Helleu
eb11921f16
irc: add missing RFC 2813 in header
2013-02-10 15:57:38 +01:00
Sebastien Helleu
190c5dfcc2
doc: add IRC RFCs for file irc-protocol.c in developer's guide
2013-02-10 15:55:44 +01:00
Sebastien Helleu
96da9b91cf
doc: use HTML pages for links to RFCs in user's guide
2013-02-10 15:50:30 +01:00
Sebastien Helleu
d406bed521
doc: fix typos in user's guide
2013-02-10 15:41:17 +01:00
Sebastien Helleu
7e0a675b62
doc: add missing signals in plugin API reference (buffer_merged/unmerged, key_bind/unbind, window_closing/closed)
2013-02-08 13:26:15 +01:00
Sebastien Helleu
d4b1b50311
core: fix structures before buffer data when a buffer is closed
...
This was causing a bug in relay plugin (weechat protocol): when a buffer was
closed, local variables were removed after buffer name, and when signal is sent
to client, the buffer name was wrong (already freed).
2013-02-07 22:11:25 +01:00
Sebastien Helleu
e4149b073d
relay: add options "buffers" and "upgrade" for commands sync/desync in weechat protocol
2013-02-07 22:08:31 +01:00
Sebastien Helleu
3e2bf9be0a
doc: remove list of scripts for URLs in FAQ
2013-02-07 22:06:58 +01:00
Nils Görs
de6bf18e47
doc: update german translations and scripting guide
2013-02-04 08:35:25 +01:00
Sebastien Helleu
1cdbc27abf
core: fix refresh of line after changes with hdata_update (update flag "displayed" according to filters)
2013-02-04 08:29:57 +01:00
Marco Paolone
95687e8057
core: update italian translations
2013-02-03 16:21:06 +01:00
Sebastien Helleu
7a1f9a1d7f
relay: fix commands sync/desync in weechat protocol (bug #38215 )
...
Fix:
- use proper arguments in commands sync/desync (use argv[0] instead of argv[1])
- when searching if a buffer is synchronized, its name has higher priority on "*"
(so first check if buffer is synchronized, and if not found, search if "*" is
synchronized)
- when receiving a "nicklist_*" signal, check if the buffer is synchronized with
flag "RELAY_WEECHAT_PROTOCOL_SYNC_NICKLIST"
2013-02-03 09:51:15 +01:00
Sebastien Helleu
afe729435a
relay: fix typo in comment
2013-02-03 08:38:41 +01:00
Sebastien Helleu
7829b1ccba
core: remove weechat.spec from EXTRA_DIST target
2013-02-02 15:51:02 +01:00
Sebastien Helleu
8796626ea2
core: add file .gitattributes to exclude some files from tarballs
...
Files excluded: .git* (.gitignore, .gitattributes), weechat.spec
Directory excluded: debian/
2013-02-02 15:37:10 +01:00
Sebastien Helleu
3306c0f3b5
core: add info about doc and function to read in /help weechat.completion.default_template
2013-02-01 11:14:27 +01:00
Sebastien Helleu
07c8063993
doc: add description of command "test" in relay protocol
2013-02-01 09:59:38 +01:00
Sebastien Helleu
ac94f68b59
relay: add return of a NULL pointer in command "test"
2013-02-01 09:58:30 +01:00
Sebastien Helleu
08f360692d
relay: add comments with example of messages in weechat protocol
2013-02-01 08:53:37 +01:00
Sebastien Helleu
6983d34e88
aspell: optimization on spellers to improve speed (save state by buffer), add info "aspell_dict", add completion "aspell_dicts"
...
Two hashtables have been added to store the spellers currently used (in all
buffers) and info for each buffer: array with pointers to spellers and state of
aspell for this buffer.
Therefore the spellers are not destroyed and created again on each buffer switch,
or each time screen is refreshed when window is split.
2013-01-31 19:40:41 +01:00
Sebastien Helleu
5d2382caab
core: fix detection of python on Ubuntu Raring
2013-01-31 17:14:34 +01:00
Sebastien Helleu
8b43151c85
doc: fix typo in user's guide
2013-01-31 12:16:39 +01:00
Sebastien Helleu
ad60321843
irc: fix typo in comment
2013-01-31 08:57:09 +01:00
Nils Görs
792d607027
core: add "/debug tags" in /help filter
2013-01-29 20:20:22 +01:00
Sebastien Helleu
cb617d8b23
core: fix hidden lines for messages without date when option weechat.history.max_buffer_lines_minutes is set (bug #38197 )
2013-01-29 19:31:04 +01:00
Sebastien Helleu
25eaec3864
core: use size of 32 for hashtables (instead of 4, 8 or 16)
...
A size of 32 will use a little more memory but will reduce collisions in key
hashs, and then length of linked lists inside hash structure (faster search in
hashtable).
2013-01-26 19:26:43 +01:00
Sebastien Helleu
f4dce04723
core: use default hash/comparison callback for keys of type integer/pointer/time in hashtable
2013-01-26 18:48:26 +01:00
Sebastien Helleu
a5aaed89d2
doc: fix monospaced font used for literal and listing blocks in japanese
2013-01-26 11:49:11 +01:00
Sebastien Helleu
54a2067422
doc: use boxes/arrows chars for diagram in differences with C API (scripting guide)
2013-01-26 11:42:02 +01:00
Sebastien Helleu
95bcc49063
doc: add example of callback in each language (scripting guide)
2013-01-26 08:22:04 +01:00
Sebastien Helleu
3d9886f82e
doc: add command "/script" in scripting guide
2013-01-26 07:48:20 +01:00
Sebastien Helleu
05390016c0
irc: add color in output of /names when result is on server buffer (channel not joined) (bug #38070 )
2013-01-25 19:05:23 +01:00
Sebastien Helleu
62e9a1715b
core: sync debian files with debian git repository
2013-01-24 13:50:26 +01:00
Sebastien Helleu
27b539affe
core: display error number and string in some network errors
...
Error number and string is now displayed when an error is returned by one of
these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo.
2013-01-24 08:55:04 +01:00
Sebastien Helleu
1918bd1d4e
core: fix typo in ChangeLog
2013-01-22 09:58:09 +01:00
Sebastien Helleu
0e3bec6d2e
scripts: do now allow empty script name in function "register"
2013-01-22 09:26:11 +01:00
Sebastien Helleu
1edabb98f5
core: remove obsolete/unneeded check of headers and functions in cmake and configure
2013-01-21 19:51:45 +01:00
stfn
2dea08aba8
doc: fix examples of function weechat_hook_connect (plugin API reference)
2013-01-20 17:02:10 +01:00
Sebastien Helleu
5f7733c4a7
core: add missing formatting chars in ChangeLog
2013-01-20 15:18:10 +01:00
Sebastien Helleu
ff15aa40a6
core: update ChangeLog
2013-01-20 15:07:37 +01:00
Sebastien Helleu
3a782b017f
Merge branch 'guile2'
2013-01-20 15:06:46 +01:00
Sebastien Helleu
d5e546f2c6
Merge branch 'perl-script-load'
2013-01-20 15:04:25 +01:00
Sebastien Helleu
ff15c0a41b
Version 0.4.1-dev
2013-01-20 12:14:39 +01:00
Sebastien Helleu
762c96d85a
Version 0.4.0
2013-01-20 09:21:06 +01:00
Elián Hanisch
2087a19bbe
core: update spanish translations
2013-01-20 08:45:39 +01:00
Ryuunosuke Ayanokouzi
7cdabf79be
core: update japanese translations
2013-01-19 20:03:50 +01:00
Krzysztof Koroscik
1364fe8a0e
core: update polish translations
2013-01-19 19:55:05 +01:00
Sebastien Helleu
a9c4534e3c
core: update translations
2013-01-19 11:08:03 +01:00
Sebastien Helleu
9ebea835dd
core: add rule to clean file config-git.h
...
The "make distcheck" was failing because the file config-git.h was left in build
directory after distclean.
2013-01-19 10:50:12 +01:00
Sebastien Helleu
0ad8866d6b
core: fix infinite loop when a regex gives an empty match (bug #38112 )
2013-01-18 09:03:57 +01:00
Sebastien Helleu
df2867ac27
core: add git version in backtrace and log file
2013-01-17 20:25:00 +01:00
Sebastien Helleu
68bbe7ca0a
core: update ChangeLog
2013-01-17 10:07:21 +01:00
Sebastien Helleu
0f143da012
guile: fix compilation with guile 2.0
2013-01-16 22:37:31 +01:00
Sebastien Helleu
280e9bd0b1
core: fix detection of guile in configure
2013-01-16 22:25:11 +01:00
Sebastien Helleu
8e587f7093
core: fix typo in comment
2013-01-14 16:26:56 +01:00
Sebastien Helleu
08d27eb81c
Version 0.4.0-rc3
2013-01-14 12:21:19 +01:00
Sebastien Helleu
e0deceb366
core: fix click in item "buffer_nicklist" when nicklist is a root bar (bug #38080 )
...
Argument "*" is now silently ignored in command /window.
When item "buffer_nicklist" is in a root bar, we use current window/buffer to
find which nick has been clicked (same behaviour as callback used to display bar
item "buffer_nicklist").
2013-01-14 12:16:25 +01:00
Sebastien Helleu
f14f34e9af
core: fix display bugs with non-printable chars like tabs (part of messages not displayed) (bug #38076 )
...
This bug was introduced by commit 70ce7fe3b6 .
2013-01-14 11:35:52 +01:00
Sebastien Helleu
d39bb4d6ab
core: update version in gettext files
2013-01-12 20:24:09 +01:00
Nils Görs
f1540115d0
core: update german translations
2013-01-12 20:21:56 +01:00
Krzysztof Koroscik
1af6148067
doc: update polish FAQ, quickstart and scripting guide
2013-01-12 19:56:19 +01:00
Sebastien Helleu
6fdee3aa9f
core: fix crash in display of chat area when the ncurses chat window is not initialized
...
This can happen when a window becomes too small for display: then we set the
ncurses chat window to NULL.
So when displaying buffer, we'll skip it if the ncurses chat window is NULL.
Steps to reproduce crash:
1. /window splith
2. /window resize -1 (many times, until chat area is less than one line)
3. /window balance
2013-01-12 19:40:04 +01:00
Sebastien Helleu
4123263b8c
guile: fix bad conversion of shared strings (replace calls to scm_i_string_chars by scm_to_locale_string) (bug #38067 )
2013-01-12 19:27:00 +01:00
Sebastien Helleu
1b56e084dc
core: fix typo in comment
2013-01-12 09:35:21 +01:00
Sebastien Helleu
1e20dd16e5
core: fix line returned when clicking on a bar (according to position and filling) (bug #38069 )
2013-01-12 09:31:57 +01:00
Sebastien Helleu
a6bc15e69d
aspell: fix spellers used when switching buffer
...
The bug happened when two buffers have different number of dictionaries and start
with same dictionaries. For example buffer #1 with [en,fr] and buffer #2 with [en].
When switching from buffer #1 to buffer #2 , aspell does not use only [en], but [en,fr].
2013-01-11 17:25:53 +01:00
Sebastien Helleu
db62b272b5
Revert "aspell: store dictionaries in buffer local variable "aspell_dict""
...
This reverts commit 8b61a55764 .
The local variable in buffers introduced new display bugs and would need
some extra code and optimizations to fix.
This will be reintroduced after the release of version 0.4.0.
2013-01-11 16:07:45 +01:00
Sebastien Helleu
4a554d48d2
perl: fix compilation when multiplicity is disabled
2013-01-11 13:27:14 +01:00
Sebastien Helleu
57024ab1e4
relay: fix duplicated messages sent to irc clients (when messages are redirected) (bug #37870 )
2013-01-11 10:30:44 +01:00
Sebastien Helleu
ca205ccb8c
relay: fix typo in comment
2013-01-11 10:28:28 +01:00
Sebastien Helleu
f1580f5276
relay: add debug message for signal "irc_disconnected"
2013-01-11 10:27:26 +01:00
Sebastien Helleu
3c782bd905
relay: fix name of signal in debug message (replace "irc_out" by "irc_outtags")
2013-01-11 09:28:58 +01:00
Sebastien Helleu
8b61a55764
aspell: store dictionaries in buffer local variable "aspell_dict"
2013-01-10 23:30:14 +01:00
Sebastien Helleu
53c6b62ae3
core: fix some copyright dates
2013-01-10 23:14:33 +01:00
Nei
0b1550afe1
perl: simplify code to load scripts
2013-01-10 23:10:04 +01:00
Sebastien Helleu
d5a5af88ca
core: replace "behaviour" by "behavior"
2013-01-10 19:20:07 +01:00
Sebastien Helleu
87df83a1fb
doc: fix buffer argument for function "command": NULL value means current buffer, not core buffer (bug #38057 )
2013-01-10 19:13:19 +01:00
Sebastien Helleu
aaa0cf1954
core: add bug #31572 (fixed) in ChangeLog
2013-01-10 15:12:02 +01:00
Sebastien Helleu
6d636b6118
Revert "perl: simplify code to load scripts"
...
This reverts commit 793a3cb1ba .
This commit was causing crash on Linux when loading scripts like buffers.pl.
2013-01-10 09:32:19 +01:00
Nei
793a3cb1ba
perl: simplify code to load scripts
2013-01-09 18:15:51 +01:00
Nei
224a0f0afa
perl: display script filename in error messages
2013-01-08 22:09:03 +01:00
Nei
2ca30ed7a9
perl: fix calls to callbacks during load of script when multiplicity is disabled (bug #38044 )
2013-01-08 22:02:30 +01:00
Sebastien Helleu
7d1ad59dde
relay: add message when address family is not supported by protocol (on socket creation)
2013-01-08 08:14:07 +01:00
Sebastien Helleu
1a646d5dbf
relay: add error number and string when socket creation fails
2013-01-07 21:34:05 +01:00
Sebastien Helleu
c34ae99b9a
doc: fix typos
2013-01-07 10:31:32 +01:00
Sebastien Helleu
125068f101
doc: replace iteritems() by items() in scripting guide (compatibility with Python 3.x)
2013-01-07 10:00:02 +01:00
Sebastien Helleu
ae618bcf6a
doc: remove comment for autogen.sh in tester's guide (command required even for tarball)
2013-01-07 09:50:29 +01:00
Sebastien Helleu
cd37f12059
core: fix memory leak in evaluation of expression when a logical operator ("&&" or "||") is found
2013-01-07 08:24:40 +01:00
Sebastien Helleu
bd21daebd1
api: allow return code WEECHAT_RC_OK_EAT in callbacks of hook_signal and hook_hsignal (stop sending the signal immediately)
2013-01-06 19:38:38 +01:00
Sebastien Helleu
faccb87a10
irc: fix display of actions (/me) when they are received from a relay client (in channel and private buffers) (bug #38027 )
2013-01-06 12:25:34 +01:00
Sebastien Helleu
323801f869
core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3
...
With this option, the python plugin will be built and linked with Python 3
(if found, or Python 2 as fallback).
This option it not (yet) recommended, because many scripts are working only
with Python 2.x. It should be used only to tests scripts with Python 3.x
in WeeChat.
2013-01-05 20:46:22 +01:00
Sebastien Helleu
680486b1d3
Version 0.4.0-rc2
2013-01-05 11:33:22 +01:00
Sebastien Helleu
a421d330bf
core: fix refresh of bars when applying layout (bug #37944 , bug #37952 )
2013-01-05 11:00:30 +01:00
Sebastien Helleu
cd944052ef
doc: update signals arguments in plugin API reference
2013-01-04 23:26:27 +01:00
Sebastien Helleu
a543404428
core: add buffer pointer in arguments for signals "input_search", "input_text_changed" and "input_text_cursor_moved"
2013-01-04 23:22:27 +01:00
Sebastien Helleu
fec8a1d122
aspell: ignore self and remote nicks in private buffers
2013-01-04 18:41:27 +01:00
Simon Kuhnle
1c17274178
core: fix compilation on OpenBSD (bug #38022 )
...
File "sys/uio.h" needs to be included explicitly for use of "struct iovec" on OpenBSD.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de >
2013-01-04 17:52:35 +01:00
Sebastien Helleu
da56eb6978
core: fix help of option weechat.color.separator
2013-01-04 17:46:13 +01:00
Sebastien Helleu
e21de5ce96
doc: add note about double tab in function weechat_printf, to display message without time/alignment (plugin API reference)
2013-01-03 09:58:38 +01:00
Sebastien Helleu
27195e22d6
doc: use github repository for script msgcheck.py in developer's guide
2013-01-02 22:49:35 +01:00
Ryuunosuke Ayanokouzi
94ba7e07ce
doc: update japanese docs
2013-01-02 15:34:00 +01:00
Ryuunosuke Ayanokouzi
bf610aa603
doc: update japanese translations and docs
2013-01-01 20:57:54 +01:00
Sebastien Helleu
72f760cd48
aspell: fix compilation warning
2013-01-01 17:28:42 +01:00
Sebastien Helleu
3df1d70bb5
aspell: add signal "aspell_suggest" (sent when new suggestions are displayed)
2013-01-01 17:26:50 +01:00
Sebastien Helleu
4ebd300340
relay: send UTC time in irc backlog (when server capability "server-time" is enabled)
2013-01-01 15:13:05 +01:00
Nils Görs
e2bf63cca1
doc: update german translations, FAQ, scripting and user guide
2013-01-01 13:44:23 +01:00
Sebastien Helleu
77afab57ed
core: fix scroll to bottom of window (default key: alt+end) when line displayed is bigger than chat area
2013-01-01 13:29:29 +01:00
Sebastien Helleu
632e2c1eae
core: fix scroll in buffer after enabling/disabling some filters (if scroll is on a hidden line) (bug #37885 )
2013-01-01 13:24:19 +01:00
Sebastien Helleu
f97598b4aa
core: update copyright dates
2013-01-01 13:12:49 +01:00
Sebastien Helleu
01a1316816
Version 0.4.0-rc1
2012-12-26 16:41:55 +01:00
Sebastien Helleu
dd6e5282e8
xfer: fix memory leak when refreshing xfer buffer
2012-12-25 17:02:11 +01:00
Sebastien Helleu
302b0f2f65
script: add missing close of file in case of error when computing MD5 checksum of a file
2012-12-25 17:00:58 +01:00
Sebastien Helleu
306b209421
relay: fix memory leak when adding hdata to a message (weechat protocol)
2012-12-25 16:59:46 +01:00
Sebastien Helleu
e557239a4c
irc: remove unneeded check of nick pointer (can not be NULL there)
2012-12-25 16:58:58 +01:00
Sebastien Helleu
45d5034ea0
irc: fix memory leak when updating modes of channel
2012-12-25 16:58:18 +01:00
Sebastien Helleu
9a024f3aba
core: fix memory leak in case of error when building content of bar item for display
2012-12-25 16:57:14 +01:00
Nils Görs
67a111f7f2
core: fix detection of command in input: a single command char is considered as a command (API function "string_input_for_bufer")
2012-12-25 10:54:51 +01:00
Sebastien Helleu
cf76379aa9
relay: add backlog, options and server capability "server-time" for irc protocol (task #12076 )
...
New options:
- relay.irc.backlog_max_minutes
- relay.irc.backlog_max_number
- relay.irc.backlog_since_last_disconnect
- relay.irc.backlog_tags
- relay.irc.backlog_time_format
2012-12-24 17:31:33 +01:00
Sebastien Helleu
2e48874ce0
irc: add tags "irc_nick1_xxx" and "irc_nick2_yyy" in message displayed for command "NICK"
2012-12-24 16:23:01 +01:00
Sebastien Helleu
2597bafe36
irc: fix crash when splitting a message with tags
2012-12-24 15:40:50 +01:00
Sebastien Helleu
33f01dcb63
relay: fix crash after /upgrade when a client is connected
2012-12-23 10:51:54 +01:00
Nils Görs
0c15deefc0
relay: add tag "relay_client" in all messages about client
2012-12-21 22:34:12 +01:00
Sebastien Helleu
c08cacd3c0
script: do not open script buffer when unknown arguments are given to command /script
2012-12-21 21:59:05 +01:00
Sebastien Helleu
992ed5b75c
alias: improve completion of command /alias
2012-12-20 19:31:12 +01:00
Sebastien Helleu
135c740f73
core: improve completion of commands /help, /mute and /set
2012-12-20 19:30:57 +01:00
Sebastien Helleu
85eb3424cd
core: add template %(windows_numbers) for first argument of command /window
2012-12-20 19:29:11 +01:00
Sebastien Helleu
9b10edb6c5
core: group templates of command /mouse into a single template
2012-12-20 19:27:23 +01:00
Sebastien Helleu
fa1665ef81
core: search for a fallback template when a no template is matching command arguments
2012-12-20 19:23:52 +01:00
Peter Boström
a67d97f16e
core: add option "diff" for command /set (list options with changed value)
2012-12-20 18:18:33 +01:00
Sebastien Helleu
0e726b43ef
core: fix another bug with horizontal separator displayed at bottom after split of windows (bug #37874 )
2012-12-20 16:26:41 +01:00
Sebastien Helleu
dd96e6daef
core: fix refresh of windows after split (fix bug with horizontal separator between windows) (bug #37874 )
2012-12-19 12:19:21 +01:00
Sebastien Helleu
1b0ce4bf8b
core: add missing contributors in AUTHORS
2012-12-19 11:01:29 +01:00
Sebastien Helleu
2386c10917
core: add cmake dependency between targets weechat_core and version_git
2012-12-19 10:25:12 +01:00
Sebastien Helleu
0f749dc65d
core: fix compilation warning on FreeBSD
2012-12-19 09:37:26 +01:00
Sebastien Helleu
3fcb00bfc5
core: fix stuck mouse (patch from Nei) (bug #36533 )
2012-12-19 09:10:16 +01:00
Sebastien Helleu
e667b606a9
script: fix scroll with mouse when window with script buffer is not the current window (do not force a switch to script buffer in current window)
2012-12-19 09:02:14 +01:00
Sebastien Helleu
0faf58a287
core: fix default mouse buttons actions for script buffer (focus the window before executing action)
2012-12-19 09:00:59 +01:00
Sebastien Helleu
491e31ff55
xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN
2012-12-17 23:30:37 +01:00
Sebastien Helleu
d37184e450
irc: return git version in CTCP VERSION and FINGER by default, add "$git" and "$versiongit" in format of CTCP replies
2012-12-16 23:11:02 +01:00
Sebastien Helleu
2b78673aa9
core: add git version in build, display it in "weechat-curses --help" and /version
2012-12-16 23:07:33 +01:00
Sebastien Helleu
fc0b73207b
core: remove unneeded arguments for AM_INIT_AUTOMAKE in configure.in
2012-12-16 23:02:32 +01:00
Sebastien Helleu
7eb5cc4b97
core: move comments with description of C file to top of files
2012-12-15 12:27:57 +01:00
Sebastien Helleu
a64dad2597
core: simplify syntax for second argument
2012-12-14 20:44:45 +01:00
Sebastien Helleu
b2169e9175
doc: add warning for autotools in user's guide
2012-12-14 20:20:09 +01:00
Sebastien Helleu
fd85d310cd
core: add dependencies and remove instructions for autotools in INSTALL
2012-12-14 20:19:38 +01:00
Sebastien Helleu
857fb35dcb
core: fix cmake target "dist": build tarballs using git-archive and not cvs
2012-12-14 19:01:07 +01:00
Sebastien Helleu
70ad2795ea
core: remove obsolete directories from .gitignore
2012-12-14 18:36:38 +01:00
Sebastien Helleu
ce657fd7b6
core: remove obsolete file UPGRADE_0.3 (move part of content into file NEWS, for version 0.3.0)
2012-12-14 18:30:43 +01:00
Sebastien Helleu
7d34812f1c
core: reformat comments for functions
2012-12-13 18:51:44 +01:00
Sebastien Helleu
9db5682186
core: fix compilation warning
2012-12-09 00:47:07 +01:00
Sebastien Helleu
641de51bdb
api: allow creation of structure with hdata_update (allowed for hdata "history")
2012-12-08 23:54:07 +01:00
Sebastien Helleu
3f2155e548
doc: remove chapter "Authors" in user's guide (list is in file AUTHORS), remove link to forum (closed)
2012-12-07 17:11:03 +01:00
Sebastien Helleu
5f4fc11213
core: update list of contributors in AUTHORS
2012-12-07 17:10:23 +01:00
Sebastien Helleu
f7c47a8644
core: fix scroll of one page down when weechat.look.scroll_page_percent is less than 100 (bug #37875 )
2012-12-07 13:45:41 +01:00
Sebastien Helleu
eabf103e71
core: expand char '~' with user home in first argument of hook_process
2012-12-06 13:52:13 +01:00
Sebastien Helleu
822ae76543
core: fix crash in child process of hook_process_hashtable when arguments are given in hashtable and that execvp() failed
2012-12-06 13:43:31 +01:00
Nils Görs
d224594194
irc: read local variable "autorejoin" in buffer to override server option "autorejoin" (task #12256 )
2012-12-05 19:39:50 +01:00
Sebastien Helleu
d544a47e2c
doc: update IRC commands in user's guide
2012-12-05 19:38:37 +01:00
Nils Görs
03cbb1c8f6
core: disable paste detection and confirmation if bar item "input_paste" is not used in a visible bar (task #12327 )
2012-12-05 19:04:07 +01:00
Nils Görs
dd99a1cf2c
irc: add option "-auto" for command /connect (task #9340 )
2012-12-05 18:32:30 +01:00
Sebastien Helleu
2ce90d4094
core: add option "irc.look.display_pv_away_once" in release notes for version 0.3.3
2012-12-05 16:12:13 +01:00
Sebastien Helleu
76647fc171
doc: fix style for prefixes in function weechat_prefix (plugin API reference)
2012-12-04 08:51:28 +01:00
Sebastien Helleu
f411a59a7d
core: use high priority (50000) for commands /command and /input so that an alias will not take precedence over these commands (bug #36353 )
2012-12-02 13:15:31 +01:00
Sebastien Helleu
1fa23e6d9c
alias: give higher priority to aliases (2000) so that they take precedence over an existing command
2012-12-02 13:13:24 +01:00
Sebastien Helleu
c89124aadc
core: execute command with higher priority when many commands with same name are found with different priorities
2012-12-02 13:12:07 +01:00
Nils Görs
2ae8d81b1f
core: add color support in options weechat.look.prefix_{action|error|join|network|quit} (task #9555 )
2012-12-01 16:03:20 +01:00
Sebastien Helleu
638b2e3f1c
core: fix typo in comment
2012-12-01 12:34:22 +01:00
Sebastien Helleu
72959d1d8b
core: fix display of combining chars (patch from Nei) (bug #37775 )
2012-11-30 18:16:49 +01:00
Sebastien Helleu
b7abb77b4d
doc: add option "weechat.network.gnutls_ca_file" in FAQ to reduce memory used
2012-11-30 18:12:52 +01:00
Sebastien Helleu
37a3001dc7
xfer: display remote IP address for DCC chat/file (task #12289 ) (patch from Nils Görs)
2012-11-27 22:45:22 +01:00
Sebastien Helleu
9c3ee3c407
xfer: limit bytes received to file size (for DCC file received), fix crash when displaying a xfer file with pos greater than size
2012-11-27 19:23:59 +01:00
Nils Görs
52519e11d2
doc: update FAQ and quickstart guide
2012-11-27 15:16:37 +01:00
Sebastien Helleu
ab1d5404d4
core: do not display default value for options plugins.* in output of /set
2012-11-27 13:44:41 +01:00
Sebastien Helleu
8df76563fd
alias: fix default value of alias options (in "cmd" and "completion" sections): defaults to initial command, instead of empty string
2012-11-27 12:32:00 +01:00
Peter Boström
1585593bda
core: display default values for changed config options in output of /set
2012-11-27 12:30:57 +01:00
Sebastien Helleu
dbff3de7e5
core: add missing cmake files in packages built by autotools (CMakeParseArguments.cmake, FindPackageHandleStandardArgs.cmake, FindZLIB.cmake)
2012-11-27 10:58:45 +01:00
Sebastien Helleu
3856d527b7
doc: add SASL authentication in FAQ
2012-11-27 10:51:19 +01:00
Sebastien Helleu
cdb13120ab
doc: add SASL authentication in quickstart guide
2012-11-27 10:00:20 +01:00
Sebastien Helleu
215109e1a5
irc: fix compilation on FreeBSD: replace call to tzset by gmtime/localtime
2012-11-25 11:01:20 +01:00
Sebastien Helleu
46a3d95aab
irc: read timestamp or ISO 8601 date format in tag "time" (capability "server-time")
2012-11-24 09:43:50 +01:00
Sebastien Helleu
53b8cdfef3
irc: add support of tags in messages, add support of "server-time" capability (task #12255 )
...
For a server called "znc" in WeeChat, following command will enable the
"server-time" capability:
/set irc.server.znc.capabilities "znc.in/server-time"
2012-11-23 21:31:22 +01:00
Sebastien Helleu
777f977ea5
core: remove obsolete externs gui_color_init_pair and gui_color_init_pairs
2012-11-23 07:40:27 +01:00
Sebastien Helleu
1281b18688
api: use hashtable "options" for command arguments in function hook_process_hashtable (optional, default is a split of string with command)
2012-11-22 19:55:38 +01:00
Sebastien Helleu
425256b38d
doc: fix typo in quickstart (part message is not allowed in /close or /buffer close)
2012-11-22 18:20:58 +01:00
Sebastien Helleu
57293ffc96
core: add version 0.3.9.2 in ChangeLog and NEWS
2012-11-18 12:04:33 +01:00
Sebastien Helleu
efb795c74f
core: do not call shell to execute command in hook_process (fix security problem when a plugin/script gives untrusted command) (bug #37764 )
2012-11-18 10:38:30 +01:00
Sebastien Helleu
c1389f8fe1
aspell: refresh bar item "aspell_suggest" when aspell is enabled/disabled (bug #37744 )
2012-11-16 13:28:24 +01:00
Sebastien Helleu
adec2dec0e
core: sync debian files with debian git repository
2012-11-16 07:54:59 +01:00
Sebastien Helleu
f1d6f2c40a
irc: fix crash on /upgrade (free channels before server data when a server is destroyed) (bug #37736 )
2012-11-14 20:18:10 +01:00
Sebastien Helleu
bb09670757
irc: add comments in function irc_color_decode
2012-11-14 20:16:12 +01:00
Nils Görs
5328fdcc73
doc: update german user's guide
2012-11-10 19:30:10 +01:00
Sebastien Helleu
7cd376b4b3
core: add version 0.3.9.1 in ChangeLog and NEWS
2012-11-09 20:33:22 +01:00
Sebastien Helleu
9453e81baa
irc: fix crash when decoding IRC colors in strings (bug #37704 )
2012-11-09 18:10:42 +01:00
Sebastien Helleu
e8ab9ba18d
core: stop cmake if gcrypt lib is not found (bug #37671 )
2012-11-06 15:01:56 +01:00
Sebastien Helleu
a176d352e3
doc: remove "optional" for arguments of function register (scripting guide)
2012-11-05 22:04:49 +01:00
Nils Görs
bae9215e9e
irc: fix refresh of bar item "away" after command /away or /disconnect
2012-11-05 20:17:21 +01:00
Nils Görs
93d0438240
core: update german translations
2012-11-05 18:16:46 +01:00
Sebastien Helleu
1dc44d3503
doc: fix typo in user's guide
2012-11-04 15:53:02 +01:00
Sebastien Helleu
47df178c88
core: add option aspell.check.suggestions in ChangeLog
2012-11-04 11:51:34 +01:00
Sebastien Helleu
57d5afeda5
aspell: add bar item "aspell_suggest": suggestions for misspelled word at cursor (task #12061 ) (patch from Nils Görs)
2012-11-04 11:50:15 +01:00
Sebastien Helleu
9e94bfd48b
aspell: update bar item "aspell_dict" only if spellers have changed
2012-11-04 10:49:03 +01:00
Sebastien Helleu
ebc4ff82c0
aspell: fix creation of spellers when number of dictionaries is different between two buffers
2012-11-04 09:59:45 +01:00
Sebastien Helleu
c848cb42d8
irc: fix display bug in output of /quiet or /mode #channel +q (wrong nick displayed)
2012-11-03 09:59:48 +01:00
Nils Görs
8e5d313885
irc: add command /quiet, fix display of messages 728/729 (quiet list, end of quiet list) (task #12278 )
2012-11-02 18:15:24 +01:00
Nils Görs
b1005fc23e
irc: add option irc.network.alternate_nick to disable dynamic nick generation when all nicks are already in use on server (task #12281 )
2012-11-02 17:51:12 +01:00
Ailin Nemui
8b52fc90d5
core: add incomplete mouse events "event-down" and "event-drag" (task #11840 )
2012-11-02 17:26:52 +01:00
Sebastien Helleu
4d436e3ac6
core: expand buffer local variables in evaluation of expressions (command /eval and function "string_eval_expression" in plugin API)
2012-11-02 15:40:15 +01:00
Sebastien Helleu
f7b53fe6aa
core: support many commands in /eval (separated by semicolons)
2012-11-02 15:28:48 +01:00
Sebastien Helleu
7002c44622
irc: fix compilation when gnutls is disabled (bug #37639 )
2012-11-02 09:58:12 +01:00
Sebastien Helleu
00f663a8c3
doc: add chapter "bars" in japanese user's guide
2012-11-02 09:47:56 +01:00
Sebastien Helleu
32c93b5c0a
core: add command /eval, use expression in conditions for bars, add function "string_eval_expression" in plugin API
2012-11-02 09:37:15 +01:00
Sebastien Helleu
3ec0ad7c62
core: remove duplicated #include
2012-10-21 19:43:12 +02:00
Sebastien Helleu
9037c0fe4c
irc: add option irc.network.whois_double_nick to double nick in command /whois
2012-10-20 18:03:08 +02:00
Nils Görs
7ee9e58d1b
irc: send whois on self nick when /whois is done without argument on a channel (task #12273 )
2012-10-20 17:19:55 +02:00
Nils Görs
ffe636ea48
doc: update german translations and user guide
2012-10-20 14:18:54 +02:00
Sebastien Helleu
eba2211427
relay: fix crash when receiving a new client on a socket
2012-10-19 19:28:26 +02:00
Sebastien Helleu
4b6eac3172
doc: fix typo in example of hdata_get_string (plugin API reference)
2012-10-19 14:31:21 +02:00
Sebastien Helleu
8c8bb8e72c
doc: add link to doc for dependencies in file INSTALL
2012-10-19 14:28:35 +02:00
Sebastien Helleu
130634ce6a
doc: update ruby version in dependencies (user's guide)
2012-10-19 13:54:22 +02:00
Sebastien Helleu
883fb4d64d
doc: rename filter "jpk" to "joinquit" in FAQ
2012-10-18 23:17:43 +02:00
stfn
c2b26972da
core: fix gnutls warnings
2012-10-18 22:36:52 +02:00
Sebastien Helleu
ed506558e8
core: add option "-quit" for command /upgrade (save session and quit without restarting WeeChat, for delayed restoration)
2012-10-18 20:59:56 +02:00
Sebastien Helleu
93d3198b70
core: fix display of zoomed/merged buffer (with number >= 2) after switching to it (bug #37593 )
2012-10-18 10:25:34 +02:00
Sebastien Helleu
0d18ef16bb
core: fix typo in NEWS
2012-10-17 19:49:03 +02:00
Simon Arlott
d5f140805b
core: fix sendmsg/recvmsg on BSD/OSX by sending 1 byte of data (in hook_connect)
2012-10-17 17:32:56 +02:00
Sebastien Helleu
f42b3d382f
core: fix display problem when option weechat.look.prefix_same_nick is set (problem with nick displayed in first line of screen) (bug #37556 )
...
To fix this bug, a feature has been removed: the first message with a nick has
the prefix forced (to not display the value of weechat.look.prefix_same_nick on
top of screen), commit was: 04e98c3f29
This feature may be reintroduced in a future commit.
2012-10-17 16:34:21 +02:00
Sebastien Helleu
d403d7b79b
weercd.py: add action "file" and option "file"
2012-10-17 16:19:45 +02:00
Sebastien Helleu
066f184605
core: fix connection to servers on OS X
2012-10-17 12:17:10 +02:00
Sebastien Helleu
43c01f76a2
irc: remove local variable "away" in server/channels buffers after server disconnection (bug #37582 )
2012-10-16 19:25:36 +02:00
Sebastien Helleu
82a8acf9ce
relay: add support of IPv6, new option relay.network.ipv6, add support of "ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270 )
2012-10-16 19:14:26 +02:00
Sebastien Helleu
452229cf32
irc: fix cancel of auto-reconnection to server with /disconnect
...
This bug was introduced by commit 5931eed85d
2012-10-14 11:17:54 +02:00
Simon Arlott
248aa8d73a
api: connect with IPv6 by default in hook_connect (with fallback to IPv4), shuffle list of hosts for a same address (task #11205 )
2012-10-14 10:59:00 +02:00
Sebastien Helleu
70ce7fe3b6
core: fix wrapping of words with wide chars (the break was made before the correct position)
2012-10-12 14:05:48 +02:00
Sebastien Helleu
5cfeb2f2bc
irc: add option "-noswitch" for command /join (task #12275 )
2012-10-09 21:33:09 +02:00
Sebastien Helleu
aa6b886386
irc: fix crash when message 352 has too few arguments (bug #37513 )
2012-10-06 19:05:13 +02:00
Sebastien Helleu
872d1e0372
doc: add missing files for script plugin in developer's guide
2012-10-06 17:32:12 +02:00
Nils Görs
668cda2684
aspell: add bar item "aspell_dict" (dictionary used on current buffer)
2012-10-06 17:16:49 +02:00
Sebastien Helleu
5443ae4cae
doc: update hdata "irc_server" (add "disconnected") in plugin API reference
2012-10-06 17:11:25 +02:00
Sebastien Helleu
5931eed85d
irc: remove unneeded server disconnect when server buffer is closed and server is already disconnected
...
This commit fixes a problem with the script autoconnect.py: the script hooks
signal "irc_server_disconnected", and this signal was sent 2 times for each
server on /quit: one time when servers are disconnected, and one time when
servers are destroyed (because buffer is closed, and then server disconnected
again). The script forces save of irc.conf on each disconnection, so some
servers were lost in irc.conf, when some servers have already been destroyed.
2012-10-06 16:07:53 +02:00
Sebastien Helleu
8caeed6c4e
doc: add call to config_get in examples of functions config_<type>(_default) (plugin API reference)
2012-10-05 22:05:34 +02:00
Sebastien Helleu
33d90d75c3
relay: add missing "ssl." in output of /relay listrelay
2012-10-05 15:21:32 +02:00
Sebastien Helleu
485728a43f
script: fix compilation on OS X
2012-10-03 17:40:56 +02:00
Sebastien Helleu
13d95cac8e
core: sync debian files with debian git repository
2012-10-02 09:07:11 +02:00
Sebastien Helleu
6a8127d92e
core: fix wrong Vcs-Browser URL for debian git repository (debian #689203 )
2012-10-02 09:06:55 +02:00
Sebastien Helleu
e0959486e9
Version 0.4.0-dev
2012-09-29 11:48:49 +02:00
Sebastien Helleu
bbd9d00b63
Version 0.3.9
2012-09-29 09:58:49 +02:00
Sebastien Helleu
b3c4f3d7d2
relay: add tag "relay_client" for messages of new/disconnected client
2012-09-26 16:47:52 +02:00
Sebastien Helleu
5f8a7e8d31
xfer: fix DCC transfer error (bug #37432 )
2012-09-24 21:56:24 +02:00
Elián Hanisch
7eb70ccecd
core: update spanish translations
2012-09-23 22:22:40 +02:00
Nils Görs
6ab12763b9
core: update german translations
2012-09-23 09:36:48 +02:00
Sebastien Helleu
c57f5519af
core: sync debian files with debian git repository
2012-09-22 09:49:24 +02:00
Sebastien Helleu
e2201c972f
core: add japanese docs in debian packaging (user's guide, scripting guide, tester's guide)
2012-09-22 09:48:31 +02:00
Ryuunosuke Ayanokouzi
cf5551bef8
doc: add japanese tester's guide, update japanese translations and docs
2012-09-21 11:56:33 +02:00
stfn
0fb3378fc1
core: fix IPv6 example in /proxy command
2012-09-20 07:55:58 +02:00
Sebastien Helleu
1dc99c1dc2
charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options)
2012-09-19 17:40:13 +02:00
Sebastien Helleu
34c9a061d9
Version 0.3.9-rc2
2012-09-18 21:21:00 +02:00
Nils Görs
028e5e87d5
doc: update german translations, FAQ and quickstart guide
2012-09-18 21:18:27 +02:00
Peter Boström
a80635c8b2
irc: fix rejoin of channels with a key, ignore value "*" sent by server for key (bug #24131 )
2012-09-18 18:08:21 +02:00
Sebastien Helleu
b5f7c124ea
script: consider that empty file "plugins.xml.gz" is not up-to-date
2012-09-18 10:07:02 +02:00
Sebastien Helleu
9070cc5659
logger: do not define _XOPEN_SOURCE on OpenBSD (not needed)
2012-09-18 09:47:55 +02:00
Sebastien Helleu
9b607d38f5
script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373 )
2012-09-18 09:47:30 +02:00
Sebastien Helleu
7a63b4aa62
core: update ChangeLog (add japanese scripting guide)
2012-09-17 16:33:59 +02:00
Ryuunosuke Ayanokouzi
92221f7cd2
doc: add japanese scripting guide, update japanese translations and docs
2012-09-17 16:33:08 +02:00
Sebastien Helleu
a83007d118
core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of "gcrypt") (bug #37373 )
2012-09-17 16:01:05 +02:00
Sebastien Helleu
bfaed2bec6
core: move the set of cmake policy CMP0003 in directory src (so it applies to all plugins) (bug #37311 )
2012-09-17 13:15:05 +02:00
Sebastien Helleu
291fa04c7e
logger: add tags in backlog lines displayed when opening buffer
2012-09-17 12:49:36 +02:00
Sebastien Helleu
f346704d32
irc: fix SASL mechanism "external" (bug #37274 ) (patch from phlux)
2012-09-16 14:26:50 +02:00
Sebastien Helleu
09c274be28
irc: fix parsing of message 346 when no nick/time are given (bug #37266 )
2012-09-04 13:25:43 +02:00
Sebastien Helleu
33bb4399b8
doc: update hdata "script_script" in plugin API reference
2012-09-04 13:23:12 +02:00
Sebastien Helleu
7756be5fea
script: display error when installing/removing/loading script if plugin for language is not loaded
2012-09-04 12:57:26 +02:00
Sebastien Helleu
3849cb49bc
core: add signals for plugins loaded/unloaded
2012-09-04 12:39:56 +02:00
Simon Arlott
36356521a1
irc: switch to next address after a timeout when connecting to server (bug #37216 )
2012-09-03 11:01:26 +02:00
Simon Arlott
055116f2b7
irc: fix bug when changing server option "addresses" with less addresses (bug #37215 )
2012-09-03 10:26:45 +02:00
Sebastien Helleu
606be401cc
irc: add network prefix in some irc/gnutls messages
2012-09-03 09:43:38 +02:00
Sebastien Helleu
4979c1fe7f
Version 0.3.9-rc1
2012-08-30 10:56:19 +02:00
Sebastien Helleu
e1a54d49eb
core: add default key alt+"x" (zoom on merged buffer) (task #11029 )
2012-08-30 10:46:42 +02:00
Sebastien Helleu
80e740b72f
script: add diff between current script and version in repository
...
New options:
- script.look.diff_command
- script.look.diff_color
Key alt-d has been changed to alt-v on script buffer (view script).
Key alt-d is now used on detail of script to jump to diff (if diff is displayed).
2012-08-30 08:50:22 +02:00
Sebastien Helleu
186053f90c
script: remove spaces before/after tags displayed on detail of script
2012-08-28 16:37:29 +02:00
Sebastien Helleu
df7b14e41c
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
2012-08-28 16:11:51 +02:00
Sebastien Helleu
5073048428
core: fix asciidoc formatting in NEWS
2012-08-27 16:52:54 +02:00
Sebastien Helleu
c5daee28cf
core: fix display bug when end of a line is displayed on top of chat (last line truncated and MORE(0) in status bar) (bug #37203 )
2012-08-27 12:30:56 +02:00
Sebastien Helleu
df80aa5fc9
api: allow update for some variables of hdata, add new functions hdata_update and hdata_set
2012-08-27 09:47:46 +02:00
Sebastien Helleu
e767346a19
core: fix IP address returned by hook_connect (return IP really used, not first IP for hostname)
2012-08-25 18:51:25 +02:00
Sebastien Helleu
4a3756e753
irc: add network prefix in irc (dis)connection messages
2012-08-23 22:12:50 +02:00
Sebastien Helleu
ed9537ff76
script: fix color used for script description on script buffer
2012-08-23 19:06:18 +02:00
Sebastien Helleu
2c0b860d62
irc: keep trailing spaces in IRC messages only for some commands (if message ends with text from user)
2012-08-23 08:03:04 +02:00
Sebastien Helleu
7f3d7e5f29
irc: generate alternate nicks dynamically when all nicks are already in use (task #12209 )
2012-08-22 19:28:19 +02:00
Sebastien Helleu
7aaac8d698
weercd.py: add option "nickused" (send some messages 433 before accepting nick)
2012-08-22 19:19:49 +02:00
Sebastien Helleu
9310737d5d
irc: fix split of received IRC message: keep spaces at the end of message
2012-08-22 15:50:26 +02:00
Sebastien Helleu
d8d0d6e4c6
core: display spaces at the end of messages in chat area (bug #37024 )
2012-08-22 14:07:01 +02:00
Sebastien Helleu
d81d5c09d1
core: fix infinite loop in display when chat area has width of 1 with a bar displayed on the right (nicklist by default) (bug #37089 )
2012-08-22 10:14:24 +02:00
Sebastien Helleu
d26f00b391
doc: add question about size of input bar in FAQ
2012-08-22 09:05:10 +02:00
Sebastien Helleu
b1da1cba4c
script: add missing extensions in output of /script -o|-i
2012-08-21 21:59:58 +02:00
Sebastien Helleu
09f80c20d6
script: add options -o and -i for /script list
2012-08-21 21:42:34 +02:00
Sebastien Helleu
129f32ce8e
script: add option script.look.quiet_actions (no messages when installing/removing/loading/unloading scripts on script buffer)
2012-08-21 18:57:49 +02:00
Sebastien Helleu
cc5118b3b6
core: check that python version is >= 2.5 in cmake/autotools (patch from Peter Boström)
2012-08-21 09:27:49 +02:00
Sebastien Helleu
a4e15e8ef4
irc: move options weechat.look.nickmode{_empty} to irc.look.nick_mode{_empty}, add nick mode for action messages (patch from Nils Görs)
...
The option irc.look.nick_mode has a new type: integer with values:
none/prefix/action/both (default is "prefix", which is old behaviour).
2012-08-20 18:25:23 +02:00
Sebastien Helleu
1fe7d25c8d
core: fix quote used in /help option for values (type integer with strings)
2012-08-20 15:28:50 +02:00
Sebastien Helleu
2944adc954
script: add focus info for mouse on script buffer, add two default mouse bindings: left button = select line, right button = install/remove script
2012-08-20 13:36:29 +02:00
Sebastien Helleu
08228492e6
core: fix typo in french translations
2012-08-20 09:45:06 +02:00
Sebastien Helleu
fbbfcf95dd
script: add key alt+L to reload script, allow input on script buffer for actions on script, add option script.look.use_keys
2012-08-18 11:53:01 +02:00
Sebastien Helleu
13b1d64aa1
script: add option "search" for command /script (completion with script tags)
2012-08-18 09:01:26 +02:00
Sebastien Helleu
5ae6f133d6
doc: fix typo in keys for mouse context
2012-08-17 19:52:56 +02:00
Nils Görs
5a24709f35
core: fix display of "bar more down" char when text is truncated by size_max in bars with vertical filling (bug #37054 )
2012-08-17 19:26:44 +02:00
Sebastien Helleu
e59c18109d
core: fix color of long lines (displayed on more than one line on screen) under FreeBSD (bug #36999 )
2012-08-17 11:06:41 +02:00
Sebastien Helleu
d5c4f05497
relay: add cast from time_t to long (fix warning under FreeBSD)
2012-08-17 11:05:38 +02:00
Sebastien Helleu
2485831d4a
script: add option "reload" for command /script, fix completion of /script, add examples in /help script
2012-08-17 09:55:02 +02:00
Sebastien Helleu
43894db0bc
core: add mouse bindings ctrl+wheel up/down to scroll horizontally buffers with free content
2012-08-17 09:53:49 +02:00
Sebastien Helleu
399a5af6f3
core: add plugin "script" in debian packaging
2012-08-17 09:11:44 +02:00
Sebastien Helleu
e211cdad54
script: add option script.look.translate_description
2012-08-16 12:32:41 +02:00
Sebastien Helleu
4a96c0ad8b
api: add info "locale" for info_get (locale used to translate messages)
2012-08-16 12:05:47 +02:00
Sebastien Helleu
2ae292e684
core: fix alignment of command arguments for scripts (in /help command)
2012-08-15 20:20:40 +02:00
Sebastien Helleu
6a6f45e043
script: add status "a" (autoloaded) for scripts
2012-08-15 09:25:42 +02:00
Sebastien Helleu
0f7720d5cb
core: add missing compiler define -D_LARGEFILE64_SOURCE in cmake and -D_LARGE_FILES in autotools (fix build of script plugin on Debian Lenny)
2012-08-15 08:05:59 +02:00
Sebastien Helleu
83d237c47a
logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE
2012-08-15 00:21:14 +02:00
Sebastien Helleu
3b8cc67f2a
script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOURCE)
2012-08-15 00:21:01 +02:00
Sebastien Helleu
4c6ee497aa
script: fix missing format in calls to snprintf
2012-08-14 19:19:02 +02:00
Sebastien Helleu
4fb991d07c
core: fix use of uninitialized variable in hdata_get_var_array_size
2012-08-14 19:16:27 +02:00
Ryuunosuke Ayanokouzi
f39bd3128c
doc: update japanese translations and docs
2012-08-14 18:33:12 +02:00
Sebastien Helleu
a99d136018
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
2012-08-14 18:29:32 +02:00
Sebastien Helleu
3a245686ca
core: free some variables used for weechat.conf when quitting WeeChat
2012-08-14 11:53:53 +02:00
Sebastien Helleu
5164bab407
core: add hidden command line options --no-gnutls and --no-gcrypt (no init/deinit of gnutls/crypt, useful for valgrind/electric-fence)
2012-08-14 11:05:35 +02:00
Sebastien Helleu
03a5e8a729
core: free data before removing config file/section/option from lists (remove warning in valgrind about blocks still reachable)
2012-08-14 10:10:46 +02:00
Sebastien Helleu
bfabcd68c8
core: fix use of unitialized value (line->data->display) when adding a line in buffer
2012-08-14 10:08:16 +02:00
Ryuunosuke Ayanokouzi
1f054b1d84
doc: update japanese user's guide and FAQ
2012-08-13 18:55:34 +02:00
Sebastien Helleu
d74ee61699
doc: compile japanese user's guide with autotools
2012-08-11 17:53:57 +02:00
Sebastien Helleu
3c615a956b
irc: set non-blocking socket before connecting to server (fix freeze with SSL after connection error)
2012-08-08 14:22:01 +02:00
Sebastien Helleu
777fa366d7
core: fix connection to host in child process when socket is non-blocking (with or without proxy)
2012-08-08 14:20:48 +02:00
Sebastien Helleu
46bc181933
scripts: add signals for scripts loaded/unloaded/installed/removed
2012-08-08 11:38:27 +02:00
Sebastien Helleu
068d0df56b
doc: add japanese user's guide (patch #7827 )
2012-08-07 09:47:17 +02:00
Sebastien Helleu
fad2779c17
doc: fix name of lists in hdata with scripts (plugin API reference)
2012-08-07 09:36:44 +02:00
Sebastien Helleu
c13b2ca57d
core: return error string to callback of hook_connect if getaddrinfo fails in child process
2012-08-06 16:39:58 +02:00
Sebastien Helleu
9258a63a6b
core: fix crash if key of hashtable_get(_item) is NULL (just return NULL)
2012-08-05 10:29:39 +02:00
Sebastien Helleu
8bda6a3559
scripts: fix name of lists in hdata with scripts (remove leading "*")
2012-08-05 09:57:05 +02:00
Sebastien Helleu
00b879962a
api: add new function util_version_number
2012-08-04 13:58:25 +02:00
Sebastien Helleu
3c3d0754b1
doc: fix gnutls dependency in user guide
2012-08-04 12:43:22 +02:00
Sebastien Helleu
a55b03f603
doc: update dependencies in user guide (add zlib, gnutls is used in irc and relay plugins)
2012-08-04 12:39:39 +02:00
Sebastien Helleu
5ea7ea6555
core: rename type t_script_callback to t_plugin_script_cb
2012-08-03 18:20:23 +02:00
Nils Görs
6526a0802d
doc: update german translations, FAQ and user guide
2012-08-03 16:16:12 +02:00
Sebastien Helleu
c57c48ce76
doc: fix typo in FAQ
2012-08-03 12:14:36 +02:00
Sebastien Helleu
b501fd1b24
scripts: add hdata with list of scripts for each language
2012-08-03 12:13:21 +02:00
Sebastien Helleu
746ca9623d
doc: fix typo in FAQ
2012-08-03 12:11:40 +02:00
Sebastien Helleu
b7eef5105c
fifo: ignore read failing with error EAGAIN (bug #37019 ) (patch from Matt Robinson)
2012-08-02 22:59:30 +02:00
stfn
04520c81d6
doc: fix C example of weechat_charset_set and weechat_iconv_to_internal (plugin API reference)
2012-08-02 22:41:38 +02:00
Sebastien Helleu
57eb513547
core: remove directory "src/plugins/scripts", move script plugins in "src/plugins"
2012-08-02 22:28:43 +02:00
Sebastien Helleu
e41595833a
core: update description of plugins and translate them in output of /plugin
2012-08-02 09:21:47 +02:00
Sebastien Helleu
83dc57f56e
relay: add missing gnutls lib for link
2012-08-01 17:35:44 +02:00
Sebastien Helleu
d685d5fb42
core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
2012-08-01 17:31:48 +02:00
Sebastien Helleu
67c78085c9
core: fix typo in FindNcurses.cmake (patch from jaset)
2012-07-31 08:26:33 +02:00
Marco Paolone
2da1bb8199
doc: update italian translations and docs
2012-07-30 19:29:28 +02:00
Marco Paolone
59f5c4b319
doc: update italian docs
2012-07-30 16:50:15 +02:00
Sebastien Helleu
048b05cb29
irc: fix bug with prefix chars which are in chanmodes with a type different from "B" (bug #36996 )
2012-07-30 14:33:36 +02:00
Sebastien Helleu
3f973f8cbc
relay: set Diffie-Hellman parameters on first SSL connection from a client (makes relay plugin load faster), reuse function gnutls_sec_param_to_pk_bits
2012-07-30 09:28:27 +02:00
Nils Görs
ee74131f69
core: add option "swap" for command /buffer (task #11373 )
2012-07-29 20:08:52 +02:00
Sebastien Helleu
418b0519eb
core: fix refresh of bar items when switching window
2012-07-29 09:11:06 +02:00
Sebastien Helleu
0931308c23
scripts: fix function unhook_all, fix deletion of configuration files when script is unloaded (bug #36977 )
2012-07-29 08:54:52 +02:00
Sebastien Helleu
cdba3da0b7
relay: fix compilation with old gnutls (< 2.12.0): remove call to gnutls_sec_param_to_pk_bits
2012-07-27 23:06:09 +02:00
Sebastien Helleu
6ff197fedd
core: fix names of cache variables in configure.in (patch from Murilo Opsfelder Araujo) (bug #36971 )
2012-07-27 22:51:42 +02:00
Sebastien Helleu
3c5301226a
core: fix output of autogen.sh in shells like dash
...
Shell dash does not support option "-e" for echo, so this "-e" was displayed
in output. Therefore special chars for colors and alignment have been removed.
2012-07-27 22:39:05 +02:00
Sebastien Helleu
66ff8b735b
core: add task #12187 in ChangeLog
2012-07-27 22:13:05 +02:00
Sebastien Helleu
bf509d6192
logger: add messages "Day changed to" in backlog
2012-07-27 22:11:10 +02:00
Sebastien Helleu
6ebf3fba45
irc: add help on values for option irc.look.nick_completion_smart
2012-07-27 20:39:39 +02:00
Sebastien Helleu
ddf7be769a
relay: remove compiler warnings when gnutls is not enabled/found
2012-07-27 18:19:33 +02:00
Nils Görs
61ae7ee047
doc: update german translations and docs
2012-07-27 18:10:28 +02:00
Sebastien Helleu
782e01f177
relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044 )
2012-07-27 17:54:08 +02:00
Sebastien Helleu
32b8f34567
irc: replace calls to config_search_with_string with weechat_config_get
2012-07-23 19:10:27 +02:00
Sebastien Helleu
b869a145ac
doc: add missing argument "pos_option_name" in function "config_search_with_string" (plugin API reference)
2012-07-23 19:03:08 +02:00
Sebastien Helleu
51c1168ff3
relay: add "tags_array" in data sent for message id "_buffer_line_added" (WeeChat protocol)
2012-07-23 12:02:43 +02:00
Sebastien Helleu
e200dd0b43
core: add missing include of stddef.h in gui-hotlist.c
2012-07-21 19:05:54 +02:00
Sebastien Helleu
f426446521
core: add hdata "hotlist"
2012-07-21 17:32:41 +02:00
Sebastien Helleu
7a3e8cf198
core: fix crash when reading array value of hdata variable with type integer/long/time
2012-07-21 17:22:45 +02:00
Peter Boström
19d03e691b
core: scroll to bottom of window after reaching first or last highlight with keys alt+"p" / alt+"n"
2012-07-21 10:04:34 +02:00
Sebastien Helleu
bd7332455d
relay: add object type "arr" (array) in WeeChat protocol
2012-07-20 18:18:37 +02:00
Sebastien Helleu
eab0110732
core: add support of arrays in hdata variables
2012-07-20 18:12:07 +02:00
Sebastien Helleu
658013a1e4
core: fix compilation of gui-curses-window.c under Solaris
2012-07-18 09:30:22 +02:00
Sebastien Helleu
44acc36e7d
core: fix typo in comment
2012-07-17 22:36:11 +02:00
Sebastien Helleu
cb0bfad148
relay: remove unneeded headers included in relay-upgrade.c
2012-07-17 18:12:09 +02:00
Sebastien Helleu
24a06f0e08
python: fix detection of python (first try "python2.x" and then "python") (bug #36835 )
2012-07-17 14:07:03 +02:00
Sebastien Helleu
7caa481b24
doc: remove warning about relay protocol in development
2012-07-17 14:04:28 +02:00
Sebastien Helleu
99c1065bcf
relay: move creation of client from relay-upgrade.c to relay-client.c
2012-07-17 09:56:03 +02:00
Sebastien Helleu
380ce5d45d
relay: fix outqueue pointers in client after upgrade
2012-07-16 21:59:39 +02:00
Sebastien Helleu
5dfcf614b5
relay: fix NULL pointer on upgrade in client->protocol_args (for WeeChat protocol)
2012-07-16 21:39:43 +02:00
Sebastien Helleu
beff1fc85c
core: fix french translation of /help repeat
2012-07-16 09:32:56 +02:00
Sebastien Helleu
aa971baa15
irc: fix format of message "USER" (according to RFC 2812) (bug #36825 )
...
Old format was: USER username username address :real name
New format is : USER username 0 * :real name
And now spaces are automatically replaced by underscores in username
(since no space is allowed here).
2012-07-15 09:53:36 +02:00
Sebastien Helleu
a4dac092d2
irc: describe possible values in /help irc.look.display_away
2012-07-15 09:21:39 +02:00
Sebastien Helleu
7033c1bda5
charset: fix typo
2012-07-14 23:01:50 +02:00
Sebastien Helleu
d247d773db
relay: fix freeze when writing on relay socket (use non-blocking sockets in relay for irc and weechat protocols) (bug #36655 )
2012-07-14 22:41:52 +02:00
Sebastien Helleu
f4dc85a3cb
charset: do not allow "UTF-8" in charset options (useless because UTF-8 is the internal WeeChat charset)
2012-07-14 10:50:49 +02:00
Sebastien Helleu
788f634fbc
core: add command line option "-r" ("--run-command") in man page
2012-07-13 13:50:57 +02:00
Peter Boström
4eb8013fd3
core: add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat
2012-07-13 12:57:14 +02:00
Sebastien Helleu
bb4264a56c
core: fix refresh of bar items "buffer_filter" and "scroll" in root bars (bug #36816 )
2012-07-09 17:08:30 +02:00
Peter Boström
c03fcd5e12
core: add function "hook_set" in plugin API, add "subplugin" in hooks (set by script plugins), display subplugin in /help on commands (task #12049 )
2012-07-09 15:16:51 +02:00
Nils Görs
92aa9bff45
core: add option weechat.look.jump_smart_back_to_buffer (jump back to initial buffer after reaching end of hotlist)
...
The option is "on" by default, which is old behaviour.
2012-07-07 13:41:16 +02:00
Sebastien Helleu
97a64f1334
irc: add bar item "buffer_modes", remove option irc.look.item_channel_modes (task #12022 )
2012-07-07 12:44:55 +02:00
Sebastien Helleu
2370f7aaa7
doc: update note about WeeChat version at beginning of FAQ
2012-07-06 12:35:11 +02:00
Sebastien Helleu
31d3b7d035
doc: fix name of option in question about memory usage (FAQ)
2012-07-06 12:29:04 +02:00
Sebastien Helleu
273256eea9
core: add default key alt+"s" (toggle aspell)
2012-07-05 16:13:04 +02:00
Sebastien Helleu
3de7b2ff3d
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988 )
...
New options in command /aspell:
- "enable": enable aspell
- "disable": disable aspell
- "toggle": toggle aspell
Options renamed in command /aspell:
- "enable" renamed to "setdict" (set dictionary for current buffer)
- "disable" renamed to "deldict" (delete dictionary used on current buffer)
- "dictlist" renamed to "listdict" (show installed dictionaries)
2012-07-05 16:06:28 +02:00
Sebastien Helleu
cbc47ece3d
aspell: add missing dictionaries (ast/grc/hus/kn/ky)
2012-07-05 14:41:26 +02:00
Sebastien Helleu
5309a65f05
core: update ChangeLog (add cmake option "MANDIR")
2012-07-05 12:08:00 +02:00
Simon Kuhnle
14e98a5fae
doc: add new cmake option MANDIR (bug #36776 )
...
${SHAREDIR}/man is not always the correct path, so add option to customize path.
This is set to "${SHAREDIR}/man" by default.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de >
2012-07-05 12:07:23 +02:00
stfn
26d7fcfc97
doc: fix C example of weechat_hook_process_hashtable (plugin API reference)
2012-07-05 09:32:15 +02:00
Nils Görs
9f9a37b8e6
doc: update german FAQ
2012-07-04 15:53:34 +02:00
Nils Görs
3d3530f06c
doc: update german translations and user guide
2012-07-03 15:49:02 +02:00
Sebastien Helleu
dc091d060c
doc: update list of contributors in user guide
2012-07-03 11:38:19 +02:00
Sebastien Helleu
8b5f6085a2
core: update ChangeLog (support of lua 5.2)
2012-07-03 11:36:57 +02:00
Arvydas Sidorenko
69fde9c427
lua: remove call to deprecated function luaL_openlib (compatibility with Lua 5.2)
...
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com >
2012-07-03 11:32:20 +02:00
Arvydas Sidorenko
e84099fb97
lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2)
...
In Lua 5.1 lua_open directly calls luaL_newstate, but was deprecated.
In Lua 5.2 lua_open was removed.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com >
2012-07-03 11:32:09 +02:00
Arvydas Sidorenko
2f59774e79
lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2)
...
The original struct name is luaL_Reg, but Lua v5.1 had a
`typedef luaL_reg luaL_Reg`, which in v5.2 was removed
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com >
2012-07-03 11:31:54 +02:00
Sebastien Helleu
73fbae6a62
doc: add question in FAQ about selection/paste of text when mouse is enabled
2012-07-01 17:35:27 +02:00
Sebastien Helleu
d876a5fc35
doc: fix duplicate chapter name "translations" in developer's guide
2012-07-01 16:59:56 +02:00
Sebastien Helleu
7585eae5d0
irc: fix parsing of user modes (ignore everything after first space) (bug #36756 )
2012-07-01 11:56:06 +02:00
Sebastien Helleu
c92d34020b
doc: add format of git commit messages in developer's guide
2012-06-30 17:37:23 +02:00
Sebastien Helleu
0430c144c5
doc: update list of contributors in user guide
2012-06-30 17:16:54 +02:00
Sebastien Helleu
b5b3c709c6
core: update ChangeLog (detection of ruby 1.9.3 in cmake/autotools)
2012-06-30 17:09:21 +02:00
Peter Boström
16c6dcb34c
ruby: replace puts with print in FindRuby.cmake
2012-06-30 17:06:35 +02:00
Sebastien Helleu
b1ef66ec63
ruby: add detection of ruby version 1.9.3 in autotools
2012-06-30 17:05:19 +02:00
Peter Boström
47810d56aa
ruby: add detection of ruby version 1.9.3 in cmake
2012-06-30 16:58:01 +02:00
Sebastien Helleu
08c3c848bd
irc: add option irc.look.ctcp_time_format to customize reply to CTCP TIME (task #12150 )
2012-06-30 14:19:00 +02:00
Sebastien Helleu
00a9028f42
irc: set callback "nickcmp" in channel buffers
2012-06-14 20:07:06 +02:00
Sebastien Helleu
d66555f387
core: add callback "nickcmp" for nick comparison in buffers
2012-06-14 20:06:42 +02:00
Sebastien Helleu
b5082902b4
core: fix typo in NEWS
2012-06-14 07:58:43 +02:00
Sebastien Helleu
9c8b06deb0
core: add missing header in NEWS
2012-06-14 07:56:29 +02:00
Sebastien Helleu
f0dae2b425
core: add options for horizontal/vertical separators between split windows in NEWS
2012-06-14 07:52:18 +02:00
Sebastien Helleu
41beef296f
doc: add command /buffer to set notify level in user guide
2012-06-13 22:42:46 +02:00
Sebastien Helleu
907752167f
core: fix resize of windows after horizontal split
2012-06-13 10:29:57 +02:00
Sebastien Helleu
529d12c1db
scripts: ignore call to "register" (with a warning) if script is already registered
2012-06-10 23:01:40 +02:00
Sebastien Helleu
e25909878e
lua: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:32:11 +02:00
Sebastien Helleu
58918e2eeb
guile: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:31:29 +02:00
Sebastien Helleu
db43e2a018
python: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:30:48 +02:00
Sebastien Helleu
bab252de96
doc: add chapters "Buffers and windows" and "Notify levels" in user guide
2012-06-10 17:15:28 +02:00
Sebastien Helleu
25c795a26f
core: add horizontal separator between windows, two new options to toggle horizontal/vertical separators between windows
...
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
2012-06-10 09:51:03 +02:00
Sebastien Helleu
9f09c26fca
doc: add commands to download weeget.py in quickstart guide
2012-06-09 22:03:56 +02:00
Sebastien Helleu
c0c75a9555
doc: add "case insensitive" for argument "message" of function hook_print (plugin API reference)
2012-06-09 21:52:34 +02:00
Sebastien Helleu
9c5116b4fe
core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline)
2012-06-09 21:33:10 +02:00
Sebastien Helleu
49f4e4cfa4
core: fix refresh of offline nicks (in chat) when nicklist bar is hidden
2012-06-09 12:35:44 +02:00
Sebastien Helleu
9f4dbd2b3b
irc: fix freeze when reading on socket with SSL enabled (bug #35097 )
2012-06-09 11:43:02 +02:00
Sebastien Helleu
d8c9013aff
core: fix color of nicks in buffers without nicklist when option weechat.look.color_nick_offline is on
2012-06-09 11:31:06 +02:00
Sebastien Helleu
200652836b
core: add options to use different color for offline nicks in prefix (patch from Nei) (task #11109 )
...
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-06-09 08:53:50 +02:00
Sebastien Helleu
2a00de476e
guile: fix path of guile include dirs in cmake build (patch #7790 )
2012-06-05 08:51:22 +02:00
Sebastien Helleu
e6125608c0
rmodifier: reallow names beginning with "#" for rmodifiers
2012-06-04 18:21:29 +02:00
Sebastien Helleu
a306fcfd33
alias: reallow names beginning with "#" for aliases
2012-06-04 18:20:47 +02:00
Sebastien Helleu
89b676f653
irc: reallow names beginning with "#" for servers
2012-06-04 18:19:31 +02:00
Sebastien Helleu
e79c7cf7d9
core: reallow names beginning with "#" for bars, proxies and filters
2012-06-04 18:18:10 +02:00
Sebastien Helleu
0732789f34
core: escape special chars (#[\) in configuration files for name of options (bug #36584 )
2012-06-04 18:14:57 +02:00
Sebastien Helleu
231ee3fa3d
rmodifier: prohibit names beginning with "#" for rmodifiers
2012-06-04 10:06:46 +02:00
Sebastien Helleu
c681c660c6
alias: prohibit names beginning with "#" for aliases (bug #36584 )
2012-06-04 09:59:03 +02:00
Sebastien Helleu
9076f35953
Version 0.3.9-dev
2012-06-03 10:08:43 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
2012-06-03 09:25:29 +02:00
Nils Görs
70afcffe34
doc: update german translations and user guide
2012-06-02 09:07:26 +02:00
Krzysztof Koroscik
d401e645a6
doc: update polish translations and FAQ
2012-06-01 18:51:28 +02:00
Sebastien Helleu
99b3cc2930
core: add japanese FAQ in debian packaging
2012-06-01 16:04:13 +02:00
Sebastien Helleu
3b9e94c234
xfer: set O_NONBLOCK flag on socket using flags read
2012-06-01 11:50:43 +02:00
Sebastien Helleu
f56a936b22
core: test return code when reading flags with fcntl (set flags to 0 if error)
2012-06-01 10:33:30 +02:00
Sebastien Helleu
3209ebcb27
core: fix typo in ChangeLog
2012-05-30 08:00:23 +02:00
Elián Hanisch
b2bd220d3c
core: update spanish translations
2012-05-26 11:43:44 +02:00
Sebastien Helleu
6f5a20e3c0
Version 0.3.8-rc2
2012-05-22 09:18:18 +02:00
Sebastien Helleu
04e98c3f29
core: force display of prefix on first line displayed in window (even if it should be hidden by option weechat.look.prefix_same_nick)
2012-05-22 07:59:59 +02:00
Ryuunosuke Ayanokouzi
0d73475c52
core: update japanese translations (patch #7783 )
2012-05-20 17:35:30 +02:00
Ryuunosuke Ayanokouzi
4b43f0655a
doc: fix titles of level 2 in japanese FAQ (fix problem with old asciidoc versions)
2012-05-20 17:22:31 +02:00
Sebastien Helleu
abcf34c0e2
doc: fix regex for filtering voice messages on bitlbee server
2012-05-20 16:19:29 +02:00
Marco Paolone
af20685a15
doc: update italian translations and user guide
2012-05-20 15:48:16 +02:00
Nils Görs
19afffcef3
doc: update german translations and user guide
2012-05-20 14:42:34 +02:00
Sebastien Helleu
1bbd15a2b5
doc: use different format for titles of level 0/1 in japanese FAQ (fix build with old asciidoc versions)
2012-05-19 10:05:22 +02:00
Sebastien Helleu
84175f6287
doc: update hdata "irc_server" (add "chanmodes") in plugin API reference
2012-05-18 15:37:09 +02:00
Marco Paolone
c6e879aa1f
core: update italian translations
2012-05-18 15:36:00 +02:00
Marco Paolone
0346e1fe73
doc: update italian user guide and plugin API reference
2012-05-18 15:33:19 +02:00
Sebastien Helleu
b68702ed00
doc: add japanese FAQ (patch #7781 )
2012-05-18 09:17:33 +02:00
Sebastien Helleu
71800dcc5a
core: update ChangeLog
2012-05-17 22:41:51 +02:00
Sebastien Helleu
a5f68bed01
relay: keep spaces in beginning of "input" received from client (WeeChat protocol)
2012-05-17 22:38:27 +02:00
Sebastien Helleu
abb31e1d15
doc: add note about version for signals "upgrade" and "upgrade_ended" in relay protocol
2012-05-17 11:51:55 +02:00
Sebastien Helleu
a62b243af5
relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
2012-05-17 11:24:59 +02:00
Sebastien Helleu
04275a7354
relay: fix crash on /upgrade when client is connected using WeeChat protocol
2012-05-17 09:37:04 +02:00
Sebastien Helleu
6802552787
guile: fix crash on ARM when loading guile plugin (bug #36479 )
2012-05-16 12:30:19 +02:00
Sebastien Helleu
3bc15f0e55
core: fix compilation warning on a comparison using type "wint_t"
2012-05-15 15:30:43 +02:00
Sebastien Helleu
b645947954
Version 0.3.8-rc1
2012-05-15 12:57:53 +02:00
Sebastien Helleu
21b87c428c
irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODES" to server), fix parsing of modes (bug #36215 )
2012-05-15 12:48:50 +02:00
Sebastien Helleu
36d5f464fb
doc: add note about property "short_name" of buffers (plugin API reference)
2012-05-11 19:15:48 +02:00
Sebastien Helleu
54b45e9c5e
core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
2012-05-11 08:04:19 +02:00
Sebastien Helleu
370a5ccb61
irc: add option "fakerecv" for command /server to simulate a received IRC message (not documented, for debug only)
2012-05-08 15:05:53 +02:00
Sebastien Helleu
c2c83466f9
doc: fix typo in python example of infolist_get (plugin API reference)
2012-05-05 21:56:00 +02:00
Sebastien Helleu
5c64e36bc0
core: add description of "command" in /help key
2012-05-05 20:04:02 +02:00
Sebastien Helleu
54e5dad740
core: fix crash in focus hook for nicklist (bug #36271 )
2012-05-04 16:46:45 +02:00
Sebastien Helleu
ccfc2ae99c
doc: update list of contributors in user guide
2012-05-03 16:24:41 +02:00
Mateusz Poszwa
59234aef2d
core: fix truncated config files (zero-length) after system crash (bug #36383 )
...
The function config_file_write_internal now performs an overwrite-by-rename
(call to "rename" only) instead of calls to "unlink" then "rename".
2012-05-03 16:10:00 +02:00
Sebastien Helleu
dfbe7845ae
logger: fix charset of lines displayed in backlog when terminal charset is different from UTF-8 (bug #36379 )
2012-05-03 12:36:27 +02:00
Sebastien Helleu
3d73805198
doc: fix recommended version of Python in user guide
2012-05-03 12:35:57 +02:00
Sebastien Helleu
0b73835e8a
irc: hide everything after "identify" or "register" in messages to nickserv when option irc.look.hide_nickserv_pwd is on (bug #36362 )
2012-05-02 12:42:44 +02:00
Elián Hanisch
c01aaf9335
core: update spanish translations
2012-05-01 09:27:07 +02:00
Sebastien Helleu
d282d9fd06
scripts: fix type of argument "rc" in callback of hook_process (from string to integer)
2012-05-01 09:17:13 +02:00
Sebastien Helleu
f4a07da0a2
rmodifier: add default rmodifier "quote_pass" to hide password in command "/quote pass" (bug #36250 )
2012-04-19 11:38:21 +02:00
Sebastien Helleu
c72fa72aef
doc: fix arguments sent to callback of hook_command in plugin API reference
2012-04-18 08:05:46 +02:00
Sebastien Helleu
81a8119a08
rmodifier: add default rmodifier "server" to hide passwords in commands /server and /connect (task #11993 )
2012-04-17 12:29:14 +02:00
Sebastien Helleu
477e9a609c
doc: fix return value of function "color" in plugin API reference
2012-04-17 08:56:17 +02:00
Marco Paolone
6c26bc79d9
doc: update italian translations and user guide
2012-04-16 13:49:18 +02:00
Sebastien Helleu
c1104eb383
core: update hdata "key" (add "score") in plugin API reference
2012-04-16 13:47:34 +02:00
Sebastien Helleu
9335b07ff7
core: optimize load of keys (save score of keys to sort them faster)
2012-04-14 18:31:08 +02:00
Sebastien Helleu
d279a66df8
core: do not use malloc in function utf8_strlen_screen for small strings (4 bytes or less)
2012-04-14 18:14:25 +02:00
Sebastien Helleu
5f16a88a29
python: update path returned by weechat.info_get('python2_bin', '') if path does not exist any more (for example after python upgrade)
2012-04-13 09:23:43 +02:00
Sebastien Helleu
7fe2550b40
core: fix help of option weechat.completion.nick_completer
2012-04-11 22:25:42 +02:00
Sebastien Helleu
04b228715b
doc: fix return value of function hook_modifier_exec in plugin API reference
2012-04-11 21:33:05 +02:00
Sebastien Helleu
a317029955
core: fix display bugs and crashs with small windows (bug #36107 )
2012-04-11 16:38:14 +02:00
Sebastien Helleu
783e6228a0
doc: update list of translators in user guide
2012-04-09 12:58:28 +02:00
Quico Noizeux
46544b9e19
core: update spanish translations
2012-04-09 12:08:03 +02:00
Sebastien Helleu
093abf96f3
doc: update help of command /disconnect in user guide
2012-04-09 12:06:34 +02:00
Sebastien Helleu
2224fe796e
irc: add option "-pending" for command /disconnect (cancel auto-reconnection on servers currently reconnecting) (task #11985 )
2012-04-08 10:11:29 +02:00
Sebastien Helleu
902c0903d3
core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197 )
2012-04-07 18:47:41 +02:00
Sebastien Helleu
7682a1ae44
perl: fix compilation on OS X (bug #30701 )
2012-04-07 11:31:34 +02:00
Kyle Fuller
1307ab9ffc
irc: set user modes only if target nick is self nick in message 221 (patch #7754 )
2012-04-05 14:05:46 +02:00
Sebastien Helleu
6c261d31e1
doc: add list of commonly used tags in plugin API reference (in function printf_date_tags)
2012-04-04 20:02:27 +02:00
Sebastien Helleu
2b26348965
perl: fix crash on quit on OS X
2012-04-03 21:40:03 +02:00
Sebastien Helleu
8bc6c1363b
irc: fix help of option irc.color.mirc_remap
2012-04-03 21:31:15 +02:00
Marco Paolone
8c03f8dee4
doc: update italian plugin API reference
2012-04-03 21:27:18 +02:00
Sebastien Helleu
93a77c39ba
irc: use tag "prefix_nick_ccc" (where "ccc" is color of nick) in messages displayed
...
This new tag is used by WeeChat to hide/replace same prefix (option weechat.look.prefix_same_nick).
2012-04-03 21:24:24 +02:00
Sebastien Helleu
5459e6595a
core: fix bugs with option weechat.look.prefix_same_nick, use nick color for string used as replacement
...
Bugs fixed:
- hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages)
- hide/replace prefix only when displaying messages (do not cache value in lines)
The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
2012-04-03 21:22:53 +02:00
Sebastien Helleu
7038630b6d
core: fix bug with option weechat.look.prefix_same_nick and filtered lines
2012-04-01 08:39:11 +02:00
Sebastien Helleu
fc697d5998
core: fix bad computation of prefix length when simulating display (this caused one or more empty lines at bottom of chat area)
...
(bug was introduced in previous commit: 10df976e53 )
2012-03-31 22:13:13 +02:00
Sebastien Helleu
10df976e53
core: fix display bug with prefix when length is greater than max and prefix is ending with a wide char (bug #36032 )
2012-03-29 16:36:51 +02:00
Sebastien Helleu
ae2c97b8cb
doc: argument "shutdown_function" is optional in function register (scripting guide)
2012-03-29 11:33:52 +02:00
Sebastien Helleu
03194331b9
core: add new color options for logger in ChangeLog
2012-03-29 10:24:17 +02:00
Sebastien Helleu
fbf38ddbd5
logger: add colors for backlog lines and end of backlog (task #11966 )
2012-03-28 21:48:55 +02:00
Nils Görs
1236befd74
core: update german translations
2012-03-28 18:12:51 +02:00
Sebastien Helleu
67115edf3d
core: add option weechat.look.prefix_same_nick (hide or change prefix on messages whose nick is the same as previous message) (task #11965 )
2012-03-28 18:07:15 +02:00
Sebastien Helleu
272046d012
irc: force the clear of nicklist when joining a channel (nicklist was not sync after znc reconnection) (bug #36008 )
2012-03-26 15:12:05 +02:00
Sebastien Helleu
0a08581f1b
irc: allow more than one nick in command /invite
2012-03-26 13:45:41 +02:00
Sebastien Helleu
7e1859ad5d
guile: add missing function "hook_process_hashtable" in API
2012-03-25 18:20:25 +02:00
Sebastien Helleu
b867c69477
core: convert tabs to spaces in text pasted (bug #25028 )
2012-03-24 13:22:41 +01:00
Sebastien Helleu
b7d75cf455
tcl: add missing function "hdata_char" in API
2012-03-24 13:11:50 +01:00
Sebastien Helleu
af56174b98
tcl: fix pointer sent to function hook_signal_send when type of data is a pointer
2012-03-24 13:05:37 +01:00
Sebastien Helleu
c4cfd651fc
api: display warning in scripts when invalid pointers (malformed strings) are given to plugin API functions (warning displayed if debug for plugin is >= 1)
2012-03-24 13:00:50 +01:00
Sebastien Helleu
93ec33d491
api: fix typo in a comment
2012-03-24 11:05:35 +01:00
Sebastien Helleu
b877a53f80
aspell: fix typo in a comment
2012-03-24 11:05:24 +01:00
Sebastien Helleu
b3c00abbbb
api: use a struct for arguments of function script_init (callbacks)
2012-03-24 10:59:21 +01:00
Sebastien Helleu
5d6e3d1a7a
doc: fix order of arguments for function nicklist_add_group in plugin API reference
2012-03-24 09:55:29 +01:00
Sebastien Helleu
6d80855819
doc: add missing command "/set weechat.look.align_end_of_lines time" in question about URLs (FAQ)
2012-03-23 19:43:57 +01:00
Sebastien Helleu
9972cce777
core: add a connection timeout for child process in hook_connect (bug #35966 )
2012-03-23 18:24:47 +01:00
Sebastien Helleu
4474f9ca0e
doc: update hdata "irc_channel" (add "names_received") in plugin API reference
2012-03-23 14:13:14 +01:00
Sebastien Helleu
c826f4841f
irc: do not translate string "Msg" for messages to channel ops/voiced
2012-03-23 14:10:52 +01:00
Sebastien Helleu
d4184f78c5
irc: do not send command "MODE #channel" on manual /names (do it only when names are received on join of channel) (bug #35930 )
2012-03-22 16:02:25 +01:00
Sebastien Helleu
d87eacccc9
relay: redirect some irc messages from clients to hide output (bug #33516 )
...
Messages redirected by relay plugin: mode, ison, list, names, topic, who,
whois, whowas, time, userhost.
2012-03-18 08:58:19 +01:00
Sebastien Helleu
b69e82cb94
irc: do not allow the creation of two servers with same name but different case (fix error when writing file irc.conf) (bug #35840 )
2012-03-17 10:14:25 +01:00
Sebastien Helleu
89349e6f9a
core: fix typo: unsensitive -> insensitive
2012-03-17 10:08:39 +01:00
Sebastien Helleu
9955b05239
irc: update away flag for nicks on manual /who
2012-03-15 15:15:57 +01:00
Sebastien Helleu
3e602195e9
irc: display privmsg messages to "@#channel" and "+#channel" in channel buffer (bug #35331 )
2012-03-14 20:33:12 +01:00
Sebastien Helleu
d4ba6ac1c4
core: cosmetic changes in NEWS
2012-03-13 18:23:34 +01:00
Sebastien Helleu
3a2a1ce6f2
core: follow symbolic links when writing configuration files (.conf) (task #11779 )
2012-03-13 18:13:45 +01:00
Nils Görs
fc5f5a56dc
doc: update german translations, FAQ and user guide
2012-03-13 18:12:31 +01:00
Marco Paolone
4bba177f17
doc: update italian FAQ, user guide and plugin API reference
2012-03-12 20:45:23 +01:00
Sebastien Helleu
1c1ef05451
irc: use computed nick color in many messages instead of option weechat.color.chat_nick
2012-03-12 19:26:26 +01:00
Sebastien Helleu
73476cc0f8
irc: fix redirection of message when message is queued for sending on server
2012-03-12 11:55:35 +01:00
Sebastien Helleu
f4c18d4fed
irc: use computed nick color for nicks in notify messages
2012-03-12 11:17:45 +01:00
Sebastien Helleu
a6336885b8
irc: add signals and tags in messages for irc notify (patch from Quentin Glidic) (task #11887 )
2012-03-12 11:09:22 +01:00
Sebastien Helleu
d1c59c7536
irc: check notify immediately when adding a nick to notify list, improve first notify message for a nick (bug #35731 )
2012-03-12 08:01:40 +01:00
Sebastien Helleu
595293defc
core: update ChangeLog
2012-03-10 16:18:15 +01:00
Sebastien Helleu
c6b4f1917e
core: fix lost scroll when switching to a buffer with a pending search (ctrl-r)
2012-03-10 16:12:41 +01:00
Sebastien Helleu
1c12f3a43f
core: fix grab of key (alt-k) (bug introduced with bracketed paste mode)
2012-03-10 15:46:18 +01:00
Sebastien Helleu
077de9dc90
core: fix broken mouse (bug introduced by the previous commit)
2012-03-09 11:43:10 +01:00
Sebastien Helleu
35785a5e05
core: improve and fix bugs on standard paste and bracketed paste
...
Changes:
- wait control sequence for end of bracketed paste (and only after, check if
we should ask confirmation to user)
- add option weechat.look.paste_bracketed_timer_delay to force the end of
bracketed paste if the control sequence for end of bracketed paste was not
received in time
- in bracketed paste mode, with paste_max_lines=1, do not ask confirmation for
one line (ask for one line only if paste_max_lines=0)
- fix bugs with mintty: bracketed paste should be ok every time (even if some
codes are sometimes partially received, WeeChat will now handle that properly);
the standard paste often fails (due to bug in mintty, which sends paste very
slowly to remote app); so the bracketed paste mode is highly recommended with
mintty
- after paste in bracketed paste mode, the undo key (ctrl+"_" by default) will
undo whole paste, not chars one by one
2012-03-09 10:41:13 +01:00
Sebastien Helleu
1102cfd317
irc: fix display of color in hostname (join/part/quit messages)
2012-03-06 21:54:46 +01:00
Sebastien Helleu
fe3bdb5f52
irc: compute hash to find nick color for nick in server message when nick is not in nicklist
2012-03-06 18:03:03 +01:00
Sebastien Helleu
0552bdefa0
core: read data on stdin even when asking confirmation for paste (fix lost chars under mintty terminal)
2012-03-06 15:56:43 +01:00
Sebastien Helleu
d495c41919
relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
2012-03-06 12:05:33 +01:00
Sebastien Helleu
39787d483a
api: add list "gui_buffer_last_displayed" in hdata "buffer"
2012-03-05 08:02:55 +01:00
Sebastien Helleu
f5769dbd17
core: fix typo in help of option weechat.look.paste_bracketed (bug #35717 )
2012-03-04 19:41:34 +01:00
Sebastien Helleu
d733a5bd62
core: rename option weechat.look.bracketed_paste_mode to weechat.look.paste_bracketed
2012-03-04 11:38:16 +01:00
Sebastien Helleu
152394689a
core: add support of terminal "bracketed paste mode" (task #11316 )
2012-03-04 10:32:55 +01:00
Sebastien Helleu
d43e9c11e5
rmodifier: add option "release" in default rmodifier "nickserv" (used to hide passwords in command "/msg nickserv") (bug #35705 )
2012-03-03 12:38:35 +01:00
Ryuunosuke Ayanokouzi
5f11df74e3
core: fix display of wide chars on last column of chat area (patch #7733 )
2012-03-03 10:03:13 +01:00
Sebastien Helleu
313c373492
irc: do not close server buffer and disconnect when server is destroyed during /upgrade
2012-02-29 19:21:46 +01:00
Sebastien Helleu
97888e7ef5
irc: fix typo in a comment
2012-02-29 19:13:34 +01:00
Sebastien Helleu
38ba105547
doc: rewrite sentence about command /charset in FAQ
2012-02-29 19:00:43 +01:00
Kyle Fuller
e91d401f41
irc: add support of "external" SASL mechanism (task #11864 )
2012-02-29 15:22:03 +01:00
Sebastien Helleu
f1abe53b41
irc: close server buffer when server is deleted
2012-02-29 13:54:26 +01:00
Emmanuel Bouthenot
5bf02429fb
core: sync debian files with debian git repository
2012-02-26 22:55:01 +01:00
Sebastien Helleu
f3dc2e7ef9
irc: add search for lower case nicks in option irc.look.nick_color_force
2012-02-26 18:18:37 +01:00
Sebastien Helleu
a1e87fe63d
core: fix problem with asciidoc syntax in ChangeLog
2012-02-26 12:52:28 +01:00
Sebastien Helleu
e8a007321f
doc: add japanese translator in user guide
2012-02-26 12:17:03 +01:00
Sebastien Helleu
ca643c6f5d
Version 0.3.8-dev
2012-02-26 09:30:43 +01:00
Sebastien Helleu
73d9b9a6b9
Version 0.3.7
2012-02-26 08:35:03 +01:00
Elián Hanisch
bc7ecedaa4
core: update spanish translations
2012-02-26 07:58:09 +01:00
Ryuunosuke Ayanokouzi
b9c7dc9692
core: add japanese translations
2012-02-26 07:54:44 +01:00
Sebastien Helleu
d273f946e6
core: add note about new default value of option "weechat.plugin.extension" in NEWS
2012-02-25 15:39:59 +01:00
Sebastien Helleu
496c7d3e18
core: fix expand of path "~" to home of user in function string_expand_home ("~/xxx" was ok, but not "~")
2012-02-25 08:42:00 +01:00
Krzysztof Koroscik
f38f62e7d8
doc: update polish translations, FAQ and scripting guide
2012-02-24 21:54:43 +01:00
Sebastien Helleu
36a0874bfe
doc: fix name of package libcurl4-gnutls-dev in dependencies (user guide)
2012-02-24 14:25:02 +01:00
Sebastien Helleu
b0ef8fc6e3
doc: add gdb commands to log output in a file (user guide)
2012-02-24 13:51:29 +01:00
Sebastien Helleu
0be9ae3017
doc: add file wee-url.c and doc for relay protocol in developer's guide
2012-02-22 16:32:29 +01:00
Nils Görs
8f289697e2
doc: update german translations and FAQ
2012-02-21 17:35:23 +01:00
Nils Görs
92e9963af4
core: update german translations
2012-02-20 20:38:47 +01:00
Marco Paolone
0337dea08e
core: update italian translations
2012-02-20 17:25:24 +01:00
Sebastien Helleu
78d7c654c8
perl: increment count of hash returned by API (fix crash when script tries to read hash without making a copy)
2012-02-20 14:16:17 +01:00
Sebastien Helleu
92f79ba54b
core: fix typo in NEWS
2012-02-20 07:48:18 +01:00
Sebastien Helleu
d30560729b
core: remove obsolete option "scroll_unread" in completion of /input (option was moved to /window)
2012-02-20 07:46:42 +01:00
Sebastien Helleu
588921686d
irc: rename server option "cap" to "capabilities"
2012-02-19 20:20:04 +01:00
Sebastien Helleu
8d630641dc
Version 0.3.7-rc3
2012-02-19 19:36:54 +01:00
Sebastien Helleu
c6850e14a7
irc: fix memory leak in SASL/blowfish authentication
2012-02-19 19:24:57 +01:00
Sebastien Helleu
8a0f53019a
irc: fix memory leak when a server is deleted
2012-02-19 19:17:50 +01:00
Sebastien Helleu
205a869598
core: fix memory leak when closing buffer
2012-02-19 19:15:14 +01:00
Sebastien Helleu
508bfe5c7a
core: fix memory leak in function util_search_full_lib_name
2012-02-19 19:14:06 +01:00
Sebastien Helleu
af72bcb01d
irc: add option "cap" in servers to enable capabilities on connection
2012-02-19 19:04:11 +01:00
Sebastien Helleu
19dfdfedc9
doc: fix python example for config_new_option in plugin API reference
2012-02-17 11:05:59 +01:00
Sebastien Helleu
9040193f7a
core: update ChangeLog: add task #10703
2012-02-16 10:07:30 +01:00
Sebastien Helleu
a539dcbff8
core: automatically add newline char after last pasted line (when pasting many lines with confirmation)
2012-02-16 09:52:45 +01:00
Sebastien Helleu
c91a91c6ee
Version 0.3.7-rc2
2012-02-13 11:14:06 +01:00
Sebastien Helleu
08cb3f3870
core: update ChangeLog
2012-02-13 11:07:23 +01:00
Sebastien Helleu
3c338e59ed
core: fix bug with layout: assign layout number in buffers when doing /layout save
2012-02-12 08:55:58 +01:00
Marco Paolone
00c2b8f951
doc: update italian FAQ
2012-02-12 08:29:21 +01:00
Sebastien Helleu
5d29e0062a
doc: add question about "TLS handshake error" in FAQ
2012-02-11 11:40:01 +01:00
Sebastien Helleu
d31a6540ca
doc: update example of color code in developer's guide
2012-02-11 07:55:29 +01:00
Sebastien Helleu
f8ef3c8f80
doc: add color codes in strings (developer's guide)
2012-02-10 18:02:06 +01:00
Marco Paolone
508d8a1b43
doc: update italian docs
2012-02-10 08:25:52 +01:00
Sebastien Helleu
96ecfdd9d1
core: add options "dns_servers" and "accepttimeout_ms" for curl (libcurl >= 7.24.0)
2012-02-09 09:48:57 +01:00
Sebastien Helleu
4a1f0ef5cc
irc: add signal "irc_server_opened"
2012-02-09 08:47:36 +01:00
Sebastien Helleu
06fb5d1921
doc: fix typo in plugin API reference (example for weechat_string_toupper)
2012-02-09 07:32:04 +01:00
Marco Paolone
544b7098b3
core: update italian translations
2012-02-06 08:29:55 +01:00
Sebastien Helleu
a2002f6b76
Version 0.3.7-rc1
2012-02-05 20:07:31 +01:00
Sebastien Helleu
bfc409ff34
core: add task #9497 in ChangeLog
2012-02-05 19:02:39 +01:00
Sebastien Helleu
355fdf0047
irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing message before automatic split to fit in 512 bytes)
2012-02-05 11:37:57 +01:00
Sebastien Helleu
863a9d37da
core: fix compilation warning under Cygwin
2012-02-05 11:25:38 +01:00
Sebastien Helleu
706f36e4fd
doc: remove wrong comment in french user guide
2012-02-04 18:13:36 +01:00
Nils Görs
73975043a9
doc: update german translations, user guide and scripting guide
2012-02-04 11:33:42 +01:00
Sebastien Helleu
14b2a2223e
irc: fix self-highlight when using /me with an IRC bouncer like znc (bug #35123 )
2012-02-04 08:56:19 +01:00
Sebastien Helleu
e6736b544e
core: do not auto add space after nick completer if option weechat.completion.nick_add_space is off
2012-02-01 17:19:04 +01:00
Sebastien Helleu
2dd44ee3d7
core: fix compilation warning on curl_easy_setopt for option CURLOPT_FOLLOWLOCATION
2012-01-28 22:12:57 +01:00
Sebastien Helleu
50c120b29c
doc: add the versions where signals were introduced, fix typos in signals (plugin API reference)
2012-01-28 18:31:27 +01:00
Sebastien Helleu
8ea2b93a28
core: add signal "window_switch"
2012-01-28 17:18:15 +01:00
Sebastien Helleu
3ecd3d7a26
core: fix signal "buffer_switch": send it only once when switching buffer (bug #31158 )
2012-01-28 11:11:58 +01:00
Sebastien Helleu
6e2c3e8722
core: add bug #35317 in ChangeLog
2012-01-28 08:26:17 +01:00
Sebastien Helleu
b6a7777aa0
irc: add alias "ctcp" for target buffer of CTCP messages
2012-01-27 18:18:35 +01:00
Sebastien Helleu
f8a25b4299
core: replace dependency "libcurl-dev" by "libcurl4-gnutls-dev" for Debian packaging
2012-01-27 10:37:00 +01:00
Sebastien Helleu
9347bae962
api: replace type "regex_t *" by "void *" in function string_regcomp (fix ruby compilation with autotools)
2012-01-26 18:18:20 +01:00
Lázaro A
9a821b9d3c
doc: add spanish quickstart guide
2012-01-26 18:08:34 +01:00
Sebastien Helleu
d242f30950
core: move option "scroll_unread" from command /input to /window
2012-01-24 21:20:52 +01:00
Sebastien Helleu
009925b9ac
api: add modifier "input_text_for_buffer"
2012-01-24 19:02:06 +01:00
Sebastien Helleu
f7a0f8ae39
core: fix typo in comment
2012-01-24 10:58:51 +01:00
Sebastien Helleu
5ac884d57f
aspell: fix URL detection (do not check spelling of URLs) (bug #34040 )
2012-01-24 10:34:36 +01:00
Sebastien Helleu
0f7150db19
relay: use protocol arguments for protocol "irc" only (arguments forbidden for protocol "weechat")
2012-01-23 12:21:29 +01:00
Sebastien Helleu
498f2131a7
relay: add protocol "weechat" in /help relay
2012-01-23 11:38:07 +01:00
Sebastien Helleu
f6b26e5604
relay: do not create relay if there is a problem with socket creation (bug #35345 )
2012-01-23 11:32:50 +01:00
Sebastien Helleu
a90a9a1802
doc: add python 3.x in user guide
2012-01-22 21:11:56 +01:00
Sebastien Helleu
8fb24c3cbc
core: fix typo in NEWS
2012-01-22 13:50:15 +01:00
Sebastien Helleu
5f6df8021b
core: add support of flags in regular expressions and highlight options, add irc options to customize/disable default nick highlight (task #11128 )
...
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
2012-01-22 13:48:42 +01:00
Nils Görs
51491469e5
doc: update german translations and user guide
2012-01-19 14:05:12 +01:00
Sebastien Helleu
739c501722
doc: fix typo in french translation of user guide
2012-01-19 14:02:59 +01:00
Sebastien Helleu
4ee60b9ef0
doc: add URL transfer in scripting guide
2012-01-19 13:56:48 +01:00
Sebastien Helleu
1ae6029b98
doc: add missing functions "hook_process_hashtable" and "hdata_hashtable" in scripting guide
2012-01-19 11:25:38 +01:00
Sebastien Helleu
1e9bf682d0
core: fix typo in french translations
2012-01-18 22:17:42 +01:00
Sebastien Helleu
fffd9c88ac
core: add many libcurl options missing (for URL transfer)
2012-01-18 17:50:12 +01:00
Sebastien Helleu
d6cddc6dd3
doc: add return codes for URL transfer in hook_process (plugin API reference)
2012-01-17 12:08:42 +01:00
Marco Paolone
7136a2826c
core: update italian translations
2012-01-16 22:20:47 +01:00
Marco Paolone
8c80a2b1a2
doc: update italian user guide
2012-01-16 20:10:37 +01:00
Sebastien Helleu
b91c231096
core: add URL transfer (using libcurl), add function hook_process_hashtable in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247 )
2012-01-16 19:52:08 +01:00
Sebastien Helleu
ca07f58406
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechat
2012-01-16 19:20:02 +01:00
Sebastien Helleu
b2dd992c0d
core: add library "pthread" in cmake file for link on OpenBSD
2012-01-16 19:19:09 +01:00
Sebastien Helleu
9df2432acc
doc: remove obsolete variable "display_creation_date" in hdata of "irc_channel" (plugin API reference)
2012-01-12 18:09:07 +01:00
Sebastien Helleu
a7153028b7
relay: fix compilation error when zlib is not found
2012-01-12 09:13:29 +01:00
Sebastien Helleu
47e4a03be6
core: update copyright dates
2012-01-08 18:59:50 +01:00
Sergio Durigan Junior
44eab20208
core: fix some errors in portuguese translations (patch #7700 )
2012-01-08 08:57:07 +01:00
Aleksey V Zapparov
2e13bce03c
core: update russian translations
2012-01-07 11:20:08 +01:00
Sebastien Helleu
6b9a1d7376
irc: use low priority for MODE sent automatically by WeeChat (when joining channel)
2012-01-06 14:05:21 +01:00
Sebastien Helleu
bf9953a866
core: fix escaped char in NEWS for asciidoc output
2012-01-06 13:31:56 +01:00
Sebastien Helleu
0d0a450d61
core: add note about extended regex in /filter and /ignore in NEWS
2012-01-06 13:30:26 +01:00
Sebastien Helleu
5a2df17141
irc: use extended regex in command /ignore
2012-01-06 13:26:58 +01:00
Sebastien Helleu
82a9ed3f9c
irc: use extended regex in command /list
2012-01-06 13:26:23 +01:00
Sebastien Helleu
80d1a52304
core: use extended regex in filters (patch #7616 )
2012-01-06 13:24:16 +01:00
Sebastien Helleu
b20888ec74
alias: add default alias umode => /mode $nick
2012-01-06 12:35:44 +01:00
Sebastien Helleu
ab46b37aed
irc: allow /mode without argument (display modes of current channel or user modes on server buffer)
2012-01-06 12:25:11 +01:00
Sebastien Helleu
4cde51a27f
irc: use redirection to get channel modes after update of modes on channel, display output of /mode #channel
2012-01-06 11:24:01 +01:00
Sergio Durigan Junior
4e870c71cb
core: update portuguese translations (patch #7698 )
2012-01-06 09:47:27 +01:00
Sebastien Helleu
e895fc7e5e
irc: remove invalid argument "list" from completion of command /notify
2012-01-05 10:57:06 +01:00
Sebastien Helleu
b7c97d64ee
doc: add hashtable sent to callback for irc redirection in plugin API reference
2012-01-05 10:52:26 +01:00
Sebastien Helleu
7e7fe2b37d
doc: fix typos in plugin API reference (examples of irc redirection)
2012-01-04 15:50:07 +01:00
Sebastien Helleu
55e77a7ea1
core: fix typo in ChangeLog
2012-01-03 20:12:10 +01:00
Sebastien Helleu
0a7291bf7b
doc: make script docgen.py compatible with Python 3.x
2012-01-03 19:35:39 +01:00
Sebastien Helleu
daea95866c
python: support of Python 3.x (task #11704 )
...
Note that Python 2.x is still the only Python compiled if found:
Python 3.x is not auto-detected by cmake neither configure.
Many official Python scripts will not load/run with Python 3.x,
so Python 2.x (2.7 or 2.6) is still the recommended version.
2012-01-03 19:35:05 +01:00
Sebastien Helleu
e9baa5910c
doc: add weechat protocol in relay plugin
2011-12-27 18:50:31 +01:00
Sebastien Helleu
5ee0e798b1
irc: do not use option irc.look.nick_color_stop_chars for forced nick colors (bug #33480 )
2011-12-27 18:20:52 +01:00
Sebastien Helleu
a35364524a
irc: add optional server in info "irc_is_channel" (before channel name) (bug #35124 ), add optional server in info_hashtable "irc_message_parse"
2011-12-25 23:00:18 +01:00
Sebastien Helleu
68948f9747
core: change mouse state when option weechat.look.mouse is changed
2011-12-25 21:52:35 +01:00
Sebastien Helleu
3c338adc52
doc: update german translations and docs
2011-12-25 21:35:38 +01:00
Sebastien Helleu
acb5561434
doc: update contents of hdata in plugin API reference
2011-12-25 21:32:24 +01:00
Sebastien Helleu
3194a9b8e4
core: set option weechat.look.mouse when mouse state is changed with command /mouse
2011-12-25 21:22:33 +01:00
Sebastien Helleu
583f4d5151
relay: add signal "buffer_type_changed" in weechat protocol
2011-12-25 12:21:46 +01:00
Sebastien Helleu
d4c72d5c83
relay: add signal "buffer_unmerged" in weechat protocol
2011-12-25 11:44:45 +01:00
Sebastien Helleu
afa5e48a1a
relay: fix crash when not enough arguments are received in a command of weechat protocol
2011-12-23 19:02:52 +01:00
Sebastien Helleu
7610b9b00c
irc: add missing restore of variables in server upgrade (nick_max_length, casemapping)
2011-12-20 12:19:46 +01:00
Sebastien Helleu
443b8fc033
relay: add type "hashtable" in relay protocol and hdata, add signals "buffer_localvar_xxx" in protocol
2011-12-20 10:51:01 +01:00
Sebastien Helleu
8cd9845804
doc: fix typo: hashlist => hashtable in plugin API reference
2011-12-19 23:25:37 +01:00
Sebastien Helleu
6f3fd239be
core: add type "hashtable" for hdata, new api functions: hdata_hashtable and hashtable_map_string
2011-12-19 22:39:24 +01:00
Sebastien Helleu
7d52f85f55
core: display error on "/key bind meta- ..." (incomplete meta key)
2011-12-17 22:52:44 +01:00
Sebastien Helleu
9bab39057b
relay: update relay buffer when bytes are sent to clients (irc and weechat protocols)
2011-12-17 22:38:34 +01:00
Sebastien Helleu
d3a37ea948
core: display an error and do nothing for command "/unset *"
2011-12-17 18:42:27 +01:00
Sebastien Helleu
034b216eee
alias: add help about syntax %%command for completion of alias in /alias
2011-12-17 18:32:40 +01:00
Sebastien Helleu
1f76df2c20
doc: fix type of hdata sent with id "_buffer_line_added" in relay protocol
2011-12-17 17:53:07 +01:00
Sebastien Helleu
16ae7e2663
relay: add commands "sync" and "desync" in WeeChat protocol
2011-12-17 17:39:19 +01:00
Sebastien Helleu
f0b8181395
core: add signal "buffer_line_added"
2011-12-17 17:34:45 +01:00
Sebastien Helleu
bd3f554e02
api: add new function hdata_check_pointer
2011-12-17 17:03:39 +01:00
Sebastien Helleu
dc8807a417
core: add default keys "meta2-1;5D" and "meta2-1;5C" (ctrl+left/right) for gnome-terminal
2011-12-16 12:36:28 +01:00
Sebastien Helleu
1a9b8c92c8
core: display error about main buffer in command "/buffer close N" (or N1-N2) only if main buffer is the only buffer matching number(s)
2011-12-15 10:12:00 +01:00
Sebastien Helleu
16bd607142
doc: fix example of function hashtable_add_to_infolist in plugin API reference
2011-12-12 11:34:19 +01:00
Sebastien Helleu
1234d6c8f7
irc: reset read marker of current buffer on manual /join
2011-12-09 15:55:52 +01:00
Sebastien Helleu
15d9aab7fa
core: add option "hooks" for command /debug
2011-12-07 17:43:36 +01:00
Sebastien Helleu
86489d4587
core: add option "weechat.look.scroll_bottom_after_switch" (if enabled, restore old behaviour before fix of bug #25555 in version 0.3.5)
2011-12-07 16:28:32 +01:00
Sebastien Helleu
0ba05cc008
relay: fix constant overflow (on 32-bit systems) in "test" command of weechat protocol
2011-12-07 11:29:12 +01:00
Sebastien Helleu
018ea768af
core: remove cmake warnings
2011-12-07 11:21:51 +01:00
Sebastien Helleu
ae997df61e
core: fix detection of zlib with cmake
2011-12-07 11:21:23 +01:00
Sebastien Helleu
013f8cc757
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
...
The protocol is partial, under development, and NOT ready for usage.
New options added in relay.conf:
- relay.network.allowed_ips: allow only some IPs on relay plugin (by default
all IPs are allowed)
- relay.network.compression_level: compression level used in WeeChat protocol
(compression is made using zlib)
2011-12-06 23:06:23 +01:00
Sebastien Helleu
00a3f990b3
api: add new function nicklist_get_next_item
2011-12-06 22:57:21 +01:00
Sebastien Helleu
23c70b013b
core: fix sizeof of variable (struct content instead of its pointer) in function gui_hotlist_add
2011-12-04 09:08:03 +01:00
Sebastien Helleu
aa79dedbb1
core: add missing initialization of variable in function weelist_casesearch_pos
2011-12-04 09:06:46 +01:00
Sebastien Helleu
0765f113d0
core: replace some C++ comments by C comments
2011-12-01 17:09:23 +01:00
Sebastien Helleu
fcbf297a14
core: remove obsolete comment
2011-12-01 17:05:59 +01:00
Sebastien Helleu
41b5ef1e4c
core: check pointer returned by function localtime
2011-11-27 11:48:35 +01:00
Sebastien Helleu
8ba8e62580
irc: fix crash when signon time in message 317 (whois, idle) is invalid (too large) (bug #34905 )
2011-11-27 10:06:24 +01:00
Sebastien Helleu
c40a281ce4
core: fix type of variables in hdata "line_data" (type integer -> char)
2011-11-25 15:23:28 +01:00
Sebastien Helleu
bfc010df2f
core: add type char for hdata and function hdata_char in plugin/script API
2011-11-25 15:09:44 +01:00
Sebastien Helleu
96940af8c3
irc: do not delete servers added in irc.conf on /reload (bug #34872 )
2011-11-21 18:12:47 +01:00
Sebastien Helleu
6f6e1569cd
core: add "full_name" in buffer structure
2011-11-21 17:55:30 +01:00
Sebastien Helleu
e8b3eb7ad1
relay: ignore newline chars in commands received, rename command "pass" to "password"
2011-11-21 12:56:31 +01:00
Sebastien Helleu
746e56f28c
xfer: display origin of xfer in core and xfer buffers (task #10956 )
2011-11-19 11:39:48 +01:00
Sebastien Helleu
36343a5338
relay: add password support and command "info" in WeeChat protocol
2011-11-18 17:14:09 +01:00
Sebastien Helleu
7a0d346933
irc: remove autorejoin on channels when disconnected from server (bug #32207 )
2011-11-18 16:00:12 +01:00
Sebastien Helleu
6f0b6295c5
irc: display messages kick/kill/mode/topic even if nick is ignored (bug #34853 )
2011-11-17 22:52:37 +01:00
Sebastien Helleu
61e5a4bcdb
core: apply filters after full reload of configuration files (with /reload) (bug #31182 )
2011-11-17 22:11:39 +01:00
Marco Paolone
07727a97c9
doc: update italian translations and docs
2011-11-17 13:32:28 +01:00
Sebastien Helleu
fb78fe4e44
core: display a warning when option weechat.look.eat_newline_glitch is enabled
2011-11-15 11:45:44 +01:00
Sebastien Helleu
e5a74fca72
core: allow list for option weechat.plugin.extension (makes weechat.conf portable accross Un*x and Windows) (task #11479 )
2011-11-15 10:42:46 +01:00
Simon Kuhnle
07ed065ab7
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #34727 )
2011-11-12 16:57:49 +01:00
Sebastien Helleu
c7a1a01d8f
core: add new option weechat.completion.base_word_until_cursor: allow completion in middle of words (enabled by default) (task #9771 )
2011-11-12 16:09:14 +01:00
Sebastien Helleu
c8cf55c291
doc: add note about option irc.color.mirc_remap in section "Usage/Command line/Color codes" of user's guide
2011-11-12 11:31:26 +01:00
Sebastien Helleu
bd33c8c751
doc: add anchors for config file options in user's guide
2011-11-12 11:27:43 +01:00
Sebastien Helleu
3e1fb7ed3a
doc: add casemapping value in hdata of irc server
2011-11-12 11:03:23 +01:00
Sebastien Helleu
e3b7c8fdb7
irc: add case insensitive string comparison based on casemapping of server (rfc1459, strict-rfc1459, ascii) (bug #34239 )
2011-11-12 10:56:52 +01:00
Sebastien Helleu
491412b314
api: add new functions strcasecmp_range and strncasecmp_range
2011-11-12 10:37:44 +01:00
Sebastien Helleu
538e8257f6
doc: update german translations and docs
2011-11-08 23:00:36 +01:00
Sebastien Helleu
2c6d525045
core: add option "jump_last_buffer_displayed" for command /input (key: alt+"/") (task #11553 )
2011-11-08 18:51:15 +01:00
Sebastien Helleu
2f17dbe02f
doc: fix URL of certificates for oftc IRC server in user's guide
2011-11-07 23:40:15 +01:00
Sebastien Helleu
fa06b0b353
core: remove error displayed by /buffer after successful jump to buffer by name or number
2011-11-07 17:10:48 +01:00
Sebastien Helleu
5f9be5cc7a
core: display error in command /buffer if arguments are wrong (bug #34180 )
2011-11-07 17:06:56 +01:00
Sebastien Helleu
e8e5ad66cc
irc: display channel voice notices received in channel buffer (bug #34762 ), display channel/op notices sent in channel buffer
2011-11-07 10:24:28 +01:00
Sebastien Helleu
cdcd417774
core: add developer's guide in ChangeLog
2011-11-06 09:04:24 +01:00
Sebastien Helleu
6cae7b70ef
core: add developer's guide in debian packaging
2011-11-06 00:23:12 +01:00
Sebastien Helleu
b9d8eee2ce
doc: add developer's guide (task #5416 )
2011-11-06 00:16:13 +01:00
Sebastien Helleu
523a6f032e
core: do not display warning about option "save_config_on_exit" on startup or after /upgrade
2011-11-05 17:09:16 +01:00
Sebastien Helleu
e9ef9a9e1b
core: display full line (option + value) for lines with error in configuration files
2011-11-05 16:11:22 +01:00
Sebastien Helleu
f211a839f6
core: rename options weechat.history.{max_lines|max_minutes} to weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
2011-11-05 12:53:29 +01:00
Sebastien Helleu
8e5288ba27
irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeChat colors
2011-11-05 11:40:22 +01:00
Sebastien Helleu
3ec981877a
core: replace Config by RbConfig for detection of Ruby to avoid deprecation warnings
2011-11-04 17:12:41 +01:00
Sebastien Helleu
385602e1e5
irc: add missing reset of color and attributes in display of nicks when joining channel
2011-11-04 12:52:04 +01:00
Sebastien Helleu
8503857d28
irc: allow URL "irc://" in command /connect
2011-11-04 12:47:01 +01:00
Sebastien Helleu
abd95bf1b1
doc: fix toclevels (from 3 to 4) for user guide in Makefile.am
2011-11-04 10:38:23 +01:00
Sebastien Helleu
4646e5c17c
core: fix typo: occured -> occurred
2011-11-03 16:59:54 +01:00
Sebastien Helleu
4b1bc5ff1b
core: remove obsolete/empty sources for Qt and Wxwidgets
2011-11-03 16:06:15 +01:00
Sebastien Helleu
e62cf7c57d
irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is given
2011-11-03 13:11:10 +01:00
Sebastien Helleu
c87558d3db
core: fix french translation of "irc://" in "weechat-curses --help"
2011-11-01 19:52:25 +01:00
Sebastien Helleu
663616fa07
core: fix syntax of option "irc://" in "weechat-curses --help"
2011-11-01 19:40:46 +01:00
Sebastien Helleu
d16d11b392
core: add option weechat.history.max_minutes: maximum number of minutes in history per buffer (task #10900 ) (patch from Quentin Pradet)
2011-11-01 19:30:30 +01:00
Sebastien Helleu
239b48a644
doc: add script urlserver.py in FAQ
2011-10-31 22:47:04 +01:00
Sebastien Helleu
0d37e2ea6f
aspell: add note about option "aspell.check.commands" in /help aspell
2011-10-31 10:04:47 +01:00
Sebastien Helleu
ce17ca1512
guile: discard script if load of file has failed with command /guile load
2011-10-31 09:58:11 +01:00
Sebastien Helleu
4d8a8cb9e0
python: fix typo in comment
2011-10-31 09:55:23 +01:00
Sebastien Helleu
b9297c4659
lua: fix typo in comment
2011-10-31 09:55:15 +01:00
Ivan Sichmann Freitas
699e0e2ee1
core: update portuguese translations
2011-10-31 08:46:15 +01:00
Sebastien Helleu
0b443f0474
core: fix help on plugin option when config_set_desc_plugin is called to set help on newly created option
2011-10-30 11:35:10 +01:00
Sebastien Helleu
3a10291967
core: sync debian files with debian git repository (use build flags from dpkg-buildflags if possible)
2011-10-30 09:45:03 +01:00
Sebastien Helleu
34e0226ee0
core: add WEECHAT_HOME option in cmake and configure to setup default WeeChat home (default is "~/.weechat") (task #11266 )
...
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
2011-10-29 16:52:19 +02:00
Sebastien Helleu
6d6e0e0ad9
core: add help for values of option "conditions" in bars (options weechat.bar.xxx.conditions)
2011-10-29 11:40:58 +02:00
Sebastien Helleu
3fc8b2f349
doc: update doc of aspell command
2011-10-29 11:35:44 +02:00
Sebastien Helleu
364b006209
aspell: add note about option "default_dict" in /help aspell
2011-10-29 11:34:54 +02:00
Sebastien Helleu
99d3988446
core: change default command for key alt-m: /mouse toggle -> /mute mouse toggle
2011-10-29 11:28:42 +02:00
Sebastien Helleu
8eefea424b
core: display a message when mouse state is changed with command /mouse
2011-10-29 11:27:58 +02:00
Sebastien Helleu
ce8ae83e17
core: add optional arguments for command /plugin load/reload/autoload
2011-10-29 11:16:45 +02:00
Sebastien Helleu
95deef091e
doc: fix two properties of function window_get_integer in plugin API reference
2011-10-28 19:51:46 +02:00
Sebastien Helleu
44d9e01dad
core: add plugin guile in debian packaging
2011-10-28 10:09:38 +02:00
Emmanuel Bouthenot
1988554095
core: sync debian files with debian git repository
2011-10-28 09:15:23 +02:00
Sebastien Helleu
3298a36691
core: update examples in /help filter
2011-10-27 16:03:03 +02:00
Sebastien Helleu
03dc86f58d
irc: add missing modes in /help mode (synopsis of command)
2011-10-27 12:22:27 +02:00
Sebastien Helleu
d072ec110f
core: remove wrong example in /help bar (scroll bar using buffer name)
2011-10-27 11:57:42 +02:00
Sebastien Helleu
1acaa0ebd3
alias: improve /help alias: display many <command> in command synopsis
2011-10-27 08:45:06 +02:00
Dominik Honnef
11f40676ad
ruby: hide warnings caused by reloading the ruby plugin
2011-10-26 23:50:40 +02:00
Dominik Honnef
fa830e5282
ruby: fix crash when reloading ruby plugin (bug #34474 )
2011-10-26 23:40:15 +02:00
Dominik Honnef
7977f277ce
ruby: remove useless call to Gem.latest_load_paths
2011-10-26 22:57:04 +02:00
Sebastien Helleu
dfdf42e27b
core: remove unneeded whitespace
2011-10-26 20:37:03 +02:00
Ivan Sichmann Freitas
2a83aae85e
core: update portuguese translations
2011-10-26 19:36:18 +02:00
Sebastien Helleu
9b42328d55
guile: new script plugin for scheme (task #7289 )
2011-10-26 19:25:51 +02:00
Sebastien Helleu
d95aef2134
script plugins: use new macros to reduce code length
2011-10-26 18:51:16 +02:00
Sebastien Helleu
b3ac47bcf1
core: remove extra colon in german translations
2011-10-26 18:23:54 +02:00
Sebastien Helleu
d6f4f6e74c
core: fix typo: childs -> children
2011-10-25 09:13:18 +02:00
Sebastien Helleu
328d8e0f95
core: fix compilation error with "pid_t" on Mac OS X (bug #34639 )
2011-10-25 08:27:06 +02:00
Sebastien Helleu
71bef80ce2
core: enable background process under Cygwin to connect to servers, fix reconnection problem (bug #34626 )
...
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
2011-10-23 12:07:30 +02:00
Sebastien Helleu
60e88df4f2
Version 0.3.7-dev
2011-10-22 12:27:06 +02:00
Sebastien Helleu
6d103c62f9
Version 0.3.6
2011-10-22 10:12:19 +02:00
Marco Paolone
64a38756b6
doc: update italian translations and docs
2011-10-21 12:18:48 +02:00
Elián Hanisch
484900adfd
doc: update spanish translations
2011-10-21 08:03:36 +02:00
Sebastien Helleu
590668013e
core: fix typo in ChangeLog
2011-10-20 18:28:07 +02:00
Sebastien Helleu
661f651048
Version 0.3.6-rc3
2011-10-20 09:57:47 +02:00
Sebastien Helleu
90ab543ce2
doc: add missing description of argument "case_sensitive" for function "weechat_string_match" in plugin API reference
2011-10-19 16:23:19 +02:00
Sebastien Helleu
0a2c938dae
core: fix freeze when calling function util_file_get_content with a directory instead of a filename
2011-10-19 13:41:34 +02:00
Marco Paolone
e26553fd9b
doc: update italian user guide and plugin API reference
2011-10-17 17:52:26 +02:00
Sebastien Helleu
395674c724
irc: fix split of outgoing message when there are only spaces
...
This fix error "No text to send" when sending message with one space (the space
was lost during split of string).
2011-10-16 20:15:22 +02:00
Sebastien Helleu
c161d704f7
core: use value 2 of keep_eol in function string_split to keep separators at end of string
2011-10-16 20:12:55 +02:00
Sebastien Helleu
2ed8974d2f
core: fix status of mouse displayed by command /mouse
2011-10-16 18:23:54 +02:00
Sebastien Helleu
40d8e61118
irc: fix uninitialized key_type in struct gnutls_retr2_st (for gnutls >= 2.11.0)
...
This was causing connection problem with following messages:
irc: TLS handshake failed
irc: error: Insufficient credentials for that request.
2011-10-15 15:50:40 +02:00
Sebastien Helleu
ac7c27949b
core: add color attribute "|" and value "resetcolor" for function weechat_color in plugin API (bug #34550 )
2011-10-15 13:54:53 +02:00
Sebastien Helleu
0bbddad6a6
doc: update polish translations and docs, add polish scripting guide
2011-10-12 14:41:33 +02:00
Sebastien Helleu
5c694363e8
doc: update italian FAQ and plugin API reference
2011-10-12 13:45:13 +02:00
Sebastien Helleu
dabcf293c9
doc: add note about hsignal name for irc redirections in plugin API reference
2011-10-11 18:36:40 +02:00
Sebastien Helleu
452382db26
Version 0.3.6-rc2
2011-10-10 18:44:53 +02:00
Sebastien Helleu
3f5d865d64
core: uninstall docs and weechat-plugin.h on "make uninstall", fix compilation of doc in standalone package
2011-10-10 18:41:25 +02:00
Sebastien Helleu
430d1643cc
core: fix compilation error (INSTALLPREFIX undeclared) on OS X and when compiling with included gettext (bug #26690 )
2011-10-10 18:40:03 +02:00
Sebastien Helleu
2af9c4ba92
core: display timeout for hook_process command only if debug for core is enabled (task #11401 )
2011-10-09 10:33:05 +02:00
Sebastien Helleu
298fde23fe
doc: update german user guide and FAQ
2011-10-07 21:53:17 +02:00
Sebastien Helleu
53b339fb35
core: bufferize lines displayed before core buffer is created, to display them in buffer when it is created
2011-10-07 15:30:54 +02:00
Sebastien Helleu
2c87a641e7
doc: update italian translations
2011-10-06 17:03:03 +02:00
Sebastien Helleu
ddbdb3e657
doc: update italian docs
2011-10-06 13:11:44 +02:00
Sebastien Helleu
b2b585de69
doc: add keys to jump to highlights in FAQ (question about search of text in buffers)
2011-10-06 10:03:07 +02:00
Sebastien Helleu
b9dd668d90
core: add modifiers control/alt ("ctrl" and "alt") for mouse events
2011-10-05 18:15:28 +02:00
Sebastien Helleu
971e464e86
doc: replace "line date" by "line date/time" for hashtable of hook_focus in plugin API reference
2011-10-05 18:14:30 +02:00
Sebastien Helleu
875112756c
core: ignore mouse code '@' (coordinates) when it is received as first event (bug of urxvt sending only this code on shift-selection in terminal)
2011-10-05 11:55:58 +02:00
Sebastien Helleu
ecba10eab2
doc: add "nick" for sasl_username option (irc plugin) in user guide
2011-10-05 09:46:51 +02:00
Sebastien Helleu
67726a9451
doc: add note about prefix for function weechat_printf in plugin API reference
2011-10-04 17:26:16 +02:00
Sebastien Helleu
58c32e4249
irc: fix display of items "away" and "lag" in root bars, refresh all irc bar items on signal "buffer_switch" (bug #34466 )
2011-10-04 10:32:56 +02:00
Sebastien Helleu
9206036233
core: update text in command history when pressing (ctrl-)up
2011-10-03 23:21:07 +02:00
Sebastien Helleu
e93647db95
irc: fix crash on malformed irc notice received (without message after target)
2011-10-03 15:37:35 +02:00
Sebastien Helleu
f2879b0572
doc: update german translations, user guide and FAQ
2011-10-02 15:20:57 +02:00
Sebastien Helleu
55a5b3f8d9
Version 0.3.6-rc1
2011-10-02 15:11:49 +02:00
Sebastien Helleu
cf598e8447
core: fix display of background color in chat area after line feed
2011-10-02 10:58:10 +02:00
Sebastien Helleu
f89cecf71d
core: add missing hook type "focus" in array "hook_type_string" (fix crash when calling infolist_get with bad hook type)
2011-10-01 21:19:42 +02:00
Sebastien Helleu
01327b1b8f
core: fix memory leak when a window is destroyed (free coords)
2011-09-30 17:14:23 +02:00
Sebastien Helleu
dab231a9a3
doc: update question about SSL/freenode in FAQ
2011-09-30 16:46:50 +02:00
Sebastien Helleu
77f02aed29
core: fix sentence in /help upgrade
2011-09-30 16:37:49 +02:00
Sebastien Helleu
05d0435e1e
irc: set host for nick on each nick change (if not already set)
2011-09-30 12:39:05 +02:00
Sebastien Helleu
ca5c2947a4
irc: display host in message "nick is back on server" (in private) only if host is set for nick
2011-09-30 12:37:24 +02:00
Sebastien Helleu
613b53fa8b
irc: set host for nick on each channel message (if not already set)
2011-09-29 20:01:11 +02:00
Sebastien Helleu
0440ff7c89
doc: add note about new option weechat.look.color_basic_force_bold in NEWS file
2011-09-29 12:11:53 +02:00
Sebastien Helleu
5ae4ef715a
core: fix color of highlighted prefix on inactive window when option weechat.look.color_inactive_prefix is off
2011-09-28 17:46:25 +02:00
Sebastien Helleu
677a1b26b2
irc: add missing messages for whois: 223, 264
2011-09-27 21:49:24 +02:00
Sebastien Helleu
d0f41efeb7
core: fix paste detection (problem with end of lines)
2011-09-27 21:35:13 +02:00
Sebastien Helleu
a8c22c11fc
doc: fix typos in plugin API reference
2011-09-25 16:39:30 +02:00
Sebastien Helleu
072d526023
core: update help of option weechat.look.color_basic_force_bold
2011-09-24 14:53:43 +02:00
Sebastien Helleu
b45a5af0f3
core: fix color of inactive merged lines in inactive windows when weechat.look.color_inactive_window is off
2011-09-24 14:10:37 +02:00
Sebastien Helleu
fb5d40951c
core: add new option weechat.look.color_basic_force_bold, off by default: bold is used only if terminal has less than 16 colors (patch #7621 )
2011-09-24 11:28:33 +02:00
Sebastien Helleu
7998e60498
core: change default value for option weechat.look.color_inactive_buffer to off
2011-09-23 15:37:41 +02:00
Sebastien Helleu
734ced6af8
core: add default key "meta2-[E" (F5) for linux console
2011-09-23 12:56:06 +02:00
Sebastien Helleu
867bad2d72
irc: remove compilation warning about function pointer
2011-09-23 09:30:19 +02:00
Sebastien Helleu
83a7305bae
core: fix option weechat.look.color_inactive_message
2011-09-22 23:49:28 +02:00
Sebastien Helleu
420ce7522a
core: add options weechat.look.color_inactive_window/buffer, fix bugs with inactive colors
2011-09-22 23:04:09 +02:00
Sebastien Helleu
490c821997
core: rename options *_inactive_line to *_inactive_buffer
2011-09-22 17:54:54 +02:00
Sebastien Helleu
e2cccb9a62
core: fix option weechat.look.color_inactive_prefix_buffer
2011-09-22 17:44:37 +02:00
Sebastien Helleu
f238e5dd42
core: fix display of paste multi-line prompt with a root input bar (bug #34305 )
2011-09-22 17:26:39 +02:00
Sebastien Helleu
e5bc75bcd4
core: fix refresh problem on other windows when options weechat.look.color_inactive_* are changed
2011-09-22 16:42:30 +02:00
Sebastien Helleu
b937d836d7
irc: use high priority queue for sending modes and wallchops messages
2011-09-22 16:25:31 +02:00
Sebastien Helleu
893485ba5f
core: remove compilation warnings about unused return values of functions
2011-09-22 16:16:41 +02:00
Sebastien Helleu
0602bc105b
doc: add message 343 (whois, is opered as) in list of messages for irc targer buffer (user guide)
2011-09-22 11:22:02 +02:00
Sebastien Helleu
a2c42afaf7
irc: add missing aliases for some printed messages ("whois" for message 330/343, "invitelist" for message 346)
...
These aliases are used to find target buffer to print message (options irc.msgbuffer.*)
2011-09-22 11:17:38 +02:00
Sebastien Helleu
25e1e6e23d
core: add colors for inactive windows and lines (in merged buffers)
...
New boolean options to control use of inactive colors:
- weechat.look.color_inactive_message
- weechat.look.color_inactive_prefix
- weechat.look.color_inactive_prefix_buffer
- weechat.look.color_inactive_time
New "inactive" color options:
- weechat.color.chat_inactive_line
- weechat.color.chat_inactive_window
- weechat.color.chat_prefix_buffer_inactive_line
2011-09-22 11:09:16 +02:00
Sebastien Helleu
3146a6c65c
doc: fix command to disable away nicks for bitlbee 3 in FAQ
2011-09-21 21:13:45 +02:00
Sebastien Helleu
be137ba3fc
core: add missing assignment of buffer pointer in line structure
2011-09-20 17:15:03 +02:00
Sebastien Helleu
209ff8bd2e
doc: update italian translations and docs
2011-09-17 08:50:58 +02:00
Sebastien Helleu
8bcf825526
doc: fix translations in user guide for irc command line options
2011-09-15 17:33:45 +02:00
Sebastien Helleu
a1b9a8926f
core: add bugs #33448 and #33592 to ChangeLog
2011-09-07 11:18:20 +02:00
Sebastien Helleu
0cdcbcc35f
irc: fix uninitialiazed variables in function irc_message_split
2011-08-29 21:15:43 +02:00
Sebastien Helleu
a260039d01
irc: allow reason for command /disconnect
2011-08-28 16:24:15 +02:00
Sebastien Helleu
f92b7f9573
doc: add instructions to debug a running WeeChat with gdb in user guide
2011-08-28 15:39:41 +02:00
Sebastien Helleu
f843f904bc
core: fix bugs with calls to realloc
2011-08-28 15:25:30 +02:00
Sebastien Helleu
e411d14b7a
core: do automatic zoom on current window when terminal becomes too small for windows
2011-08-27 14:24:27 +02:00
Sebastien Helleu
8eb116c23a
irc: allow server name for commands /die and /restart
2011-08-27 09:43:25 +02:00
Sebastien Helleu
ce0a81fe20
core: add new options weechat.look.bar_more_left/right/up/down
2011-08-26 23:42:46 +02:00
Sebastien Helleu
8cc9b3ced6
core: add new option weechat.look.item_buffer_filter
2011-08-26 19:27:28 +02:00
Sebastien Helleu
dcdf63931a
doc: fix typo in english FAQ
2011-08-26 19:02:45 +02:00
Sebastien Helleu
da73437304
doc: update question about SSL/freenode in FAQ
2011-08-26 18:50:46 +02:00
Sebastien Helleu
97a2e4f713
doc: add optional package "ca-certificates" in dependencies
2011-08-26 18:42:50 +02:00
Sebastien Helleu
26f95e8752
core: change default value of option weechat.network.gnutls_ca_file to "/etc/ssl/certs/ca-certificates.crt"
2011-08-26 18:42:01 +02:00
Sebastien Helleu
328b8b2fb9
core: fix typo in /help key
2011-08-26 18:32:33 +02:00
Sebastien Helleu
47ac88b3f5
core: replace deprecated gnutls function "gnutls_certificate_client_set_retrieve_function" by new function "gnutls_certificate_set_retrieve_function" (gnutls >= 2.11.0)
2011-08-26 18:01:33 +02:00
Sebastien Helleu
88c58cb1b7
core: remove warning at startup if locale is UTF-8 and if ncurses has no wide-char/UTF-8 support
2011-08-26 16:11:18 +02:00
Sebastien Helleu
1f71b5f2ef
irc: fix redirect of ison command sent for notify when ison message is split
2011-08-26 14:45:24 +02:00
Sebastien Helleu
5e6e3de553
irc: return "count" in hashtable built by irc_server_sendf
2011-08-26 13:37:59 +02:00
Sebastien Helleu
832a089d3d
irc: add "count" in hashtable returned by "irc_message_split"
2011-08-26 13:23:56 +02:00
Sebastien Helleu
d040fe1b88
irc: fix split of notices with ctcp (like ctcp version), display split messages for notices with ctcp
2011-08-26 12:03:24 +02:00
Sebastien Helleu
4853a530b6
irc: improve split of privmsg, add split of some other messages (bug #29879 ), add new info_hashtable "irc_message_split", split irc messages in relay plugin
...
List of new features/bugs fixed:
- improve split of privmsg: keep CTCP in split
- add split of messages: ison, join, notice, wallops, 005, 353
- add new info_hashtable "irc_message_split" (for plugins/scripts)
- in relay plugin: split irc messages sent to clients of irc proxy
2011-08-26 10:31:37 +02:00
Sebastien Helleu
ebf72c7eda
core: use dynamic buffer size for calls to vsnprintf
2011-08-26 09:55:55 +02:00
Sebastien Helleu
c356b16322
core: fix memory leak in unhook of hook_connect
2011-08-25 20:22:44 +02:00
Sebastien Helleu
8d20b217d4
core: fix memory leak in display of empty bar items
2011-08-25 20:15:55 +02:00
Sebastien Helleu
9a299e1ab3
core: remove unused function gui_window_wprintw
2011-08-23 11:38:18 +02:00
Sebastien Helleu
6e9c14dd61
irc: fix short name of buffer when nick changes in pv buffer
2011-08-22 23:34:55 +02:00
Sebastien Helleu
ae7571a497
core: remove extra space in quote of messages (in cursor mode)
2011-08-21 22:57:51 +02:00
Sebastien Helleu
8fd1d48723
irc: use color "default" for any invalid color in option weechat.color.chat_nick_colors
2011-08-21 13:55:06 +02:00
Sebastien Helleu
67a9f942e7
doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API reference
2011-08-20 11:36:45 +02:00
Sebastien Helleu
6c5bdb36d3
doc: set asciidoc language with "-a lang=xx" to translate notes, tips, warnings,...
2011-08-20 11:25:56 +02:00
Sebastien Helleu
44f2b7caf4
core: add functions "key_bind" and "key_unbind" in plugin API
2011-08-20 10:52:27 +02:00
Sebastien Helleu
221fff960e
perl: replace calls to SvPV by SvPV_nolen (patch #7436 )
2011-08-18 18:31:17 +02:00
Sebastien Helleu
8f7f672946
irc: fix compilation warning under FreeBSD
2011-08-18 17:57:11 +02:00
Sebastien Helleu
65d1450e27
core: fix compilation warning under FreeBSD
2011-08-18 17:56:56 +02:00
Sebastien Helleu
27afc1e7d2
core: fix input of wide UTF-8 chars under Cygwin (bug #34061 )
2011-08-18 17:30:18 +02:00
Sebastien Helleu
223e7f8452
core: fix lookup of ncurses include path under Cygwin
2011-08-18 11:10:31 +02:00
Sebastien Helleu
aa948c76a3
core: remove some compilation warnings under Cygwin
2011-08-18 11:09:46 +02:00
Sebastien Helleu
885e0d9374
doc: update italian translations and user guide
2011-08-17 15:08:18 +02:00
Sebastien Helleu
4f6639c98c
core: fix refresh of item buffer_plugin when short name of buffer changes (for example when irc server is renamed)
2011-08-17 13:11:37 +02:00
Sebastien Helleu
4df0edbe34
irc: fix short name of server buffer after command /server rename
2011-08-17 13:10:54 +02:00
Sebastien Helleu
df69add970
scripts: fix crash with scripts not auto-loaded having a buffer opened after /upgrade (input/close callbacks for buffer not set properly)
2011-08-17 12:53:34 +02:00
Sebastien Helleu
168b1dd2b0
core: allow name of buffer for command /buffer clear (task #11269 )
2011-08-16 22:22:42 +02:00
Sebastien Helleu
4d9e8668bb
core: fix crash with "hook" infolist when "arguments" is an empty string
2011-08-16 12:01:36 +02:00
Sebastien Helleu
6c24da222c
doc: fix commands for scrolling bars with mouse wheel in user guide
2011-08-16 09:43:45 +02:00
Sebastien Helleu
832d30b665
core: add local variables of buffer in focus hashtable, remove irc_server/irc_channel from focus hashtable for nicklist
2011-08-16 09:41:02 +02:00
Sebastien Helleu
a234bc90ad
irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc focus hashtable for nicklist
2011-08-16 09:15:00 +02:00
Sebastien Helleu
8f0e0307c5
core: change priority of hook_focus "buffer_nicklist" in core (2000) and irc (1000)
2011-08-16 08:15:02 +02:00
Sebastien Helleu
9070021a54
core: allow a second area for keys in context "mouse" (for drag & drop between two areas)
2011-08-15 21:49:20 +02:00
Sebastien Helleu
39d7a98f02
doc: update italian translations, user guide and FAQ
2011-08-15 18:08:43 +02:00
Sebastien Helleu
58c7ab3997
doc: update german user guide
2011-08-15 16:38:55 +02:00
Sebastien Helleu
4749915e5f
doc: update german translations
2011-08-15 16:19:23 +02:00
Sebastien Helleu
19d6c0532d
doc: fix typo in user guide
2011-08-15 13:04:07 +02:00
Sebastien Helleu
d89115d4db
core: add "_chat_line_x" in focus hashtable (for buffers with free content)
2011-08-15 12:59:32 +02:00
Sebastien Helleu
eee81cfe9c
core: fix focus info for chat area on buffers with free content
2011-08-14 23:44:32 +02:00
Sebastien Helleu
1c62702758
core: fix crash when looking at context in chat area for focus
2011-08-14 23:10:45 +02:00
Sebastien Helleu
1ca036e8d9
core: return empty string for window and buffer pointers in focus hashtable when value is N/A
2011-08-14 18:03:29 +02:00
Sebastien Helleu
84d097a022
doc: fix color of keys with one uppercase letter in user guide
2011-08-14 17:01:10 +02:00
Sebastien Helleu
1a9e15c5a6
doc: add missing keys m/q/Q (for cursor mode) in user guide
2011-08-14 16:56:52 +02:00
Sebastien Helleu
ab986baa05
core: fix crash in display of chat area (overflow in coords)
2011-08-14 16:42:55 +02:00
Sebastien Helleu
5073cd3476
core: add buffer property "short_name_is_set", return name if short name is not set (in buffer infolist or property)
2011-08-14 16:04:12 +02:00
Sebastien Helleu
dd4863d67c
irc: add tag "nick_xxx" for messages join/part/quit and wallops
2011-08-14 14:13:21 +02:00
Sebastien Helleu
08f13b3965
core: add key "_chat_line_nick" in focus hashtable
2011-08-14 14:04:33 +02:00
Sebastien Helleu
ae2c061350
xfer: set short name for xfer chat buffer (dcc chat) only if it was not set by another plugin/script
2011-08-14 13:27:05 +02:00
Sebastien Helleu
15d78a45a8
relay: set short name for relay raw buffer only if it was not set by another plugin/script
2011-08-14 13:26:26 +02:00
Sebastien Helleu
2c20426577
irc: set short name on buffers only if it was not set by another plugin/script
2011-08-14 13:20:47 +02:00
Sebastien Helleu
cc3a4834d0
core: allow empty short name on buffers (name is used if not set)
2011-08-14 13:20:03 +02:00
Sebastien Helleu
1cb7c6a6c5
core: return info about line/word for chat area in focus hashtable, add keys m/q/Q to quote line in cursor mode, sort mouse keys by priority
2011-08-14 11:30:08 +02:00
Sebastien Helleu
fb4c1ed1e9
core: fix typo in comment
2011-08-13 12:50:18 +02:00
Sebastien Helleu
7ebb91f69b
core: add function hashtable_dup (duplicate a hashtable)
2011-08-13 12:00:25 +02:00
Sebastien Helleu
3398c9c65b
irc: fix too small buffer for encoded base64 string used by SASL authentication
2011-08-12 12:11:36 +02:00
Sebastien Helleu
d80706b5f0
core: fix too small buffer for encoded base64 string used to authenticate with http proxy
2011-08-12 12:09:57 +02:00
Sebastien Helleu
fab23f8bc4
doc: add reload of CA file for question about freenode/SSL in FAQ
2011-08-10 18:54:25 +02:00
Sebastien Helleu
f841333609
core: allow mix of commands and hsignals for keys in context "mouse"
2011-08-10 12:24:23 +02:00
Sebastien Helleu
fe9aee25a5
core: allow send of hsignal instead of command for keys in context "mouse"
2011-08-09 14:56:15 +02:00
Sebastien Helleu
40c5eb207d
core: add new command /repeat (execute a command several times)
2011-08-09 09:10:26 +02:00
Sebastien Helleu
0a6682314f
irc: fix message displayed by command /msg nickserv
2011-08-08 13:42:36 +02:00
Sebastien Helleu
38fd5bfa51
core: use arguments for infolist "window" to return only one window by number
2011-08-08 11:32:31 +02:00
Sebastien Helleu
ede9a96eb9
core: add optional buffer name for area "chat" in keys of mouse context
2011-08-08 11:24:26 +02:00
Sebastien Helleu
370769f759
irc: send WHO command to check away nicks only if channel was not parted
2011-08-08 09:26:40 +02:00
Sebastien Helleu
9313edec34
core: fix typo in /help upgrade
2011-08-07 11:22:16 +02:00
Sebastien Helleu
b9d614e7de
core: fix unwanted merge of buffers when no layout number is assigned to buffer (on /layout apply)
2011-08-06 23:13:58 +02:00
Sebastien Helleu
339d33181d
core: add note about SSL connections in /help upgrade
2011-08-06 23:06:18 +02:00
Sebastien Helleu
6b4416042b
core: add "layout_number_merge_order" in buffer properties that can be read
2011-08-06 23:05:43 +02:00
Sebastien Helleu
37d70899d3
doc: update auto-generated hdata files
2011-08-06 22:27:07 +02:00
Sebastien Helleu
625a264a44
core: display a warning at startup if locale is UTF-8 and if ncurses has no wide-char/UTF-8 support
2011-08-06 22:23:56 +02:00
Sebastien Helleu
34a9221d8f
core: fix path for included file term.h (first use ncursesw/term.h if available)
2011-08-06 09:07:38 +02:00
Sebastien Helleu
8d2c23209f
core: save and restore layout for buffers and windows on /upgrade
2011-08-05 23:15:23 +02:00
Sebastien Helleu
4919a943fd
doc: minor changes in FAQ for question about weird chars under screen/tmux
2011-08-05 14:34:14 +02:00
Sebastien Helleu
982db541ec
core: fix unwanted merge of buffers when no layout number is assigned to buffer
2011-08-05 13:23:43 +02:00
Sebastien Helleu
d27c459c1d
core: fix bugs with automatic layout (bug #26110 ), add support of merged buffers in layout (task #10893 )
2011-08-05 13:18:03 +02:00
Sebastien Helleu
02532973e9
doc: fix translation in french user guide
2011-08-05 12:49:29 +02:00
Sebastien Helleu
05bcd9d9e7
core: add missing return after call to gui_buffer_unmerge_all()
2011-08-04 18:13:00 +02:00
Sebastien Helleu
6442302f3f
core: add option -all for command /buffer unmerge
2011-08-04 17:24:53 +02:00
Sebastien Helleu
d7a46135ee
doc: add WeeChat version required for mouse in FAQ
2011-08-04 16:18:03 +02:00
Sebastien Helleu
a66ad95126
doc: replace ">=" and "<=" by UTF-8 chars in docs
2011-08-04 16:13:34 +02:00
Sebastien Helleu
fd8a4c6761
doc: add mouse questions in FAQ
2011-08-03 22:57:43 +02:00
Sebastien Helleu
8137c2cf9a
core: fix crash with "/input grab_mouse"
2011-08-03 20:13:29 +02:00
Sebastien Helleu
2460699343
doc: add mouse support in user guide
2011-08-03 20:10:11 +02:00
Sebastien Helleu
c96499c817
doc: add IRC SASL authentication in user guide
2011-08-03 12:30:43 +02:00
Sebastien Helleu
4ed5ff86fd
core: fix crash when invalid UTF-8 chars are inserted in command line (bug #33471 )
2011-08-02 13:26:37 +02:00
Sebastien Helleu
cbdf4a4ae1
core: remove "const" for first argument of function utf8_normalize
2011-08-02 13:24:53 +02:00
Sebastien Helleu
7ef99737d0
core: stop horizontal bar scroll at the end of content (for bars with horizontal filling) (bug #27908 )
2011-08-02 12:35:10 +02:00
Sebastien Helleu
6be3b3d064
doc: add missing API functions in scripting guide
2011-08-01 19:25:01 +02:00
Sebastien Helleu
217e9683d2
core: add info about position where mouse button is released in hook_focus (for mouse gestures)
2011-08-01 18:33:13 +02:00
Sebastien Helleu
95b179dd08
core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right click on input bar)
2011-07-30 15:44:55 +02:00
Sebastien Helleu
ca3c1e2636
core: fix memory leak in command /cursor
2011-07-30 11:35:17 +02:00
Sebastien Helleu
5059743dd2
irc: add "server" and "channel" in hook_focus of bar item "buffer_nicklist"
2011-07-30 10:20:19 +02:00
Sebastien Helleu
382a1ad942
core: cosmetic changes in /help key
2011-07-30 08:56:42 +02:00
Sebastien Helleu
bb39455591
core: fix bug in build of static parts of completions for commands
2011-07-30 08:50:30 +02:00
Sebastien Helleu
47b9c2b9e2
core: fix bug in completion of command /window
2011-07-30 08:49:57 +02:00
Sebastien Helleu
ba37caca69
core: update ChangeLog
2011-07-30 00:56:20 +02:00
Sebastien Helleu
dc8daef33d
core: fix crash when building hashtable string with keys and values
2011-07-30 00:50:28 +02:00
Sebastien Helleu
a56c1097dc
core: fix refresh bug when switching buffer
2011-07-30 00:16:17 +02:00
Sebastien Helleu
54a6f42de5
core: add number in windows, improve mouse/cursor actions when screen is split
2011-07-29 19:46:02 +02:00
Sebastien Helleu
dfd7ed5457
core: add "bar_refresh_needed" in dump of bars to log file
2011-07-29 12:27:39 +02:00
Sebastien Helleu
db86b84218
core: fix refresh of bars (remove duplicated refresh for bars)
2011-07-29 12:24:34 +02:00
Sebastien Helleu
e0ef10ee47
core: fix typo in comment of function gui_bar_window_new
2011-07-29 09:56:39 +02:00
Sebastien Helleu
fd35bbeb72
core: add "refresh_needed" in dump of bar windows to log file
2011-07-29 09:51:16 +02:00
Sebastien Helleu
51ef22c284
core: improve mouse support: process utf-8 codes, add option weechat.look.mouse_timer_delay, remove key meta2-M, fix problem with iso chars when grabbing mouse codes
2011-07-28 15:36:39 +02:00
Sebastien Helleu
17037e32d8
doc: fix type for arguments of hook_timer in plugin API reference
2011-07-28 09:25:48 +02:00
Sebastien Helleu
d41f7c3140
core: allow buffer name in /buffer close
2011-07-27 13:52:08 +02:00
Sebastien Helleu
6a6bc40df7
core: fix crash on /bar toggle
2011-07-27 12:52:47 +02:00
Sebastien Helleu
6bbe3be63f
core: fix message with new key added (displayed on current buffer instead of core)
2011-07-27 09:50:35 +02:00
Sebastien Helleu
ec12579f47
irc: complete help of command /ban (explain what is does without argument)
2011-07-27 09:34:03 +02:00
Sebastien Helleu
224d54f6ce
doc: add key alt-m (toggle mouse) in user guide
2011-07-27 08:07:07 +02:00
Sebastien Helleu
93909b4840
core: remove delimiters around empty bar items
2011-07-27 08:02:29 +02:00
Sebastien Helleu
e0781f0390
core: add mouse support (task #5435 ), free cursor movement, hook_focus, fix bugs with key "^" (bug #32072 , bug #21381 ), fix bugs with bar windows, completion and /buffer
...
New features and bugs fixed:
- mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse"
- free movement of cursor: new command /cursor, new key context "cursor"
- new hook_focus (used by cursor and mouse)
- info "cursor_mode"
- bugs fixed with key "^"
- allow plugin name in /buffer name
- fix bugs with bar windows: do not create bar windows for hidden bars
- fix completion bug when two words for completion are equal but with different case
- automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-26 18:50:29 +02:00
Sebastien Helleu
2fec843144
doc: update italian user guide and FAQ
2011-07-20 10:38:39 +02:00
Sebastien Helleu
5d5d2ce4d1
irc: fix crash when malformed IRC message 352 (WHO) is received (bug #33790 )
2011-07-18 19:08:24 +02:00
Sebastien Helleu
10024571ef
doc: add gettext in dependencies for build (optional)
2011-07-17 23:23:59 +02:00
Sebastien Helleu
e0e32284a9
doc: update german user and scripting guides
2011-07-17 23:15:42 +02:00
Sebastien Helleu
35a3df0a7a
doc: fix typo in user guide
2011-07-14 20:51:50 +02:00
Sebastien Helleu
8459eb7bda
doc: fix typo in user guide
2011-07-14 20:41:29 +02:00
Sebastien Helleu
b888881288
doc: fix typo in french user guide
2011-07-14 16:32:59 +02:00
Sebastien Helleu
0fdcb7387f
doc: add doc about connection to Freenode with TOR/SASL
2011-07-14 13:42:26 +02:00
Sebastien Helleu
47822ce80e
irc: fix crash when command "/buffer close" is used in a server command to close server buffer during connection (bug #33763 )
2011-07-13 18:28:29 +02:00
Sebastien Helleu
1f027dbeb1
core: fix completion for command arguments when same command exists in many plugins (bug #33753 )
2011-07-12 11:20:28 +02:00
Sebastien Helleu
db261576b4
rmodifier: add missing include of strings.h in rmodifier.c
2011-07-11 16:46:08 +02:00
Sebastien Helleu
201ee104e7
irc: fix crash when /join command is executed on a non-irc buffer (bug #33742 )
2011-07-10 23:21:04 +02:00
Sebastien Helleu
cb4e0d0076
core: allow empty argument for infolist "key" (return context "default")
2011-07-10 23:07:33 +02:00
Sebastien Helleu
cd5b216e0f
relay: fix bug with self nick when someone changes its nick on channel (bug #33739 )
2011-07-10 09:00:33 +02:00
Sebastien Helleu
2b821b8b06
irc: fix typo in help of options irc.look.new_channel_position and irc.look.new_pv_position
2011-07-05 15:40:07 +02:00
Sebastien Helleu
3bea55b2f0
core: add context "search" for keys (to define keys used during search in buffer with ctrl+"r")
2011-07-05 15:36:42 +02:00
Sebastien Helleu
5250b68d0a
doc: convert script docgen.pl to docgen.py
2011-07-03 15:47:50 +02:00
Sebastien Helleu
0f5b4dbecb
core: add new option weechat.look.separator_vertical, rename option weechat.look.hline_char to weechat.look.separator_horizontal
2011-06-29 10:33:08 +02:00
Sebastien Helleu
56a39bc8c8
core: add missing include of stddef.h in plugin.c
2011-06-29 10:24:03 +02:00
Sebastien Helleu
a6873b725f
irc: fix bug with comma in irc color code: do not strip comma if it is not followed by a digit (bug #33662 )
2011-06-28 13:38:55 +02:00
Sebastien Helleu
19bc95b961
core: many improvements on hdata
...
New features:
- add optional hdata name for variables in hdata
- add plugin API functions: hdata_get_var_hdata
- use hashtable to store hdata (created by WeeChat and plugins)
- free hdata and infolists created by plugin on plugin unload
- free all hdata on exit
- add "free" option to command /debug hdata
- remove hdata for hooks
2011-06-26 18:15:42 +02:00
Sebastien Helleu
2a630031fd
core: display error (only once) when bad file descriptor is detected in hook_fd
2011-06-22 15:39:00 +02:00
Sebastien Helleu
6defc05f0a
core: fix freeze when hook_fd is called with a bad file/socket (bug #33619 )
2011-06-22 12:20:05 +02:00
Sebastien Helleu
ebac36d075
doc: fix typo in FAQ
2011-06-22 11:34:31 +02:00
Sebastien Helleu
0a09a336dd
irc: add prefix "#" for all channels on join (if no prefix given)
2011-06-22 11:32:45 +02:00
Sebastien Helleu
9858927b34
doc: fix question about target buffer on merged buffers in FAQ
2011-06-22 11:31:30 +02:00
Sebastien Helleu
aaaf575db6
doc: update question about URLs in FAQ
2011-06-22 11:27:21 +02:00
Sebastien Helleu
d8b15bc6a3
doc: update german translations and FAQ
2011-06-22 11:09:48 +02:00
Sebastien Helleu
f4d802f4ff
doc: fix typo in plugin API reference
2011-06-21 20:37:57 +02:00
Sebastien Helleu
d6ef66d006
doc: add questions in FAQ, remove instructions/commands for old WeeChat versions (prior to 0.3.0)
2011-06-21 17:40:53 +02:00
Sebastien Helleu
d47be1f303
core: fix bug with option weechat.look.hotlist_count_max when count_max is greater than 1 and priority in hotlist is highlight
2011-06-21 16:17:32 +02:00
Sebastien Helleu
76a39cb0cd
core: fix bug with option weechat.look.hotlist_count_max (value+1 was used)
2011-06-21 13:05:30 +02:00
Sebastien Helleu
589f57c409
irc: switch to buffer on /join #channel if channel buffer already exists
2011-06-16 18:54:05 +02:00
Sebastien Helleu
6015f51b33
irc: update host of nicks on manual /who
2011-06-16 18:31:56 +02:00
Sebastien Helleu
52d7770ff1
core: add local variable "highlight_regex" in buffers
2011-06-15 17:43:46 +02:00
Sebastien Helleu
49f7b5d701
relay, xfer: display possible actions in buffer even if list is empty
2011-06-15 14:50:23 +02:00
Sebastien Helleu
478c6f73a4
irc, relay: check that prefix and message are not NULL before adding a message to raw buffer
2011-06-14 14:34:45 +02:00
Sebastien Helleu
8046d91f5c
core: update description for some hdata
2011-06-13 21:45:26 +02:00
Sebastien Helleu
1e71196aee
core: add option "tags" for command /debug
2011-06-13 15:25:38 +02:00
Sebastien Helleu
00ab6400b8
core: add option weechat.look.eat_newline_glitch (disabled by default, can cause display bugs)
2011-06-13 13:01:16 +02:00
Sebastien Helleu
c8b2a6a084
core: add "hdata" (direct access to WeeChat/plugin data)
2011-06-13 12:32:27 +02:00
Sebastien Helleu
756252b95c
core: add string representation for types pointer, buffer and time in properties "keys", "values" and "keys_values"
2011-06-13 12:31:19 +02:00
Sebastien Helleu
4126187574
core: fix bug with new line inserted at end of each line displayed (set eat_newline_glitch to 0 if available)
2011-06-01 12:10:03 +02:00
Sebastien Helleu
35120b633c
core: add option "infolists" for command /debug
2011-06-01 09:07:17 +02:00
Sebastien Helleu
60bba82150
core: fix bug with horizontal scroll in windows and long lines
2011-05-31 08:46:08 +02:00
Sebastien Helleu
92b88e6599
relay: fix memory leak on plugin load (free raw messages)
2011-05-26 16:34:54 +02:00
Sebastien Helleu
d99fe2babd
relay: fix memory leak (free some parsed messages) (bug #33387 )
2011-05-26 16:33:52 +02:00
Sebastien Helleu
dbfcd7ec72
irc: fix memory leak in message parser (when called from other plugins like relay) (bug #33387 )
2011-05-26 16:32:52 +02:00
Sebastien Helleu
dbe3514cd6
irc: fix memory leak on plugin unload (free ignores)
2011-05-26 16:31:49 +02:00
Sebastien Helleu
e90f19c891
core: sync debian files with debian git repository
2011-05-19 23:54:36 +02:00
Sebastien Helleu
2d38d07661
logger: add option logger.file.flush_delay (task #11118 )
2011-05-18 16:41:15 +02:00
Sebastien Helleu
ab5ecd4bda
logger: use tag "no_log" for some messages printed
2011-05-18 10:18:21 +02:00
Sebastien Helleu
e3e20f2b60
core: add horizontal scrolling for buffers with free content (command /window scroll_horiz) (task #11112 )
2011-05-16 15:33:44 +02:00
Sebastien Helleu
bd1db541f7
doc: add missing argument "gnutls_priorities" in function hook_connect
2011-05-15 20:23:00 +02:00
Sebastien Helleu
3a0cf4b4db
api: fix bug with function config_set_desc_plugin (use immediately description for option when function is called)
2011-05-15 17:03:07 +02:00
Sebastien Helleu
9c08484107
core: add missing arguments filename and name in /help plugin
2011-05-15 11:28:57 +02:00
Sebastien Helleu
c37b65bba4
irc: fix argument nick in /help ignore
2011-05-15 11:19:03 +02:00
Sebastien Helleu
4a16de553c
Version 0.3.6-dev
2011-05-15 11:01:13 +02:00
Sebastien Helleu
fcec129c37
Version 0.3.5
2011-05-15 09:19:27 +02:00
Sebastien Helleu
6068f7d268
core: fix compilation of doc in standalone package
2011-05-15 09:05:11 +02:00
Sebastien Helleu
267b82199c
core: update portuguese translations
2011-05-15 08:27:27 +02:00
Sebastien Helleu
cc8e59519e
core: update spanish translations
2011-05-14 22:57:30 +02:00
Sebastien Helleu
3083d6ede3
irc: fix typo in /help links
2011-05-14 19:49:22 +02:00
Sebastien Helleu
2097da95f3
doc: update polish translations and FAQ
2011-05-14 19:21:07 +02:00
Sebastien Helleu
36a23a1068
doc: update italian user guide
2011-05-14 19:15:42 +02:00
Sebastien Helleu
eeb1d3068d
doc: fix typos
2011-05-13 16:46:44 +02:00
Sebastien Helleu
c3456a9068
core: fix argument name in /help color
2011-05-11 18:40:20 +02:00
Jiri Golembiovsky
b6b18c58f1
Updated czech translations
2011-05-10 21:51:12 +02:00
Sebastien Helleu
2df030f4f6
doc: update italian translations and user guide
2011-05-10 07:56:30 +02:00
Sebastien Helleu
8529f78177
doc: update german translations and user guide
2011-05-09 18:41:06 +02:00
Sebastien Helleu
b2551ce0ef
doc: add note about new keys in release notes
2011-05-08 19:46:01 +02:00
Sebastien Helleu
f9eb26f546
Version 0.3.5-rc3
2011-05-08 12:56:43 +02:00
Sebastien Helleu
02d10acd11
core: ensure that new split percent is between 1 and 99 for balance of windows
2011-05-08 09:48:29 +02:00
Sebastien Helleu
bce12fd38c
weercd.py: fix typo, add action in weercd.conf
2011-05-07 18:29:53 +02:00
Sebastien Helleu
d961711797
core: fix balance of windows with vertical split
2011-05-07 18:13:32 +02:00
Sebastien Helleu
8c9ba6b563
core: fix balance of windows
2011-05-07 17:30:22 +02:00
Sebastien Helleu
5fde03f7fc
core: improve output of /debug windows
2011-05-07 17:17:13 +02:00
Sebastien Helleu
705dff4a00
weercd.py: add option "action": "flood" = flood client, "user" = send custom messages to client
2011-05-06 16:34:18 +02:00
Sebastien Helleu
9754d0cbbd
irc: fix parsing of message 332 when no topic neither colon are found (bug with bip proxy)
2011-05-06 16:33:06 +02:00
Sebastien Helleu
ae57815e23
doc: add new hotlist features in release notes and way to come back to old behaviour
2011-05-06 10:49:23 +02:00
Sebastien Helleu
9748b3d041
doc: update italian plugin API reference
2011-05-05 15:05:53 +02:00
Sebastien Helleu
bc6b5a8a67
doc: add value 0 for date in functions printf_date and printf_date_tags of plugin API reference
2011-05-05 10:03:48 +02:00
Sebastien Helleu
33557e94ab
doc: update gnutls version required (min 2.2.0) in user guide
2011-05-04 14:35:48 +02:00
Sebastien Helleu
b5cbdc54d2
doc: update german translations and docs
2011-05-04 09:02:24 +02:00
Sebastien Helleu
6e0f2fab8c
doc: update italian translations and docs
2011-05-03 08:44:10 +02:00
Sebastien Helleu
c417d6e135
irc: fix nick color in private when option irc.look.nick_color_force is changed
2011-05-02 16:31:21 +02:00
Sebastien Helleu
97bc4b6eed
Version 0.3.5-rc2
2011-05-01 11:05:26 +02:00
Sebastien Helleu
baa6e59efb
core: fix compiler warning on function wattr_get (on pointers to attrs and pair)
2011-05-01 10:56:34 +02:00
Sebastien Helleu
1ad6ab1fe0
xfer: remove unused variable
2011-05-01 10:55:36 +02:00
Sebastien Helleu
c92c04e298
fifo: remove unused variable
2011-05-01 10:55:25 +02:00
Sebastien Helleu
97de735761
core: remove unused variables
2011-05-01 10:55:10 +02:00
Sebastien Helleu
b9298a80c1
doc: fix callbacks of function weechat_config_new_option in plugin API reference
2011-04-29 17:47:16 +02:00
Sebastien Helleu
c47f6e81c4
irc: fix tags for messages sent with /msg command (bug #33169 )
2011-04-29 15:41:51 +02:00
Sebastien Helleu
02e2b21d3e
doc: add return value for callbacks in plugin API reference
2011-04-29 12:25:07 +02:00
Sebastien Helleu
43a53a87aa
irc: add new options irc.color.topic_old and irc.color.topic_new
2011-04-28 14:27:31 +02:00
Sebastien Helleu
7baf4b8b22
core: update german translations
2011-04-28 12:44:30 +02:00
Sebastien Helleu
f393d0a3d2
irc: add option "ssl_priorities" in servers (task #10106 , debian #624055 )
2011-04-28 12:29:56 +02:00
Sebastien Helleu
f4f90e85fb
perl: fix memory leak when calling perl functions (bug #32895 )
2011-04-26 22:26:53 +02:00
Sebastien Helleu
2c65354226
doc: change URL for support page in FAQ
2011-04-26 22:22:12 +02:00
Sebastien Helleu
f002c8e7de
irc: add modifier "irc_in2_xxx" (called after charset decoding)
2011-04-26 18:19:27 +02:00
Sebastien Helleu
3fd2af8184
api: add new function config_set_desc_plugin (task #10925 )
2011-04-26 17:47:49 +02:00
Sebastien Helleu
51f836feb8
core: fix scroll on buffers with free content
2011-04-26 12:39:35 +02:00
Sebastien Helleu
4ea7fe2627
doc: fix typo in plugin API reference for function config_set_plugin
2011-04-25 18:36:09 +02:00
Sebastien Helleu
4130ea6e77
relay: fix crash on /upgrade when nick in irc client is not yet set
2011-04-25 11:19:47 +02:00
Sebastien Helleu
7dabe70800
core: update ChangeLog
2011-04-24 18:15:22 +02:00
Sebastien Helleu
0b8eb5396b
core: fix scroll in windows with /window scroll (skip lines "Day changed to")
2011-04-24 18:12:11 +02:00
Sebastien Helleu
d6e4b2cc87
core: add date and date_printed of each line in dump of buffers
2011-04-24 18:07:56 +02:00
Sebastien Helleu
175a4e2fa5
core: recalculate buffer_max_length when buffer short name is changed (patch #7441 )
2011-04-24 10:25:45 +02:00
Sebastien Helleu
0b0626d98b
core: add option weechat.look.hotlist_add_buffer_if_away
2011-04-24 09:07:15 +02:00
Sebastien Helleu
cd73fac2f8
irc: use tag "notify_none" for self messages
2011-04-24 08:24:28 +02:00
Sebastien Helleu
70b0f12469
core: add buffer to hotlist if away is set on buffer (even if buffer is displayed) (task #10948 ), do not update hotlist during upgrade
2011-04-23 17:23:17 +02:00
Sebastien Helleu
909fe8a2b5
core: add option "balance" for command /window (key: alt+"w" + alt+"b")
2011-04-23 13:21:10 +02:00
Sebastien Helleu
634478dd54
core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #11001 )
2011-04-22 21:56:54 +02:00
Sebastien Helleu
b7853444d8
Version 0.3.5-rc1
2011-04-21 19:12:42 +02:00
Sebastien Helleu
93c583a9ca
doc: fix typo
2011-04-20 23:06:55 +02:00
Sebastien Helleu
3b7bd01716
core: allow command mask for infolist_get on command hooks
2011-04-19 20:13:46 +02:00
Sebastien Helleu
7c6723f255
core: add automatic reset of color pairs, new option weechat.look.color_pairs_auto_reset
2011-04-17 11:02:45 +02:00
Sebastien Helleu
dd8d789fec
core: apply new value of option weechat.look.buffer_notify_default to all opened buffers
2011-04-17 08:32:30 +02:00
Sebastien Helleu
06a9546ca5
core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error is displayed
2011-04-16 10:58:15 +02:00
Sebastien Helleu
7426569d86
core: prohibit names beginning with "#" for bars, proxies, filters and IRC servers (bug #33020 )
2011-04-16 10:47:18 +02:00
Sebastien Helleu
619f470f9f
doc: update german translations and user guide
2011-04-15 21:33:47 +02:00
Sebastien Helleu
53cc5af7c5
aspell: add section "option" in aspell.conf for speller options (task #11083 )
2011-04-15 18:45:17 +02:00
Sebastien Helleu
377024835a
irc: fix memory leak when copying or renaming server
2011-04-15 10:41:18 +02:00
Sebastien Helleu
55aa584a2b
plugins: fix memory leaks when setting buffer callbacks after /upgrade (plugins: irc, relay, xfer, scripts)
2011-04-15 10:40:23 +02:00
Sebastien Helleu
091d128ac5
core: remove unneeded space in german translation
2011-04-14 10:01:39 +02:00
Sebastien Helleu
7673a700b3
core: use buffer pointer instead of window in input functions, add new function window_search_with_buffer in plugin API
2011-04-13 20:25:26 +02:00
Sebastien Helleu
7d7eeceb89
doc: use color orange for key "alt" and gray for key "shift"
2011-04-13 09:54:54 +02:00
Sebastien Helleu
2c2ebea3fd
irc: do not rejoin channels where /part has been issued before reconnection to server (bug #33029 )
2011-04-11 16:39:39 +02:00
Sebastien Helleu
85c5653713
irc: use nick color for users outside the channel
2011-04-11 15:52:31 +02:00
Sebastien Helleu
5ee0d7a456
core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d})
2011-04-11 14:51:28 +02:00
Sebastien Helleu
25684ad8a6
core: fix crash when terminal has no color support
2011-04-11 14:45:05 +02:00
Sebastien Helleu
9d128cad22
core: add messages counts in hotlist for each buffer, option weechat.look.hotlist_buffer_separator and tag "notify_none"
...
New options:
- weechat.look.hotlist_buffer_separator
- weechat.look.hotlist_count_max
- weechat.look.hotlist_count_min_msg
- weechat.color.status_count_msg
- weechat.color.status_count_private
- weechat.color.status_count_highlight
- weechat.color.status_count_other
2011-04-11 13:57:00 +02:00
Sebastien Helleu
8597f14bf6
irc: update short name of server buffer when server is renamed
2011-04-10 17:44:37 +02:00
Sebastien Helleu
5ca579e065
core: add missing and remove unneeded spaces in translations
2011-04-10 11:24:07 +02:00
Sebastien Helleu
447a29ae5c
core: update german translations and FAQ
2011-04-09 09:57:10 +02:00
Sebastien Helleu
176454afa1
core: add prefix in addition of message in output of /debug buffer
2011-04-07 14:56:29 +02:00
Sebastien Helleu
6929486649
tcl: fix tcl detection on some 64-bits systems (bug #32915 )
2011-03-26 17:59:01 +01:00
Sebastien Helleu
8bfc387579
core: flush stdout after changing terminal title (patch from Guido Berhoerster)
2011-03-26 17:40:20 +01:00
Sebastien Helleu
a441d67a26
doc: add question about "WeeChat" name in FAQ
2011-03-24 18:42:56 +01:00
Sebastien Helleu
081d2889c1
irc: fix self nick color in nicklist after changing nick with /nick
2011-03-24 18:10:59 +01:00
Sebastien Helleu
ceaad9a20d
irc: return empty color name for nick prefix when no mode is set (instead of "chat")
2011-03-23 18:55:24 +01:00
Sebastien Helleu
80312dd56a
irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single option irc.color.nick_prefixes (task #10888 )
2011-03-23 18:29:24 +01:00
Sebastien Helleu
b7b2cc8bd7
irc: fix local variable "away" on server buffer (set/delete it each time away is set or removed on server)
2011-03-23 16:11:23 +01:00
Sebastien Helleu
97048d57fc
Update italian translations and docs
2011-03-21 16:39:13 +01:00
Sebastien Helleu
bee3f511c2
Add optional bar name in command /bar default
2011-03-18 15:36:52 +01:00
Sebastien Helleu
2711bc4afe
Create default bars only if no bar is defined in configuration file
2011-03-18 15:35:54 +01:00
Sebastien Helleu
8c13cab941
Add new option weechat.look.highlight_tags (force highlight on tags)
2011-03-18 12:17:21 +01:00
Sebastien Helleu
e0151b42a6
aspell: fix spellers used after switch of window (bug #32811 )
2011-03-16 21:59:39 +01:00
Sebastien Helleu
4678802cbc
Use new style for keys in FAQ
2011-03-16 19:31:16 +01:00
Sebastien Helleu
9a100beb89
Add question about keys up/down for global history in FAQ
2011-03-16 19:00:16 +01:00
Sebastien Helleu
ea65e4d50f
Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506 )
2011-03-16 18:38:41 +01:00
Sebastien Helleu
15121096d4
Allow removal of hashtable entry in callback of hashtable_map
2011-03-15 16:19:47 +01:00
Sebastien Helleu
dd76010e08
Fix return value of callback for hashtable_map in plugin API reference
2011-03-15 16:19:09 +01:00
Sebastien Helleu
a47da825fa
Add task #8542 in ChangeLog
2011-03-15 13:05:13 +01:00
Sebastien Helleu
c61254f256
Add new option irc.look.buffer_auto_switch_on_join
2011-03-15 11:51:48 +01:00
Sebastien Helleu
fdc29b5f49
Fix typos in plugin API reference
2011-03-15 09:45:14 +01:00
Sebastien Helleu
eec9b22f6f
Fix typo in french FAQ (patch #7505 )
2011-03-13 19:14:50 +01:00
Sebastien Helleu
3137c690ed
Use new style for command line color keys in user guide
2011-03-13 08:59:09 +01:00
Sebastien Helleu
e4b3111a49
Update german translations
2011-03-12 10:16:04 +01:00
Sebastien Helleu
c71e2cad38
Add function "buffer_match_list" in plugin API
2011-03-11 18:39:37 +01:00
Sebastien Helleu
adae98e94d
Fix bug with repeat of last completion ("%*"), which failed when many templates are used in completion
2011-03-10 17:38:18 +01:00
Sebastien Helleu
df8a678995
Add missing variable "buffers" in dump of filters
2011-03-09 19:14:07 +01:00
Sebastien Helleu
e2510cbd04
Allow list of buffers in command /filter (exclusion with prefix "!") (task #10880 )
2011-03-09 10:13:41 +01:00
Sebastien Helleu
78435e83ee
Update german translations and FAQ
2011-03-08 08:22:42 +01:00
Sebastien Helleu
151c081229
Fix build when gnutls library is not found
2011-03-07 14:41:24 +01:00
Sebastien Helleu
384925eb7e
Add chars "`" and "_" in default value of option weechat.completion.nick_ignore_chars
2011-03-07 14:31:17 +01:00
Sebastien Helleu
fd0f5f5767
Add new option irc.look.smart_filter_nick
2011-03-07 12:23:32 +01:00
Sebastien Helleu
f7fd0ae8fc
Add question in FAQ about freenode and SSL
2011-03-06 23:05:56 +01:00
Sebastien Helleu
b0a5492102
Reload file with certificate authorities when option weechat.network.gnutls_ca_file is changed
2011-03-06 22:29:03 +01:00
Sebastien Helleu
e70bbe0659
Rebuild bar content when items are changed in an hidden bar
2011-03-06 16:46:11 +01:00
Sebastien Helleu
a3536d10e7
Add missing "extern" in rmodifier-config.h
2011-03-06 12:44:43 +01:00
Sebastien Helleu
39bb5d8ee9
relay: allow colon in server password received from client
2011-03-05 16:47:58 +01:00
Sebastien Helleu
b6be2adedd
weercd.py: read PART command sent by client
2011-03-05 09:21:04 +01:00
Sebastien Helleu
598b5262a6
Silently ignore IRC kicks when channel is not found
2011-03-05 09:13:53 +01:00
Sebastien Helleu
80609e4f72
Ignore IRC join if nick is not self nick and if channel buffer does not exist (bug #32667 )
2011-03-05 09:09:58 +01:00
Sebastien Helleu
7351c709f8
Add new option irc.look.color_nicks_in_names
2011-03-04 14:11:35 +01:00
Sebastien Helleu
e8df46c005
Fix crash when setting wrong value in option irc.server.xxx.sasl_mechanism (bug #32670 )
2011-03-03 22:06:08 +01:00
Sebastien Helleu
3d8553316f
Reset style (bold/underline/reverse) before setting color when displaying bar items
2011-03-02 20:03:44 +01:00
Sebastien Helleu
c905dbbf9b
Fix build with gnutls < 2.9.10
2011-03-02 18:15:36 +01:00
Gu1ll4um3r0m41n
c265cad1c9
Fix verification of SSL certificates by calling gnutls verify callback (patch #7459 )
2011-03-02 15:20:36 +01:00
Sebastien Helleu
bf2f7d33ef
relay: do not send join for private buffers to client
2011-03-01 17:44:15 +01:00
Sebastien Helleu
6f047c4a05
Remember scroll position for all buffers in windows (bug #25555 )
2011-03-01 16:31:56 +01:00
Sebastien Helleu
aeaa0dfb7c
Add optional command name for infolist_get on command hooks
2011-02-25 23:16:45 +01:00
Sebastien Helleu
3b38b7d433
Add question in FAQ about one root bar for input
2011-02-25 19:13:41 +01:00
Sebastien Helleu
fe6a7ae753
Update german translations and user guide
2011-02-25 19:13:13 +01:00
Sebastien Helleu
a4621a7ee3
Add styles for keys in user guide
2011-02-25 14:33:20 +01:00
Sebastien Helleu
be9b4e5910
Refresh nicks colors in nicklist when changing option weechat.color.chat_nick_colors
2011-02-24 12:15:05 +01:00
Sebastien Helleu
87ace68b4d
Do not update self nick color when changing option weechat.color.chat_nick_colors
2011-02-24 12:06:58 +01:00
Sebastien Helleu
4cd6fad268
Replace char "%" by "!" for reverse video in color attributes
2011-02-24 09:55:40 +01:00
Sebastien Helleu
a79f721993
Reset color used to display spaces around time and buffer in chat area
2011-02-24 09:44:22 +01:00
Sebastien Helleu
4eb2546082
Add new option irc.look.color_nicks_in_nicklist
2011-02-23 16:45:43 +01:00
Sebastien Helleu
0e51b63686
Fix reload of file rmodifier.conf
2011-02-23 16:33:55 +01:00
Sebastien Helleu
e3cc291448
Fix crash when adding rmodifier with invalid regex
2011-02-23 16:21:18 +01:00
Sebastien Helleu
b4ccd82a9d
Replace char "/" by ":" to specify background in nick colors
2011-02-22 19:33:44 +01:00
Sebastien Helleu
17ae0dc592
weercd.py: fix read of config file with python 3.x
2011-02-22 19:30:01 +01:00
Sebastien Helleu
4680ae40b6
Fix crash when using column filling in bars with some empty items (bug #32565 )
2011-02-22 10:26:18 +01:00
Sebastien Helleu
2ad3a1c326
Auto recalculate values of win_width_pct and win_height_pct when windows are resized
2011-02-21 19:51:09 +01:00
Sebastien Helleu
a63de084cf
Fix typo in /debug windows
2011-02-21 19:34:19 +01:00
Sebastien Helleu
412332653a
Allow relative size for command /window resize
2011-02-21 19:31:44 +01:00
Sebastien Helleu
8b273613df
Add some default keys for gnome-terminal (home/end, ctrl+up/down, alt+pgup/pgdn)
...
New default keys:
meta-OH => /input move_beginning_of_line
meta-OF => /input move_end_of_line
meta2-1;5A => /input history_global_previous
meta2-1;5B => /input history_global_next
meta2-5;3~ => /window scroll_up
meta2-6;3~ => /window scroll_down
2011-02-21 15:54:08 +01:00
Sebastien Helleu
6c90707485
Fix typo: #weecht -> #weechat
2011-02-17 15:07:14 +01:00
Sebastien Helleu
65a609e33e
Add attributes for colors ("*": bold, "%": reverse, "_": underline)
2011-02-17 14:51:21 +01:00
Sebastien Helleu
82d7fca3f7
Fix array overflow in lua plugin for config reload callback
2011-02-16 12:54:37 +01:00
Sebastien Helleu
986ed31939
Update italian user guide and plugin API reference
2011-02-15 14:33:15 +01:00
Sebastien Helleu
c3cb06b30c
Fix dump of bar colors in log file (missing color name)
2011-02-15 14:13:53 +01:00
Sebastien Helleu
1924f296a2
Update italian translations and FAQ
2011-02-15 08:46:01 +01:00
Sebastien Helleu
2ef6fdb2a1
Add option "memory" to command /debug
2011-02-10 18:37:12 +01:00
Sebastien Helleu
aae8a2e54c
Add task #10299 in ChangeLog
2011-02-10 10:03:42 +01:00
Sebastien Helleu
7d79757d85
Fix crash when completing /part command on a non-irc buffer (bug #32402 )
2011-02-10 09:52:15 +01:00
Sebastien Helleu
d8248f3f68
Rename some color constants and functions for attributes
2011-02-09 16:26:58 +01:00
Sebastien Helleu
12879e9138
Factorize code used to apply color codes in strings (for chat and bars)
2011-02-09 16:14:53 +01:00
Sebastien Helleu
c232f855b9
Update german translations
2011-02-09 11:50:21 +01:00
Sebastien Helleu
3dbd5e3564
Add missing parentheses
2011-02-08 21:42:25 +01:00
Sebastien Helleu
1fd31361da
Fix some translations
2011-02-08 12:30:46 +01:00
Sebastien Helleu
2b6bdebcd3
Fix typo: half channel operator -> channel half-operator
2011-02-08 12:19:10 +01:00
Sebastien Helleu
8f2a2b9d1f
Fix typo: transfert -> transfer
2011-02-08 12:14:27 +01:00
Sebastien Helleu
cba46a3274
Fix typo in /help color: minimum color number for alias is 0 and not 1
2011-02-08 11:05:54 +01:00
Sebastien Helleu
d41e202d76
Remove unneeded spaces
2011-02-07 18:38:47 +01:00
Sebastien Helleu
ef71f59b2e
Improve display of commands lists in /help (add arguments -list and -listfull)
2011-02-07 18:33:05 +01:00
Sebastien Helleu
c515069f26
Fix color used to display color aliases on /color buffer
2011-02-07 15:27:04 +01:00
Sebastien Helleu
ba92074bf8
Fix missing suffix (after prefix) on lines when nothing is displayed before suffix (no time/buffer/prefix)
2011-02-07 14:34:23 +01:00
Sebastien Helleu
f1a3805ec8
Reset bold attribute when setting extended color for foreground
2011-02-07 11:56:53 +01:00
Sebastien Helleu
9da63c7170
Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx
2011-02-06 18:18:13 +01:00
Sebastien Helleu
96de4e8746
Fix infinite loop when option weechat.look.read_marker_string it set to empty string
2011-02-05 21:55:58 +01:00
Sebastien Helleu
b1c8989835
Add option weechat.look.read_marker_string, use option hline_char for horizontal bar separators only
2011-02-05 15:29:51 +01:00
Sebastien Helleu
0a69df6c2c
Add color "gray", fix white background (use white instead of gray)
2011-02-05 13:12:41 +01:00
Sebastien Helleu
8ec4e680c6
Fix option color_real_white: replace white by default color only if bold is set for color
2011-02-05 12:29:42 +01:00
Sebastien Helleu
f2be50f4b1
Fix display of extended foreground color on non-default background in bars
2011-02-05 11:11:20 +01:00
Sebastien Helleu
9932f06710
Update ChangeLog
2011-02-04 22:24:33 +01:00
Sebastien Helleu
7d433b798f
Improve arguments displayed in /help of commands, display all commands with same name (for same command name in many plugins)
2011-02-04 22:12:19 +01:00
Sebastien Helleu
63b8aa1f23
Fix size of arrays for colors (patch #7458 )
2011-02-04 21:17:00 +01:00
Sebastien Helleu
21881bbc7b
Replace message "WeeChat colors" by "WeeChat color pairs" on color buffer
2011-02-03 09:52:13 +01:00
Sebastien Helleu
a51652f196
Add note about package "ncurses-term" in user guide and FAQ for 256 colors
2011-02-02 23:41:36 +01:00
Sebastien Helleu
79ca61784c
Rename options add/del by alias/unalias in command /color
2011-02-02 23:01:55 +01:00
Sebastien Helleu
372d9fe82e
Fix crash when many lua scripts are executing callbacks at same time
2011-02-02 22:51:38 +01:00
Sebastien Helleu
49da028a2c
Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216 )
2011-02-01 19:00:09 +01:00
Sebastien Helleu
8392d2fbcc
Fix terminal title when $TERM starts with "screen" (patch from sleo)
2011-02-01 08:24:08 +01:00
Sebastien Helleu
142fc29e25
Add some chars after cursor when scrolling input line: new option weechat.look.input_cursor_scroll (bug #21391 )
2011-01-31 21:42:04 +01:00
Sebastien Helleu
b19ae11622
Update german translations
2011-01-31 20:56:22 +01:00
Sebastien Helleu
ccb08945a1
Dynamically allocate color pairs
...
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
2011-01-31 19:03:30 +01:00
Sebastien Helleu
773effbb3a
Do not close chat buffers when removing xfer from list (bug #32271 )
2011-01-28 12:58:02 +01:00
Sebastien Helleu
7a5200a8e4
Fix typos in config functions in plugin API reference
2011-01-26 08:12:53 +01:00
Sebastien Helleu
19d355c10e
Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference
2011-01-25 12:10:49 +01:00
Sebastien Helleu
6295d631b7
Add weercd.py, the WeeChat flood irc server
2011-01-23 09:53:20 +01:00
Sebastien Helleu
cc6bb607e0
Test return value of calls to sscanf function
2011-01-21 19:30:08 +01:00
Sebastien Helleu
1ca2261e95
Fix bug when closing color buffer with command /buffer close N
2011-01-20 09:37:20 +01:00
Sebastien Helleu
68ee325e65
Rename some variables and functions about weechat colors
2011-01-19 19:29:48 +01:00
Sebastien Helleu
ce41363121
Enlarge table with list of $TERM for colors in user guide
2011-01-18 14:23:06 +01:00
Sebastien Helleu
3efb97b0f8
Fix typo in user guide
2011-01-18 08:12:21 +01:00
Sebastien Helleu
030755d385
Version 0.3.5-dev
2011-01-16 12:14:59 +01:00
Sebastien Helleu
0b89084ea4
Version 0.3.4
2011-01-16 10:04:32 +01:00
Sebastien Helleu
54cd9ffaa8
Add missing file asciidoc.css in Makefile.am
2011-01-16 09:43:05 +01:00
Sebastien Helleu
3411185c08
Update polish translations and FAQ
2011-01-16 00:25:04 +01:00
Sebastien Helleu
b35989020b
Update brazilian translations
2011-01-14 10:12:08 +01:00
Sebastien Helleu
fc0f36b909
Update german user guide
2011-01-14 10:08:09 +01:00
Sebastien Helleu
89424130d2
Fix compilation of Ruby plugin with ruby >= 1.9.1, give higher priority to newest ruby when many versions are installed
2011-01-13 17:44:03 +01:00
Sebastien Helleu
eb1a2d9a36
Fix display of bar item "input_prompt" in root bar (patch from Deltafire)
2011-01-13 17:28:43 +01:00
Sebastien Helleu
86932b6c11
Update spanish translations
2011-01-11 16:08:58 +01:00
Sebastien Helleu
2746953335
Use options for server with /connect command when temporary server already exists
2011-01-10 19:04:08 +01:00
Sebastien Helleu
6aab191673
Update italian translations and doc
2011-01-10 18:14:48 +01:00
Sebastien Helleu
ac98535491
Update german FAQ
2011-01-09 13:58:45 +01:00
Sebastien Helleu
91897fa000
Add some features in FAQ (256 colors, IRC proxy, redirection of IRC commands)
2011-01-09 13:05:32 +01:00
Sebastien Helleu
e1857f4d88
Update german tester guide
2011-01-09 12:49:01 +01:00
Sebastien Helleu
512de497f5
Display more colors on each line for WeeChat basic and nick colors on /color buffer
2011-01-09 12:43:10 +01:00
Sebastien Helleu
fa240e8d11
Differenciate IRC notices from messages in private buffer (bug #31980 )
2011-01-09 10:12:20 +01:00
Sebastien Helleu
f7b473790b
Fix unlikely memory leak in function gui_keyboard_new
2011-01-06 14:34:53 +01:00
Sebastien Helleu
7dbc797789
Silently ignore IRC PRIVMSG message if target channel is not found
2011-01-05 15:06:12 +01:00
Sebastien Helleu
25fe7a53a1
Fix scroll problem on buffers with free content and non-allocated lines (bug #32039 )
2011-01-05 14:58:17 +01:00
Sebastien Helleu
ccc6d52e3a
Remove unneeded call to gui_color_buffer_display
2011-01-05 14:10:29 +01:00
Sebastien Helleu
c31977f59c
Revert "Fix bug with /upgrade: check existence of binary even when command is executed without argument"
...
This reverts commit 3cd267ab23 .
With this fix, upgrade was not possible any more if WeeChat was run without path,
ie for example "weechat-curses" running "/usr/bin/weechat-curses".
2011-01-05 08:05:32 +01:00
Sebastien Helleu
f837dc49c9
Fix french translation of description for option weechat.color.chat_nick
2011-01-05 00:17:35 +01:00
Sebastien Helleu
3cd267ab23
Fix bug with /upgrade: check existence of binary even when command is executed without argument
2011-01-04 23:56:46 +01:00
Sebastien Helleu
57102fef70
Update german user guide and FAQ
2011-01-04 21:17:28 +01:00
Sebastien Helleu
fd764a369c
Add note about term option for .screenrc file in FAQ
2011-01-04 15:13:19 +01:00
Sebastien Helleu
09e4bfa8a6
Version 0.3.4-rc3
2011-01-04 15:06:46 +01:00
Sebastien Helleu
a477debb46
Add note about term option for .screenrc file in user guide
2011-01-04 15:05:30 +01:00
Sebastien Helleu
be48a1e763
Add doc about 256 colors in user guide and FAQ
2011-01-04 14:48:02 +01:00
Sebastien Helleu
fb60335176
Fix number of colors displayed in buffer opened by /color (can be different between WeeChat and terminal colors)
2011-01-04 14:37:14 +01:00
Sebastien Helleu
a341d809b2
Fix crash when changing or removing color palette options
2011-01-03 14:41:14 +01:00
Sebastien Helleu
b38dfac5ee
Update nick modes with IRC message 221 (bug #32038 )
2011-01-03 13:02:22 +01:00
Sebastien Helleu
7785292428
Fix crash with malformed IRC message "324" received
2011-01-02 21:43:32 +01:00
Sebastien Helleu
c466b5e1b1
Fix completion of IRC commands /notice, /query and /quote (add -server with servers) (bug #32027 )
2011-01-02 19:59:38 +01:00
Sebastien Helleu
f37d13466e
Update german translations
2011-01-02 19:35:13 +01:00
Sebastien Helleu
ce1aac77e0
Free color palette structures when exiting WeeChat
2011-01-02 16:34:47 +01:00
Sebastien Helleu
44e16c0511
Add function "hashtable_set_pointer" in plugin API
2011-01-02 16:32:54 +01:00
Sebastien Helleu
fcfe854441
Fix memory leak in flush of irc message queue
2011-01-02 15:28:20 +01:00
Sebastien Helleu
10bf2a8665
Test if variables are not NULL before free in function hook_print_exec
2011-01-02 13:09:02 +01:00
Sebastien Helleu
2d82a4a4fc
Add config files relay.conf and rmodifier.conf in man page
2011-01-02 12:23:59 +01:00
Sebastien Helleu
fc5efe5c35
Add plugins relay and rmodifier in debian package "weechat-plugins"
2011-01-02 10:48:44 +01:00
Sebastien Helleu
d24f6e9e17
Update copyright dates
2011-01-01 18:06:29 +01:00
Sebastien Helleu
b0a2274496
Update command /color in user guide
2011-01-01 16:33:29 +01:00
Sebastien Helleu
0721bb1d4c
Add new command /color
2011-01-01 14:39:12 +01:00
Sebastien Helleu
7445c12667
Add option "-server" to command /join (task #10837 )
2010-12-27 11:12:14 +01:00
Sebastien Helleu
baee047a28
Add question about gdb and threads error in FAQ
2010-12-26 15:03:58 +01:00
Sebastien Helleu
391ca47674
Add info "weechat_upgrading", signal "upgrade_ended", display duration of upgrade
2010-12-26 12:16:47 +01:00
Sebastien Helleu
b770f9c8c5
Update german and italian translations
2010-12-24 12:02:31 +01:00
Sebastien Helleu
894da1c9ed
Allow more flexible format for palette options
...
Order of alias, pair and rgb is free and semicolon is not required any more
before or after pair.
2010-12-21 09:24:31 +01:00
Sebastien Helleu
4d98ddb13c
Version 0.3.4-rc2
2010-12-20 18:31:23 +01:00
Sebastien Helleu
a9f25d125b
Do not allow empty string for color (regression with 256 colors feature)
2010-12-20 18:24:29 +01:00
Sebastien Helleu
8893a59063
Build list of color aliases at startup (fix crash when setting "++1" on option if no palette option is defined)
2010-12-20 18:22:22 +01:00
Sebastien Helleu
f7a3a2d995
Fix parsing of palette options
2010-12-20 16:27:09 +01:00
Sebastien Helleu
2ee9f7b0fc
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
2010-12-20 15:08:30 +01:00
Sebastien Helleu
1340ce6b41
Update german quickstart guide
2010-12-20 13:34:47 +01:00
Sebastien Helleu
e17e5a9614
Fix removal of color pair number in a string (function gui_color_decode)
2010-12-20 11:42:26 +01:00
Sebastien Helleu
cd7a02bec5
Add 256 colors support
...
Changes:
- new section "palette" in weechat.conf
- new API functions: list_search_pos and list_casesearch_pos
2010-12-20 10:13:37 +01:00
Sebastien Helleu
e80d6b93a5
Add command line option "-c" (or "--colors") to display default colors in terminal
2010-12-17 12:27:51 +01:00
Sebastien Helleu
4043ca3d38
Allow use of color pair number in color options and in API function "weechat_color"
2010-12-17 09:54:46 +01:00
Sebastien Helleu
f2c9961a21
Fix crash in perl plugin when MULTIPLICITY is disabled
2010-12-16 14:27:16 +01:00
Sebastien Helleu
29f1461c42
Update list of fonts in asciidoc.css
2010-12-16 11:39:55 +01:00
Sebastien Helleu
987044405b
Fix bug with charset decoding on IRC private buffers (decoding was made for local nick instead of remote nick) (bug #31890 )
2010-12-15 17:57:43 +01:00
Sebastien Helleu
62dc84f4e9
Add support of python 2.7 in cmake and configure (debian #606989 )
2010-12-13 22:20:57 +01:00
Sebastien Helleu
4a74325e61
Use case insensitive comparison for string in redirected messages
2010-12-13 21:41:53 +01:00
Sebastien Helleu
25d9d6e0fe
Update german user guide
2010-12-12 13:27:38 +01:00
Sebastien Helleu
bea89de51c
Update italian translations and doc
2010-12-12 09:57:28 +01:00
Sebastien Helleu
4669eac372
Add date format for logger masks in user guide
2010-12-11 22:03:21 +01:00
Sebastien Helleu
cabf0c4bc1
Change font used in doc for default keybindings
2010-12-10 16:13:27 +01:00