summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if opt...Sebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks moni...Sebastien Helleu
2013-05-18api: do not display a warning by default when loading a script with a license...Sebastien Helleu
2013-05-16doc: update italian docsMarco Paolone
2013-05-14core: fix typo in commentSebastien Helleu
2013-05-12irc: fix refresh of nick in input bar when joining a new channel with op stat...Sebastien Helleu
2013-05-11Version 0.4.1-rc2Sebastien Helleu
2013-05-11irc: remove tag "notify_private" from notices received before message 001Sebastien Helleu
2013-05-09doc: fix typo in user's guide (thanks to faen)Sebastien Helleu
2013-05-07python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ...Sebastien Helleu
2013-05-06doc: update polish translations and docsKrzysztof Koroscik
2013-05-06irc: fix display of CTCP messages that contain bold attribute (bug #38895)Sebastien Helleu
2013-05-04doc: update german translations and docsNils Görs
2013-05-04doc: update japanese translations and docsRyuunosuke Ayanokouzi
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-05-03core: add options weechat.look.prefix_align_more_after and weechat.look.prefi...Sebastien Helleu
2013-05-02doc: update german translations and user's guideNils Görs
2013-05-02doc: update auto-generated files with optionsSebastien Helleu
2013-05-01doc: add relay message "_nicklist_diff" in NEWSSebastien Helleu
2013-05-01relay: remove temporary option "nicklistdiff" (in command init), send nicklis...Sebastien Helleu
2013-05-01core: fix display of long lines without time (message beginning with two tabs)Sebastien Helleu
2013-05-01Version 0.4.1-rc1Sebastien Helleu
2013-05-01Merge branch 'dynamic-nick-prefix-suffix'Sebastien Helleu
2013-05-01doc: add IRC SASL "dh-aes" mechanism in user's guideSebastien Helleu
2013-05-01core: update translationsSebastien Helleu
2013-05-01irc: add support of "dh-aes" SASL mechanism (patch #8020)Elizabeth Myers
2013-05-01doc: update german auto-generated file with WeeChat commandsSebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
2013-04-28irc: fix duplicate nick completion when someone rejoins the channel with same...Sebastien Helleu
2013-04-27script: do not search by license and author in /script search (thanks to Nils...Sebastien Helleu
2013-04-25core: fix typo in /help evalSebastien Helleu
2013-04-24core: reset scroll in window before zooming on a merged buffer (bug #38207)Sebastien Helleu
2013-04-23irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)Sebastien Helleu
2013-04-21relay: fix typo in error displayed by command /relay delSebastien Helleu
2013-04-21irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-21doc: fix typo in python example of function hdata_move (plugin API reference)Sebastien Helleu
2013-04-21doc: add missing functions in scripting guideSebastien Helleu
2013-04-20ruby: fix crash in function hdata_moveSebastien Helleu
2013-04-20guile: fix crash in function hdata_moveSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop co...Sebastien Helleu
2013-04-16doc: update german translations and docsNils Görs
2013-04-14doc: rename link "256_colors" to "use_256_colors" in FAQ (anchor names beginn...Sebastien Helleu
2013-04-12api: fix connection to servers with hook_connect on OS X (bug #38496)Sebastien Helleu
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef...Sebastien Helleu
2013-04-10irc: fix crash on command "/allchan /close"Sebastien Helleu
2013-03-29doc: fix C example of function weechat_nicklist_get_next_item (plugin API ref...stfn
2013-03-29core: use layout saved when option weechat.look.save_layout_on_exit is enable...Sebastien Helleu
2013-03-29core: fix uninitialized variable when saving layout for windows in upgradeSebastien Helleu
2013-03-25xfer: add option xfer.file.auto_accept_nicks (patch #7962)Andrew Potter