summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-10Version 0.3.4-rc1Sebastien Helleu
2010-12-09Fix infinite loop in API function string_has_highlight_regex if regex is emptySebastien Helleu
2010-12-09Add option "-switch" to commands /connect and /reconnectSebastien Helleu
2010-12-09Allow /reconnect on servers that are not currently connectedSebastien Helleu
2010-12-08Update german translations and user guideSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-12-07Remove unneeded variable name "position" in gui-bar-window.hSebastien Helleu
2010-12-07Update required version of asciidoc to build doc (now 8.5.0)Sebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API refer...Sebastien Helleu
2010-12-06Fix unstranslated string in french user guideSebastien Helleu
2010-12-06Add doc about relay plugin in user guideSebastien Helleu
2010-12-06Add some custom css styles for asciidocSebastien Helleu
2010-12-06Remove css files from .gitignoreSebastien Helleu
2010-12-06Enable compilation of Relay plugin by defaultSebastien Helleu
2010-12-06Add example for irc proxy in /help relaySebastien Helleu
2010-12-04Update italian translations, FAQ and plugin API referenceSebastien Helleu
2010-12-04Fix typos in scripting guideSebastien Helleu
2010-12-03Update german translations and FAQSebastien Helleu
2010-12-02Add question about key to jump to buffer 11 (or higher) in FAQSebastien Helleu
2010-12-02Allow channel argument without user/host for IRC command /banSebastien Helleu
2010-12-02Replace "receiver" by "target" in help of some IRC commandsSebastien Helleu
2010-12-01Call to hook_config when config option is createdSebastien Helleu
2010-11-29Fix /help notice: receiver can be nick or channelSebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-11-28Add question about IRC SSL connection in FAQSebastien Helleu
2010-11-28Use tag "no_highlight" for options/values printed by command /setSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-24Fix problem with /set on boolean options with value "toggle"Sebastien Helleu
2010-11-21Fix warning in irc-message.hSebastien Helleu
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-20Update german translationsSebastien Helleu
2010-11-19Update list of contributorsSebastien Helleu
2010-11-19Fix high CPU usage during gnutls handshakeSebastien Helleu
2010-11-19Add some tags in FAQ to filter IRC messages displayed when joining channelSebastien Helleu
2010-11-19Return an error when trying to set boolean option with invalid valueSebastien Helleu
2010-11-18Add note about comma and "+" in help of options weechat.bar.xxx.itemsSebastien Helleu
2010-11-18Update user guideSebastien Helleu
2010-11-18Add note about strftime in help of options weechat.look.buffer_time_format an...Sebastien Helleu
2010-11-18Fix infinite loop on gnutls handshake when connecting with SSL to server on w...Gu1ll4um3r0m41n
2010-11-14Fix data sent to callback of hook_process, improve hook_process by using bufferSebastien Helleu
2010-11-13Add partial portuguese translations (pt_BR.po)Sebastien Helleu
2010-11-12Update german translations, FAQ and scripting guideSebastien Helleu
2010-11-12Fix bug with flags on irc raw bufferSebastien Helleu
2010-11-12Fix dcc chat buffer name in xfer plugin (use irc server in name) (bug #29925)Sebastien Helleu
2010-11-12Remove obsolete comments in xfer pluginSebastien Helleu
2010-11-12Fix bug with priority (low/high) for irc messages (all messages were sent wit...Sebastien Helleu
2010-11-12Fix upgrade of relay clients in state "disconnected" (do not create any hook ...Sebastien Helleu
2010-11-12Fix color of buffer name in status bar after /upgrade for IRC servers connect...Sebastien Helleu
2010-11-12Set tag "notify_message" for messages sent to IRC channelsSebastien Helleu
2010-11-10Fix dcc file transfer for large files (more than 4 GB) on 32-bit systems (bug...Sebastien Helleu