index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2013-05-12
irc: fix refresh of nick in input bar when joining a new channel with op stat...
Sebastien Helleu
2013-05-11
irc: remove tag "notify_private" from notices received before message 001
Sebastien Helleu
2013-05-07
python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ...
Sebastien Helleu
2013-05-06
irc: fix display of CTCP messages that contain bold attribute (bug #38895)
Sebastien Helleu
2013-05-03
script: add key alt+A in /help script (thanks ArZa)
Sebastien Helleu
2013-05-01
relay: remove temporary option "nicklistdiff" (in command init), send nicklis...
Sebastien Helleu
2013-05-01
Merge branch 'dynamic-nick-prefix-suffix'
Sebastien Helleu
2013-05-01
irc: add support of "dh-aes" SASL mechanism (patch #8020)
Elizabeth Myers
2013-04-29
core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...
Sebastien Helleu
2013-04-28
irc: fix duplicate nick completion when someone rejoins the channel with same...
Sebastien Helleu
2013-04-27
script: do not search by license and author in /script search (thanks to Nils...
Sebastien Helleu
2013-04-23
irc: add support of UHNAMES (capability "userhost-in-names") (task #9353)
Sebastien Helleu
2013-04-21
relay: fix typo in error displayed by command /relay del
Sebastien Helleu
2013-04-21
irc: add tag "irc_nick_back" for messages displayed in private buffer when a ...
Sebastien Helleu
2013-04-21
api: add new function hdata_search
Sebastien Helleu
2013-04-20
ruby: fix crash in function hdata_move
Sebastien Helleu
2013-04-20
guile: fix crash in function hdata_move
Sebastien Helleu
2013-04-10
irc: fix crash on command "/allchan /close"
Sebastien Helleu
2013-03-25
xfer: add option xfer.file.auto_accept_nicks (patch #7962)
Andrew Potter
2013-03-25
fifo: remove #define MAX_PATH (now done in weechat-plugin.h)
Sebastien Helleu
2013-03-25
script: fix compilation on GNU/Hurd (patch #7977) (thanks to Andrew Potter)
Sebastien Helleu
2013-03-24
lua: remove use of functions for API constants
Sebastien Helleu
2013-03-24
irc: add option irc.look.display_join_message (task #10895)
Sebastien Helleu
2013-03-24
ruby: fix typo in comment
Sebastien Helleu
2013-03-22
ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of func...
Sebastien Helleu
2013-03-22
irc: fix default completion (like nicks) in commands /msg, /notice, /query an...
Sebastien Helleu
2013-03-21
irc: fix prefix color for nick when the prefix is not in irc.color.nick_prefi...
Sebastien Helleu
2013-03-17
irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...
Sebastien Helleu
2013-03-17
scripts: create directories (language and language/autoload) on each action (...
Sebastien Helleu
2013-03-17
script: create "script" directory on each action (just in case it has been re...
Sebastien Helleu
2013-03-17
relay: rename compression "gzip" to "zlib" (compression is zlib, not gzip) (t...
Sebastien Helleu
2013-03-17
rmodifier: add info about "groups" in /help rmodifier
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-03-13
lua: fix crash on stack overflow: call lua_pop() for values returned by lua f...
Sebastien Helleu
2013-03-13
relay: add missing "id" in raw messages sent to clients when compression is o...
Sebastien Helleu
2013-03-13
relay: add negative numbers (integer: -123456 and long: -1234567890L) in comm...
Sebastien Helleu
2013-03-12
irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v...
Sebastien Helleu
2013-03-10
script: fix typo in /help script.scripts.autoload
Sebastien Helleu
2013-03-10
alias: mention local variables of buffer in /help alias
Sebastien Helleu
2013-03-09
relay: add message "_nicklist_diff" (differences between old and current nick...
Sebastien Helleu
2013-03-01
xfer: fix typo in comment
Sebastien Helleu
2013-02-28
xfer: fix freeze of DCC file received: use select() to read socket and if an ...
Sebastien Helleu
2013-02-26
xfer: fix freeze of DCC file received: use non-blocking socket after connecti...
Sebastien Helleu
2013-02-26
irc: fix conversion of mask to regex in ignore
Sebastien Helleu
2013-02-25
script: add control of autoload (enable/disable/toggle) (task #12393)
Sebastien Helleu
2013-02-23
rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new mo...
Sebastien Helleu
2013-02-23
irc: hide passwords in commands or messages sent to nickserv with modifiers (...
Sebastien Helleu
2013-02-23
relay: add support of multiple servers on same port for irc protocol (the cli...
Sebastien Helleu
2013-02-19
guile: fix arguments given to callbacks (separate arguments instead of one li...
Sebastien Helleu
2013-02-19
guile: fix crash on calls to callbacks during load of script (bug #38343)
Sebastien Helleu
[next]