summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-23core: optimize search of options in configuration sectionsSébastien Helleu
Since options are sorted in sections, it is faster to search from the last option to the first one. For configuration files with many options in a single section (like plugins.conf), the load of configuration file is about 2 to 3x faster.
2019-10-22doc: add keys to type for the example message with color codes (user's guide)Sébastien Helleu
2019-10-21core: fix typo in French translation of /help fsetSébastien Helleu
2019-10-20debian: disable javascript plugin on Ubuntu FocalSébastien Helleu
2019-10-14core: fix scrolling up in bare mode when switched to bare mode at the top of ↵Sébastien Helleu
the buffer (closes #899, issue #978)
2019-10-13doc: update German auto-generated fileSébastien Helleu
2019-10-13core: update German translationsNils Görs
2019-10-13core: add info about Python 3 and strings in release notesSébastien Helleu
2019-10-13doc: fix typo in scripting guideSébastien Helleu
2019-10-12doc: fix language in links to plugin API reference (scripting guide)Sébastien Helleu
2019-10-12doc: add links on signals and hsignals (plugin API reference)Sébastien Helleu
2019-10-12python: send "bytes" instead of "str" to callbacks in Python 3 when the ↵Sébastien Helleu
string is not UTF-8 valid (issue #1220, closes #1389)
2019-10-12core: add reverse of string for screen in evaluation of expressions with ↵Sébastien Helleu
"revscr:"
2019-10-11doc: update German auto-generated fileSébastien Helleu
2019-10-11core: update German translationsNils Görs
2019-10-11irc: add option irc.look.display_pv_warning_address (closes #892)Sébastien Helleu
If the address of remote nick changes in a private buffer, a warning is displayed.
2019-10-10doc: add value -1 for notify level in function hook_line (plugin API reference)Sébastien Helleu
2019-10-09irc: add server option "ssl_password" (issue #115, issue #1416)Sébastien Helleu
2019-10-09core: update translations (issue #115, issue #1416)Sébastien Helleu
2019-10-09irc: add server option ssl_password for SSL certificate private key password ↵Simmo Saan
(closes #115)
2019-10-09irc: fix compiler warning on uninitialized variableSébastien Helleu
2019-10-08core: add German translations in weechat.desktopNils Görs
2019-10-08doc: add value -1 for notify level in trigger of type line (user's guide)Sébastien Helleu
2019-10-07core: update ChangeLog (issue #982, issue #408)Sébastien Helleu
2019-10-07core: add keywords in weechat.desktop (issue #982, issue #408)Sébastien Helleu
2019-10-07core: add French translations in weechat.desktop (issue #982, issue #408)Sébastien Helleu
2019-10-07core: install weechat.desktop with autotools (issue #982, issue #408)Sébastien Helleu
2019-10-07core: add a desktop file (closes #982, closes #408)Lucas Hoffmann
2019-10-06core: ensure completion_item is not NULL before using itSébastien Helleu
2019-10-06core: fix crash in completion of filenamesSébastien Helleu
2019-10-06doc: update German auto-generated filesSébastien Helleu
2019-10-06doc: fix chapter on IRC server connection in quickstart guideSébastien Helleu
2019-10-06core: update ChangeLog (closes #630)Sébastien Helleu
2019-10-06core: fix long linesSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/630'Sébastien Helleu
2019-10-06core: update ChangeLog (closes #610, closes #617, closes #619)Sébastien Helleu
2019-10-06core: fix line too long, add comment on argument "with_suffix"Sébastien Helleu
2019-10-06core: count suffix in alignment computed for context infoSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/619'Sébastien Helleu
2019-10-06Merge pull request #1415 from ingank/doc-de-improve-prSébastien Helleu
doc: update German documentation
2019-10-06doc: update German documentationIngolf Ankert
Reviewed: from @flashcode
2019-10-06Merge pull request #1414 from ingank/improve-po-deSébastien Helleu
core: update German translations
2019-10-06doc: update German documentationIngolf Ankert
fix: typos in doc/de/weechat_faq.de.adoc fix: typos, spelling, grammar in doc/de/weechat_quickstart.de.adoc
2019-10-06core: update German translationsIngolf Ankert
2019-10-06logger: fix write in log file if it has been deleted or renamed (closes #123)Sébastien Helleu
2019-10-06doc: translate description of logger masks in user's guideSébastien Helleu
2019-10-06Merge pull request #1413 from FiXato/patch-2Sébastien Helleu
Added introductory description of Logger masks
2019-10-06doc: fix styles in plugin API referenceSébastien Helleu
2019-10-06irc: use path from option xfer.file.upload_path to complete filename in ↵Sébastien Helleu
command "/dcc send" (closes #60)
2019-10-06core: add optional default path (evaluated) in completion "filename" (issue #60)Sébastien Helleu