

GitHub - weechat/weechat: The extensible chat client.
source link: https://github.com/weechat/weechat
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.adoc
WeeChat
WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and light, designed for many operating systems. It is highly customizable and extensible with scripts.
Homepage: https://weechat.org/
Features
-
Modular chat client: WeeChat has a lightweight core and optional plugins. All plugins (including IRC) are independent and can be unloaded.
-
Multi-platform: WeeChat runs on GNU/Linux, *BSD, GNU/Hurd, Mac OS X and Windows (Bash/Ubuntu and Cygwin).
-
Multi-protocols: WeeChat is designed to support multiple protocols by plugins, like IRC.
-
Standards-compliant: the IRC plugin is compliant with RFCs 1459, 2810, 2811, 2812 and 2813.
-
Small, fast and very light: the core is and should stay as light and fast as possible.
-
Customizable and extensible: there are a lot of options to customize WeeChat, and it is extensible with C plugins and scripts (Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP).
-
Fully documented: there is comprehensive documentation, which is translated into several languages.
-
Developed from scratch: WeeChat was built from scratch and is not based on any other client.
-
Free software: WeeChat is released under GPLv3.
Other screenshots are on this page.
Install
Dependencies
Following packages are required:
-
CMake
-
libncurses
-
libcurl
-
zlib
-
libgcrypt
Following packages are optional:
-
for i18n: gettext
-
for SSL: gnutls, ca-certificates
-
for spell checking: aspell
-
for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript), php
-
for building doc and man page: asciidoctor
-
for building tests: C++ compiler, CppUTest
For a complete list of dependencies and versions recommended, please look at user’s guide.
Compile
WeeChat can be built with CMake (recommended) or autotools.
Only CMake is officially supported to build WeeChat. You should only use
autotools if you are not able to use CMake.
Building with autotools requires more dependencies and is slower than with CMake.
-
Installation in system directories (requires root privileges):
$ mkdir build $ cd build $ cmake .. $ make $ sudo make install
-
Installation in custom directory (for example your home):
$ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/directory $ make $ make install
For more information or installation with autotools, please look at user’s guide.
Run tests
Following packages are required to compile tests:
-
libcpputest-dev
-
C++ compiler
Tests must be enabled when compiling WeeChat:
$ cmake .. -DENABLE_TESTS=ON
They can be launched after compilation from the build directory:
$ ctest -V
Copyright
Copyright © 2003-2018 Sébastien Helleu <[email protected]>
This file is part of WeeChat, the extensible chat client.
WeeChat is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
WeeChat is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with WeeChat. If not, see http://www.gnu.org/licenses/.
Recommend
-
165
Guzzle, PHP HTTP client Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. Simple interface for building query strings, POST requests, streaming large uploads, str...
-
71
weechat.el - Chat via Weechat in Emacs Please note: This README is work in progress. A more detailed documentation will follow. weechat.el requires Emacs 24 and s.el....
-
95
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 80 million projects.
-
66
-
9
WeeChat操作各种聊天软件 WeeChat 把Facebook Messenger、Google Hangouts、IRC、QQ、Telegram、Twitter、微信等整合起来,用同一个客户端WeeChat控制。配置文件:
-
7
How to Set Up WeeChat on NixOS Internet Relay Chat (IRC) is the king of chats. It is the grandfather of nearly every chat protocol and program you use today. It has been...
-
8
Chat Bubbles are coming to Microsoft Teams client for WindowsMicrosoft Teams is getting another new feature in June 2021, which will be known as "Chat Bubbles". According to the Microsoft 365 Roadmap (Feature ID: 65948...
-
18
Chatterino 2
-
7
-
9
Configure WeeChat WebSocket relay with TLS 2021-12-01 This is a short guide how to setup WeeChat WebSocket relay protocol with TLS encryption. The relay protocol is great since it al...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK