summaryrefslogtreecommitdiff
path: root/src/common/session.c
AgeCommit message (Collapse)Author
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's ↵Sebastien Helleu
forbidden and pv buffer is not renamed (when a nick changes) if another exists with same name
2006-04-22Nick modes are now saved with /upgradeSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-08Added hostnames associeted to nicks (available for /ban completion)Sebastien Helleu
2006-04-02Added nick alignment optionsSebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all ↵Sebastien Helleu
servers) is moved to buffer # > 1
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-25Added uptime save in session file (for /upgrade command)Sebastien Helleu
2005-12-12Added missing #ifdef HAVE_GNUTLSSebastien Helleu
2005-12-11Fixed minor bug with session reload (nicks count for channels now ok)Sebastien Helleu
2005-12-11Upgrade when one or more servers are connected with gnutls (SSL) is nowSebastien Helleu
forbidden (temporary solution while gnutls save/load thru session is not ok)
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu