Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC ↵ | Sebastien Helleu | |
server (task #6859) | |||
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu | |
2008-11-02 | Remove debug plugin (merged to core), new debug variable for each plugin (no ↵ | Sebastien Helleu | |
more signals for setting debug) | |||
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-10-22 | Add function buffer_set_pointer in plugin API | Sebastien Helleu | |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu | |
2008-09-18 | Replace french word "pourcentage" by percentage | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-09-02 | Add description for info and infolist hooks | Sebastien Helleu | |
2008-09-02 | Add new hooks in plugins: info (fifo_filename) and infolists (alias, ↵ | Sebastien Helleu | |
logger_buffer, xfer) | |||
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu | |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu | |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu | |
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process. | |||
2008-06-17 | New plugin "notify", new option for debug messages in plugins | Sebastien Helleu | |
2008-06-15 | Add speed limit for DCC files sending (task #6178) | Sebastien Helleu | |
2008-06-15 | Fix connection bug in xfer plugin | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-06-02 | Add constants for config file read/write/set/unset callbacks | Sebastien Helleu | |
2008-05-15 | Add arguments for plugin init functions and "irc://.." command line option ↵ | Sebastien Helleu | |
for irc plugin | |||
2008-05-02 | Fix compilation of xfer plugin on FreeBSD | Sebastien Helleu | |
2008-05-11 | Add "list" and "listfull" options to /xfer command | Sebastien Helleu | |
2008-05-07 | New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140) | Sebastien Helleu | |
2008-05-07 | Xfer file resume (for DCC protocol) is back | Sebastien Helleu | |
2008-05-06 | Xfer list: help about keys, fix of minor display bugs | Sebastien Helleu | |
2008-05-06 | Do not automatically switch to xfer buffer, except by /xfer command | Sebastien Helleu | |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵ | Sebastien Helleu | |
by /dcc command) | |||
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵ | Sebastien Helleu | |
initial commit, not working yet) |