Sébastien Helleu
|
3600b31188
|
doc: add C++ compiler in dependencies to run tests (user's guide)
|
2014-07-20 17:02:02 +02:00 |
|
Sébastien Helleu
|
d083b77d7f
|
doc: add file main.c in developer's guide
|
2014-07-20 16:50:53 +02:00 |
|
Sébastien Helleu
|
ee0ed7b839
|
doc: remove obsolete "test" directory with weercd in developer's guide
|
2014-07-20 12:18:15 +02:00 |
|
Sébastien Helleu
|
db9a8e7bc4
|
tests: add unit tests using CppUTest
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
|
2014-07-20 12:13:25 +02:00 |
|
Sébastien Helleu
|
a2cb702b66
|
core: add Curl options for versions 7.29.0 to 7.37.0
|
2014-07-14 17:25:08 +02:00 |
|
Sébastien Helleu
|
e0312f7ecf
|
core: add option "-mask" in command /unset (closes #112)
|
2014-07-12 09:14:56 +02:00 |
|
Sébastien Helleu
|
f80a80204a
|
core: add option weechat.color.status_nicklist_count (closes #109, closes #110)
|
2014-07-12 08:13:58 +02:00 |
|
Sébastien Helleu
|
2b7b8cb365
|
doc: fix style of C/Python examples in docs
|
2014-07-05 16:45:48 +02:00 |
|
Sébastien Helleu
|
95011c82e0
|
core: return only -1, 0 or 1 in string comparison functions
|
2014-07-05 11:38:44 +02:00 |
|
Sébastien Helleu
|
494d046594
|
core: remove "www" in weechat.org URLs
|
2014-07-01 21:27:29 +02:00 |
|
Sébastien Helleu
|
7700ef2207
|
doc: add a question in FAQ about CPU usage
|
2014-06-29 15:48:32 +02:00 |
|
Sébastien Helleu
|
9d3355b5a4
|
core: add note about semicolon to separate commands in /help eval
|
2014-06-29 11:48:04 +02:00 |
|
Sébastien Helleu
|
1a1c50cc01
|
core: add option "env" in command /set
|
2014-06-27 07:54:53 +02:00 |
|
Sébastien Helleu
|
dfb6516a11
|
irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
|
2014-06-14 09:53:07 +02:00 |
|
Sébastien Helleu
|
eac52b9931
|
core: set default value "merged" for option weechat.look.hotlist_remove
|
2014-06-11 07:59:57 +02:00 |
|
Sébastien Helleu
|
4151fa234e
|
doc: add evaluated expression for argument "condition" in function bar_new (plugin API reference)
|
2014-06-11 07:55:41 +02:00 |
|
Sébastien Helleu
|
955ed344c2
|
doc: add "in option command" in quickstart
|
2014-06-09 10:12:25 +02:00 |
|
Sébastien Helleu
|
3fa4f8a4bc
|
doc: add SSL options in quickstart guide
|
2014-06-08 17:54:49 +02:00 |
|
Sébastien Helleu
|
e723cbc0c7
|
irc: fix French translation of "kick"
|
2014-06-08 10:00:23 +02:00 |
|
Sébastien Helleu
|
f68c9c6df6
|
irc: fix help of commands kick/kickban/remove (closes #102)
|
2014-06-08 09:39:27 +02:00 |
|
Sébastien Helleu
|
5d0a74a43e
|
core: add option weechat.look.hotlist_remove (closes #99)
|
2014-06-06 19:39:19 +02:00 |
|
Sébastien Helleu
|
0bdb7d2f80
|
doc: remove extra quotes around password in command /server (FAQ)
|
2014-06-05 19:53:09 +02:00 |
|
Sébastien Helleu
|
8b655a2552
|
doc: update auto-generated files with IRC commands
|
2014-05-26 07:58:44 +02:00 |
|
Sébastien Helleu
|
dc0229617a
|
doc: use .asciidoc extension instead of .txt for doc files
|
2014-05-25 12:47:24 +02:00 |
|
Sébastien Helleu
|
ae76d76a96
|
doc: update auto-generated files with hdata
|
2014-05-25 08:49:33 +02:00 |
|
Sébastien Helleu
|
7aaf3be15b
|
api: add argument "flags" in function hdata_new_list
|
2014-05-24 18:03:14 +02:00 |
|
Sébastien Helleu
|
507d58f158
|
doc: add Mac OS X info in question about SSL connection to IRC servers (FAQ)
|
2014-05-19 20:03:29 +02:00 |
|
Sébastien Helleu
|
d38d961394
|
core: add option "send" in command /input (send text to a buffer)
|
2014-05-13 22:40:46 +02:00 |
|
Sébastien Helleu
|
32edff0fa5
|
core: add option "-buffer" in command /command (closes #67)
|
2014-05-13 22:12:19 +02:00 |
|
Sébastien Helleu
|
57781e6b0d
|
irc: make reason optional in command /kill
|
2014-05-12 23:10:30 +02:00 |
|
Sébastien Helleu
|
cdab55aa05
|
api: change type of arguments displayed/highlight in hook_print callback from string to integer (in scripts)
|
2014-05-10 08:26:56 +02:00 |
|
Sébastien Helleu
|
432ecaa9f4
|
relay: add message "_buffer_cleared"
|
2014-05-08 14:36:23 +02:00 |
|
Sébastien Helleu
|
36d519acb0
|
irc: add support of message 324 (channel modes) in option irc.look.display_join_message (closes #75)
|
2014-05-08 11:55:18 +02:00 |
|
Sébastien Helleu
|
117dca056d
|
core: add support of '!' for tags in /help filter
|
2014-05-08 11:01:07 +02:00 |
|
Sébastien Helleu
|
37ad9e3684
|
irc: add option irc.look.join_auto_add_chantype (closes #65)
|
2014-05-06 21:25:31 +02:00 |
|
Sébastien Helleu
|
7f1cd19b45
|
core: change default key for bare display from alt-'!' to alt-'l'
|
2014-05-04 17:35:22 +02:00 |
|
Sébastien Helleu
|
33450ddb8b
|
Version 1.0-dev
Yeah \o/
|
2014-04-30 19:43:56 +02:00 |
|
stfn
|
cf89b22de0
|
doc: fix prototype of function weechat_hashtable_dup (plugin API reference)
|
2014-04-28 19:48:43 +02:00 |
|
Sébastien Helleu
|
93e4b5e4bf
|
doc: add chapter about IRC private messages in quickstart guide
|
2014-04-22 21:11:52 +02:00 |
|
Sébastien Helleu
|
c760098647
|
core: add non-breaking spaces in French translations
|
2014-04-20 09:25:40 +02:00 |
|
Sébastien Helleu
|
1d7b44202a
|
irc: fix description of arguments in infolist "irc_nick"
Only the nick is optional is this infolist (server and channel are required).
|
2014-04-17 23:31:50 +02:00 |
|
Sébastien Helleu
|
417811ba01
|
irc: add alias "whois" for target buffer of messages 401/402 (closes #54)
|
2014-04-13 11:22:22 +02:00 |
|
Sébastien Helleu
|
a311764d12
|
relay: add signal "relay_client_auth_ok" for irc and weechat protocols
|
2014-04-13 08:27:27 +02:00 |
|
Sébastien Helleu
|
34723d2acc
|
api: allow wildcard "*" inside the mask in function string_match
|
2014-04-12 23:07:06 +02:00 |
|
Sébastien Helleu
|
7618fdd240
|
core: use lower case for CMake keywords
|
2014-04-12 18:00:27 +02:00 |
|
Sébastien Helleu
|
51d18c92e5
|
charset: fix /help charset.default.decode
The charset is used only when the message is not UTF-8 valid.
|
2014-04-12 17:32:33 +02:00 |
|
Sébastien Helleu
|
62df708fdc
|
core: add tag "host_xxx" in /help filter
|
2014-04-12 13:25:58 +02:00 |
|
Sébastien Helleu
|
1abdde6be5
|
trigger: add variable "tg_tag_host" (from tag "host_xxx" in message)
|
2014-04-12 13:23:26 +02:00 |
|
Sébastien Helleu
|
dea2960d13
|
core: add option "-current" in command /print
|
2014-04-12 08:59:06 +02:00 |
|
Sébastien Helleu
|
0866bc7e6d
|
xfer: fix help of option xfer.file.convert_spaces
|
2014-04-12 08:32:31 +02:00 |
|