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
/
irc
/
irc-server.c
Age
Commit message (
Expand
)
Author
2014-06-19
irc: fix typo in a message
Sébastien Helleu
2014-05-24
api: add argument "flags" in function hdata_new_list
Sébastien Helleu
2014-05-23
irc: fix refresh of bar item "irc_channel" after join/part/kick/kill (issue #86)
Sébastien Helleu
2014-05-16
core: add bar item "buffer_short_name" (task #10882)
Sébastien Helleu
2014-05-15
irc: add bar item "irc_nick_modes" (closes #71)
Sébastien Helleu
2014-04-04
irc: allow many fingerprints in server option ssl_fingerprint (closes #49)
Sébastien Helleu
2014-03-30
irc: add support of "away-notify" capability (closes #12)
Sébastien Helleu
2014-03-18
irc: fix truncated read on socket with SSL (bug #41558)
Sebastien Helleu
2014-02-28
irc: evaluate content of server options "username" and "realname"
Sebastien Helleu
2014-02-28
irc: fix size used in some snprintf
Sebastien Helleu
2014-02-22
irc: remove dead assignments in functions irc_server_str(n)casecmp
Sebastien Helleu
2014-02-13
irc: use a more explicit error when the creation of a temporary server failed
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-01-31
irc: clear the gnutls session in all cases after SSL connection error
Sebastien Helleu
2014-01-23
irc: use MONITOR instead of ISON for /notify when it is available on server (...
Sebastien Helleu
2014-01-21
core: update translations
Sebastien Helleu
2014-01-21
irc: refactor code in gnutls callback to display certificates even if option ...
Sebastien Helleu
2014-01-21
irc: add server option "ssl_fingerprint" (task #12724)
Maarten de Vries
2014-01-20
irc: add comment with return value for function irc_server_gnutls_callback
Sebastien Helleu
2014-01-10
irc: add missing include of netinet/in.h (fix compilation error on FreeBSD)
Sebastien Helleu
2014-01-09
xfer: add support of IPv6 for DCC chat/file (patch #7992)
Andrew Potter
2014-01-06
xfer: use same infolist for hook and signals (patch #7974)
Andrew Potter
2014-01-02
irc: use statusmsg from message 005 to check prefix char in status notices/me...
Sebastien Helleu
2014-01-02
irc: add comments for functions about modes/prefix/chanmodes
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-15
core: add buffer property "highlight_tags_restrict", rename option irc.look.h...
Sebastien Helleu
2013-12-06
irc: add option irc.network.lag_max
Sebastien Helleu
2013-11-26
irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ...
Sebastien Helleu
2013-10-08
irc: add server option "default_msg_kick" to customize default kick/kickban m...
Sebastien Helleu
2013-10-03
irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)
Sebastien Helleu
2013-08-18
irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...
Sebastien Helleu
2013-08-04
api: add argument "options" in function string_eval_expression, add option "-...
Sebastien Helleu
2013-08-02
Merge branch 'secured-data'
Sebastien Helleu
2013-07-30
irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...
Sebastien Helleu
2013-07-27
core: add secured data with optional encryption in file sec.conf
Sebastien Helleu
2013-03-17
irc: add option irc.look.pv_buffer: automatically merge private buffers (opti...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-03-12
irc: rename option irc.network.lag_disconnect to irc.network.lag_reconnect, v...
Sebastien Helleu
2013-02-17
irc: unmask smart filtered join if nick speaks in channel some minutes after ...
Sebastien Helleu
2013-02-16
irc: fix type of values in hashtables join_manual/join_noswitch, fix delay fo...
Sebastien Helleu
2013-02-16
irc: fix memory leak in purge of hashtables with joins (it was done only for ...
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-11-27
xfer: display remote IP address for DCC chat/file (task #12289) (patch from N...
Sebastien Helleu
2012-11-23
irc: add support of tags in messages, add support of "server-time" capability...
Sebastien Helleu
2012-11-14
irc: fix crash on /upgrade (free channels before server data when a server is...
Sebastien Helleu
2012-11-02
irc: add option irc.network.alternate_nick to disable dynamic nick generation...
Nils Görs
[next]