Reformat and add comments for description of C sources

This commit is contained in:
Sebastien Helleu 2010-04-08 18:15:00 +02:00
parent 9394a78e39
commit 31bfcf96c7
121 changed files with 371 additions and 121 deletions

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-backtrace.c: display backtrace after a segfault */
/*
* wee-backtrace.c: display backtrace after a segfault
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-command.c: WeeChat commands */
/*
* wee-command.c: WeeChat core commands
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-config-file.c: manages options in configuration files */
/*
* wee-config-file.c: configuration files/sections/options management
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-config.c: WeeChat configuration options */
/*
* wee-config.c: WeeChat configuration options (file weechat.conf)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-debug.c: some debug functions for WeeChat */
/*
* wee-debug.c: debug functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-hook.c: WeeChat hooks management */
/*
* wee-hook.c: WeeChat hooks management
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-infolist.c: manages info lists */
/*
* wee-infolist.c: info lists management
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-input.c: default callback function to read user input */
/*
* wee-input.c: default callback function to read user input
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-list.c: sorted lists management */
/*
* wee-list.c: sorted lists management
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-log.c: WeeChat log file */
/*
* wee-log.c: WeeChat log file
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-network.c: network functions for WeeChat */
/*
* wee-network.c: network functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-proxy.c: proxy functions */
/*
* wee-proxy.c: proxy functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-string.c: string functions for WeeChat */
/*
* wee-string.c: string functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-upgrade-file.c: save/restore data for upgrading WeeChat */
/*
* wee-upgrade-file.c: save/restore data for upgrading WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-upgrade.c: save/restore session data */
/*
* wee-upgrade.c: save/restore session data of WeeChat core
* (buffers, command history, hotlist, uptime)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-utf8.c: UTF-8 string functions for WeeChat */
/*
* wee-utf8.c: UTF-8 string functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* wee-util.c: some useful functions for WeeChat */
/*
* wee-util.c: some useful functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -31,7 +31,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat.c: core functions for WeeChat */
/*
* weechat.c: core functions for WeeChat
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-bar-window.c: bar window functions for Curses GUI */
/*
* gui-curses-bar-window.c: bar window functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-chat.c: chat display functions for Curses GUI */
/*
* gui-curses-chat.c: chat display functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-color.c: color functions for Curses GUI */
/*
* gui-curses-color.c: color functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-keyboard.c: keyboard functions for Curses GUI */
/*
* gui-curses-keyboard.c: keyboard functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-main.c: main loop for Curses GUI */
/*
* gui-curses-main.c: main loop for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-curses-window.c: window display functions for Curses GUI */
/*
* gui-curses-window.c: window display functions for Curses GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-bar-window.c: bar window functions for Gtk GUI */
/*
* gui-gtk-bar-window.c: bar window functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-chat.c: chat display functions for Gtk GUI */
/*
* gui-gtk-chat.c: chat display functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-color.c: color functions for Gtk GUI */
/*
* gui-gtk-color.c: color functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-keyboard.c: keyboard functions for Gtk GUI */
/*
* gui-gtk-keyboard.c: keyboard functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-main.c: main loop for Gtk GUI */
/*
* gui-gtk-main.c: main loop for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-gtk-window.c: window display functions for Gtk GUI */
/*
* gui-gtk-window.c: window display functions for Gtk GUI
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-bar-item.c: bar item functions, used by all GUI */
/*
* gui-bar-item.c: bar item functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-bar-window.c: bar window functions, used by all GUI */
/*
* gui-bar-window.c: bar window functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-bar.c: bar functions, used by all GUI */
/*
* gui-bar.c: bar functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-buffer.c: buffer functions, used by all GUI */
/*
* gui-buffer.c: buffer functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-chat.c: chat functions, used by all GUI */
/*
* gui-chat.c: chat functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-color.c: color functions, used by all GUI */
/*
* gui-color.c: color functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-completion.c: word completion according to context */
/*
* gui-completion.c: word completion according to context (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-filter.c: filter functions, used by all GUI */
/*
* gui-filter.c: filter functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-history.c: memorize commands or text for buffers */
/*
* gui-history.c: memorize commands or text for buffers (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-hotlist.c: hotlist management (buffers with activity) */
/*
* gui-hotlist.c: hotlist management (list of buffers with activity)
* (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-input.c: input functions, used by all GUI */
/*
* gui-input.c: input functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-keyboard: keyboard functions, used by all GUI */
/*
* gui-keyboard: keyboard functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-layout.c: layout functions, used by all GUI */
/*
* gui-layout.c: layout functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-line.c: line functions, used by all GUI */
/*
* gui-line.c: line functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-nicklist.c: nicklist functions, used by all GUI */
/*
* gui-nicklist.c: nicklist functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* gui-window.c: window functions, used by all GUI */
/*
* gui-window.c: window functions (used by all GUI)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* alias-config.c: alias configuration options */
/*
* alias-config.c: alias configuration options (file alias.conf)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* alias-info.c: info and infolist hooks for alias plugin */
/*
* alias-info.c: info and infolist hooks for alias plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* alias.c: Alias plugin for WeeChat */
/*
* alias.c: alias plugin for WeeChat: create "alias" commands to run other
* commands
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-aspell-config.c: aspell configuration options */
/*
* weechat-aspell-config.c: aspell configuration options (file aspell.conf)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-aspell-speller.c: speller management for aspell plugin */
/*
* weechat-aspell-speller.c: speller management for aspell plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-aspell.c: aspell plugin for WeeChat */
/*
* weechat-aspell.c: aspell plugin for WeeChat: use color to show mispelled
* words in input line
*/
#include <stdio.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* charset.c: Charset plugin for WeeChat */
/*
* charset.c: charset plugin for WeeChat: encode/decode strings to other
* charset, depending on buffer
*/
#include <stdio.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* demo.c: demo plugin for WeeChat */
/*
* demo.c: demo plugin for WeeChat
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* fifo-info.c: info and infolist hooks for fifo plugin */
/*
* fifo-info.c: info and infolist hooks for fifo plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* fifo.c: FIFO pipe plugin for WeeChat remote control */
/*
* fifo.c: fifo plugin for WeeChat: remote control with FIFO pipe
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-bar-item.c: bar items for IRC plugin */
/*
* irc-bar-item.c: bar items for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-buffer.c: buffer functions for IRC plugin */
/*
* irc-buffer.c: buffer functions for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-channel.c: manages a chat (channel or private chat) for IRC plugin */
/*
* irc-channel.c: channel and private chat management for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-color.c: IRC color decoding/encoding in messages */
/*
* irc-color.c: IRC color decoding/encoding in messages
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-command.c: IRC commands */
/*
* irc-command.c: IRC commands
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-completion.c: completion for IRC commands */
/*
* irc-completion.c: completion for IRC commands
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-config.c: IRC configuration options */
/*
* irc-config.c: IRC configuration options (file irc.conf)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-ctcp.c: IRC CTCP protocol */
/*
* irc-ctcp.c: IRC CTCP protocol
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-debug.c: debug functions for IRC plugin */
/*
* irc-debug.c: debug functions for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-display.c: display functions for IRC plugin */
/*
* irc-display.c: display functions for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-ignore.c: manages ignore list (nicks/hosts) on IRC servers/channels */
/*
* irc-ignore.c: ignore (nicks/hosts) management for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-info.c: info and infolist hooks for IRC plugin */
/*
* irc-info.c: info and infolist hooks for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-input.c: IRC input data (read from user) */
/*
* irc-input.c: input data management for IRC buffers
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-mode.c: IRC channel/user modes management */
/*
* irc-mode.c: IRC channel/user modes management
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private) */
/*
* irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-nick.c: manages nick list for channels for IRC plugin */
/*
* irc-nick.c: nick management for IRC plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-protocol.c: implementation of IRC protocol, according to RFC 1459, 2810, 2811 2812 */
/*
* irc-protocol.c: implementation of IRC protocol,
* according to RFC 1459, 2810, 2811 and 2812
*/
#ifndef __USE_XOPEN

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-raw.c: functions for IRC raw data messages */
/*
* irc-raw.c: functions for IRC raw data messages
*/
#include <stdlib.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-sasl.c: SASL authentication with IRC server */
/*
* irc-sasl.c: SASL authentication with IRC server,
* using mechanisms PLAIN or DH-BLOWFISH
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-server.c: connection and I/O communication with IRC server */
/*
* irc-server.c: I/O communication with IRC servers
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc-upgrade.c: save/restore IRC plugin data */
/*
* irc-upgrade.c: save/restore IRC plugin data when upgrading WeeChat
*/
#include <stdio.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* irc.c: IRC plugin for WeeChat */
/*
* irc.c: IRC (Internet Relay Chat) plugin for WeeChat
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* logger-buffer.c: manages logger buffer list */
/*
* logger-buffer.c: logger buffer list management
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* logger-config.c: logger configuration options */
/*
* logger-config.c: logger configuration options (file logger.conf)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* logger-info.c: info and infolist hooks for logger plugin */
/*
* logger-info.c: info and infolist hooks for logger plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* logger-tail.c: return last lines of a file */
/*
* logger-tail.c: return last lines of a file
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* logger.c: Logger plugin for WeeChat */
/*
* logger.c: logger plugin for WeeChat: save buffer lines to disk files
*/
#ifndef _GNU_SOURCE

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* plugin-api.c: WeeChat <--> plugin API (extra functions) */
/*
* plugin-api.c: extra functions for plugin API
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* plugin-config.c: plugin configuration */
/*
* plugin-config.c: plugin configuration options (file plugins.conf)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* plugin.c: manages WeeChat plugins (dynamic C libraries) */
/*
* plugin.c: WeeChat plugins management (load/unload dynamic C libraries)
*/
#ifdef HAVE_CONFIG_H

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-buffer.c: display clients list on relay buffer */
/*
* relay-buffer.c: display clients list on relay buffer
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-client.c: client functions for relay plugin */
/*
* relay-client.c: client functions for relay plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-command.c: relay command */
/*
* relay-command.c: relay command
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-completion.c: completion for relay command */
/*
* relay-completion.c: completion for relay command
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-config.c: relay configuration options */
/*
* relay-config.c: relay configuration options (file relay.conf)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-info.c: info and infolist hooks for relay plugin */
/*
* relay-info.c: info and infolist hooks for relay plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-protocol-irc.c: IRC protocol for client (relay acting as an IRC proxy/bouncer) */
/*
* relay-protocol-irc.c: IRC protocol for relay to client
* (relay acting as an IRC proxy/bouncer)
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-protocol-weechat.c: WeeChat protocol for client */
/*
* relay-protocol-weechat.c: WeeChat protocol for relay to client
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-server.c: server functions for relay plugin */
/*
* relay-server.c: server functions for relay plugin
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay-upgrade.c: save/restore relay plugin data */
/*
* relay-upgrade.c: save/restore relay plugin data when upgrading WeeChat
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* relay.c: network communication between WeeChat and remote application */
/*
* relay.c: network communication between WeeChat and remote client
*/
#include <stdlib.h>

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-lua-api.c: Lua API functions */
/*
* weechat-lua-api.c: lua API functions
*/
#undef _

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-lua.c: Lua plugin for WeeChat */
/*
* weechat-lua.c: lua plugin for WeeChat
*/
#undef _

View File

@ -16,7 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* weechat-perl-api.c: Perl API functions */
/*
* weechat-perl-api.c: perl API functions
*/
#undef _

Some files were not shown because too many files have changed in this diff Show More