summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
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-02Fixed bug with config file write (crash on FreeBSD)Sebastien Helleu
2008-02-25Fix bug with weechat_plugin_end() function, now returns "int" everywhereSebastien Helleu
2008-02-25Fix Perl plugin build when system Perl is built without multiplicitySebastien Helleu
2008-02-24Command /whois is now authorized in private without argument (task #7482)Sebastien Helleu
2008-02-24Moved sigsegv function to wee-debug.cSebastien Helleu
2008-02-24XML doc files (weechat.XX.xml) splitted in many XML filesSebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵Sebastien Helleu
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-21Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494)Sebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-04Removed typedef for keyboard structures in gui-keyboard.hSebastien Helleu
2008-02-04Added string_tolower/upper in plugins API, added "name_lower_case" option in ↵Sebastien Helleu
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-03Fixed "irc_server_nicks" completion (now completes with current server only) ↵Sebastien Helleu
(bug #21558)
2008-02-03Removed option "-command" for command "/server" in IRC pluginSebastien Helleu
2008-02-03Use of many addresses for one IRC server (auto-switch when a connexion ↵Sebastien Helleu
fails), nicks are now set with one option "nicks" (task #6088)
2008-02-03Fixed bug in Makefile.am of IRC pluginSebastien Helleu
2008-02-03Replaced options nick1/nick2/nick3 by nicks in IRC serversSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-02-01Fixed bugs/crashs when closing buffersSebastien Helleu
2008-02-01New "close callback" for buffers, use of this callback in IRC plugin to ↵Sebastien Helleu
leave channel or disconnect from server when buffer is closed
2008-02-01Fixed some refreshsSebastien Helleu
2008-02-01Fixed bug with prefixes in config fileSebastien Helleu
2008-01-30Fixed minor display bug with doc in result of configure scriptSebastien Helleu
2008-01-30Nick completion enabled again, plugins can now override default nick ↵Sebastien Helleu
completion (IRC plugin uses that feature)
2008-01-29Updated translationsSebastien Helleu
2008-01-29Reduced number of screen refreshs, fixed display bug with title barSebastien Helleu
2008-01-29Added command in demo plugin to set a buffer propertySebastien Helleu
2008-01-28Fixed bug when switching window, scrollback is now preserved (task #7680)Sebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save ↵Sebastien Helleu
commands (now possible to reload/save some files only), fixed completion bug
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵Sebastien Helleu
signal catched (reload all config files), better config files reloading
2008-01-21Removed use of config.h file in script plugins, not neededSebastien Helleu
2008-01-19Updated translationsSebastien Helleu
2008-01-16Added new functions and script name completion in script plugins, fixed some ↵Sebastien Helleu
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-15Fixed default alias "c" and "cl", now pointing to "/buffer clear"Sebastien Helleu
2008-01-15Fixed refresh problem when a buffer is clearedSebastien Helleu
2008-01-15Merge /clear command into /buffer command (/buffer clear something)Sebastien Helleu
2008-01-14Update of translations for scripts, fix bugs and code factorized in script ↵Sebastien Helleu
plugins
2008-01-13Migration of Lua plugin to new APISebastien Helleu
2008-01-13Migration of Ruby plugin to new API, new functions to dump script plugin ↵Sebastien Helleu
data to WeeChat log file
2008-01-12Migration of Python plugin to new API, bugs fixed in Perl/Python pluginsSebastien Helleu
2008-01-11New arguments for function "register" in scripts (author, license), with ↵Sebastien Helleu
optional check of license when script is loaded
2008-01-10Added some missing functions in Perl plugin APISebastien Helleu
2008-01-10Updated .gitignore fileSebastien Helleu
2008-01-10Removed file ABOUT-NLS (not needed, built by autogen.sh script)Sebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-04Fixed data input in channel buffers (IRC plugin)Sebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-03Fixed bug with nicklist sizeSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu