1651 Commits

Author SHA1 Message Date
Sebastien Helleu
f6e2e5d38d Fix of cmake build process 2008-03-05 17:11:32 +01:00
Sebastien Helleu
14d393b11e Partial support of bars, with custom items.
Today only root bars are partially working (refresh is not always performed),
and bars are not saved in configuration file. To be continued...
2008-03-05 16:19:10 +01:00
Sebastien Helleu
d64e852a38 Fixed bug with config file write (crash on FreeBSD) 2008-03-02 14:50:44 +01:00
Sebastien Helleu
17804ea08b Fix bug with weechat_plugin_end() function, now returns "int" everywhere 2008-02-25 17:31:04 +01:00
Sebastien Helleu
8d23a7b4da Fix Perl plugin build when system Perl is built without multiplicity 2008-02-25 11:07:51 +01:00
Sebastien Helleu
27d1d81f98 Command /whois is now authorized in private without argument (task #7482) 2008-02-24 23:15:23 +01:00
Sebastien Helleu
b7513da92b Moved sigsegv function to wee-debug.c 2008-02-24 18:10:11 +01:00
Sebastien Helleu
af12f3e99c XML doc files (weechat.XX.xml) splitted in many XML files 2008-02-24 10:45:55 +01:00
Sebastien Helleu
c5a30be877 New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar display, fixed nick in input for IRC buffers
The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin).
If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
2008-02-22 14:29:34 +01:00
Sebastien Helleu
3187d9627b Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494) 2008-02-21 18:46:10 +01:00
Sebastien Helleu
dec0e7dc12 Added new plugin "debug" 2008-02-21 17:31:59 +01:00
Sebastien Helleu
155e689a26 Removed typedef for keyboard structures in gui-keyboard.h 2008-02-04 10:36:16 +01:00
Sebastien Helleu
763bb073b4 Added string_tolower/upper in plugins API, added "name_lower_case" option in logger plugin (bug #19522)
The new option "name_lower_case" is "on" by default and will convert category/name to lower case for log filename.
2008-02-04 10:07:19 +01:00
Sebastien Helleu
9f0b722793 Fixed "irc_server_nicks" completion (now completes with current server only) (bug #21558) 2008-02-03 17:09:13 +01:00
Sebastien Helleu
960d10cad0 Removed option "-command" for command "/server" in IRC plugin 2008-02-03 16:34:19 +01:00
Sebastien Helleu
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) 2008-02-03 16:12:52 +01:00
Sebastien Helleu
181e52affa Fixed bug in Makefile.am of IRC plugin 2008-02-03 00:19:31 +01:00
Sebastien Helleu
cb657254bb Replaced options nick1/nick2/nick3 by nicks in IRC servers 2008-02-03 00:09:35 +01:00
Sebastien Helleu
28e811c09c Use of sizeof(char) in all malloc/realloc for strings 2008-02-02 21:12:16 +01:00
Sebastien Helleu
d7cc27f713 Fixed bugs/crashs when closing buffers 2008-02-01 22:50:03 +01:00
Sebastien Helleu
184700e597 New "close callback" for buffers, use of this callback in IRC plugin to leave channel or disconnect from server when buffer is closed 2008-02-01 18:56:12 +01:00
Sebastien Helleu
d15c1956b5 Fixed some refreshs 2008-02-01 17:35:25 +01:00
Sebastien Helleu
b2c5a94e5d Fixed bug with prefixes in config file 2008-02-01 16:45:43 +01:00
Sebastien Helleu
c3aa3efac8 Fixed minor display bug with doc in result of configure script 2008-01-30 17:49:45 +01:00
Sebastien Helleu
b52690d119 Nick completion enabled again, plugins can now override default nick completion (IRC plugin uses that feature) 2008-01-30 17:38:09 +01:00
Sebastien Helleu
adab75c345 Updated translations 2008-01-29 15:21:00 +01:00
Sebastien Helleu
a8f4f0c66d Reduced number of screen refreshs, fixed display bug with title bar 2008-01-29 14:50:09 +01:00
Sebastien Helleu
498dbc9243 Added command in demo plugin to set a buffer property 2008-01-29 14:24:31 +01:00
Sebastien Helleu
c35fb9e847 Fixed bug when switching window, scrollback is now preserved (task #7680) 2008-01-28 18:26:56 +01:00
Sebastien Helleu
ad41486543 Added config file functions in plugins API, improved /reload and /save commands (now possible to reload/save some files only), fixed completion bug 2008-01-27 10:48:29 +01:00
Sebastien Helleu
ed26a0389c Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal catched (reload all config files), better config files reloading 2008-01-24 16:50:20 +01:00
Sebastien Helleu
25c5bc6421 Removed use of config.h file in script plugins, not needed 2008-01-21 12:40:18 +01:00
Sebastien Helleu
4cdcb11415 Updated translations 2008-01-19 17:20:07 +01:00
Sebastien Helleu
697f070725 Added new functions and script name completion in script plugins, fixed some bugs in weelist management and script plugins
New functions in script plugins API: gettext, ngettext, list_new, list_add,
list_search, list_casesearch, list_get, list_set, list_next, list_prev,
list_string, list_size, list_remove, list_remove_all, list_free.
2008-01-16 10:19:25 +01:00
Sebastien Helleu
e173014aec Fixed default alias "c" and "cl", now pointing to "/buffer clear" 2008-01-15 15:30:24 +01:00
Sebastien Helleu
eabb65aca1 Fixed refresh problem when a buffer is cleared 2008-01-15 15:18:39 +01:00
Sebastien Helleu
da2ce1dd04 Merge /clear command into /buffer command (/buffer clear something) 2008-01-15 15:18:11 +01:00
Sebastien Helleu
337908e9ef Update of translations for scripts, fix bugs and code factorized in script plugins 2008-01-14 11:18:39 +01:00
Sebastien Helleu
68f7238887 Migration of Lua plugin to new API 2008-01-13 23:29:43 +01:00
Sebastien Helleu
05e1e4715c Migration of Ruby plugin to new API, new functions to dump script plugin data to WeeChat log file 2008-01-13 13:22:22 +01:00
Sebastien Helleu
c17a4d5c76 Migration of Python plugin to new API, bugs fixed in Perl/Python plugins 2008-01-12 15:25:38 +01:00
Sebastien Helleu
add64d6f47 New arguments for function "register" in scripts (author, license), with optional check of license when script is loaded 2008-01-11 15:08:36 +01:00
Sebastien Helleu
8a67299912 Added some missing functions in Perl plugin API 2008-01-10 18:37:31 +01:00
Sebastien Helleu
938574feec Updated .gitignore file 2008-01-10 14:46:40 +01:00
Sebastien Helleu
ce6485a47e Removed file ABOUT-NLS (not needed, built by autogen.sh script) 2008-01-10 14:45:29 +01:00
Sebastien Helleu
9f2fc59569 Partial migration of Perl plugin to new API 2008-01-09 18:26:17 +01:00
Sebastien Helleu
f94b679a4a Added hotlist option for buffer in plugins API, improved buffer refreshs 2008-01-06 12:44:54 +01:00
Sebastien Helleu
2b7c8eb73b Fixed data input in channel buffers (IRC plugin) 2008-01-04 23:47:26 +01:00
Sebastien Helleu
23273bf47a Added macros for name/description/author/version/license of plugins 2008-01-04 23:13:33 +01:00
Sebastien Helleu
fd7b2f4fab Fixed bug with nicklist size 2008-01-03 14:21:49 +01:00