Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-17 | core: allow read of array in hdata without using index | Sebastien Helleu | |
2013-02-16 | irc: fix type of values in hashtables join_manual/join_noswitch, fix delay ↵ | Sebastien Helleu | |
for purge | |||
2013-02-16 | irc: fix memory leak in purge of hashtables with joins (it was done only for ↵ | Sebastien Helleu | |
the first server in the list) | |||
2013-02-16 | doc: update auto-generated files for commands | Sebastien Helleu | |
2013-02-15 | core: rename cmake targets xx.po/weechat.pot to ↵ | Sebastien Helleu | |
update-xx.po/update-weechat.pot (for build with old cmake versions) | |||
2013-02-14 | core: add option "dirs" for command /debug | Sebastien Helleu | |
2013-02-14 | core: fix header in weechat.pot (copyright, license and some default values ↵ | Sebastien Helleu | |
in first string) | |||
2013-02-14 | core: add cmake targets to update .po and .pot files (new targets: ↵ | Sebastien Helleu | |
update-po, weechat.pot, xx.po) | |||
2013-02-14 | core: fix detection of iconv with cmake on OS X (bug #38321) | Sebastien Helleu | |
2013-02-13 | doc: fix prototype of function weechat_config_section_free in plugin API ↵ | Sebastien Helleu | |
reference | |||
2013-02-12 | relay: fix crash when decoding a websocket frame | Sebastien Helleu | |
2013-02-12 | relay: add gcrypt include and link arguments to compile relay plugin | Sebastien Helleu | |
2013-02-12 | script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory) | Sebastien Helleu | |
2013-02-12 | core: add signal "window_opened" (task #12464) | Sebastien Helleu | |
2013-02-10 | doc: fix typos in french translations and plugin API reference | Sebastien Helleu | |
2013-02-10 | relay: add experimental websocket server support (RFC 6455) for irc and ↵ | Sebastien Helleu | |
weechat protocols, new option relay.network.websocket_allowed_origins It is a partial implementation of RFC 6455: fragmentation and control frames are not yet supported. Text and binary frames are supported. | |||
2013-02-10 | irc: add missing RFC 2813 in header | Sebastien Helleu | |
2013-02-10 | doc: add IRC RFCs for file irc-protocol.c in developer's guide | Sebastien Helleu | |
2013-02-10 | doc: use HTML pages for links to RFCs in user's guide | Sebastien Helleu | |
2013-02-10 | doc: fix typos in user's guide | Sebastien Helleu | |
2013-02-08 | doc: add missing signals in plugin API reference (buffer_merged/unmerged, ↵ | Sebastien Helleu | |
key_bind/unbind, window_closing/closed) | |||
2013-02-07 | core: fix structures before buffer data when a buffer is closed | Sebastien Helleu | |
This was causing a bug in relay plugin (weechat protocol): when a buffer was closed, local variables were removed after buffer name, and when signal is sent to client, the buffer name was wrong (already freed). | |||
2013-02-07 | relay: add options "buffers" and "upgrade" for commands sync/desync in ↵ | Sebastien Helleu | |
weechat protocol | |||
2013-02-07 | doc: remove list of scripts for URLs in FAQ | Sebastien Helleu | |
2013-02-04 | doc: update german translations and scripting guide | Nils Görs | |
2013-02-04 | core: fix refresh of line after changes with hdata_update (update flag ↵ | Sebastien Helleu | |
"displayed" according to filters) | |||
2013-02-03 | core: update italian translations | Marco Paolone | |
2013-02-03 | relay: fix commands sync/desync in weechat protocol (bug #38215) | Sebastien Helleu | |
Fix: - use proper arguments in commands sync/desync (use argv[0] instead of argv[1]) - when searching if a buffer is synchronized, its name has higher priority on "*" (so first check if buffer is synchronized, and if not found, search if "*" is synchronized) - when receiving a "nicklist_*" signal, check if the buffer is synchronized with flag "RELAY_WEECHAT_PROTOCOL_SYNC_NICKLIST" | |||
2013-02-03 | relay: fix typo in comment | Sebastien Helleu | |
2013-02-02 | core: remove weechat.spec from EXTRA_DIST target | Sebastien Helleu | |
2013-02-02 | core: add file .gitattributes to exclude some files from tarballs | Sebastien Helleu | |
Files excluded: .git* (.gitignore, .gitattributes), weechat.spec Directory excluded: debian/ | |||
2013-02-01 | core: add info about doc and function to read in /help ↵ | Sebastien Helleu | |
weechat.completion.default_template | |||
2013-02-01 | doc: add description of command "test" in relay protocol | Sebastien Helleu | |
2013-02-01 | relay: add return of a NULL pointer in command "test" | Sebastien Helleu | |
2013-02-01 | relay: add comments with example of messages in weechat protocol | Sebastien Helleu | |
2013-01-31 | aspell: optimization on spellers to improve speed (save state by buffer), ↵ | Sebastien Helleu | |
add info "aspell_dict", add completion "aspell_dicts" Two hashtables have been added to store the spellers currently used (in all buffers) and info for each buffer: array with pointers to spellers and state of aspell for this buffer. Therefore the spellers are not destroyed and created again on each buffer switch, or each time screen is refreshed when window is split. | |||
2013-01-31 | core: fix detection of python on Ubuntu Raring | Sebastien Helleu | |
2013-01-31 | doc: fix typo in user's guide | Sebastien Helleu | |
2013-01-31 | irc: fix typo in comment | Sebastien Helleu | |
2013-01-29 | core: add "/debug tags" in /help filter | Nils Görs | |
2013-01-29 | core: fix hidden lines for messages without date when option ↵ | Sebastien Helleu | |
weechat.history.max_buffer_lines_minutes is set (bug #38197) | |||
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu | |
A size of 32 will use a little more memory but will reduce collisions in key hashs, and then length of linked lists inside hash structure (faster search in hashtable). | |||
2013-01-26 | core: use default hash/comparison callback for keys of type ↵ | Sebastien Helleu | |
integer/pointer/time in hashtable | |||
2013-01-26 | doc: fix monospaced font used for literal and listing blocks in japanese | Sebastien Helleu | |
2013-01-26 | doc: use boxes/arrows chars for diagram in differences with C API (scripting ↵ | Sebastien Helleu | |
guide) | |||
2013-01-26 | doc: add example of callback in each language (scripting guide) | Sebastien Helleu | |
2013-01-26 | doc: add command "/script" in scripting guide | Sebastien Helleu | |
2013-01-25 | irc: add color in output of /names when result is on server buffer (channel ↵ | Sebastien Helleu | |
not joined) (bug #38070) | |||
2013-01-24 | core: sync debian files with debian git repository | Sebastien Helleu | |
2013-01-24 | core: display error number and string in some network errors | Sebastien Helleu | |
Error number and string is now displayed when an error is returned by one of these functions: socket, setsockopt, fcntl, pipe, accept, bind, listen, mkfifo. |