summaryrefslogtreecommitdiff
path: root/src/common/command.c
AgeCommit message (Expand)Author
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-23Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi...Sebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-04-16Fixed typo in /window command helpSebastien Helleu
2006-04-15Fixed many crashes with DCC chatSebastien Helleu
2006-04-12Added new option to customize input prompt, added nick modes, fixed commands ...Sebastien Helleu
2006-04-11Removed charset conversion for commands (only allowed in text sent to channel...Sebastien Helleu
2006-04-10Removed color encoding in commands (only allowed in text sent to channel/priv...Sebastien Helleu
2006-04-03Added nick alignment in private buffersSebastien Helleu
2006-04-02Fixed string explosion bug (should return 0 with empty string)Sebastien Helleu
2006-04-02Fixed /buffer close bug with part messageSebastien Helleu
2006-03-30Fixed bug with /alias and /unalias commands when alias begins with '/'Sebastien Helleu
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-03-25Added hostname/IP option for connection to serverSebastien Helleu
2006-03-24Added /setp command (set plugin options)Sebastien Helleu
2006-03-21Completed /set command helpSebastien Helleu
2006-03-21Aliases are executed before WeeChat/IRC commands, /builtin command addedSebastien Helleu
2006-03-19Added /cycle command, /part command does close buffer any moreSebastien Helleu
2006-03-14Fixed /set command when internal server name contains one or many dotsSebastien Helleu
2006-03-08Improved alias completion (now uses target command for completion)Sebastien Helleu
2006-02-22Added IRC raw data bufferSebastien Helleu
2006-02-18Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu
2006-02-16clean code while parsing commands in server_command and make possible to run ...Emmanuel Bouthenot
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) (pa...Sebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-21Added some info for commands and options helpSebastien Helleu
2006-01-08Encode commands like text with channel's encoding charsetSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-21Fixed typos in some command helps ("&" now forbidden for XML doc)Sebastien Helleu
2005-12-20Changed some command outputs for docSebastien Helleu
2005-12-18Fixed encoding bug ("encode" var was not used since new command /charset was ...Sebastien Helleu
2005-12-17Fixed FIFO pipe buffer detection, away message (301) now displayed in query ifSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-12Added missing #ifdef HAVE_GNUTLSSebastien Helleu
2005-12-12Added up/down/left/right args to /window command completion, help & docSebastien Helleu
2005-12-11Upgrade when one or more servers are connected with gnutls (SSL) is nowSebastien Helleu
2005-12-11Added charset by server and channel, new command: /charsetSebastien Helleu
2005-12-10Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, andSebastien Helleu
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu