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