Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-12 | Fix bug with flags on irc raw buffer | Sebastien Helleu | |
2010-10-23 | Add IRC command redirection (task #6703) | Sebastien Helleu | |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-04-03 | Change buffer properties only when buffer is created by IRC plugin (channels ↵ | Sebastien Helleu | |
and raw buffer), do not change them after /upgrade | |||
2010-02-20 | Allow input "q" to close IRC raw buffer | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-06-24 | Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ↵ | Sebastien Helleu | |
alt-r | |||
2009-04-14 | Fix bug with upgrade and irc raw buffer, save irc raw messages during upgrade | Sebastien Helleu | |
2009-03-23 | Fix typo in irc-raw.c and jabber-debug.c | Sebastien Helleu | |
2009-03-19 | Add missing include of time.h in irc-raw.C | Sebastien Helleu | |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu | |
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer) |