summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Collapse)Author
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-01-30Nick completion enabled again, plugins can now override default nick ↵Sebastien Helleu
completion (IRC plugin uses that feature)
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-13Migration of Ruby plugin to new API, new functions to dump script plugin ↵Sebastien Helleu
data to WeeChat log file
2008-01-10Added some missing functions in Perl plugin APISebastien 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-02Update of year in some copyrightsSebastien 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-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, ↵Sebastien Helleu
replaced "void *" pointers by structures
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-10Added UTF-8 functions to plugins APISebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-08Added config_reload event for IRC pluginSebastien Helleu
2007-12-08Cleanup IRC commands structureSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu
2007-10-31Added/renamed some files, many changes in IRC sources for running as plugin ↵Sebastien Helleu
(still under development)
2007-10-31Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a ↵Sebastien Helleu
"plugin", not a "protocol")