summaryrefslogtreecommitdiff
path: root/doc/en/autogen
AgeCommit message (Collapse)Author
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on ↵Sebastien Helleu
IRC server (CertFP) (task #7492) (patch from kolter)
2009-11-06Fix typos in translationsSebastien Helleu
2009-10-29Add partial irc-proxy feature to relay pluginSebastien Helleu
2009-10-14Fix bug with URL selection in some terminals (caused by horizontal lines) ↵Sebastien Helleu
(bug #27700)
2009-10-10Add IRC commands /samode, /sanick, /sapart, /saquitSebastien Helleu
2009-10-10Add IRC command /sajoin (task #9770)Sebastien Helleu
2009-10-09Add script prototypes and examples in plugin API referenceSebastien Helleu
2009-10-05Add option grab_key_command for /input (bound by default to alt-k)Sebastien Helleu
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command
2009-10-02New expansions for alias arguments ($n, $-m, $n-, $n-m, $*, $~) (patch #6917)Sebastien Helleu
2009-09-30Allow /unalias to remove multiple aliases (patch #6926)Sebastien Helleu
2009-09-30Allow use of wildcards for /alias list (patch #6925)Sebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2009-09-04Fix typos in some messagesSebastien Helleu
2009-08-29Add 2 new options: weechat.look.prefix_align_more and ↵Sebastien Helleu
weechat.look.prefix_buffer_align_more
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-08-28Add 2 new completions (irc_server_channels and irc_server_privates), improve ↵Sebastien Helleu
completion of command /invite
2009-08-17Update translationsSebastien Helleu
2009-08-09Fix typo: explicitely -> explicitlySebastien Helleu
2009-08-09Remove obsolete option weechat.color.input_nickSebastien Helleu
2009-08-06Fix typo: mispelled -> misspelledSebastien Helleu
2009-07-27Allow no argument for command /join when /part was issued on current channelSebastien Helleu
2009-07-22Add new option weechat.look.search_text_not_found_alertSebastien Helleu
2009-07-09Add note about special chars that must be escaped in /help filterSebastien Helleu
2009-07-09Remove obsolete option weechat.color.nicklist_separatorSebastien Helleu
2009-06-25Add options irc.look.open_channel/pv_near_serverSebastien Helleu
2009-06-23Add new option irc.color.item_channel_modesSebastien Helleu
2009-06-17Fix translation bug in help of command /inputSebastien Helleu
2009-06-17Remove "/server switch" from doc and completion templateSebastien Helleu
2009-06-14Improve option irc.look.notice_as_pv, new values: auto/never/alwaysSebastien Helleu
This allows private chat with following nicks: nickserv/chanserv/memoserv.
2009-06-14Remove jabber plugin (will be replaced by script)Sebastien Helleu
2009-06-14Add color for channel IRC notices (patch #6841)Sebastien Helleu
2009-06-14Add new option weechat.look.hotlist_names_merged_buffersSebastien Helleu
2009-06-14Add option "-merged" for /buffer clearSebastien Helleu
2009-06-11Add option irc.look.item_display_server to display server with plugin or ↵Sebastien Helleu
name in status bar
2009-06-11Fix typo with plural of "ignore"Sebastien Helleu
2009-06-10Add infolist with commands historySebastien Helleu
2009-06-10Fix help of /wait command (missing '/' in examples)Sebastien Helleu
2009-06-10Rename option weechat.completion.nick_completor to nick_completerSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-06-02Add note about ports < 1024 (reserved for root) for listening ports (options ↵Sebastien Helleu
xfer.network.port_range and relay.network.listen_port_range)
2009-06-02Add note about alt+k for binding keys in /help keySebastien Helleu
2009-05-28Add color for bar item "away" (irc.color.item_away)Sebastien Helleu
2009-05-28Convert all docs to asciidoc format, add scripting guideSebastien Helleu
2009-05-19New default value "0" for option irc.network.lag_disconnect (do not ↵Sebastien Helleu
disconnect on high lag)
2009-05-19Add new command /wait (schedule a command execution in future)Sebastien Helleu
2009-05-18Add argument with buffer number/range for command "/buffer close" (task ↵Sebastien Helleu
#9390, task #7239)
2009-05-18Add option weechat.look.jump_previous_buffer_when_closingSebastien Helleu
2009-05-18Add option weechat.history.max_visited_buffersSebastien Helleu
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-05-12Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵Sebastien Helleu
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N