summaryrefslogtreecommitdiff
path: root/src/common/command.c
AgeCommit message (Expand)Author
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-04Added anti-flood option (irc_anti_flood) (task #5442)Sebastien Helleu
2006-11-09Added "irc_send_unknown_commands" option to send unknown commands to IRC serv...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-24Fixed bug with modifiers list in "/plugin listfull" commandSebastien Helleu
2006-10-24Fixed typo in /plugin command helpSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-08-30Command /key now ok with one arg (key name): display key if foundSebastien Helleu
2006-08-25Added server default notify level (task #5634), fixed crashs with /buffer and...Sebastien Helleu
2006-08-22Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars...Sebastien Helleu
2006-08-19Removed /panel command for release (command under development)Sebastien Helleu
2006-08-17Added send of "quit" message to server when using /disconnectSebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-22Charsets are now checked when set by /charset commandSebastien Helleu
2006-07-18Added "look_save_on_exit" option (patch from Emanuele Giaquinta)Sebastien Helleu
2006-07-16added some panel functions, fixed refresh bugs when terminal is resized: too ...Sebastien Helleu
2006-07-01Fixed typosSebastien Helleu
2006-06-15Added color encoding for some commands like /meSebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-05-29Command /save now writes plugins options (~/.weechat/plugins.rc)Sebastien Helleu
2006-05-21Fixed /alias command (now ok with an alias name: display content)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for...Sebastien Helleu
2006-05-15Added missing status bar refresh when connecting to serverSebastien Helleu
2006-05-13Added charset encoding for some command arguments (like /me, /msg, /query, ..)Sebastien Helleu
2006-05-13Fixed typos in docSebastien Helleu
2006-05-08Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358)Sebastien Helleu
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