summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-raw.c
AgeCommit message (Collapse)Author
2011-01-01Update copyright datesSebastien Helleu
2010-11-12Fix bug with flags on irc raw bufferSebastien Helleu
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien 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-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-03Change buffer properties only when buffer is created by IRC plugin (channels ↵Sebastien Helleu
and raw buffer), do not change them after /upgrade
2010-02-20Allow input "q" to close IRC raw bufferSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-24Switch to irc raw buffer if it is aleady opened, with /server raw or alt-j + ↵Sebastien Helleu
alt-r
2009-04-14Fix bug with upgrade and irc raw buffer, save irc raw messages during upgradeSebastien Helleu
2009-03-23Fix typo in irc-raw.c and jabber-debug.cSebastien Helleu
2009-03-19Add missing include of time.h in irc-raw.CSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien 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)