summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
2010-03-23Add examples in /help dcc, update german translationsSebastien Helleu
2010-03-23Remove WeeChat sloganSebastien Helleu
2010-03-23Add note about /unalias in /help aliasSebastien Helleu
2010-03-23Reformat examples in help of some commandsSebastien Helleu
2010-03-22Fix typos in /help window and /help loggerSebastien Helleu
2010-03-22Add list of tags in /help filterSebastien Helleu
2010-03-22Add new option weechat.color.nicklist_offlineSebastien Helleu
2010-03-21Remove IRC commands /forcejoin and /omode (now possible with alias and ↵Sebastien Helleu
custom completion) It is now possible to add such commands with aliases: /alias -completion %%sajoin forcejoin /quote forcejoin /alias -completion %%samode omode /quote omode
2010-03-21Fix typo in /help aliasSebastien Helleu
2010-03-21Add custom completion for aliases (task #9479)Sebastien Helleu
2010-03-21Add new signals "irc_raw_in" and "irc_raw_in2" (sent for all IRC messages, ↵Sebastien Helleu
even if ignored with /ignore)
2010-03-20Add functions string_match, string_has_highlight and string_mask_to_regex in ↵Sebastien Helleu
script plugin API
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-19Move /away command from irc plugin to coreSebastien Helleu
2010-03-13Fix typo: crashs -> crashesSebastien Helleu
2010-03-13Add chapter "Report crashs" in user guideSebastien Helleu
2010-03-09Add questions in FAQ about voice filtering and check of away nicksSebastien Helleu
2010-03-08Add more sections in FAQSebastien Helleu
2010-03-07Add chapter with common tasks in scripting guideSebastien Helleu
2010-03-04Update user guideSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions ↵Sebastien Helleu
string_is_command_char and string_input_for_buffer in plugin and script API
2010-02-26Add command line option "--no-script" in user guideSebastien Helleu
2010-02-23Add link for curses color names in user guideSebastien Helleu
2010-02-23Add WeeChat color name beside IRC color in user guideSebastien Helleu
2010-02-23Allow script commands to reload only one scriptSebastien Helleu
2010-02-20Add question about meta keys in FAQSebastien Helleu
2010-02-20Minor updates in FAQ and user guideSebastien Helleu
2010-02-20Add parentheses around exponents in user guide and plugin API referenceSebastien Helleu
2010-02-19Add list of packages (required or optional) to build WeeChat in user guideSebastien Helleu
2010-02-19Add option irc.network.connection_timeout (timeout between TCP connection to ↵Sebastien Helleu
server and reception of message 001)
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-02-16Add function "string_decode_base64" in plugin APISebastien Helleu
2010-02-15Add SASL authentication in IRC plugin (task #8829), add function ↵Sebastien Helleu
"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-12Add description of arguments for API functions hook_info and hook_infolistSebastien Helleu
2010-02-11Add IRC message 301 in user guide, for target buffer of messagesSebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat ↵Sebastien Helleu
version as number
2010-02-10Fix example of weechat_info_get in plugin API referenceSebastien Helleu
2010-02-09Add missing argument for weechat_hook_completion in plugin API referenceSebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for ↵Sebastien Helleu
date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-02-06Add option irc.look.item_nick_prefix, rename some IRC options for bar itemsSebastien Helleu
2010-02-04Add signal "xfer_ended" in plugin API referenceSebastien Helleu
2010-02-03Fix typo in user guideSebastien Helleu
2010-02-02Add option "switch_active_buffer_previous" for command /input (task #10141)Sebastien Helleu
2010-02-02Add IRC command /mapSebastien Helleu
2010-02-02Add tip about addresses and another example in /help serverSebastien Helleu
2010-02-02Add option irc.look.display_channel_modes_hide_key to hide channel key in ↵Sebastien Helleu
channel modes (bug #23961)
2010-02-01Fix python example of hook_signal in plugin API referenceSebastien Helleu
2010-01-26Add signal "day_changed", allow date format in logger options path and mask ↵Sebastien Helleu
(task #9430)