summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-18irc: fix display of malformed CTCP (without closing char) (bug #38347)Sebastien Helleu
2013-02-17core: remove Gtk interface (obsolete sources not working)Sebastien Helleu
2013-02-17irc: unmask smart filtered join if nick speaks in channel some minutes after ...Sebastien Helleu
2013-02-17core: allow read of array in hdata without using indexSebastien Helleu
2013-02-16irc: fix type of values in hashtables join_manual/join_noswitch, fix delay fo...Sebastien Helleu
2013-02-16irc: fix memory leak in purge of hashtables with joins (it was done only for ...Sebastien Helleu
2013-02-16doc: update auto-generated files for commandsSebastien Helleu
2013-02-15core: rename cmake targets xx.po/weechat.pot to update-xx.po/update-weechat.p...Sebastien Helleu
2013-02-14core: add option "dirs" for command /debugSebastien Helleu
2013-02-14core: fix header in weechat.pot (copyright, license and some default values i...Sebastien Helleu
2013-02-14core: add cmake targets to update .po and .pot files (new targets: update-po,...Sebastien Helleu
2013-02-14core: fix detection of iconv with cmake on OS X (bug #38321)Sebastien Helleu
2013-02-13doc: fix prototype of function weechat_config_section_free in plugin API refe...Sebastien Helleu
2013-02-12relay: fix crash when decoding a websocket frameSebastien Helleu
2013-02-12relay: add gcrypt include and link arguments to compile relay pluginSebastien Helleu
2013-02-12script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory)Sebastien Helleu
2013-02-12core: add signal "window_opened" (task #12464)Sebastien Helleu
2013-02-10doc: fix typos in french translations and plugin API referenceSebastien Helleu
2013-02-10relay: add experimental websocket server support (RFC 6455) for irc and weech...Sebastien Helleu
2013-02-10irc: add missing RFC 2813 in headerSebastien Helleu
2013-02-10doc: add IRC RFCs for file irc-protocol.c in developer's guideSebastien Helleu
2013-02-10doc: use HTML pages for links to RFCs in user's guideSebastien Helleu
2013-02-10doc: fix typos in user's guideSebastien Helleu
2013-02-08doc: add missing signals in plugin API reference (buffer_merged/unmerged, key...Sebastien Helleu
2013-02-07core: fix structures before buffer data when a buffer is closedSebastien Helleu
2013-02-07relay: add options "buffers" and "upgrade" for commands sync/desync in weecha...Sebastien Helleu
2013-02-07doc: remove list of scripts for URLs in FAQSebastien Helleu
2013-02-04doc: update german translations and scripting guideNils Görs
2013-02-04core: fix refresh of line after changes with hdata_update (update flag "displ...Sebastien Helleu
2013-02-03core: update italian translationsMarco Paolone
2013-02-03relay: fix commands sync/desync in weechat protocol (bug #38215)Sebastien Helleu
2013-02-03relay: fix typo in commentSebastien Helleu
2013-02-02core: remove weechat.spec from EXTRA_DIST targetSebastien Helleu
2013-02-02core: add file .gitattributes to exclude some files from tarballsSebastien Helleu
2013-02-01core: add info about doc and function to read in /help weechat.completion.def...Sebastien Helleu
2013-02-01doc: add description of command "test" in relay protocolSebastien Helleu
2013-02-01relay: add return of a NULL pointer in command "test"Sebastien Helleu
2013-02-01relay: add comments with example of messages in weechat protocolSebastien Helleu
2013-01-31aspell: optimization on spellers to improve speed (save state by buffer), add...Sebastien Helleu
2013-01-31core: fix detection of python on Ubuntu RaringSebastien Helleu
2013-01-31doc: fix typo in user's guideSebastien Helleu
2013-01-31irc: fix typo in commentSebastien Helleu
2013-01-29core: add "/debug tags" in /help filterNils Görs
2013-01-29core: fix hidden lines for messages without date when option weechat.history....Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-26core: use default hash/comparison callback for keys of type integer/pointer/t...Sebastien Helleu
2013-01-26doc: fix monospaced font used for literal and listing blocks in japaneseSebastien Helleu
2013-01-26doc: use boxes/arrows chars for diagram in differences with C API (scripting ...Sebastien Helleu
2013-01-26doc: add example of callback in each language (scripting guide)Sebastien Helleu
2013-01-26doc: add command "/script" in scripting guideSebastien Helleu