summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-01-02Fixed translations in /help commandSebastien Helleu
2008-01-01Added group support for nicklist, fixed some bugs in plugins API and IRC pluginSebastien Helleu
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown.
2007-12-19Fixed bug with display of errors received from IRC serverSebastien Helleu
2007-12-19Fixed crash with display of status bar when exiting WeeChatSebastien Helleu
2007-12-19Fixed crash when removing hookSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New signals logger_start/stop, to start/stop logging for a bufferSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
2007-12-14Improved main loop (less CPU usage), better precision for timers, use of one ↵Sebastien Helleu
list by hook type (for fast search in hooks)
2007-12-13Function "hook_signal_send" added to plugin APISebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien Helleu
2007-12-12Fixed bug in IRC plugin when receiving data from serverSebastien Helleu
2007-12-11Added "dump_data" event, added dump of data in IRC pluginSebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Changes in IRC pluginSebastien Helleu
2007-12-10Renamed constants for return codes in pluginsSebastien Helleu
2007-12-10Fixed typos in 2 plugin API function namesSebastien Helleu