summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-04lua: add detection of Lua 5.4Sébastien Helleu
2021-09-04core: add version 3.2.1Sébastien Helleu
2021-09-04relay: fix crash when decoding a malformed websocket frameSébastien Helleu
2021-09-03core: update German translationsNils Görs
2021-09-03irc: fix send of empty JOIN when connecting to a server with only parted ↵Sébastien Helleu
channels (closes #1638)
2021-08-31core: update translationsSébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers ↵Sébastien Helleu
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers
2021-08-30doc: fix typo in French plugin API referenceSébastien Helleu
2021-08-29core: update ChangeLog (closes #1689)Sébastien Helleu
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function ↵Sébastien Helleu
string_eval_expression
2021-08-16core: ensure python stub is up-to-date in CISébastien Helleu
2021-08-16doc: write python stub on standard outputSébastien Helleu
2021-08-13doc: update German auto-generated fileSébastien Helleu
2021-08-13core: update German translationsNils Görs
2021-08-12irc: add option "-parted" in command /allchan (closes #1685)Sébastien Helleu
2021-08-11core: add terminal and color info in output of /debug colorSébastien Helleu
2021-08-10doc: update German auto-generated fileSébastien Helleu
2021-08-10core: update German translationsNils Görs
2021-08-08core: switch to PHP 8.0 in CISébastien Helleu
2021-08-08doc: update auto-generated files with hdataSébastien Helleu
2021-08-08irc: save CLIENTTAGDENY from message 005 in server, do not send typing ↵Sébastien Helleu
messages if "typing" client tag is denied
2021-08-08core: update ChangeLog (issue #1668)Sébastien Helleu
2021-08-08php: add ifdef for zend_file_handle.filenameAdam Saponara
2021-08-08php: fix PHP 8+ buildAdam Saponara
2021-08-08php: add detection of PHP 8.0, fix compilation errorsSébastien Helleu
2021-08-07core: add contributor (issue #1656)Sébastien Helleu
2021-08-07core: update ChangeLog (issue #1656)Sébastien Helleu
2021-08-07debian: add Spanish FAQ in Debian packagingSébastien Helleu
2021-08-07doc: add build of Spanish FAQSébastien Helleu
2021-08-07doc: add Spanish version of the FAQVictorhck
2021-08-07doc: fix typo in FAQVictorhck
2021-08-06core: fix decoding of attributes in basic ANSI colors (closes #1678)Sébastien Helleu
2021-08-03irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ↵Sébastien Helleu
#1679)
2021-08-03irc: fix SASL authentication when AUTHENTICATE message is received with a ↵Sébastien Helleu
server name (closes #1679)
2021-08-03api: add random integer number in evaluation of expressions with ↵Sébastien Helleu
"random:min,max"
2021-08-03core: update German translationsNils Görs
2021-08-01irc: display a different message for setname applied on self and other nicks ↵Sébastien Helleu
(closes #1676)
2021-07-12doc: update German documentationNils Görs
2021-07-11doc: rename secured data name in IRC server example (user's guide)Sébastien Helleu
2021-07-10doc: fix columns width in user's guideSébastien Helleu
2021-07-10doc: add chapters on IRC servers, channels, private messages (user's guide)Sébastien Helleu
2021-07-10irc: remove unneeded message about Diffie-Hellman shared secret exchange ↵Sébastien Helleu
during SSL connection to server (closes #857)
2021-07-09core: add lint with bandit in CISébastien Helleu
2021-07-08relay: remove dead assignmentSébastien Helleu
2021-07-04doc: update German auto-generated fileSébastien Helleu
2021-07-04core: add bar item "typing" in status bar by defaultSébastien Helleu
2021-07-04typing: remove trailing space in translated messageSébastien Helleu
2021-07-04core: update German translationsNils Görs
2021-07-04typing: add option typing.look.input_min_charsSébastien Helleu
2021-07-04core: update ChangeLogSébastien Helleu