summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-08Add help about alias list for /alias command (task #9087)Sebastien Helleu
2009-02-08Add new signals "irc_channel_opened" and "irc_pv_opened"Sebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in ↵Sebastien Helleu
plugin API (task #9089)
2009-02-08Fix color decoding functionSebastien Helleu
2009-02-08Add property "input" for function buffer_get_string in plugin APISebastien Helleu
2009-02-07Fix bug in irc color decoding: reset color if color code is not followed by ↵Sebastien Helleu
a color number
2009-02-07Add numeric codes for low chars (< 32) in irc and jabber debug buffersSebastien Helleu
2009-02-07Add hidden command line option --no-dlclose to remove dlclose() for unloaded ↵Sebastien Helleu
plugins (useful when using valgrind)
2009-02-05Add some extra tests on arguments for config functionsSebastien Helleu
2009-02-05Fix crash with nicklist bar when position is top/bottom and filling is columnsSebastien Helleu
2009-02-04Add missing include of time.h in irc.cSebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-02-04Remove obsolete arguments in bar item callback, in tcl pluginSebastien Helleu
2009-02-04Remove obsolete arguments in bar item callback, in script pluginsSebastien Helleu
2009-02-02Add check for python 2.6Julien Louis
2009-02-02Update doc (missing relay option and update of /filter arguments)Sebastien Helleu
2009-02-02Improve docgen.pl script: write autogen files only if they are differentSebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first ↵Sebastien Helleu
line of buffer is removed)
2009-02-01Fix crash when input bar contains UTF-8 wide chars (larger than screen) (bug ↵Sebastien Helleu
#25443)
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-31Fix nicklist sort with IRC nicks (chan owner and admin first in list)Sebastien Helleu
2009-01-31Sort ChangeLog file by category (core, gui, plugins, ..)Sebastien Helleu
2009-01-31Update quickstart guidesSebastien Helleu
2009-01-31Update FAQSebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
For example, freenode.#weechat becomes irc.freenode.#weechat for buffer name in filter.
2009-01-30Fix crash after /upgrade with IRC servers connected via SSL (bug #25398)Sebastien Helleu
We force disconnection of IRC servers connected via SSL, and schedule reconnection to server after WeeChat restart.
2009-01-30Update API function weechat_buffer_set in developer guideSebastien Helleu
2009-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with ↵Sebastien Helleu
some commands like /query
2009-01-30Fix some bugs with TLS connections in Jabber pluigin (TLS still not working ↵Sebastien Helleu
in Jabber)
2009-01-29Fix 2 typos in docSebastien Helleu
2009-01-28Add boolean option to enable relay plugin to listen for clients (disabled by ↵Sebastien Helleu
default)
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ↵Sebastien Helleu
refresh when starting
2009-01-25Use pkg-config to find iksemel library, if availableSebastien Helleu
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Fix unread marker set with irc /away command: set unread marker for all ↵Sebastien Helleu
servers/channels that are not displayed in a window
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ↵Sebastien Helleu
hidden
2009-01-17Add missing jabber commands in docSebastien Helleu
2009-01-17Remove unused jabber options and jabber servers in autogenerated docSebastien Helleu
2009-01-15Fix bug with IRC SSL server optionSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-14Remove plugin "debug" from ChangeLog (plugin was removed and merged to core, ↵Sebastien Helleu
2 months ago)
2009-01-07Ignore "build*/*" instead of "build/*" for gitSebastien Helleu
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-07Do not force "-g" flag when building with cmake, remove option ↵Sebastien Helleu
"DISABLE_COMPILE_DEBUG"
2009-01-06Fix typoSebastien Helleu
2009-01-06Update list of debian files in main Makefile.amSebastien Helleu
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ↵Sebastien Helleu
server if self nick is away
2009-01-04Rename options in proxy structureSebastien Helleu