1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Commit Graph

  • 1e0753e08b Use of many addresses for one IRC server (auto-switch when a connexion fails), nicks are now set with one option "nicks" (task #6088) Sebastien Helleu 2008-02-03 16:12:52 +01:00
  • 181e52affa Fixed bug in Makefile.am of IRC plugin Sebastien Helleu 2008-02-03 00:19:31 +01:00
  • cb657254bb Replaced options nick1/nick2/nick3 by nicks in IRC servers Sebastien Helleu 2008-02-03 00:09:35 +01:00
  • 28e811c09c Use of sizeof(char) in all malloc/realloc for strings Sebastien Helleu 2008-02-02 21:12:16 +01:00
  • d7cc27f713 Fixed bugs/crashs when closing buffers Sebastien Helleu 2008-02-01 22:50:03 +01:00
  • 184700e597 New "close callback" for buffers, use of this callback in IRC plugin to leave channel or disconnect from server when buffer is closed Sebastien Helleu 2008-02-01 18:56:12 +01:00
  • d15c1956b5 Fixed some refreshs Sebastien Helleu 2008-02-01 17:35:25 +01:00
  • b2c5a94e5d Fixed bug with prefixes in config file Sebastien Helleu 2008-02-01 16:45:43 +01:00
  • c3aa3efac8 Fixed minor display bug with doc in result of configure script Sebastien Helleu 2008-01-30 17:49:45 +01:00
  • b52690d119 Nick completion enabled again, plugins can now override default nick completion (IRC plugin uses that feature) Sebastien Helleu 2008-01-30 17:38:09 +01:00
  • adab75c345 Updated translations Sebastien Helleu 2008-01-29 15:21:00 +01:00
  • a8f4f0c66d Reduced number of screen refreshs, fixed display bug with title bar Sebastien Helleu 2008-01-29 14:50:09 +01:00
  • 498dbc9243 Added command in demo plugin to set a buffer property Sebastien Helleu 2008-01-29 14:24:31 +01:00
  • c35fb9e847 Fixed bug when switching window, scrollback is now preserved (task #7680) Sebastien Helleu 2008-01-28 18:26:56 +01:00
  • ad41486543 Added config file functions in plugins API, improved /reload and /save commands (now possible to reload/save some files only), fixed completion bug Sebastien Helleu 2008-01-27 10:48:29 +01:00
  • ed26a0389c Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading Sebastien Helleu 2008-01-24 16:50:20 +01:00
  • 25c5bc6421 Removed use of config.h file in script plugins, not needed Sebastien Helleu 2008-01-21 12:40:18 +01:00
  • 4cdcb11415 Updated translations Sebastien Helleu 2008-01-19 17:20:07 +01:00
  • 697f070725 Added new functions and script name completion in script plugins, fixed some bugs in weelist management and script plugins Sebastien Helleu 2008-01-16 10:19:25 +01:00
  • e173014aec Fixed default alias "c" and "cl", now pointing to "/buffer clear" Sebastien Helleu 2008-01-15 15:30:24 +01:00
  • eabb65aca1 Fixed refresh problem when a buffer is cleared Sebastien Helleu 2008-01-15 15:18:39 +01:00
  • da2ce1dd04 Merge /clear command into /buffer command (/buffer clear something) Sebastien Helleu 2008-01-15 15:18:11 +01:00
  • 337908e9ef Update of translations for scripts, fix bugs and code factorized in script plugins Sebastien Helleu 2008-01-14 11:18:39 +01:00
  • 68f7238887 Migration of Lua plugin to new API Sebastien Helleu 2008-01-13 23:29:43 +01:00
  • 05e1e4715c Migration of Ruby plugin to new API, new functions to dump script plugin data to WeeChat log file Sebastien Helleu 2008-01-13 13:22:22 +01:00
  • c17a4d5c76 Migration of Python plugin to new API, bugs fixed in Perl/Python plugins Sebastien Helleu 2008-01-12 15:25:38 +01:00
  • add64d6f47 New arguments for function "register" in scripts (author, license), with optional check of license when script is loaded Sebastien Helleu 2008-01-11 15:08:36 +01:00
  • 8a67299912 Added some missing functions in Perl plugin API Sebastien Helleu 2008-01-10 18:37:31 +01:00
  • 938574feec Updated .gitignore file Sebastien Helleu 2008-01-10 14:46:40 +01:00
  • ce6485a47e Removed file ABOUT-NLS (not needed, built by autogen.sh script) Sebastien Helleu 2008-01-10 14:45:29 +01:00
  • 9f2fc59569 Partial migration of Perl plugin to new API Sebastien Helleu 2008-01-09 18:26:17 +01:00
  • f94b679a4a Added hotlist option for buffer in plugins API, improved buffer refreshs Sebastien Helleu 2008-01-06 12:44:54 +01:00
  • 2b7c8eb73b Fixed data input in channel buffers (IRC plugin) Sebastien Helleu 2008-01-04 23:47:26 +01:00
  • 23273bf47a Added macros for name/description/author/version/license of plugins Sebastien Helleu 2008-01-04 23:13:33 +01:00
  • fd7b2f4fab Fixed bug with nicklist size Sebastien Helleu 2008-01-03 14:21:49 +01:00
  • e3b52115c7 Update of year in some copyrights Sebastien Helleu 2008-01-02 12:47:09 +01:00
  • 8256ffb89e Fixed translations in /help command Sebastien Helleu 2008-01-02 12:46:47 +01:00
  • 9222a7b109 Added group support for nicklist, fixed some bugs in plugins API and IRC plugin Sebastien Helleu 2008-01-01 18:22:26 +01:00
  • cdbffe40da Fixed bug with display of errors received from IRC server Sebastien Helleu 2007-12-19 22:10:48 +01:00
  • 14656acc67 Fixed crash with display of status bar when exiting WeeChat Sebastien Helleu 2007-12-19 18:42:10 +01:00
  • 1172159421 Fixed crash when removing hook Sebastien Helleu 2007-12-19 18:34:37 +01:00
  • 6fd0bd2158 All messages translated to french, fixed bugs/typos in some messages Sebastien Helleu 2007-12-18 17:20:08 +01:00
  • 7873047e55 New signals logger_start/stop, to start/stop logging for a buffer Sebastien Helleu 2007-12-17 18:26:17 +01:00
  • dba084f3d6 New backlog option in logger plugin, added variable names in .h files, replaced "void *" pointers by structures Sebastien Helleu 2007-12-17 17:07:08 +01:00
  • e62ec5204c Improved main loop (less CPU usage), better precision for timers, use of one list by hook type (for fast search in hooks) Sebastien Helleu 2007-12-14 17:01:02 +01:00
  • 70e44d3c54 Function "hook_signal_send" added to plugin API Sebastien Helleu 2007-12-13 11:55:50 +01:00
  • 2e74526bb9 Renamed hook "event" to "signal" Sebastien Helleu 2007-12-13 11:47:12 +01:00
  • 7a8fb5b2da Fixed bug in IRC plugin when receiving data from server Sebastien Helleu 2007-12-12 15:56:32 +01:00
  • 15b2c85ea4 Added "dump_data" event, added dump of data in IRC plugin Sebastien Helleu 2007-12-11 17:46:06 +01:00
  • 061b0e5c58 Many changes in IRC plugin, added IRC specific completions Sebastien Helleu 2007-12-11 17:34:31 +01:00
  • 43c49926d4 Changes in IRC plugin Sebastien Helleu 2007-12-10 21:14:20 +01:00
  • 4993b2f661 Renamed constants for return codes in plugins Sebastien Helleu 2007-12-10 18:42:07 +01:00
  • c9ceee421e Fixed typos in 2 plugin API function names Sebastien Helleu 2007-12-10 18:28:09 +01:00
  • da95d22587 Added UTF-8 functions to plugins API Sebastien Helleu 2007-12-10 18:07:20 +01:00
  • 256557f900 Many changes in IRC plugin Sebastien Helleu 2007-12-10 17:18:40 +01:00
  • 8b3980f508 Changes in IRC plugin to use new API Sebastien Helleu 2007-12-09 11:47:34 +01:00
  • 30ab415dc0 Added gettext for some plugins messages Sebastien Helleu 2007-12-08 10:36:17 +01:00
  • 7b4af2b243 Added config_reload event for IRC plugin Sebastien Helleu 2007-12-08 00:34:17 +01:00
  • 1e2eacdfe5 Cleanup IRC commands structure Sebastien Helleu 2007-12-08 00:30:44 +01:00
  • 72a694ed4c Added completion hook, to let plugins add custom completions for commands Sebastien Helleu 2007-12-07 15:01:37 +01:00
  • 495e6bd5df Many changes in IRC plugin and plugins API Sebastien Helleu 2007-12-07 13:12:46 +01:00
  • 3c8276bc57 Fixed bug with command history: now test with previous is case sensitive Sebastien Helleu 2007-12-06 09:53:07 +01:00
  • 5e39a2c477 Removed logger.h file in logger plugin Sebastien Helleu 2007-12-05 10:21:46 +01:00
  • 26b659ae9e Added "config_reload" event, fixed some bugs in hook execution Sebastien Helleu 2007-12-04 18:01:28 +01:00
  • bda2cdd408 Removed WeeChat "command" structure, now all internal commands are hooked when WeeChat starts Sebastien Helleu 2007-12-04 13:25:02 +01:00
  • c94056b2c8 Updated ChangeLog file Sebastien Helleu 2007-12-03 18:04:43 +01:00
  • 2888d41425 Added alias plugin, added missing config file functions in plugins API Sebastien Helleu 2007-12-03 18:03:10 +01:00
  • e0826e1ce7 Fixed bug with colors in demo plugin Sebastien Helleu 2007-12-02 19:31:50 +01:00
  • fab33dc4df Added config files management in plugins API Sebastien Helleu 2007-12-02 18:02:18 +01:00
  • 5c579ec3b8 Remove all plugin options before reloading plugins.rc file (with /reload command) Sebastien Helleu 2007-12-01 10:49:15 +01:00
  • d9755e237b Added /reload command Sebastien Helleu 2007-12-01 10:25:59 +01:00
  • 59fb878b77 New config functions, almost entirely rewritten from scratch Sebastien Helleu 2007-12-01 00:35:57 +01:00
  • 32cc6ae5d8 Added message when using "/debug buffer" command Sebastien Helleu 2007-11-29 12:21:57 +01:00
  • 288034f83f Use of only one pointer to value for plugin list variables Sebastien Helleu 2007-11-28 17:49:36 +01:00
  • b4bd4876fd Added command hooks to completion, removed obsolete "IRC commands" completion Sebastien Helleu 2007-11-26 14:37:12 +00:00
  • f5d026a775 Added input_data callback argument to gui_buffer_new() function Sebastien Helleu 2007-11-26 14:27:53 +00:00
  • 7cc78f4172 Added buffer argument in command hooks, code cleanup in IRC plugin Sebastien Helleu 2007-11-25 00:17:43 +01:00
  • ab2dbe8151 Renamed WeeChat log functions Sebastien Helleu 2007-11-24 18:08:41 +01:00
  • 26f31bb367 Start logging in a log file only when first message is printed (not when buffer was opened) Sebastien Helleu 2007-11-21 13:38:03 +01:00
  • ac30e2226d Added log directory creation in logger plugin, removed unused log config options in core Sebastien Helleu 2007-11-11 17:05:42 +01:00
  • cdc08d6fc3 Added logger plugin Sebastien Helleu 2007-11-11 14:36:34 +01:00
  • 4478777876 Event hook added Sebastien Helleu 2007-11-11 13:34:43 +01:00
  • 60428b0d2e Fixed some string functions to make them compatible with UTF-8 charset Sebastien Helleu 2007-11-11 13:28:24 +01:00
  • 53328f4138 Added default keys for alt-left/right for konsole Sebastien Helleu 2007-11-08 17:09:06 +01:00
  • 50889eaf3b Added print hooks (to catch any printf on buffers) Sebastien Helleu 2007-11-07 15:11:06 +01:00
  • dc4f5ea2e2 Added option "set" for /buffer command Sebastien Helleu 2007-11-06 13:17:28 +01:00
  • c8abd99a64 Fixed typo in demo plugin Sebastien Helleu 2007-11-06 13:16:17 +01:00
  • 26cdaccef7 Added some functions to demo plugin Sebastien Helleu 2007-11-05 23:53:24 +01:00
  • b64b0fe6ca Added string_remove_quotes() function, use of argv and argv_eol for WeeChat commands arguments Sebastien Helleu 2007-11-05 18:51:53 +01:00
  • 0d66286efe Added date option for printf functions (weechat core and plugins API) Sebastien Helleu 2007-11-05 15:59:43 +01:00
  • a97e2955be Added keep_eol flag to string_explode(), updated hook command callback arguments Sebastien Helleu 2007-11-05 13:29:54 +01:00
  • a98feff2bb Fixed display bug with truncation of long lines Sebastien Helleu 2007-11-04 18:48:57 +01:00
  • 1a0472c5dd Added check of buffer pointer in weechat_printf (plugins API) Sebastien Helleu 2007-11-04 15:32:32 +01:00
  • f8c8ee1600 Fixed display bug with long lines Sebastien Helleu 2007-11-04 15:21:44 +01:00
  • 24bcc4de4b Update of plugin API list functions Sebastien Helleu 2007-11-04 12:16:22 +01:00
  • 2e18be982f Added demo plugin Sebastien Helleu 2007-11-03 12:42:30 +01:00
  • f6ed0f2e5b Added some list functions in plugin API Sebastien Helleu 2007-11-03 12:42:02 +01:00
  • 04e5afe6e4 Cleanup WeeChat error and warning messages, updated po files Sebastien Helleu 2007-11-01 11:19:46 +01:00
  • 0c2c41b134 Changed default color for prefix suffix (from blue to green) Sebastien Helleu 2007-10-31 22:25:56 +01:00
  • 41f55965ed Renamed source file wee-session to wee-upgrade Sebastien Helleu 2007-10-31 18:40:22 +01:00