summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2009-04-01Fix bug with partial completionsSebastien Helleu
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other".
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-29Add missing autogen doc files in makefilesSebastien Helleu
2009-03-29Update docSebastien Helleu
2009-03-26Replace german and french C API doc by english versionSebastien Helleu
2009-03-26Update script API in doc (developer guide)Sebastien Helleu
2009-03-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ↵Sebastien Helleu
utf-8 chars, add function utf8_char_int to API
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-20Fix typo in docSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Fix typo in docSebastien Helleu
2009-03-15Add new option irc.look.display_old_topic to display old topic when channel ↵Sebastien Helleu
topic is changed
2009-03-15Fix typo in developer guideSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of ↵Sebastien Helleu
always forcing it to on (bug #25770)
2009-03-06Add new hook type "process": launch command with fork and catch result ↵Sebastien Helleu
(rc/stdout/stderr) via callback
2009-03-02Make channel optional in IRC command /mode (bug #25735)Sebastien Helleu
2009-02-25Add option "irc.look.topic_strip_colors" to strip topic colors in buffer's ↵Sebastien Helleu
title bar (task #6030)
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-11Add irc and jabber options to display nick modes in input_prompt bar itemSebastien Helleu
2009-02-10Add option "-server" to IRC commands: msg, notice, query, quoteSebastien Helleu
2009-02-10Add irc info "irc_nick" to get current nick on a serverSebastien Helleu
2009-02-08Add help about alias list for /alias command (task #9087)Sebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-02Update doc (missing relay option and update of /filter arguments)Sebastien Helleu
2009-02-02Improve docgen.pl script: write autogen files only if they are differentSebastien Helleu
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-31Update quickstart guidesSebastien Helleu
2009-01-30Update API function weechat_buffer_set in developer guideSebastien Helleu
2009-01-29Fix 2 typos in docSebastien Helleu
2009-01-17Add missing jabber commands in docSebastien Helleu
2009-01-17Remove unused jabber options and jabber servers in autogenerated docSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC ↵Sebastien Helleu
server feature, improve IRC server options, new functions in API
2008-12-24Add bar, command, network and info functions in english developer guideSebastien Helleu
2008-12-19Update doc and translationsSebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-16Add new filling options in /help barSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-13Update doc for /xfer and /relay commandsSebastien Helleu
2008-12-12Add missing keys in doc for previous/next bufferSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-12-04Add nicklist API functions in english developer guideSebastien Helleu
2008-11-29Update doc for hook_print API functionSebastien Helleu
2008-11-29Add current_window function in plugin API, add window functions in english ↵Sebastien Helleu
developer guide
2008-11-28Add some buffer plugin API functions to english developer guideSebastien Helleu
2008-11-27Add new plugin API functions in english developer guideSebastien Helleu