summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-10-31Updated Makefile for aspell (new name for sources)Sebastien Helleu
2007-10-31Improved plugin API, most functions rewritten from scratchSebastien Helleu
2007-10-31Renamed sources files in script pluginsSebastien Helleu
2007-10-31FIFO feature rewritten as pluginSebastien Helleu
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-10-31Removed all files in src/protocols (IRC is now a plugin)Sebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages ↵Sebastien Helleu
in buffer (faster and using less memory)
2007-10-31Added sources to manage input data (from user input to weechat or plugin)Sebastien Helleu
2007-10-31Added some string functionsSebastien Helleu
2007-10-31Added hook functionsSebastien Helleu
2007-10-31Added sources to manage config options and filesSebastien Helleu
2007-10-31Renamed many functions, removed all IRC specific stuffSebastien Helleu
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-10-31Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a ↵Sebastien Helleu
"plugin", not a "protocol")
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-19Added missing options in /server completion: "add" and "keep"Sebastien Helleu
2007-09-19Fixed nick completion bug (missing space after nick)Sebastien Helleu
2007-09-05Fixed bug with log of plugin messages (option log_plugin_msg)Sebastien Helleu
2007-09-02Added new option "deloutq" to /server command to flush all servers messages ↵Sebastien Helleu
out queues (task #7221)
2007-09-02Fixed display bug with some special chars in messages (some words were ↵Sebastien Helleu
truncated on screen) (bug #20944)
2007-09-02Fixed paste detection: does not count empty lines (bug #20953)Sebastien Helleu
2007-08-31Changed order of compilation for source directories with cmakeSebastien Helleu
2007-08-31Removed compilation warning when plugins are not compiledSebastien Helleu
2007-08-31Removed compilation warning when iconv is not foundSebastien Helleu
2007-08-31Fixed UTF-8 bug with color encoding/decodingSebastien Helleu
2007-08-31Added "/debug buffer" command to see raw buffer contentSebastien Helleu
2007-08-30Fixed crash when searching text in buffer with ctrl-R (bug #20938)Sebastien Helleu
2007-08-29Added string length limit for setup file optionsSebastien Helleu
2007-08-27Fixed bug with flock() when home is on NFS filesystem (bug #20913)Sebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-27Added option to align text of messages (except first lines) (task #7246)Sebastien Helleu
2007-08-27Fixed typo in /help serverSebastien Helleu
2007-08-23Fixed user modes in nicklist when ban and nick mode are received in the same ↵Sebastien Helleu
MODE message (bug #20870)
2007-08-21Fixed IRC message 333: silently ignore message if error when parsing itSebastien Helleu
2007-08-20Fixed server option "command_delay": does not freeze WeeChat any moreSebastien Helleu
2007-08-18Add Support for gtk2 interface with cmake build systemJulien Louis
2007-08-18Code cleanup for paste detectionSebastien Helleu
2007-08-17Fixed problem with input of UTF-8 chars in last cvsSebastien Helleu
2007-08-17Added paste detection, new options look_paste_max_lines and ↵Sebastien Helleu
col_input_actions (task #5442)
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-14Fixed parsing of command "353" when prefixes were not received from serverSebastien Helleu
2007-08-12Fixed bug with highlight and UTF-8 chars around word (bug #20753)Sebastien Helleu
2007-08-09Added support of channel mode +u (channel user) (bug #20717)Sebastien Helleu
2007-08-08Fixed /server help messageSebastien Helleu
2007-08-08Improved /connect command to connect to a host by creating a temporary ↵Sebastien Helleu
server, added option to /server to create temporary server (task #7095)
2007-08-08Allow clear of multiple selected buffers with /clear (patch #6112)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-08-06Added key for setting unread marker on all buffers (default: ctrl-S + ↵Sebastien Helleu
ctrl-U) (task 7180)
2007-08-02Added channel completion to /join commandSebastien Helleu