Sébastien Helleu
5ff0efc3f5
core: replace package libgcrypt20-dev by libgcrypt11-dev (Travis CI)
2014-10-26 18:45:56 +01:00
Sébastien Helleu
d8893f29e7
core: fix installation of required packages (Travis CI)
2014-10-26 18:42:04 +01:00
Sébastien Helleu
2fb2d7a854
core: display libs used when running WeeChat in Travis
2014-10-26 18:22:49 +01:00
Sébastien Helleu
134a5f53d4
relay: add option relay.network.ssl_priorities ( closes #234 )
2014-10-26 18:03:47 +01:00
Sébastien Helleu
a092e72731
core: add note about option weechat.look.color_nick_offline in help of color options for offline nick
2014-10-26 13:13:17 +01:00
Sébastien Helleu
125adea650
trigger: fix memory leak when allocating a new trigger with several regex
2014-10-26 12:32:29 +01:00
Sébastien Helleu
3f5a810254
trigger: evaluate and replace regex groups at same time, new format for regex option in triggers (incompatible with version 1.0) ( closes #224 )
2014-10-26 12:30:13 +01:00
Sébastien Helleu
a012eefb77
doc: update auto-generated files
2014-10-25 09:44:04 +02:00
Nils Görs
66dab8560c
core: update German translations
2014-10-25 08:38:35 +02:00
Sébastien Helleu
4d67359519
Merge pull request #239 from l/translation_ja
...
core: update Japanese translations
2014-10-25 08:17:30 +02:00
AYANOKOUZI, Ryuunosuke
5a7d437d86
core: update Japanese translations
2014-10-25 09:39:37 +09:00
Sébastien Helleu
65d15042d3
api: fix crash when reading config options with NULL value ( closes #238 )
2014-10-23 21:53:35 +02:00
Sébastien Helleu
2498ff63db
core: display time in bare display only if option weechat.look.buffer_time_format is not an empty string
2014-10-22 21:35:33 +02:00
Sébastien Helleu
633a32ccd3
api: add regex replace feature in function string_eval_expression
2014-10-22 21:19:54 +02:00
Sébastien Helleu
972bd26e5e
core: call "callback_free" in functions arraylist_{remove|clear|free}
...
This fixes a memory leak in completions which are using this callback
to free words in the completion list.
2014-10-17 07:55:21 +02:00
Sébastien Helleu
413f60ff30
core: fix memory leak in completion
2014-10-16 20:47:31 +02:00
Sébastien Helleu
5f98f20c94
tests: fix memory leak in hashtable tests
2014-10-16 20:46:31 +02:00
Sébastien Helleu
f62f759c3d
core: add hide of chars in string in evaluation of expressions
...
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
2014-10-16 20:46:06 +02:00
Sébastien Helleu
9d849db85a
core: move default prefix/suffix for evaluation in wee-eval.h
2014-10-12 18:22:02 +02:00
Sébastien Helleu
45a0bfe1b3
tests: add test of function string_split_shell with an empty string
2014-10-12 18:09:57 +02:00
Sébastien Helleu
9249738582
tests: add extra check of argv pointer in test of string_split functions
2014-10-12 18:09:04 +02:00
Sébastien Helleu
8b23106145
tests: initialize argc to -1 instead of 1 before some tests
2014-10-12 18:07:53 +02:00
Sébastien Helleu
5014231818
tests: add some tests on function eval_expression
2014-10-12 17:58:13 +02:00
Sébastien Helleu
b8b5cd26bc
core: remove extra spaces in a comment
2014-10-12 12:02:41 +02:00
Sébastien Helleu
b86bcc7ad3
core: fix .mailmap entries for myself
2014-10-11 17:05:26 +02:00
Sébastien Helleu
1dcea6c7ce
core: add a .mailmap file
...
This file is used for example by command "git shortlog", to prevent duplicate
committers.
2014-10-11 16:49:35 +02:00
Sébastien Helleu
2867996d1f
core: fix search/insert of elements in sorted arraylist with duplicates
...
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
2014-10-11 15:47:09 +02:00
Sébastien Helleu
7b23f008a6
core: add contributor in AUTHORS.asciidoc
2014-10-09 21:32:36 +02:00
Sébastien Helleu
d1195bdd00
core: update ChangeLog
2014-10-09 21:32:36 +02:00
nyuszika7h
9eb6b189da
irc: add tag "nick_xxx" in invite messages
2014-10-09 21:32:27 +02:00
Sébastien Helleu
a06be57eb7
irc: fix completion of commands /msg, /notice and /query
2014-10-09 21:20:43 +02:00
Sébastien Helleu
1bda9f1077
relay: use comma separator in option relay.irc.backlog_tags, check the value of option when it is changed with /set
2014-10-08 22:25:35 +02:00
Sébastien Helleu
64348fbd6e
relay: add host in sender for IRC backlog PRIVMSG messages sent to clients
2014-10-08 22:15:23 +02:00
Sébastien Helleu
e59e502450
core: update ChangeLog (add arraylists)
2014-10-05 09:48:46 +02:00
Sébastien Helleu
652b91c007
doc: update auto-generated files with hdata
2014-10-05 09:38:27 +02:00
Sébastien Helleu
71425bddfb
doc: add file "wee-arraylist.c" in developer's guide
2014-10-05 08:48:23 +02:00
Sébastien Helleu
f53baf628e
Merge branch 'arraylist'
2014-10-05 08:35:17 +02:00
Sébastien Helleu
c6eb5e6b12
Merge pull request #222 from l/translation_ja
...
core: update Japanese translations
2014-10-04 15:02:21 +02:00
AYANOKOUZI, Ryuunosuke
b43cd293f2
core: update Japanese translations
2014-10-04 21:44:26 +09:00
Sébastien Helleu
8b17e2a9d3
core: add note about security issues and translations in Contributing.asciidoc
2014-10-04 09:50:13 +02:00
Sébastien Helleu
d426ec2d84
doc: update Japanese auto-generated files
2014-10-04 08:19:10 +02:00
Sébastien Helleu
0331591fdd
Merge pull request #221 from l/translation_ja
...
core: update Japanese translations
2014-10-04 08:18:01 +02:00
AYANOKOUZI, Ryuunosuke
a89582df6f
core: update Japanese translations
2014-10-04 12:02:25 +09:00
Sébastien Helleu
b79d63f4ac
core: add pkg-config dependency for Cygwin packaging
2014-10-03 23:48:10 +02:00
Sébastien Helleu
60bfb73de5
core: fix Lua detection on Cygwin with cmake
2014-10-03 23:47:26 +02:00
Sébastien Helleu
3a80f0479e
core: fix Lua detection on OpenBSD with cmake
2014-10-03 23:33:54 +02:00
Sébastien Helleu
aa5d1738f2
core: update ChangeLog (add detection of Lua 5.2)
2014-10-03 22:48:13 +02:00
Sébastien Helleu
2411261536
doc: add pkg-config dependency in user's guide
2014-10-03 22:39:09 +02:00
Sébastien Helleu
ea3792878f
doc: remove tag "translation missing" in French user's guide
2014-10-03 22:38:32 +02:00
Sébastien Helleu
4ae24e1928
doc: update Lua version in dependencies (user's guide)
2014-10-03 22:38:15 +02:00