mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
core: remove "wee-" prefix from source files in src/core and src/core/hook
This commit is contained in:
+12
-12
@@ -7,23 +7,23 @@ Files: *
|
||||
Copyright: 2003-2024, Sébastien Helleu <flashcode@flashtux.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/wee-command.c
|
||||
src/core/wee-command.h
|
||||
Files: src/core/core-command.c
|
||||
src/core/core-command.h
|
||||
Copyright: 2005-2006, Emmanuel Bouthenot <kolter@openics.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/wee-config-file.c
|
||||
src/core/wee-config-file.h
|
||||
src/core/wee-config.c
|
||||
src/core/wee-config.h
|
||||
Files: src/core/core-config-file.c
|
||||
src/core/core-config-file.h
|
||||
src/core/core-config.c
|
||||
src/core/core-config.h
|
||||
Copyright: 2005-2006, Emmanuel Bouthenot <kolter@openics.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/hook/wee-hook-connect.c
|
||||
Files: src/core/hook/hook-connect.c
|
||||
Copyright: 2012, Simon Arlott
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/hook/wee-hook-connect.h
|
||||
Files: src/core/hook/hook-connect.h
|
||||
Copyright: 2012, Simon Arlott
|
||||
License: GPL-3+
|
||||
|
||||
@@ -31,9 +31,9 @@ Files: src/gui/gui-history.c
|
||||
Copyright: 2005, Emmanuel Bouthenot <kolter@openics.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/wee-completion.c
|
||||
src/core/wee-log.c
|
||||
src/core/wee-utf8.c
|
||||
Files: src/core/core-completion.c
|
||||
src/core/core-log.c
|
||||
src/core/core-utf8.c
|
||||
src/core/weechat.h
|
||||
src/plugins/spell/spell-config.c
|
||||
src/plugins/spell/spell-config.h
|
||||
@@ -45,7 +45,7 @@ Files: src/core/wee-completion.c
|
||||
Copyright: 2006, Emmanuel Bouthenot <kolter@openics.org>
|
||||
License: GPL-3+
|
||||
|
||||
Files: src/core/wee-network.c
|
||||
Files: src/core/core-network.c
|
||||
Copyright: 2005-2010, Emmanuel Bouthenot <kolter@openics.org>
|
||||
2010, Gu1ll4um3r0m41n <aeroxteam@gmail.com>
|
||||
2012, Simon Arlott
|
||||
|
||||
@@ -533,11 +533,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
+94
-94
@@ -112,97 +112,97 @@ WeeChat "core" is located in following directories:
|
||||
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| Path/file | Description
|
||||
| core/ | Core functions: entry point, internal structures.
|
||||
| wee-arraylist.c | Array lists.
|
||||
| wee-backtrace.c | Display a backtrace after a crash.
|
||||
| wee-calc.c | Calculate result of expressions.
|
||||
| wee-command.c | WeeChat core commands.
|
||||
| wee-completion.c | Default completions.
|
||||
| wee-config-file.c | Configuration file management.
|
||||
| wee-config.c | Configuration options for WeeChat core (file weechat.conf).
|
||||
| wee-crypto.c | Cryptographic functions.
|
||||
| wee-debug.c | Some debug functions.
|
||||
| wee-doc.c | Build of files for documentation.
|
||||
| wee-dir.c | Directory/file functions.
|
||||
| wee-eval.c | Evaluation of expressions with references to internal vars.
|
||||
| wee-hashtable.c | Hashtables.
|
||||
| wee-hdata.c | Hdata (direct access to data using hashtables).
|
||||
| wee-hook.c | Hooks.
|
||||
| wee-infolist.c | Infolists (lists with objects data).
|
||||
| wee-input.c | Input of commands/text.
|
||||
| wee-list.c | Sorted lists.
|
||||
| wee-log.c | Write to WeeChat log file (weechat.log).
|
||||
| wee-network.c | Network functions (connection to servers/proxies).
|
||||
| wee-proxy.c | Proxy management.
|
||||
| wee-secure.c | Secured data functions.
|
||||
| wee-secure-buffer.c | Secured data buffer.
|
||||
| wee-secure-config.c | Secured data options (file sec.conf).
|
||||
| wee-signal.c | Signal functions.
|
||||
| wee-string.c | Functions on strings.
|
||||
| wee-sys.c | System functions.
|
||||
| wee-upgrade-file.c | Internal upgrade system.
|
||||
| wee-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...).
|
||||
| wee-url.c | URL transfer (using libcurl).
|
||||
| wee-utf8.c | UTF-8 functions.
|
||||
| wee-util.c | Some other functions.
|
||||
| wee-version.c | Functions for WeeChat version.
|
||||
| weechat.c | Main functions: command line options, startup.
|
||||
| hook/ | Hook functions.
|
||||
| wee-hook-command-run.c | Hook "command_run".
|
||||
| wee-hook-command.c | Hook "command".
|
||||
| wee-hook-completion.c | Hook "completion".
|
||||
| wee-hook-config.c | Hook "config".
|
||||
| wee-hook-connect.c | Hook "connect".
|
||||
| wee-hook-fd.c | Hook "fd".
|
||||
| wee-hook-focus.c | Hook "focus".
|
||||
| wee-hook-hdata.c | Hook "hdata".
|
||||
| wee-hook-hsignal.c | Hook "hsignal".
|
||||
| wee-hook-info-hashtable.c | Hook "info_hashtable".
|
||||
| wee-hook-info.c | Hook "info".
|
||||
| wee-hook-infolist.c | Hook "infolist".
|
||||
| wee-hook-line.c | Hook "line".
|
||||
| wee-hook-modifier.c | Hook "modifier".
|
||||
| wee-hook-print.c | Hook "print".
|
||||
| wee-hook-process.c | Hook "process".
|
||||
| wee-hook-signal.c | Hook "signal".
|
||||
| wee-hook-timer.c | Hook "timer".
|
||||
| wee-hook-url.c | Hook "url".
|
||||
| gui/ | Functions for buffers, windows, ... (used by all interfaces).
|
||||
| gui-bar-item.c | Bar items.
|
||||
| gui-bar-window.c | Bar windows.
|
||||
| gui-bar.c | Bars.
|
||||
| gui-buffer.c | Buffers.
|
||||
| gui-chat.c | Chat functions (display message, ...).
|
||||
| gui-color.c | Color functions.
|
||||
| gui-completion.c | Completion on command line.
|
||||
| gui-cursor.c | Cursor mode (free movement of cursor).
|
||||
| gui-filter.c | Filters.
|
||||
| gui-focus.c | Functions about focus (for cursor mode and mouse).
|
||||
| gui-history.c | Commands/text saved in buffers.
|
||||
| gui-hotlist.c | Hotlist management (list of buffers with activity).
|
||||
| gui-input.c | Input functions (input bar).
|
||||
| gui-key.c | Keyboard functions.
|
||||
| gui-layout.c | Layout.
|
||||
| gui-line.c | Lines in buffers.
|
||||
| gui-mouse.c | Mouse.
|
||||
| gui-nick.c | Nick functions.
|
||||
| gui-nicklist.c | Nicklist in buffers.
|
||||
| gui-window.c | Windows.
|
||||
| curses/ | Curses interface.
|
||||
| gui-curses-bar-window.c | Display in bar windows.
|
||||
| gui-curses-chat.c | Display in chat area (messages).
|
||||
| gui-curses-color.c | Color functions.
|
||||
| gui-curses-key.c | Keyboard functions (default keys, read of input).
|
||||
| gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events).
|
||||
| gui-curses-mouse.c | Mouse.
|
||||
| gui-curses-term.c | Functions about terminal.
|
||||
| gui-curses-window.c | Windows.
|
||||
| headless/ | Headless mode (no interface).
|
||||
| main.c | Entry point for headless mode.
|
||||
| ncurses-fake.c | Fake ncurses library.
|
||||
| normal/ | Curses interface.
|
||||
| main.c | Entry point for Curses interface.
|
||||
| Path/file | Description
|
||||
| core/ | Core functions: entry point, internal structures.
|
||||
| core-arraylist.c | Array lists.
|
||||
| core-backtrace.c | Display a backtrace after a crash.
|
||||
| core-calc.c | Calculate result of expressions.
|
||||
| core-command.c | WeeChat core commands.
|
||||
| core-completion.c | Default completions.
|
||||
| core-config-file.c | Configuration file management.
|
||||
| core-config.c | Configuration options for WeeChat core (file weechat.conf).
|
||||
| core-crypto.c | Cryptographic functions.
|
||||
| core-debug.c | Some debug functions.
|
||||
| core-doc.c | Build of files for documentation.
|
||||
| core-dir.c | Directory/file functions.
|
||||
| core-eval.c | Evaluation of expressions with references to internal vars.
|
||||
| core-hashtable.c | Hashtables.
|
||||
| core-hdata.c | Hdata (direct access to data using hashtables).
|
||||
| core-hook.c | Hooks.
|
||||
| core-infolist.c | Infolists (lists with objects data).
|
||||
| core-input.c | Input of commands/text.
|
||||
| core-list.c | Sorted lists.
|
||||
| core-log.c | Write to WeeChat log file (weechat.log).
|
||||
| core-network.c | Network functions (connection to servers/proxies).
|
||||
| core-proxy.c | Proxy management.
|
||||
| core-secure.c | Secured data functions.
|
||||
| core-secure-buffer.c | Secured data buffer.
|
||||
| core-secure-config.c | Secured data options (file sec.conf).
|
||||
| core-signal.c | Signal functions.
|
||||
| core-string.c | Functions on strings.
|
||||
| core-sys.c | System functions.
|
||||
| core-upgrade-file.c | Internal upgrade system.
|
||||
| core-upgrade.c | Upgrade for WeeChat core (buffers, lines, history, ...).
|
||||
| core-url.c | URL transfer (using libcurl).
|
||||
| core-utf8.c | UTF-8 functions.
|
||||
| core-util.c | Some other functions.
|
||||
| core-version.c | Functions for WeeChat version.
|
||||
| weechat.c | Main functions: command line options, startup.
|
||||
| hook/ | Hook functions.
|
||||
| hook-command-run.c | Hook "command_run".
|
||||
| hook-command.c | Hook "command".
|
||||
| hook-completion.c | Hook "completion".
|
||||
| hook-config.c | Hook "config".
|
||||
| hook-connect.c | Hook "connect".
|
||||
| hook-fd.c | Hook "fd".
|
||||
| hook-focus.c | Hook "focus".
|
||||
| hook-hdata.c | Hook "hdata".
|
||||
| hook-hsignal.c | Hook "hsignal".
|
||||
| hook-info-hashtable.c | Hook "info_hashtable".
|
||||
| hook-info.c | Hook "info".
|
||||
| hook-infolist.c | Hook "infolist".
|
||||
| hook-line.c | Hook "line".
|
||||
| hook-modifier.c | Hook "modifier".
|
||||
| hook-print.c | Hook "print".
|
||||
| hook-process.c | Hook "process".
|
||||
| hook-signal.c | Hook "signal".
|
||||
| hook-timer.c | Hook "timer".
|
||||
| hook-url.c | Hook "url".
|
||||
| gui/ | Functions for buffers, windows, ... (used by all interfaces).
|
||||
| gui-bar-item.c | Bar items.
|
||||
| gui-bar-window.c | Bar windows.
|
||||
| gui-bar.c | Bars.
|
||||
| gui-buffer.c | Buffers.
|
||||
| gui-chat.c | Chat functions (display message, ...).
|
||||
| gui-color.c | Color functions.
|
||||
| gui-completion.c | Completion on command line.
|
||||
| gui-cursor.c | Cursor mode (free movement of cursor).
|
||||
| gui-filter.c | Filters.
|
||||
| gui-focus.c | Functions about focus (for cursor mode and mouse).
|
||||
| gui-history.c | Commands/text saved in buffers.
|
||||
| gui-hotlist.c | Hotlist management (list of buffers with activity).
|
||||
| gui-input.c | Input functions (input bar).
|
||||
| gui-key.c | Keyboard functions.
|
||||
| gui-layout.c | Layout.
|
||||
| gui-line.c | Lines in buffers.
|
||||
| gui-mouse.c | Mouse.
|
||||
| gui-nick.c | Nick functions.
|
||||
| gui-nicklist.c | Nicklist in buffers.
|
||||
| gui-window.c | Windows.
|
||||
| curses/ | Curses interface.
|
||||
| gui-curses-bar-window.c | Display in bar windows.
|
||||
| gui-curses-chat.c | Display in chat area (messages).
|
||||
| gui-curses-color.c | Color functions.
|
||||
| gui-curses-key.c | Keyboard functions (default keys, read of input).
|
||||
| gui-curses-main.c | WeeChat main loop (waiting for keyboard/network events).
|
||||
| gui-curses-mouse.c | Mouse.
|
||||
| gui-curses-term.c | Functions about terminal.
|
||||
| gui-curses-window.c | Windows.
|
||||
| headless/ | Headless mode (no interface).
|
||||
| main.c | Entry point for headless mode.
|
||||
| ncurses-fake.c | Fake ncurses library.
|
||||
| normal/ | Curses interface.
|
||||
| main.c | Entry point for Curses interface.
|
||||
|===
|
||||
|
||||
[[sources_plugins]]
|
||||
@@ -783,7 +783,7 @@ Examples:
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| Directory | Files
|
||||
| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ...
|
||||
| src/core/ | weechat.c, core-backtrace.c, core-command.c, ...
|
||||
| src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ...
|
||||
| src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ...
|
||||
| src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ...
|
||||
@@ -791,8 +791,8 @@ Examples:
|
||||
| src/plugins/python/ | weechat-python.c, weechat-python-api.c, ...
|
||||
|===
|
||||
|
||||
The headers of C files have same name as file, for example _wee-command.h_ for
|
||||
file _wee-command.c_.
|
||||
The headers of C files have same name as file, for example _core-command.h_ for
|
||||
file _core-command.c_.
|
||||
|
||||
[[naming_convention_structures]]
|
||||
==== Structures
|
||||
|
||||
@@ -526,11 +526,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
+93
-93
@@ -114,97 +114,97 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| Chemin/fichier | Description
|
||||
| core/ | Fonctions du cœur : point d'entrée, structures internes.
|
||||
| wee-arraylist.c | Listes avec tableau (« arraylists »).
|
||||
| wee-backtrace.c | Afficher une trace après un plantage.
|
||||
| wee-calc.c | Calcul du résultat d'expressions.
|
||||
| wee-command.c | Commandes du cœur de WeeChat.
|
||||
| wee-completion.c | Complétions par défaut.
|
||||
| wee-config-file.c | Gestion des fichiers de configuration.
|
||||
| wee-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf).
|
||||
| wee-crypto.c | Fonctions de cryptographie.
|
||||
| wee-debug.c | Quelques fonctions de debug.
|
||||
| wee-dir.c | Fonctions sur les répertoires/fichiers.
|
||||
| wee-doc.c | Génération de fichiers pour la documentation.
|
||||
| wee-eval.c | Évaluation d'expressions avec des références à des variables internes.
|
||||
| wee-hashtable.c | Tables de hachage.
|
||||
| wee-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage).
|
||||
| wee-hook.c | Crochets ("hooks").
|
||||
| wee-infolist.c | Infolists (listes avec les données des objets).
|
||||
| wee-input.c | Entrée de commandes/texte.
|
||||
| wee-list.c | Listes triées.
|
||||
| wee-log.c | Écriture dans le fichier de log WeeChat (weechat.log).
|
||||
| wee-network.c | Fonctions réseau (connexion aux serveurs/proxies).
|
||||
| wee-proxy.c | Gestion des proxies.
|
||||
| wee-secure.c | Fonctions pour les données sécurisées.
|
||||
| wee-secure-buffer.c | Tampon pour les données sécurisées.
|
||||
| wee-secure-config.c | Options des données sécurisées (fichier sec.conf).
|
||||
| wee-signal.c | Fonctions sur les signaux.
|
||||
| wee-string.c | Fonctions sur les chaînes de caractères.
|
||||
| wee-sys.c | Fonctions système.
|
||||
| wee-upgrade-file.c | Système de mise à jour interne.
|
||||
| wee-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...).
|
||||
| wee-url.c | Transfert d'URL (en utilisant libcurl).
|
||||
| wee-utf8.c | Fonctions UTF-8.
|
||||
| wee-util.c | Quelques autres fonctions utilitaires.
|
||||
| wee-version.c | Fonctions pour la version de WeeChat.
|
||||
| weechat.c | Fonctions principales : options de ligne de commande, démarrage.
|
||||
| hook/ | Fonctions "hook".
|
||||
| wee-hook-command-run.c | Hook "command_run".
|
||||
| wee-hook-command.c | Hook "command".
|
||||
| wee-hook-completion.c | Hook "completion".
|
||||
| wee-hook-config.c | Hook "config".
|
||||
| wee-hook-connect.c | Hook "connect".
|
||||
| wee-hook-fd.c | Hook "fd".
|
||||
| wee-hook-focus.c | Hook "focus".
|
||||
| wee-hook-hdata.c | Hook "hdata".
|
||||
| wee-hook-hsignal.c | Hook "hsignal".
|
||||
| wee-hook-info-hashtable.c | Hook "info".
|
||||
| wee-hook-info.c | Hook "info".
|
||||
| wee-hook-infolist.c | Hook "infolist".
|
||||
| wee-hook-line.c | Hook "line".
|
||||
| wee-hook-modifier.c | Hook "modifier".
|
||||
| wee-hook-print.c | Hook "print".
|
||||
| wee-hook-process.c | Hook "process".
|
||||
| wee-hook-signal.c | Hook "signal".
|
||||
| wee-hook-timer.c | Hook "timer".
|
||||
| wee-hook-url.c | Hook "url".
|
||||
| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces).
|
||||
| gui-bar-item.c | Objets de barre.
|
||||
| gui-bar-window.c | Fenêtres de barre.
|
||||
| gui-bar.c | Barres.
|
||||
| gui-buffer.c | Tampons.
|
||||
| gui-chat.c | Fonctions pour la discussion (afficher un message, ...).
|
||||
| gui-color.c | Fonctions de couleur.
|
||||
| gui-completion.c | Complétion sur la ligne de commande.
|
||||
| gui-cursor.c | Mode curseur (mouvement libre du curseur).
|
||||
| gui-filter.c | Filtres.
|
||||
| gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris).
|
||||
| gui-history.c | Commandes/texte sauvés dans les tampons.
|
||||
| gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité).
|
||||
| gui-input.c | Fonctions d'entrée (barre "input").
|
||||
| gui-key.c | Fonctions pour le clavier.
|
||||
| gui-layout.c | Dispositions ("layouts").
|
||||
| gui-line.c | Lignes dans les tampons.
|
||||
| gui-mouse.c | Souris.
|
||||
| gui-nick.c | Fonctions pour les pseudos.
|
||||
| gui-nicklist.c | Liste de pseudos dans les tampons.
|
||||
| gui-window.c | Fenêtres.
|
||||
| curses/ | Interface Curses.
|
||||
| gui-curses-bar-window.c | Affichage dans les fenêtres de barre.
|
||||
| gui-curses-chat.c | Affichage dans la zone de discussion (messages).
|
||||
| gui-curses-color.c | Fonctions pour les couleurs.
|
||||
| gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier).
|
||||
| gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau).
|
||||
| gui-curses-mouse.c | Souris.
|
||||
| gui-curses-term.c | Fonctions pour le terminal.
|
||||
| gui-curses-window.c | Fenêtres.
|
||||
| headless/ | Mode sans interface (« headless »).
|
||||
| main.c | Point d'entrée pour le mode sans interface.
|
||||
| ncurses-fake.c | Fausse bibliothèque ncurses.
|
||||
| normal/ | Interface Curses.
|
||||
| main.c | Point d'entrée pour l'interface Curses.
|
||||
| Chemin/fichier | Description
|
||||
| core/ | Fonctions du cœur : point d'entrée, structures internes.
|
||||
| core-arraylist.c | Listes avec tableau (« arraylists »).
|
||||
| core-backtrace.c | Afficher une trace après un plantage.
|
||||
| core-calc.c | Calcul du résultat d'expressions.
|
||||
| core-command.c | Commandes du cœur de WeeChat.
|
||||
| core-completion.c | Complétions par défaut.
|
||||
| core-config-file.c | Gestion des fichiers de configuration.
|
||||
| core-config.c | Options de configuration du cœur de WeeChat (fichier weechat.conf).
|
||||
| core-crypto.c | Fonctions de cryptographie.
|
||||
| core-debug.c | Quelques fonctions de debug.
|
||||
| core-dir.c | Fonctions sur les répertoires/fichiers.
|
||||
| core-doc.c | Génération de fichiers pour la documentation.
|
||||
| core-eval.c | Évaluation d'expressions avec des références à des variables internes.
|
||||
| core-hashtable.c | Tables de hachage.
|
||||
| core-hdata.c | Hdata (accès direct aux données en utilisant des tables de hachage).
|
||||
| core-hook.c | Crochets ("hooks").
|
||||
| core-infolist.c | Infolists (listes avec les données des objets).
|
||||
| core-input.c | Entrée de commandes/texte.
|
||||
| core-list.c | Listes triées.
|
||||
| core-log.c | Écriture dans le fichier de log WeeChat (weechat.log).
|
||||
| core-network.c | Fonctions réseau (connexion aux serveurs/proxies).
|
||||
| core-proxy.c | Gestion des proxies.
|
||||
| core-secure.c | Fonctions pour les données sécurisées.
|
||||
| core-secure-buffer.c | Tampon pour les données sécurisées.
|
||||
| core-secure-config.c | Options des données sécurisées (fichier sec.conf).
|
||||
| core-signal.c | Fonctions sur les signaux.
|
||||
| core-string.c | Fonctions sur les chaînes de caractères.
|
||||
| core-sys.c | Fonctions système.
|
||||
| core-upgrade-file.c | Système de mise à jour interne.
|
||||
| core-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...).
|
||||
| core-url.c | Transfert d'URL (en utilisant libcurl).
|
||||
| core-utf8.c | Fonctions UTF-8.
|
||||
| core-util.c | Quelques autres fonctions utilitaires.
|
||||
| core-version.c | Fonctions pour la version de WeeChat.
|
||||
| weechat.c | Fonctions principales : options de ligne de commande, démarrage.
|
||||
| hook/ | Fonctions "hook".
|
||||
| hook-command-run.c | Hook "command_run".
|
||||
| hook-command.c | Hook "command".
|
||||
| hook-completion.c | Hook "completion".
|
||||
| hook-config.c | Hook "config".
|
||||
| hook-connect.c | Hook "connect".
|
||||
| hook-fd.c | Hook "fd".
|
||||
| hook-focus.c | Hook "focus".
|
||||
| hook-hdata.c | Hook "hdata".
|
||||
| hook-hsignal.c | Hook "hsignal".
|
||||
| hook-info-hashtable.c | Hook "info".
|
||||
| hook-info.c | Hook "info".
|
||||
| hook-infolist.c | Hook "infolist".
|
||||
| hook-line.c | Hook "line".
|
||||
| hook-modifier.c | Hook "modifier".
|
||||
| hook-print.c | Hook "print".
|
||||
| hook-process.c | Hook "process".
|
||||
| hook-signal.c | Hook "signal".
|
||||
| hook-timer.c | Hook "timer".
|
||||
| hook-url.c | Hook "url".
|
||||
| gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces).
|
||||
| gui-bar-item.c | Objets de barre.
|
||||
| gui-bar-window.c | Fenêtres de barre.
|
||||
| gui-bar.c | Barres.
|
||||
| gui-buffer.c | Tampons.
|
||||
| gui-chat.c | Fonctions pour la discussion (afficher un message, ...).
|
||||
| gui-color.c | Fonctions de couleur.
|
||||
| gui-completion.c | Complétion sur la ligne de commande.
|
||||
| gui-cursor.c | Mode curseur (mouvement libre du curseur).
|
||||
| gui-filter.c | Filtres.
|
||||
| gui-focus.c | Fonctions concernant le focus (pour les modes curseur et souris).
|
||||
| gui-history.c | Commandes/texte sauvés dans les tampons.
|
||||
| gui-hotlist.c | Gestion de la "hotlist" (liste des tampons avec activité).
|
||||
| gui-input.c | Fonctions d'entrée (barre "input").
|
||||
| gui-key.c | Fonctions pour le clavier.
|
||||
| gui-layout.c | Dispositions ("layouts").
|
||||
| gui-line.c | Lignes dans les tampons.
|
||||
| gui-mouse.c | Souris.
|
||||
| gui-nick.c | Fonctions pour les pseudos.
|
||||
| gui-nicklist.c | Liste de pseudos dans les tampons.
|
||||
| gui-window.c | Fenêtres.
|
||||
| curses/ | Interface Curses.
|
||||
| gui-curses-bar-window.c | Affichage dans les fenêtres de barre.
|
||||
| gui-curses-chat.c | Affichage dans la zone de discussion (messages).
|
||||
| gui-curses-color.c | Fonctions pour les couleurs.
|
||||
| gui-curses-key.c | Fonctions pour le clavier (touches par défaut, lecture du clavier).
|
||||
| gui-curses-main.c | Boucle principale de WeeChat (attente des évènements clavier/réseau).
|
||||
| gui-curses-mouse.c | Souris.
|
||||
| gui-curses-term.c | Fonctions pour le terminal.
|
||||
| gui-curses-window.c | Fenêtres.
|
||||
| headless/ | Mode sans interface (« headless »).
|
||||
| main.c | Point d'entrée pour le mode sans interface.
|
||||
| ncurses-fake.c | Fausse bibliothèque ncurses.
|
||||
| normal/ | Interface Curses.
|
||||
| main.c | Point d'entrée pour l'interface Curses.
|
||||
|===
|
||||
|
||||
[[sources_plugins]]
|
||||
@@ -794,7 +794,7 @@ Exemples :
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| Répertoire | Fichiers
|
||||
| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ...
|
||||
| src/core/ | weechat.c, core-backtrace.c, core-command.c, ...
|
||||
| src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ...
|
||||
| src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ...
|
||||
| src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ...
|
||||
@@ -803,7 +803,7 @@ Exemples :
|
||||
|===
|
||||
|
||||
Les en-têtes des fichiers C doivent avoir le même nom que le fichier, par
|
||||
exemple _wee-command.h_ pour le fichier _wee-command.c_.
|
||||
exemple _core-command.h_ pour le fichier _core-command.c_.
|
||||
|
||||
[[naming_convention_structures]]
|
||||
==== Structures
|
||||
|
||||
@@ -529,11 +529,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
@@ -590,11 +590,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
+93
-93
@@ -119,103 +119,103 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| パス/ファイル名 | 説明
|
||||
| core/ | コア関数: エントリポイント、内部構造体
|
||||
| wee-arraylist.c | 配列リスト
|
||||
| wee-backtrace.c | クラッシュした際にバックトレースを表示
|
||||
| パス/ファイル名 | 説明
|
||||
| core/ | コア関数: エントリポイント、内部構造体
|
||||
| core-arraylist.c | 配列リスト
|
||||
| core-backtrace.c | クラッシュした際にバックトレースを表示
|
||||
// TRANSLATION MISSING
|
||||
| wee-calc.c | Calculate result of expressions.
|
||||
| wee-command.c | WeeChat コアコマンド
|
||||
| wee-completion.c | デフォルト補完
|
||||
| wee-config-file.c | 設定ファイル管理
|
||||
| wee-config.c | WeeChat コアの設定オプション (weechat.conf ファイル)
|
||||
| core-calc.c | Calculate result of expressions.
|
||||
| core-command.c | WeeChat コアコマンド
|
||||
| core-completion.c | デフォルト補完
|
||||
| core-config-file.c | 設定ファイル管理
|
||||
| core-config.c | WeeChat コアの設定オプション (weechat.conf ファイル)
|
||||
// TRANSLATION MISSING
|
||||
| wee-crypto.c | Cryptographic functions.
|
||||
| wee-debug.c | デバッグ用関数
|
||||
| core-crypto.c | Cryptographic functions.
|
||||
| core-debug.c | デバッグ用関数
|
||||
// TRANSLATION MISSING
|
||||
| wee-dir.c | Directory/file functions.
|
||||
| core-dir.c | Directory/file functions.
|
||||
// TRANSLATION MISSING
|
||||
| wee-doc.c | Build of files for documentation.
|
||||
| wee-eval.c | 内部変数へのリファレンスを含む式を評価
|
||||
| wee-hashtable.c | ハッシュテーブル
|
||||
| wee-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む)
|
||||
| wee-hook.c | フック
|
||||
| wee-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト)
|
||||
| wee-input.c | コマンドおよびテキストの入力
|
||||
| wee-list.c | ソート済みリスト
|
||||
| wee-log.c | WeeChat ログファイル (weechat.log) に書き込む
|
||||
| wee-network.c | ネットワーク関数 (サーバやプロキシへの接続)
|
||||
| wee-proxy.c | プロキシ管理
|
||||
| wee-secure.c | データ保護用の関数
|
||||
| wee-secure-buffer.c | データ保護用のバッファ
|
||||
| wee-secure-config.c | 安全なデータオプション (sec.conf ファイル)
|
||||
| core-doc.c | Build of files for documentation.
|
||||
| core-eval.c | 内部変数へのリファレンスを含む式を評価
|
||||
| core-hashtable.c | ハッシュテーブル
|
||||
| core-hdata.c | hdata (ハッシュテーブルを用いて直接データを読む)
|
||||
| core-hook.c | フック
|
||||
| core-infolist.c | インフォリスト (オブジェクトに関するデータを含むリスト)
|
||||
| core-input.c | コマンドおよびテキストの入力
|
||||
| core-list.c | ソート済みリスト
|
||||
| core-log.c | WeeChat ログファイル (weechat.log) に書き込む
|
||||
| core-network.c | ネットワーク関数 (サーバやプロキシへの接続)
|
||||
| core-proxy.c | プロキシ管理
|
||||
| core-secure.c | データ保護用の関数
|
||||
| core-secure-buffer.c | データ保護用のバッファ
|
||||
| core-secure-config.c | 安全なデータオプション (sec.conf ファイル)
|
||||
// TRANSLATION MISSING
|
||||
| wee-signal.c | Signal functions.
|
||||
| wee-string.c | 文字列関数
|
||||
| core-signal.c | Signal functions.
|
||||
| core-string.c | 文字列関数
|
||||
// TRANSLATION MISSING
|
||||
| wee-sys.c | System functions.
|
||||
| wee-upgrade-file.c | 内部アップグレードシステム
|
||||
| wee-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...)
|
||||
| wee-url.c | URL 転送 (libcurl を使う)
|
||||
| wee-utf8.c | UTF-8 関数
|
||||
| wee-util.c | その他の関数
|
||||
| wee-version.c | WeeChat バージョンについての関数
|
||||
| weechat.c | 主要関数: コマンドラインオプション、起動
|
||||
| hook/ | フック関数
|
||||
| wee-hook-command-run.c | "command_run" フック
|
||||
| wee-hook-command.c | "command" フック
|
||||
| wee-hook-completion.c | "completion" フック
|
||||
| wee-hook-config.c | "config" フック
|
||||
| wee-hook-connect.c | "connect" フック
|
||||
| wee-hook-fd.c | "fd" フック
|
||||
| wee-hook-focus.c | "focus" フック
|
||||
| wee-hook-hdata.c | "hdata" フック
|
||||
| wee-hook-hsignal.c | "hsignal" フック
|
||||
| wee-hook-info-hashtable.c | "info_hashtable" フック
|
||||
| wee-hook-info.c | "info" フック
|
||||
| wee-hook-infolist.c | "infolist" フック
|
||||
| wee-hook-line.c | "line" フック
|
||||
| wee-hook-modifier.c | "modifier" フック
|
||||
| wee-hook-print.c | "print" フック
|
||||
| wee-hook-process.c | "process" フック
|
||||
| wee-hook-signal.c | "signal" フック
|
||||
| wee-hook-timer.c | "timer" フック
|
||||
| wee-hook-url.c | "url" フック
|
||||
| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用)
|
||||
| gui-bar-item.c | バー要素
|
||||
| gui-bar-window.c | バーウィンドウ
|
||||
| gui-bar.c | バー
|
||||
| gui-buffer.c | バッファ
|
||||
| gui-chat.c | チャット関数 (メッセージの表示、...)
|
||||
| gui-color.c | 色関数
|
||||
| gui-completion.c | コマンドラインの補完
|
||||
| gui-cursor.c | カーソルモード (カーソルを自由に移動)
|
||||
| gui-filter.c | フィルタ
|
||||
| gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用)
|
||||
| gui-history.c | コマンドおよびバッファに保存されたテキスト
|
||||
| gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト)
|
||||
| gui-input.c | 入力関数 (入力バー)
|
||||
| gui-key.c | キーボード関数
|
||||
| gui-layout.c | レイアウト
|
||||
| gui-line.c | バッファ中の行
|
||||
| gui-mouse.c | マウス
|
||||
| gui-nick.c | ニックネーム関数
|
||||
| gui-nicklist.c | バッファのニックネームリスト
|
||||
| gui-window.c | ウィンドウ
|
||||
| curses/ | curses インターフェース
|
||||
| gui-curses-bar-window.c | バーウィンドウへの表示
|
||||
| gui-curses-chat.c | チャットエリアへの表示 (メッセージ)
|
||||
| gui-curses-color.c | 色関数
|
||||
| gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り)
|
||||
| gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け)
|
||||
| gui-curses-mouse.c | マウス
|
||||
| gui-curses-term.c | 端末についての関数
|
||||
| gui-curses-window.c | ウィンドウ
|
||||
| headless/ | ヘッドレスモード (インターフェースなし)
|
||||
| main.c | ヘッドレスモード用のエントリポイント
|
||||
| ncurses-fake.c | ダミーの ncurses ライブラリ
|
||||
| normal/ | curses インターフェース
|
||||
| main.c | curses インターフェース用のエントリポイント
|
||||
| core-sys.c | System functions.
|
||||
| core-upgrade-file.c | 内部アップグレードシステム
|
||||
| core-upgrade.c | WeeChat コアのアップグレード (バッファ、行、履歴、...)
|
||||
| core-url.c | URL 転送 (libcurl を使う)
|
||||
| core-utf8.c | UTF-8 関数
|
||||
| core-util.c | その他の関数
|
||||
| core-version.c | WeeChat バージョンについての関数
|
||||
| weechat.c | 主要関数: コマンドラインオプション、起動
|
||||
| hook/ | フック関数
|
||||
| hook-command-run.c | "command_run" フック
|
||||
| hook-command.c | "command" フック
|
||||
| hook-completion.c | "completion" フック
|
||||
| hook-config.c | "config" フック
|
||||
| hook-connect.c | "connect" フック
|
||||
| hook-fd.c | "fd" フック
|
||||
| hook-focus.c | "focus" フック
|
||||
| hook-hdata.c | "hdata" フック
|
||||
| hook-hsignal.c | "hsignal" フック
|
||||
| hook-info-hashtable.c | "info_hashtable" フック
|
||||
| hook-info.c | "info" フック
|
||||
| hook-infolist.c | "infolist" フック
|
||||
| hook-line.c | "line" フック
|
||||
| hook-modifier.c | "modifier" フック
|
||||
| hook-print.c | "print" フック
|
||||
| hook-process.c | "process" フック
|
||||
| hook-signal.c | "signal" フック
|
||||
| hook-timer.c | "timer" フック
|
||||
| hook-url.c | "url" フック
|
||||
| gui/ | バッファ、ウィンドウなどの関数 (全てのインターフェースで利用)
|
||||
| gui-bar-item.c | バー要素
|
||||
| gui-bar-window.c | バーウィンドウ
|
||||
| gui-bar.c | バー
|
||||
| gui-buffer.c | バッファ
|
||||
| gui-chat.c | チャット関数 (メッセージの表示、...)
|
||||
| gui-color.c | 色関数
|
||||
| gui-completion.c | コマンドラインの補完
|
||||
| gui-cursor.c | カーソルモード (カーソルを自由に移動)
|
||||
| gui-filter.c | フィルタ
|
||||
| gui-focus.c | フォーカスについての関数 (カーソルモードとマウス用)
|
||||
| gui-history.c | コマンドおよびバッファに保存されたテキスト
|
||||
| gui-hotlist.c | ホットリスト管理 (活発なバッファのリスト)
|
||||
| gui-input.c | 入力関数 (入力バー)
|
||||
| gui-key.c | キーボード関数
|
||||
| gui-layout.c | レイアウト
|
||||
| gui-line.c | バッファ中の行
|
||||
| gui-mouse.c | マウス
|
||||
| gui-nick.c | ニックネーム関数
|
||||
| gui-nicklist.c | バッファのニックネームリスト
|
||||
| gui-window.c | ウィンドウ
|
||||
| curses/ | curses インターフェース
|
||||
| gui-curses-bar-window.c | バーウィンドウへの表示
|
||||
| gui-curses-chat.c | チャットエリアへの表示 (メッセージ)
|
||||
| gui-curses-color.c | 色関数
|
||||
| gui-curses-key.c | キーボード関数 (デフォルトキー、入力の読み取り)
|
||||
| gui-curses-main.c | WeeChat メインループ (キーボードやネットワークイベントの待ち受け)
|
||||
| gui-curses-mouse.c | マウス
|
||||
| gui-curses-term.c | 端末についての関数
|
||||
| gui-curses-window.c | ウィンドウ
|
||||
| headless/ | ヘッドレスモード (インターフェースなし)
|
||||
| main.c | ヘッドレスモード用のエントリポイント
|
||||
| ncurses-fake.c | ダミーの ncurses ライブラリ
|
||||
| normal/ | curses インターフェース
|
||||
| main.c | curses インターフェース用のエントリポイント
|
||||
|===
|
||||
|
||||
[[sources_plugins]]
|
||||
@@ -876,7 +876,7 @@ irc プラグインの _irc.c_ など。
|
||||
[width="100%",cols="2m,3",options="header"]
|
||||
|===
|
||||
| ディレクトリ | ファイル
|
||||
| src/core/ | weechat.c、wee-backtrace.c、wee-command.c、...
|
||||
| src/core/ | weechat.c、core-backtrace.c、core-command.c、...
|
||||
| src/gui/ | gui-bar.c、gui-bar-item.c、gui-bar-window.c、...
|
||||
| src/gui/curses/ | gui-curses-bar.c、gui-curses-bar-window.c、gui-curses-chat.c、...
|
||||
| src/plugins/ | plugin.c、plugin-api.c、plugin-api-info.c、plugin-config.c、plugin-script.c、...
|
||||
@@ -885,7 +885,7 @@ irc プラグインの _irc.c_ など。
|
||||
|===
|
||||
|
||||
C 言語ファイルのヘッダはファイルと同じ名前です、例えばファイル
|
||||
_wee-command.c_ のヘッダファイルは _wee-command.h_ です
|
||||
_core-command.c_ のヘッダファイルは _core-command.h_ です
|
||||
|
||||
[[naming_convention_structures]]
|
||||
==== 構造体
|
||||
|
||||
@@ -565,11 +565,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
@@ -531,11 +531,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
+92
-92
@@ -115,96 +115,96 @@ WeeChat „језгро” се налази у следећим директо
|
||||
|
||||
[width="100%", cols="2m,3", options="header"]
|
||||
|===
|
||||
| Путања/фајл | Опис
|
||||
| core/ | Функције језгра: тачка улаза, интерне структуре.
|
||||
| wee-arraylist.c | Листе низова.
|
||||
| wee-backtrace.c | Испис трага након краха.
|
||||
| wee-calc.c | Израчунавање резултата израза.
|
||||
| wee-command.c | WeeChat команде језгра.
|
||||
| wee-completion.c | Подразумевана довршавања.
|
||||
| wee-config-file.c | Управљање конфигурационим фајловима.
|
||||
| wee-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf).
|
||||
| wee-crypto.c | Криптографске функције.
|
||||
| wee-debug.c | Неке дибаг функције.
|
||||
| wee-dir.c | Функције директоријума/фајла.
|
||||
| wee-doc.c | Изградња фајлова за документацију.
|
||||
| wee-eval.c | Израчунавање израза са референцама на интерне променљиве.
|
||||
| wee-hashtable.c | Хеш табеле.
|
||||
| wee-hdata.c | Hdata (директни приступ подацима употребом хеш табела).
|
||||
| wee-hook.c | Куке.
|
||||
| wee-infolist.c | Инфолисте (листе са подацима објеката).
|
||||
| wee-input.c | Унос команди/текста.
|
||||
| wee-list.c | Сортиране листе.
|
||||
| wee-log.c | Упис у WeeChat лог фајл (weechat.log).
|
||||
| wee-network.c | Мрежне функције (повезивање са серверима/проксијима).
|
||||
| wee-proxy.c | Управљање проксијима.
|
||||
| wee-secure.c | Функције обезбеђених података.
|
||||
| wee-secure-buffer.c | Бафер обезбеђених података.
|
||||
| wee-secure-config.c | Опције обезбеђених података (фајл sec.conf).
|
||||
| wee-string.c | Функције над стринговима.
|
||||
| wee-sys.c | Системске функције.
|
||||
| wee-upgrade-file.c | Интерни систем ажурирања.
|
||||
| wee-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...).
|
||||
| wee-url.c | URL трансфер (помоћу libcurl).
|
||||
| wee-utf8.c | UTF-8 функције.
|
||||
| wee-util.c | Неке друге функције.
|
||||
| wee-version.c | Функције за WeeChat верзију.
|
||||
| weechat.c | Основне функције: опције командне линије, покретање.
|
||||
| hook/ | Функције кука.
|
||||
| wee-hook-command-run.c | Кука "command_run".
|
||||
| wee-hook-command.c | Кука "command".
|
||||
| wee-hook-completion.c | Кука "completion".
|
||||
| wee-hook-config.c | Кука "config".
|
||||
| wee-hook-connect.c | Кука "connect".
|
||||
| wee-hook-fd.c | Кука "fd".
|
||||
| wee-hook-focus.c | Кука "focus".
|
||||
| wee-hook-hdata.c | Кука "hdata".
|
||||
| wee-hook-hsignal.c | Кука "hsignal".
|
||||
| wee-hook-info-hashtable.c | Кука "info_hashtable".
|
||||
| wee-hook-info.c | Кука "info".
|
||||
| wee-hook-infolist.c | Кука "infolist".
|
||||
| wee-hook-line.c | Кука "line".
|
||||
| wee-hook-modifier.c | Кука "modifier".
|
||||
| wee-hook-print.c | Кука "print".
|
||||
| wee-hook-process.c | Кука "process".
|
||||
| wee-hook-signal.c | Кука "signal".
|
||||
| wee-hook-timer.c | Кука "timer".
|
||||
| wee-hook-url.c | Кука "url".
|
||||
| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси).
|
||||
| gui-bar-item.c | Ставке трака.
|
||||
| gui-bar-window.c | Прозори трака.
|
||||
| gui-bar.c | Траке.
|
||||
| gui-buffer.c | Бафери.
|
||||
| gui-chat.c | Функције разговора (призаз поруке, ...).
|
||||
| gui-color.c | Функције боја.
|
||||
| gui-completion.c | Довршавање у командној линији.
|
||||
| gui-cursor.c | Курсорски режим (слободно померање курсора).
|
||||
| gui-filter.c | Филтери.
|
||||
| gui-focus.c | Функције у вези фокуса (за курсорски режими миша).
|
||||
| gui-history.c | Команде/текст сачуван у баферима.
|
||||
| gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности).
|
||||
| gui-input.c | Функције уноса (трака уноса).
|
||||
| gui-key.c | Функције тастатуре.
|
||||
| gui-layout.c | Распоред.
|
||||
| gui-line.c | Линије у баферу.
|
||||
| gui-mouse.c | Миш.
|
||||
| gui-nick.c | Функције надимака.
|
||||
| gui-nicklist.c | Листа надимака у баферима.
|
||||
| gui-window.c | Прозори.
|
||||
| curses/ | Curses интерфејс.
|
||||
| gui-curses-bar-window.c | Приказ у прозорима трака.
|
||||
| gui-curses-chat.c | Приказ у простору разговора (поруке).
|
||||
| gui-curses-color.c | Функције боја.
|
||||
| gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса).
|
||||
| gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже).
|
||||
| gui-curses-mouse.c | Миш.
|
||||
| gui-curses-term.c | Функције у вези терминала.
|
||||
| gui-curses-window.c | Прозори.
|
||||
| headless/ | Режим без интерфејса.
|
||||
| main.c | Тачка улаза за режим без интерфејса.
|
||||
| ncurses-fake.c | Лажна ncurses библиотека.
|
||||
| normal/ | Curses интерфејс.
|
||||
| main.c | Тачка улаза за Curses интерфејс.
|
||||
| Путања/фајл | Опис
|
||||
| core/ | Функције језгра: тачка улаза, интерне структуре.
|
||||
| core-arraylist.c | Листе низова.
|
||||
| core-backtrace.c | Испис трага након краха.
|
||||
| core-calc.c | Израчунавање резултата израза.
|
||||
| core-command.c | WeeChat команде језгра.
|
||||
| core-completion.c | Подразумевана довршавања.
|
||||
| core-config-file.c | Управљање конфигурационим фајловима.
|
||||
| core-config.c | Конфигурационе опције за WeeChat језгро (фајл weechat.conf).
|
||||
| core-crypto.c | Криптографске функције.
|
||||
| core-debug.c | Неке дибаг функције.
|
||||
| core-dir.c | Функције директоријума/фајла.
|
||||
| core-doc.c | Изградња фајлова за документацију.
|
||||
| core-eval.c | Израчунавање израза са референцама на интерне променљиве.
|
||||
| core-hashtable.c | Хеш табеле.
|
||||
| core-hdata.c | Hdata (директни приступ подацима употребом хеш табела).
|
||||
| core-hook.c | Куке.
|
||||
| core-infolist.c | Инфолисте (листе са подацима објеката).
|
||||
| core-input.c | Унос команди/текста.
|
||||
| core-list.c | Сортиране листе.
|
||||
| core-log.c | Упис у WeeChat лог фајл (weechat.log).
|
||||
| core-network.c | Мрежне функције (повезивање са серверима/проксијима).
|
||||
| core-proxy.c | Управљање проксијима.
|
||||
| core-secure.c | Функције обезбеђених података.
|
||||
| core-secure-buffer.c | Бафер обезбеђених података.
|
||||
| core-secure-config.c | Опције обезбеђених података (фајл sec.conf).
|
||||
| core-string.c | Функције над стринговима.
|
||||
| core-sys.c | Системске функције.
|
||||
| core-upgrade-file.c | Интерни систем ажурирања.
|
||||
| core-upgrade.c | Ажурирање за WeeChat језгро (бафери, линије, историја, ...).
|
||||
| core-url.c | URL трансфер (помоћу libcurl).
|
||||
| core-utf8.c | UTF-8 функције.
|
||||
| core-util.c | Неке друге функције.
|
||||
| core-version.c | Функције за WeeChat верзију.
|
||||
| weechat.c | Основне функције: опције командне линије, покретање.
|
||||
| hook/ | Функције кука.
|
||||
| hook-command-run.c | Кука "command_run".
|
||||
| hook-command.c | Кука "command".
|
||||
| hook-completion.c | Кука "completion".
|
||||
| hook-config.c | Кука "config".
|
||||
| hook-connect.c | Кука "connect".
|
||||
| hook-fd.c | Кука "fd".
|
||||
| hook-focus.c | Кука "focus".
|
||||
| hook-hdata.c | Кука "hdata".
|
||||
| hook-hsignal.c | Кука "hsignal".
|
||||
| hook-info-hashtable.c | Кука "info_hashtable".
|
||||
| hook-info.c | Кука "info".
|
||||
| hook-infolist.c | Кука "infolist".
|
||||
| hook-line.c | Кука "line".
|
||||
| hook-modifier.c | Кука "modifier".
|
||||
| hook-print.c | Кука "print".
|
||||
| hook-process.c | Кука "process".
|
||||
| hook-signal.c | Кука "signal".
|
||||
| hook-timer.c | Кука "timer".
|
||||
| hook-url.c | Кука "url".
|
||||
| gui/ | Функције за бафере, прозоре, ... (користе их сви интерфејси).
|
||||
| gui-bar-item.c | Ставке трака.
|
||||
| gui-bar-window.c | Прозори трака.
|
||||
| gui-bar.c | Траке.
|
||||
| gui-buffer.c | Бафери.
|
||||
| gui-chat.c | Функције разговора (призаз поруке, ...).
|
||||
| gui-color.c | Функције боја.
|
||||
| gui-completion.c | Довршавање у командној линији.
|
||||
| gui-cursor.c | Курсорски режим (слободно померање курсора).
|
||||
| gui-filter.c | Филтери.
|
||||
| gui-focus.c | Функције у вези фокуса (за курсорски режими миша).
|
||||
| gui-history.c | Команде/текст сачуван у баферима.
|
||||
| gui-hotlist.c | Управљање врућом листом (листа бафера у којима има активности).
|
||||
| gui-input.c | Функције уноса (трака уноса).
|
||||
| gui-key.c | Функције тастатуре.
|
||||
| gui-layout.c | Распоред.
|
||||
| gui-line.c | Линије у баферу.
|
||||
| gui-mouse.c | Миш.
|
||||
| gui-nick.c | Функције надимака.
|
||||
| gui-nicklist.c | Листа надимака у баферима.
|
||||
| gui-window.c | Прозори.
|
||||
| curses/ | Curses интерфејс.
|
||||
| gui-curses-bar-window.c | Приказ у прозорима трака.
|
||||
| gui-curses-chat.c | Приказ у простору разговора (поруке).
|
||||
| gui-curses-color.c | Функције боја.
|
||||
| gui-curses-key.c | Функције тастатуре (подраз. тастери, читање уноса).
|
||||
| gui-curses-main.c | WeeChat главна петља (чекање на догађаје тастатуре/мреже).
|
||||
| gui-curses-mouse.c | Миш.
|
||||
| gui-curses-term.c | Функције у вези терминала.
|
||||
| gui-curses-window.c | Прозори.
|
||||
| headless/ | Режим без интерфејса.
|
||||
| main.c | Тачка улаза за режим без интерфејса.
|
||||
| ncurses-fake.c | Лажна ncurses библиотека.
|
||||
| normal/ | Curses интерфејс.
|
||||
| main.c | Тачка улаза за Curses интерфејс.
|
||||
|===
|
||||
|
||||
[[sources_plugins]]
|
||||
@@ -775,7 +775,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd));
|
||||
[width="100%", cols="2m,3", options="header"]
|
||||
|===
|
||||
| Директоријум | Фајлови
|
||||
| src/core/ | weechat.c, wee-backtrace.c, wee-command.c, ...
|
||||
| src/core/ | weechat.c, core-backtrace.c, core-command.c, ...
|
||||
| src/gui/ | gui-bar.c, gui-bar-item.c, gui-bar-window.c, ...
|
||||
| src/gui/curses/ | gui-curses-bar.c, gui-curses-bar-window.c, gui-curses-chat.c, ...
|
||||
| src/plugins/ | plugin.c, plugin-api.c, plugin-api-info.c, plugin-config.c, plugin-script.c, ...
|
||||
@@ -783,7 +783,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd));
|
||||
| src/plugins/python/ | weechat-python.c, weechat-python-api.c, ...
|
||||
|===
|
||||
|
||||
Заглавља C фајлова имају сито име као и фајл, на пример _wee-command.h_ за фајл _wee-command.c_.
|
||||
Заглавља C фајлова имају сито име као и фајл, на пример _core-command.h_ за фајл _core-command.c_.
|
||||
|
||||
[[naming_convention_structures]]
|
||||
==== Структуре
|
||||
|
||||
@@ -508,11 +508,11 @@ Copying output to /tmp/crash.txt.
|
||||
at /some_path/src/core/weechat.c:351
|
||||
#3 <signal handler called>
|
||||
#4 0x000000000044cb24 in hook_process_timer_cb (arg_hook_process=0x254eb90,
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/wee-hook.c:1364
|
||||
remaining_calls=<value optimized out>) at /some_path/src/core/core-hook.c:1364
|
||||
hook_process = 0x254eb90
|
||||
status = <value optimized out>
|
||||
#5 0x000000000044cc7d in hook_timer_exec ()
|
||||
at /some_path/src/core/wee-hook.c:1025
|
||||
at /some_path/src/core/core-hook.c:1025
|
||||
tv_time = {tv_sec = 1272693881, tv_usec = 212665}
|
||||
ptr_hook = 0x2811f40
|
||||
next_hook = 0x0
|
||||
|
||||
+104
-104
@@ -1,110 +1,110 @@
|
||||
SET(WEECHAT_SOURCES
|
||||
./src/core/hook/wee-hook-command.c
|
||||
./src/core/hook/wee-hook-command.h
|
||||
./src/core/hook/wee-hook-command-run.c
|
||||
./src/core/hook/wee-hook-command-run.h
|
||||
./src/core/hook/wee-hook-completion.c
|
||||
./src/core/hook/wee-hook-completion.h
|
||||
./src/core/hook/wee-hook-config.c
|
||||
./src/core/hook/wee-hook-config.h
|
||||
./src/core/hook/wee-hook-connect.c
|
||||
./src/core/hook/wee-hook-connect.h
|
||||
./src/core/hook/wee-hook-fd.c
|
||||
./src/core/hook/wee-hook-fd.h
|
||||
./src/core/hook/wee-hook-focus.c
|
||||
./src/core/hook/wee-hook-focus.h
|
||||
./src/core/hook/wee-hook-hdata.c
|
||||
./src/core/hook/wee-hook-hdata.h
|
||||
./src/core/hook/wee-hook-hsignal.c
|
||||
./src/core/hook/wee-hook-hsignal.h
|
||||
./src/core/hook/wee-hook-info.c
|
||||
./src/core/hook/wee-hook-info.h
|
||||
./src/core/hook/wee-hook-info-hashtable.c
|
||||
./src/core/hook/wee-hook-info-hashtable.h
|
||||
./src/core/hook/wee-hook-infolist.c
|
||||
./src/core/hook/wee-hook-infolist.h
|
||||
./src/core/hook/wee-hook-line.c
|
||||
./src/core/hook/wee-hook-line.h
|
||||
./src/core/hook/wee-hook-modifier.c
|
||||
./src/core/hook/wee-hook-modifier.h
|
||||
./src/core/hook/wee-hook-print.c
|
||||
./src/core/hook/wee-hook-print.h
|
||||
./src/core/hook/wee-hook-process.c
|
||||
./src/core/hook/wee-hook-process.h
|
||||
./src/core/hook/wee-hook-signal.c
|
||||
./src/core/hook/wee-hook-signal.h
|
||||
./src/core/hook/wee-hook-timer.c
|
||||
./src/core/hook/wee-hook-timer.h
|
||||
./src/core/hook/wee-hook-url.c
|
||||
./src/core/hook/wee-hook-url.h
|
||||
./src/core/wee-arraylist.c
|
||||
./src/core/wee-arraylist.h
|
||||
./src/core/wee-backtrace.c
|
||||
./src/core/wee-backtrace.h
|
||||
./src/core/wee-calc.c
|
||||
./src/core/wee-calc.h
|
||||
./src/core/hook/hook-command.c
|
||||
./src/core/hook/hook-command.h
|
||||
./src/core/hook/hook-command-run.c
|
||||
./src/core/hook/hook-command-run.h
|
||||
./src/core/hook/hook-completion.c
|
||||
./src/core/hook/hook-completion.h
|
||||
./src/core/hook/hook-config.c
|
||||
./src/core/hook/hook-config.h
|
||||
./src/core/hook/hook-connect.c
|
||||
./src/core/hook/hook-connect.h
|
||||
./src/core/hook/hook-fd.c
|
||||
./src/core/hook/hook-fd.h
|
||||
./src/core/hook/hook-focus.c
|
||||
./src/core/hook/hook-focus.h
|
||||
./src/core/hook/hook-hdata.c
|
||||
./src/core/hook/hook-hdata.h
|
||||
./src/core/hook/hook-hsignal.c
|
||||
./src/core/hook/hook-hsignal.h
|
||||
./src/core/hook/hook-info.c
|
||||
./src/core/hook/hook-info.h
|
||||
./src/core/hook/hook-info-hashtable.c
|
||||
./src/core/hook/hook-info-hashtable.h
|
||||
./src/core/hook/hook-infolist.c
|
||||
./src/core/hook/hook-infolist.h
|
||||
./src/core/hook/hook-line.c
|
||||
./src/core/hook/hook-line.h
|
||||
./src/core/hook/hook-modifier.c
|
||||
./src/core/hook/hook-modifier.h
|
||||
./src/core/hook/hook-print.c
|
||||
./src/core/hook/hook-print.h
|
||||
./src/core/hook/hook-process.c
|
||||
./src/core/hook/hook-process.h
|
||||
./src/core/hook/hook-signal.c
|
||||
./src/core/hook/hook-signal.h
|
||||
./src/core/hook/hook-timer.c
|
||||
./src/core/hook/hook-timer.h
|
||||
./src/core/hook/hook-url.c
|
||||
./src/core/hook/hook-url.h
|
||||
./src/core/core-arraylist.c
|
||||
./src/core/core-arraylist.h
|
||||
./src/core/core-backtrace.c
|
||||
./src/core/core-backtrace.h
|
||||
./src/core/core-calc.c
|
||||
./src/core/core-calc.h
|
||||
./src/core/weechat.c
|
||||
./src/core/weechat.h
|
||||
./src/core/wee-command.c
|
||||
./src/core/wee-command.h
|
||||
./src/core/wee-completion.c
|
||||
./src/core/wee-completion.h
|
||||
./src/core/wee-config.c
|
||||
./src/core/wee-config-file.c
|
||||
./src/core/wee-config-file.h
|
||||
./src/core/wee-config.h
|
||||
./src/core/wee-crypto.c
|
||||
./src/core/wee-crypto.h
|
||||
./src/core/wee-debug.c
|
||||
./src/core/wee-debug.h
|
||||
./src/core/wee-dir.c
|
||||
./src/core/wee-dir.h
|
||||
./src/core/wee-doc.c
|
||||
./src/core/wee-doc.h
|
||||
./src/core/wee-eval.c
|
||||
./src/core/wee-eval.h
|
||||
./src/core/wee-hashtable.c
|
||||
./src/core/wee-hashtable.h
|
||||
./src/core/wee-hdata.c
|
||||
./src/core/wee-hdata.h
|
||||
./src/core/wee-hook.c
|
||||
./src/core/wee-hook.h
|
||||
./src/core/wee-infolist.c
|
||||
./src/core/wee-infolist.h
|
||||
./src/core/wee-input.c
|
||||
./src/core/wee-input.h
|
||||
./src/core/wee-list.c
|
||||
./src/core/wee-list.h
|
||||
./src/core/wee-log.c
|
||||
./src/core/wee-log.h
|
||||
./src/core/wee-network.c
|
||||
./src/core/wee-network.h
|
||||
./src/core/wee-proxy.c
|
||||
./src/core/wee-proxy.h
|
||||
./src/core/wee-secure-buffer.c
|
||||
./src/core/wee-secure-buffer.h
|
||||
./src/core/wee-secure.c
|
||||
./src/core/wee-secure-config.c
|
||||
./src/core/wee-secure-config.h
|
||||
./src/core/wee-secure.h
|
||||
./src/core/wee-signal.c
|
||||
./src/core/wee-signal.h
|
||||
./src/core/wee-string.c
|
||||
./src/core/wee-string.h
|
||||
./src/core/wee-sys.c
|
||||
./src/core/wee-sys.h
|
||||
./src/core/wee-upgrade.c
|
||||
./src/core/wee-upgrade-file.c
|
||||
./src/core/wee-upgrade-file.h
|
||||
./src/core/wee-upgrade.h
|
||||
./src/core/wee-url.c
|
||||
./src/core/wee-url.h
|
||||
./src/core/wee-utf8.c
|
||||
./src/core/wee-utf8.h
|
||||
./src/core/wee-util.c
|
||||
./src/core/wee-util.h
|
||||
./src/core/wee-version.c
|
||||
./src/core/wee-version.h
|
||||
./src/core/core-command.c
|
||||
./src/core/core-command.h
|
||||
./src/core/core-completion.c
|
||||
./src/core/core-completion.h
|
||||
./src/core/core-config.c
|
||||
./src/core/core-config-file.c
|
||||
./src/core/core-config-file.h
|
||||
./src/core/core-config.h
|
||||
./src/core/core-crypto.c
|
||||
./src/core/core-crypto.h
|
||||
./src/core/core-debug.c
|
||||
./src/core/core-debug.h
|
||||
./src/core/core-dir.c
|
||||
./src/core/core-dir.h
|
||||
./src/core/core-doc.c
|
||||
./src/core/core-doc.h
|
||||
./src/core/core-eval.c
|
||||
./src/core/core-eval.h
|
||||
./src/core/core-hashtable.c
|
||||
./src/core/core-hashtable.h
|
||||
./src/core/core-hdata.c
|
||||
./src/core/core-hdata.h
|
||||
./src/core/core-hook.c
|
||||
./src/core/core-hook.h
|
||||
./src/core/core-infolist.c
|
||||
./src/core/core-infolist.h
|
||||
./src/core/core-input.c
|
||||
./src/core/core-input.h
|
||||
./src/core/core-list.c
|
||||
./src/core/core-list.h
|
||||
./src/core/core-log.c
|
||||
./src/core/core-log.h
|
||||
./src/core/core-network.c
|
||||
./src/core/core-network.h
|
||||
./src/core/core-proxy.c
|
||||
./src/core/core-proxy.h
|
||||
./src/core/core-secure-buffer.c
|
||||
./src/core/core-secure-buffer.h
|
||||
./src/core/core-secure.c
|
||||
./src/core/core-secure-config.c
|
||||
./src/core/core-secure-config.h
|
||||
./src/core/core-secure.h
|
||||
./src/core/core-signal.c
|
||||
./src/core/core-signal.h
|
||||
./src/core/core-string.c
|
||||
./src/core/core-string.h
|
||||
./src/core/core-sys.c
|
||||
./src/core/core-sys.h
|
||||
./src/core/core-upgrade.c
|
||||
./src/core/core-upgrade-file.c
|
||||
./src/core/core-upgrade-file.h
|
||||
./src/core/core-upgrade.h
|
||||
./src/core/core-url.c
|
||||
./src/core/core-url.h
|
||||
./src/core/core-utf8.c
|
||||
./src/core/core-utf8.h
|
||||
./src/core/core-util.c
|
||||
./src/core/core-util.h
|
||||
./src/core/core-version.c
|
||||
./src/core/core-version.h
|
||||
./src/gui/curses/gui-curses-bar-window.c
|
||||
./src/gui/curses/gui-curses-bar-window.h
|
||||
./src/gui/curses/gui-curses-chat.c
|
||||
|
||||
+52
-52
@@ -21,58 +21,58 @@
|
||||
|
||||
set(LIB_CORE_SRC
|
||||
weechat.c weechat.h
|
||||
wee-arraylist.c wee-arraylist.h
|
||||
wee-backtrace.c wee-backtrace.h
|
||||
wee-calc.c wee-calc.h
|
||||
wee-command.c wee-command.h
|
||||
wee-completion.c wee-completion.h
|
||||
wee-config.c wee-config.h
|
||||
wee-config-file.c wee-config-file.h
|
||||
wee-crypto.c wee-crypto.h
|
||||
wee-debug.c wee-debug.h
|
||||
wee-dir.c wee-dir.h
|
||||
wee-doc.c wee-doc.h
|
||||
wee-eval.c wee-eval.h
|
||||
wee-hashtable.c wee-hashtable.h
|
||||
wee-hdata.c wee-hdata.h
|
||||
wee-hook.c wee-hook.h
|
||||
wee-infolist.c wee-infolist.h
|
||||
wee-input.c wee-input.h
|
||||
wee-list.c wee-list.h
|
||||
wee-log.c wee-log.h
|
||||
wee-network.c wee-network.h
|
||||
wee-proxy.c wee-proxy.h
|
||||
wee-secure.c wee-secure.h
|
||||
wee-secure-buffer.c wee-secure-buffer.h
|
||||
wee-secure-config.c wee-secure-config.h
|
||||
wee-signal.c wee-signal.h
|
||||
wee-string.c wee-string.h
|
||||
wee-sys.c wee-sys.h
|
||||
wee-upgrade.c wee-upgrade.h
|
||||
wee-upgrade-file.c wee-upgrade-file.h
|
||||
wee-url.c wee-url.h
|
||||
wee-utf8.c wee-utf8.h
|
||||
wee-util.c wee-util.h
|
||||
wee-version.c wee-version.h
|
||||
hook/wee-hook-command-run.c hook/wee-hook-command-run.h
|
||||
hook/wee-hook-command.c hook/wee-hook-command.h
|
||||
hook/wee-hook-completion.c hook/wee-hook-completion.h
|
||||
hook/wee-hook-config.c hook/wee-hook-config.h
|
||||
hook/wee-hook-connect.c hook/wee-hook-connect.h
|
||||
hook/wee-hook-fd.c hook/wee-hook-fd.h
|
||||
hook/wee-hook-focus.c hook/wee-hook-focus.h
|
||||
hook/wee-hook-hdata.c hook/wee-hook-hdata.h
|
||||
hook/wee-hook-hsignal.c hook/wee-hook-hsignal.h
|
||||
hook/wee-hook-info-hashtable.c hook/wee-hook-info-hashtable.h
|
||||
hook/wee-hook-info.c hook/wee-hook-info.h
|
||||
hook/wee-hook-infolist.c hook/wee-hook-infolist.h
|
||||
hook/wee-hook-line.c hook/wee-hook-line.h
|
||||
hook/wee-hook-modifier.c hook/wee-hook-modifier.h
|
||||
hook/wee-hook-print.c hook/wee-hook-print.h
|
||||
hook/wee-hook-process.c hook/wee-hook-process.h
|
||||
hook/wee-hook-signal.c hook/wee-hook-signal.h
|
||||
hook/wee-hook-timer.c hook/wee-hook-timer.h
|
||||
hook/wee-hook-url.c hook/wee-hook-url.h
|
||||
core-arraylist.c core-arraylist.h
|
||||
core-backtrace.c core-backtrace.h
|
||||
core-calc.c core-calc.h
|
||||
core-command.c core-command.h
|
||||
core-completion.c core-completion.h
|
||||
core-config.c core-config.h
|
||||
core-config-file.c core-config-file.h
|
||||
core-crypto.c core-crypto.h
|
||||
core-debug.c core-debug.h
|
||||
core-dir.c core-dir.h
|
||||
core-doc.c core-doc.h
|
||||
core-eval.c core-eval.h
|
||||
core-hashtable.c core-hashtable.h
|
||||
core-hdata.c core-hdata.h
|
||||
core-hook.c core-hook.h
|
||||
core-infolist.c core-infolist.h
|
||||
core-input.c core-input.h
|
||||
core-list.c core-list.h
|
||||
core-log.c core-log.h
|
||||
core-network.c core-network.h
|
||||
core-proxy.c core-proxy.h
|
||||
core-secure.c core-secure.h
|
||||
core-secure-buffer.c core-secure-buffer.h
|
||||
core-secure-config.c core-secure-config.h
|
||||
core-signal.c core-signal.h
|
||||
core-string.c core-string.h
|
||||
core-sys.c core-sys.h
|
||||
core-upgrade.c core-upgrade.h
|
||||
core-upgrade-file.c core-upgrade-file.h
|
||||
core-url.c core-url.h
|
||||
core-utf8.c core-utf8.h
|
||||
core-util.c core-util.h
|
||||
core-version.c core-version.h
|
||||
hook/hook-command-run.c hook/hook-command-run.h
|
||||
hook/hook-command.c hook/hook-command.h
|
||||
hook/hook-completion.c hook/hook-completion.h
|
||||
hook/hook-config.c hook/hook-config.h
|
||||
hook/hook-connect.c hook/hook-connect.h
|
||||
hook/hook-fd.c hook/hook-fd.h
|
||||
hook/hook-focus.c hook/hook-focus.h
|
||||
hook/hook-hdata.c hook/hook-hdata.h
|
||||
hook/hook-hsignal.c hook/hook-hsignal.h
|
||||
hook/hook-info-hashtable.c hook/hook-info-hashtable.h
|
||||
hook/hook-info.c hook/hook-info.h
|
||||
hook/hook-infolist.c hook/hook-infolist.h
|
||||
hook/hook-line.c hook/hook-line.h
|
||||
hook/hook-modifier.c hook/hook-modifier.h
|
||||
hook/hook-print.c hook/hook-print.h
|
||||
hook/hook-process.c hook/hook-process.h
|
||||
hook/hook-signal.c hook/hook-signal.h
|
||||
hook/hook-timer.c hook/hook-timer.h
|
||||
hook/hook-url.c hook/hook-url.h
|
||||
)
|
||||
|
||||
# Check for flock support
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-arraylist.c - array lists management
|
||||
* core-arraylist.c - array lists management
|
||||
*
|
||||
* Copyright (C) 2014-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,9 +27,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
|
||||
|
||||
/*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-backtrace.c - backtrace after a segfault
|
||||
* core-backtrace.c - backtrace after a segfault
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -39,10 +39,10 @@
|
||||
#endif
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-backtrace.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-version.h"
|
||||
#include "core-backtrace.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-version.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-calc.c - calculate result of an expression
|
||||
* core-calc.c - calculate result of an expression
|
||||
*
|
||||
* Copyright (C) 2019-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -30,8 +30,8 @@
|
||||
#include <locale.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-string.h"
|
||||
|
||||
enum t_calc_symbol
|
||||
{
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-command.c - WeeChat core commands
|
||||
* core-command.c - WeeChat core commands
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -45,32 +45,32 @@
|
||||
#endif
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-command.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-debug.h"
|
||||
#include "wee-dir.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-input.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-network.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-secure-buffer.h"
|
||||
#include "wee-secure-config.h"
|
||||
#include "wee-signal.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-sys.h"
|
||||
#include "wee-upgrade.h"
|
||||
#include "wee-url.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-util.h"
|
||||
#include "wee-version.h"
|
||||
#include "core-command.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-config.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-debug.h"
|
||||
#include "core-dir.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-input.h"
|
||||
#include "core-list.h"
|
||||
#include "core-log.h"
|
||||
#include "core-network.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-secure-buffer.h"
|
||||
#include "core-secure-config.h"
|
||||
#include "core-signal.h"
|
||||
#include "core-string.h"
|
||||
#include "core-sys.h"
|
||||
#include "core-upgrade.h"
|
||||
#include "core-url.h"
|
||||
#include "core-utf8.h"
|
||||
#include "core-util.h"
|
||||
#include "core-version.h"
|
||||
#include "../gui/gui-bar.h"
|
||||
#include "../gui/gui-bar-item.h"
|
||||
#include "../gui/gui-bar-item-custom.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-completion.c - completion for WeeChat commands
|
||||
* core-completion.c - completion for WeeChat commands
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -34,16 +34,16 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-dir.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-config.h"
|
||||
#include "core-dir.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-list.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-string.h"
|
||||
#include "../gui/gui-completion.h"
|
||||
#include "../gui/gui-bar.h"
|
||||
#include "../gui/gui-bar-item.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-config-file.c - configuration files/sections/options management
|
||||
* core-config-file.c - configuration files/sections/options management
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -34,17 +34,17 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-dir.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-version.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-config.h"
|
||||
#include "core-dir.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-version.h"
|
||||
#include "../gui/gui-color.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-config.c - WeeChat configuration options (file weechat.conf)
|
||||
* core-config.c - WeeChat configuration options (file weechat.conf)
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -36,19 +36,19 @@
|
||||
#include <regex.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-network.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-sys.h"
|
||||
#include "wee-version.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-config.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-log.h"
|
||||
#include "core-network.h"
|
||||
#include "core-utf8.h"
|
||||
#include "core-list.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-string.h"
|
||||
#include "core-sys.h"
|
||||
#include "core-version.h"
|
||||
#include "../gui/gui-bar.h"
|
||||
#include "../gui/gui-bar-item.h"
|
||||
#include "../gui/gui-bar-item-custom.h"
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <regex.h>
|
||||
#include <wctype.h>
|
||||
|
||||
#include "wee-config-file.h"
|
||||
#include "core-config-file.h"
|
||||
|
||||
struct t_gui_buffer;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-crypto.c - cryptographic functions
|
||||
* core-crypto.c - cryptographic functions
|
||||
*
|
||||
* Copyright (C) 2018-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -32,10 +32,10 @@
|
||||
#include <gcrypt.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-crypto.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-crypto.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
char *weecrypto_hash_algo_string[] = {
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-debug.c - debug functions
|
||||
* core-debug.c - debug functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -43,18 +43,18 @@
|
||||
#include <gnutls/gnutls.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-backtrace.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-util.h"
|
||||
#include "core-backtrace.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-list.h"
|
||||
#include "core-log.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "core-util.h"
|
||||
#include "../gui/gui-bar.h"
|
||||
#include "../gui/gui-bar-item.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-dir.c - directory/file functions
|
||||
* core-dir.c - directory/file functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -50,8 +50,8 @@
|
||||
#endif
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-config.h"
|
||||
#include "core-string.h"
|
||||
|
||||
|
||||
/*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-doc.c - documentation generator
|
||||
* core-doc.c - documentation generator
|
||||
*
|
||||
* Copyright (C) 2023-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -33,18 +33,18 @@
|
||||
#include <regex.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-arraylist.h"
|
||||
#include "wee-command.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-crypto.h"
|
||||
#include "wee-dir.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-url.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-arraylist.h"
|
||||
#include "core-command.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-crypto.h"
|
||||
#include "core-dir.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-string.h"
|
||||
#include "core-url.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
#define ESCAPE_TABLE(msg) (doc_gen_escape_table (msg))
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-eval.c - evaluate expressions with references to internal vars
|
||||
* core-eval.c - evaluate expressions with references to internal vars
|
||||
*
|
||||
* Copyright (C) 2012-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -31,16 +31,16 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-calc.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-util.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-calc.h"
|
||||
#include "core-config.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "core-util.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-color.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hashtable.c - implementation of hashtable
|
||||
* core-hashtable.c - implementation of hashtable
|
||||
*
|
||||
* Copyright (C) 2010-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,12 +29,12 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-list.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hdata.c - direct access to WeeChat data using hashtables
|
||||
* core-hdata.c - direct access to WeeChat data using hashtables
|
||||
*
|
||||
* Copyright (C) 2011-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,12 +27,12 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook.c - WeeChat hooks management
|
||||
* core-hook.c - WeeChat hooks management
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -32,14 +32,14 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-debug.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-signal.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-util.h"
|
||||
#include "core-debug.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-log.h"
|
||||
#include "core-signal.h"
|
||||
#include "core-string.h"
|
||||
#include "core-util.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
@@ -22,25 +22,25 @@
|
||||
|
||||
struct t_hook;
|
||||
|
||||
#include "hook/wee-hook-command-run.h"
|
||||
#include "hook/wee-hook-command.h"
|
||||
#include "hook/wee-hook-completion.h"
|
||||
#include "hook/wee-hook-config.h"
|
||||
#include "hook/wee-hook-connect.h"
|
||||
#include "hook/wee-hook-fd.h"
|
||||
#include "hook/wee-hook-focus.h"
|
||||
#include "hook/wee-hook-hdata.h"
|
||||
#include "hook/wee-hook-hsignal.h"
|
||||
#include "hook/wee-hook-info-hashtable.h"
|
||||
#include "hook/wee-hook-info.h"
|
||||
#include "hook/wee-hook-infolist.h"
|
||||
#include "hook/wee-hook-line.h"
|
||||
#include "hook/wee-hook-modifier.h"
|
||||
#include "hook/wee-hook-print.h"
|
||||
#include "hook/wee-hook-process.h"
|
||||
#include "hook/wee-hook-signal.h"
|
||||
#include "hook/wee-hook-timer.h"
|
||||
#include "hook/wee-hook-url.h"
|
||||
#include "hook/hook-command-run.h"
|
||||
#include "hook/hook-command.h"
|
||||
#include "hook/hook-completion.h"
|
||||
#include "hook/hook-config.h"
|
||||
#include "hook/hook-connect.h"
|
||||
#include "hook/hook-fd.h"
|
||||
#include "hook/hook-focus.h"
|
||||
#include "hook/hook-hdata.h"
|
||||
#include "hook/hook-hsignal.h"
|
||||
#include "hook/hook-info-hashtable.h"
|
||||
#include "hook/hook-info.h"
|
||||
#include "hook/hook-infolist.h"
|
||||
#include "hook/hook-line.h"
|
||||
#include "hook/hook-modifier.h"
|
||||
#include "hook/hook-print.h"
|
||||
#include "hook/hook-process.h"
|
||||
#include "hook/hook-signal.h"
|
||||
#include "hook/hook-timer.h"
|
||||
#include "hook/hook-url.h"
|
||||
|
||||
struct t_gui_bar;
|
||||
struct t_gui_buffer;
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-infolist.c - info lists management
|
||||
* core-infolist.c - info lists management
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,9 +27,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-infolist.h"
|
||||
|
||||
|
||||
struct t_infolist *weechat_infolists = NULL;
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-input.c - default input callback for buffers
|
||||
* core-input.c - default input callback for buffers
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,11 +27,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-input.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-input.h"
|
||||
#include "core-config.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-filter.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-list.c - sorted lists
|
||||
* core-list.c - sorted lists
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,9 +27,9 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-list.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-log.c - WeeChat log file (weechat.log)
|
||||
* core-log.c - WeeChat log file (weechat.log)
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -38,10 +38,10 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-debug.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-version.h"
|
||||
#include "core-log.h"
|
||||
#include "core-debug.h"
|
||||
#include "core-string.h"
|
||||
#include "core-version.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-network.c - network functions
|
||||
* core-network.c - network functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -55,14 +55,14 @@
|
||||
#include <gnutls/gnutls.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-network.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-network.h"
|
||||
#include "core-config.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-config.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-string.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-proxy.c - proxy functions
|
||||
* core-proxy.c - proxy functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -28,12 +28,12 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-hdata.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-config.h"
|
||||
#include "core-hdata.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-secure-buffer.c - secured data buffer
|
||||
* core-secure-buffer.c - secured data buffer
|
||||
*
|
||||
* Copyright (C) 2013-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,13 +29,13 @@
|
||||
#include <gcrypt.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-crypto.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-secure-buffer.h"
|
||||
#include "wee-secure-config.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-crypto.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-secure-buffer.h"
|
||||
#include "core-secure-config.h"
|
||||
#include "core-string.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-color.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-secure-config.c - secured data configuration options (file sec.conf)
|
||||
* core-secure-config.c - secured data configuration options (file sec.conf)
|
||||
*
|
||||
* Copyright (C) 2013-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,12 +29,12 @@
|
||||
#include <gcrypt.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-crypto.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-secure-config.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-crypto.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-secure-config.h"
|
||||
#include "core-string.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-main.h"
|
||||
#include "../gui/gui-window.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-secure.c - secured data
|
||||
* core-secure.c - secured data
|
||||
*
|
||||
* Copyright (C) 2013-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -28,13 +28,13 @@
|
||||
#include <gcrypt.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config-file.h"
|
||||
#include "wee-crypto.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-secure.h"
|
||||
#include "wee-secure-config.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-config-file.h"
|
||||
#include "core-crypto.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-secure.h"
|
||||
#include "core-secure-config.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
/* the passphrase used to encrypt/decrypt data */
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-signal.c - signal functions
|
||||
* core-signal.c - signal functions
|
||||
*
|
||||
* Copyright (C) 2021-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,14 +29,14 @@
|
||||
#include <signal.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-signal.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-debug.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-input.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-signal.h"
|
||||
#include "core-config.h"
|
||||
#include "core-debug.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-input.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
#include "../gui/gui-window.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-string.c - string functions
|
||||
* core-string.c - string functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -49,11 +49,11 @@
|
||||
#endif /* ICONV_CONST */
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-eval.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-string.h"
|
||||
#include "core-config.h"
|
||||
#include "core-eval.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-color.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-sys.c - system actions
|
||||
* core-sys.c - system actions
|
||||
*
|
||||
* Copyright (C) 2023-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -35,11 +35,11 @@
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-sys.h"
|
||||
#include "wee-util.h"
|
||||
#include "core-config.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-sys.h"
|
||||
#include "core-util.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-window.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-upgrade-file.c - save/restore data for upgrading WeeChat
|
||||
* core-upgrade-file.c - save/restore data for upgrading WeeChat
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -32,10 +32,10 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-upgrade-file.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-upgrade-file.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-main.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-upgrade.c - save/restore session data of WeeChat core
|
||||
* core-upgrade.c - save/restore session data of WeeChat core
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,13 +29,13 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-upgrade.h"
|
||||
#include "wee-dir.h"
|
||||
#include "wee-hook.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-secure-buffer.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-util.h"
|
||||
#include "core-upgrade.h"
|
||||
#include "core-dir.h"
|
||||
#include "core-hook.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-secure-buffer.h"
|
||||
#include "core-string.h"
|
||||
#include "core-util.h"
|
||||
#include "../gui/gui-buffer.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-color.h"
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef WEECHAT_UPGRADE_H
|
||||
#define WEECHAT_UPGRADE_H
|
||||
|
||||
#include "wee-upgrade-file.h"
|
||||
#include "core-upgrade-file.h"
|
||||
|
||||
#define WEECHAT_UPGRADE_FILENAME "weechat"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-url.c - URL transfer
|
||||
* core-url.c - URL transfer
|
||||
*
|
||||
* Copyright (C) 2012-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -29,12 +29,12 @@
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-url.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-hashtable.h"
|
||||
#include "wee-infolist.h"
|
||||
#include "wee-proxy.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-url.h"
|
||||
#include "core-config.h"
|
||||
#include "core-hashtable.h"
|
||||
#include "core-infolist.h"
|
||||
#include "core-proxy.h"
|
||||
#include "core-string.h"
|
||||
#include "../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-utf8.c - UTF-8 string functions
|
||||
* core-utf8.c - UTF-8 string functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
|
||||
@@ -29,9 +29,9 @@
|
||||
#include <wctype.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "core-config.h"
|
||||
#include "core-string.h"
|
||||
|
||||
|
||||
int local_utf8 = 0;
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-util.c - some useful functions
|
||||
* core-util.c - some useful functions
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -36,11 +36,11 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "weechat.h"
|
||||
#include "wee-util.h"
|
||||
#include "wee-config.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-string.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "core-util.h"
|
||||
#include "core-config.h"
|
||||
#include "core-log.h"
|
||||
#include "core-string.h"
|
||||
#include "core-utf8.h"
|
||||
#include "../gui/gui-chat.h"
|
||||
#include "../gui/gui-window.h"
|
||||
#include "../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-version.c - functions for WeeChat version
|
||||
* core-version.c - functions for WeeChat version
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-command-run.c - WeeChat command_run hook
|
||||
* hook-command-run.c - WeeChat command_run hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,11 +27,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../wee-utf8.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
#include "../core-utf8.h"
|
||||
#include "../../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-command.c - WeeChat command hook
|
||||
* hook-command.c - WeeChat command hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,14 +27,14 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-arraylist.h"
|
||||
#include "../wee-config.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-list.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../wee-utf8.h"
|
||||
#include "../core-arraylist.h"
|
||||
#include "../core-config.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-list.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
#include "../core-utf8.h"
|
||||
#include "../../gui/gui-chat.h"
|
||||
#include "../../gui/gui-filter.h"
|
||||
#include "../../plugins/plugin.h"
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-completion.c - WeeChat completion hook
|
||||
* hook-completion.c - WeeChat completion hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,10 +27,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
#include "../../gui/gui-completion.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-config.c - WeeChat config hook
|
||||
* hook-config.c - WeeChat config hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,10 +27,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
|
||||
|
||||
/*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-connect.c - WeeChat connect hook
|
||||
* hook-connect.c - WeeChat connect hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2012 Simon Arlott
|
||||
@@ -31,10 +31,10 @@
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-network.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-network.h"
|
||||
#include "../../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-fd.c - WeeChat fd hook
|
||||
* hook-fd.c - WeeChat fd hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -30,9 +30,9 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../../gui/gui-chat.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-focus.c - WeeChat focus hook
|
||||
* hook-focus.c - WeeChat focus hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,11 +27,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hashtable.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hashtable.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
#include "../../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-hdata.c - WeeChat hdata hook
|
||||
* hook-hdata.c - WeeChat hdata hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,12 +27,12 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hashtable.h"
|
||||
#include "../wee-hdata.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hashtable.h"
|
||||
#include "../core-hdata.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
|
||||
|
||||
/*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-hsignal.c - WeeChat hsignal hook
|
||||
* hook-hsignal.c - WeeChat hsignal hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,10 +27,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
#include "../../plugins/plugin.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* wee-hook-info-hashtable.c - WeeChat info_hashtable hook
|
||||
* hook-info-hashtable.c - WeeChat info_hashtable hook
|
||||
*
|
||||
* Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -27,10 +27,10 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat.h"
|
||||
#include "../wee-hook.h"
|
||||
#include "../wee-infolist.h"
|
||||
#include "../wee-log.h"
|
||||
#include "../wee-string.h"
|
||||
#include "../core-hook.h"
|
||||
#include "../core-infolist.h"
|
||||
#include "../core-log.h"
|
||||
#include "../core-string.h"
|
||||
|
||||
|
||||
/*
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user