summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc.c
AgeCommit message (Expand)Author
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-22Fix translation bugsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-30Nick completion enabled again, plugins can now override default nick completi...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-13Migration of Ruby plugin to new API, new functions to dump script plugin data...Sebastien Helleu
2008-01-09Partial migration of Perl plugin to new APISebastien 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
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-13Renamed hook "event" to "signal"Sebastien 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-10Renamed constants for return codes in pluginsSebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-08Added config_reload event for IRC pluginSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu