Age | Commit message (Collapse) | Author |
|
|
|
This fixes a small typo.
|
|
lower case
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parameter `--doc-gen`
Changes:
- build of doc now requires weechat-headless, translations and all plugins
- convert docgen.py to C
- remove `autogen_*` files from repository
- add command line parameter `--doc-gen` in `weechat-headless` to build
autogen files
- build .mo files with directories like the installed ones
(eg: "<lang>/LC_MESSAGES/weechat.mo")
- remove javascript chapter from user's guide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update messages and documentation translations.
|
|
|
|
|
|
|
|
|
|
different case is found (issue #1877)
|
|
|
|
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed:
- "N voices" to "N voiced"
- "N normals" to "N regular"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|