Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | core: use one line titles and less chars for delimited blocks/tables in ↵ | Sebastien Helleu | |
ChangeLog/NEWS | |||
2013-11-05 | core: add default keys alt+home/end and alt+F11/F12 for xterm | Sebastien Helleu | |
2013-11-04 | doc: use one line titles and less chars for delimited blocks/tables in ↵ | Sebastien Helleu | |
asciidoc files | |||
2013-11-03 | api: fix read of arrays in hdata functions hdata_<type> (bug #40354) | Sebastien Helleu | |
2013-11-02 | doc: make script docgen.py compliant with PEP8, replace %-formatting with ↵ | Sebastien Helleu | |
.format() | |||
2013-11-02 | core: update german translations | Nils Görs | |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu | |
2013-11-02 | core: use ncurses include path when compiling with cmake | Sebastien Helleu | |
2013-11-02 | weercd.py: major code cleanup, full PEP8 compliance, replace %-formatting ↵ | Sebastien Helleu | |
with .format() All changes: - import the new division operator and the print function - replace the %-formatting with .format() - full PEP8 compliance - major code cleanup: new function send_cmd() to send an IRC command, split flood() function into many functions. The messages sent from a file (or stdin) are formatted with ".format(self=self)", so that attributes from class Client are replaced with their values. You can use for example these attributes: {self.nick} current client nick {self.name} the server name ('weercd') {self.version} the server version (version of weercd.py) | |||
2013-10-27 | weercd.py: use argparse module to parse command line arguments, remove ↵ | Sebastien Helleu | |
config file The configuration file weercd.conf has been removed. Instead, default options can be set in an environment variable called "WEERCD_OPTIONS". A file with options can be used, then name must be given as option with a leading "@", for example: python weercd.py @args.txt The option "action" has been removed. Default behavior is still to flood the client. Actions "user" and "file" have been merged into a single option -f/--file, which accepts a file, or special value "-" to read stdin. The script now requires python >= 2.7 (because the argparse module is not available in python 2.6 and older versions). | |||
2013-10-27 | irc: fix auto-switch to channel buffer when doing /join channel (without "#") | Sebastien Helleu | |
2013-10-27 | core: remove version/date in ChangeLog/NEWS (let asciidoc set that with ↵ | Sebastien Helleu | |
attributes date/revision) | |||
2013-10-27 | core: fix auto-apply of window layout in current window when option ↵ | Sebastien Helleu | |
irc.look.buffer_switch_autojoin is on | |||
2013-10-26 | core: fix bind of keys in cursor/mouse context when key starts with "@" ↵ | Sebastien Helleu | |
(remove the warning about unsafe key) | |||
2013-10-26 | doc: fix typos in color codes (developer's guide) | Sebastien Helleu | |
2013-10-24 | doc: fix layout of relay protocol (HTML version) when it is printed | Sebastien Helleu | |
2013-10-24 | lua: fix crash on calls to callbacks during load of script | Sebastien Helleu | |
2013-10-23 | doc: replace "Act:" by "H:" in hotlist (user's guide) | Sebastien Helleu | |
2013-10-23 | doc: add jabber.py and bitlbee/minbif in list of features (user's guide) | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_number | Sebastien Helleu | |
2013-10-20 | core: fix typo in /help weechat.history.max_buffer_lines_minutes | Sebastien Helleu | |
2013-10-20 | doc: use asciidoc system attribute {sys:command} for year in copyright of ↵ | Sebastien Helleu | |
man page | |||
2013-10-20 | core: add warning about value 0 in help of some history options | Sebastien Helleu | |
Options affected: - weechat.history.max_buffer_lines_minutes - weechat.history.max_buffer_lines_number - weechat.history.max_commands | |||
2013-10-20 | doc: fix layout of HTML docs when they are printed | Sebastien Helleu | |
Some long lines in docs were causing a zoom, and then the text font was smaller than it should be. Some styles have been fixed to remove the zoom and keep the original ratio. | |||
2013-10-19 | core: fix truncated prefix when filters are toggled (bug #40204) | Sebastien Helleu | |
2013-10-19 | doc: use asciidoc attribute for year in copyright of man page | Sebastien Helleu | |
2013-10-19 | core: add file "compile" in .gitignore | Sebastien Helleu | |
2013-10-19 | core: remove dependencies in weechat.cygport.in, let cygport tool do that ↵ | Sebastien Helleu | |
automatically | |||
2013-10-19 | doc: add version >= 0.4.2 for new format of callback in function ↵ | Sebastien Helleu | |
bar_item_new (plugin API reference) | |||
2013-10-15 | core: add file weechat.cygport.in in tarballs (fix compilation error when ↵ | Sebastien Helleu | |
compiling tarball) | |||
2013-10-13 | doc: add nick modes in screen layout (user's guide) | Sebastien Helleu | |
2013-10-12 | core: add cygport file to build Cygwin packages | Sebastien Helleu | |
2013-10-12 | doc: use a build directory in example of compilation with autotools (user's ↵ | Sebastien Helleu | |
guide) | |||
2013-10-10 | core: use one date format when day changes from day to day+1 | Sebastien Helleu | |
2013-10-09 | doc: fix typo in relay protocol | Sebastien Helleu | |
2013-10-08 | irc: add option irc.look.notice_welcome_tags | Sebastien Helleu | |
2013-10-08 | irc: add server option "default_msg_kick" to customize default kick/kickban ↵ | Sebastien Helleu | |
message (task #12777) (patch from Nils Görs) | |||
2013-10-08 | Revert "core: remove unneeded dependencies docbook-xml and docbook-xsl to ↵ | Sebastien Helleu | |
build man page" This reverts commit 5a9422855715c762e1e096dc95ad22ab0f835b27. These two packages are needed to build man pages without network access. | |||
2013-10-08 | core: remove unneeded dependencies docbook-xml and docbook-xsl to build man page | Sebastien Helleu | |
2013-10-06 | core: fix typo in a french translation | Sebastien Helleu | |
2013-10-06 | core: remove version from field "Project-Id-Version" in gettext files | Sebastien Helleu | |
2013-10-06 | core: add options to customize default text search in buffers | Sebastien Helleu | |
New options: - weechat.look.buffer_search_case_sensitive (boolean, off by default) - weechat.look.buffer_search_force_default (boolean, off by default) - weechat.look.buffer_search_regex (boolean, off by default) - weechat.look.buffer_search_where (prefix, message (by default), prefix_message) | |||
2013-10-06 | core: remove warning about proxy not found for option ↵ | Sebastien Helleu | |
weechat.network.proxy_curl on startup Proxies are not yet fully loaded (when reading weechat.conf), so the warning is not displayed on startup, but only when option is changed. | |||
2013-10-06 | irc: improve help of server option "autojoin" | Sebastien Helleu | |
2013-10-06 | Version 0.4.3-dev | Sebastien Helleu | |
2013-10-06 | Version 0.4.2 | Sebastien Helleu | |
2013-10-05 | core: fix detection of python on Cygwin (autotools) | Sebastien Helleu | |
2013-10-05 | core: add detection of pkg-config (required on Cygwin) | Sebastien Helleu | |
This fixes the detection of enchant lib, the macro PKG_CHECK_MODULES requires pkg-config. | |||
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-10-05 | relay: fix decoding of websocket frames when there are multiple frames in a ↵ | Sebastien Helleu | |
single message received (only the first one was decoded) |