756 Commits

Author SHA1 Message Date
Sebastien Helleu
b40ea94a49 Add custom completion for aliases (task #9479) 2010-03-21 18:30:51 +01:00
Sebastien Helleu
c0d050f7cc Update german translations 2010-03-21 10:14:05 +01:00
Jiri Golembiovsky
6b4aaef396 Updated czech translation 2010-03-21 01:11:25 +01:00
Sebastien Helleu
7925b2d242 Refresh screen when exiting WeeChat (to display messages printed after /quit) 2010-03-20 17:09:07 +01:00
Sebastien Helleu
2801b8437c Reformat multi-line comments 2010-03-19 23:33:14 +01:00
Sebastien Helleu
bc3fa9fd4c Move /away command from irc plugin to core 2010-03-19 19:28:19 +01:00
Sebastien Helleu
feb51fbca4 Fix display of host in IRC message 333 (channel topic) 2010-03-14 16:48:15 +01:00
Jiri Golembiovsky
ab9d1480f6 Updated czech translation 2010-03-13 20:51:59 +01:00
Sebastien Helleu
86b1ab20b5 Display IRC command 324 (channel modes) on server buffer if channel is not open 2010-03-11 10:23:34 +01:00
Jiri Golembiovsky
788df1089b Updated czech translations 2010-03-06 00:21:19 +01:00
Sebastien Helleu
1db7ef859c Update german translations 2010-03-04 11:06:37 +01:00
Sebastien Helleu
4faa3c772b Add new option weechat.look.read_marker_always_show 2010-03-03 22:19:51 +01:00
Sebastien Helleu
0543b0ccc7 Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API 2010-03-02 17:34:49 +01:00
Sebastien Helleu
873bcfc9f0 Add command line option "-s" (or "--no-script") to start WeeChat without loading any script 2010-02-26 11:36:41 +01:00
Sebastien Helleu
3d3dc1593d Allow script commands to reload only one script 2010-02-23 10:51:59 +01:00
Sebastien Helleu
cdf990fced Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001) 2010-02-19 16:21:36 +01:00
Sebastien Helleu
3cf7b4e696 Update german translations 2010-02-19 07:57:08 +01:00
Sebastien Helleu
d2ec8d133d Add mechanism DH-BLOWFISH for SASL authentication with IRC server 2010-02-18 22:02:55 +01:00
Sebastien Helleu
341551f2f2 Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
2010-02-15 11:51:44 +01:00
Sebastien Helleu
922e67cabd Add description of arguments for API functions hook_info and hook_infolist 2010-02-12 17:15:30 +01:00
Sebastien Helleu
4b6bd6a923 Update german and polish translations 2010-02-10 11:32:59 +01:00
Sebastien Helleu
3799d2c2a5 Add "version_number" for API function weechat_info_get to get WeeChat version as number 2010-02-10 11:21:25 +01:00
Sebastien Helleu
7850668327 Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914) 2010-02-09 17:19:14 +01:00
Sebastien Helleu
daee18621e Rename command /silence to /mute 2010-02-09 13:21:05 +01:00
Sebastien Helleu
71d77a5890 Add new command /silence 2010-02-09 12:40:19 +01:00
Sebastien Helleu
bd1b6c1794 Add option irc.look.item_nick_prefix, rename some IRC options for bar items 2010-02-06 12:14:45 +01:00
Sebastien Helleu
69b53c8f3d Add IRC command /map 2010-02-02 15:39:04 +01:00
Sebastien Helleu
fbc1c2a9b1 Add tip about addresses and another example in /help server 2010-02-02 15:25:03 +01:00
Sebastien Helleu
5aa82a85e3 Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961) 2010-02-02 13:56:35 +01:00
Sebastien Helleu
f33eaee78f Update gettext commands to produce same output as autotools, display statistics for po files 2010-02-01 22:12:50 +01:00
Sebastien Helleu
b868eaee2a Update italian translations 2010-01-27 18:34:04 +01:00
Sebastien Helleu
dfa0500b12 Update german translations 2010-01-26 23:12:44 +01:00
Sebastien Helleu
99bfdfd2ff Add signal "day_changed", allow date format in logger options path and mask (task #9430) 2010-01-26 16:36:55 +01:00
Sebastien Helleu
309e8eadab Version 0.3.2-dev 2010-01-23 12:20:06 +01:00
Sebastien Helleu
94eda3fe67 Version 0.3.1 2010-01-23 10:30:13 +01:00
Sebastien Helleu
40ef50d737 Update italian translations 2010-01-22 22:18:32 +01:00
Sebastien Helleu
f74a2784de Update polish translations 2010-01-22 18:36:33 +01:00
Sebastien Helleu
382138940a Fix typo in italian translation 2010-01-22 15:33:23 +01:00
Sebastien Helleu
f3e18c95bd Update spanish translations 2010-01-22 12:55:11 +01:00
Sebastien Helleu
660fe522a1 Update italian translations 2010-01-20 12:32:26 +01:00
Sebastien Helleu
7526c3c7c0 Update german translations 2010-01-19 13:57:48 +01:00
Sebastien Helleu
dac4764394 Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer plugin (bug #28658) 2010-01-18 10:43:55 +01:00
Sebastien Helleu
da40c8d33c Update FAQ and translations 2010-01-17 16:32:49 +01:00
Sebastien Helleu
2eb82a08b1 Add new IRC output queue for messages with low priority (like automatic CTCP replies), high priority is given to user messages or commands 2010-01-17 15:56:28 +01:00
Sebastien Helleu
9595fa75b2 Update german/polish FAQ and polish translations 2010-01-17 14:29:09 +01:00
Sebastien Helleu
06083e7d5b Update spanish translations 2010-01-15 09:07:18 +01:00
Sebastien Helleu
c775f8474d Update german translations 2010-01-14 15:52:03 +01:00
Sebastien Helleu
4209930399 Enhancements on IRC CTCP messages (display if CTCP is blocked, new config options to control display of CTCP messages/replies)
That includes:
- display "(blocked)" if CTCP is blocked
- new option "irc.look.display_ctcp_blocked" to display blocked CTCP,
- new option "irc.look.display_ctcp_reply" to display CTCP reply sent by WeeChat,
- new option "irc.look.display_ctcp_unknown" to display unknown CTCP received.
2010-01-14 10:37:10 +01:00
Sebastien Helleu
1b829eed77 Update italian translations 2010-01-10 21:22:08 +01:00
Sebastien Helleu
ad54188213 Update german translations 2010-01-08 22:43:01 +01:00