Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API | |||
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-09-21 | Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵ | Sebastien Helleu | |
with callback to core items if not found | |||
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ↵ | Sebastien Helleu | |
server feature | |||
2008-06-17 | Remove old notify code in irc plugin (done by notify plugin) | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu | |
2008-04-18 | Delete IRC server when last option for a server is deleted (with /unset) | Sebastien Helleu | |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu | |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-02-03 | Use 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-03 | Replaced options nick1/nick2/nick3 by nicks in IRC servers | Sebastien Helleu | |
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien 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-18 | All messages translated to french, fixed bugs/typos in some messages | Sebastien Helleu | |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu | |
2007-10-31 | Added/renamed some files, many changes in IRC sources for running as plugin ↵ | Sebastien Helleu | |
(still under development) | |||
2007-10-31 | Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a ↵ | Sebastien Helleu | |
"plugin", not a "protocol") |