summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
AgeCommit message (Expand)Author
2021-05-23Merge pull request #1457 from arodland/forgiving-ctcpAndrew Rodland
2021-05-23Implement support for the IRCv3 account-tag specification. (#2572)Sadie Powell
2021-05-23Implement support for the IRCv3 invite-notify specification. (#2574)Sadie Powell
2021-05-23Implement support for the IRCv3 SETNAME specification. (#2571)Sadie Powell
2021-03-03Better handle various ctime() calls failingPatrick Griffis
2020-05-26Fix parsing of 313Patrick Griffis
2019-12-20Follow more modern conventions for USER messagePatrick Griffis
2019-11-24Fix capability negotiation ending before sasl finishes with multi-line capPatrick Griffis
2019-01-30Remove : from various trailing parameters (#2301)linuxdaemon
2018-05-08Fix sending PASS with spaces or starting with :jkhsjdhjs
2018-03-09Various fixes for mingwPatrick Griffis
2018-03-04Fix out of bounds read when DCC message sender contains quotesPatrick Griffis
2017-02-18Better handle mode numerics starting with :Patrick Griffis
2016-03-24Only intercept QuakeNet challengeauth when enabledPatrick Griffis
2016-01-29Remove DH-AES/DH-BLOWFISH mechanisms and misc cleanupPatrick Griffis
2016-01-29Add support for chghostPatrick Griffis
2016-01-29Add support for CAP 3.2Patrick Griffis
2016-01-28Properly handle a few args optionally starting with :Patrick Griffis
2016-01-28Handle PING and AUTHENTICATE with a prefixPatrick Griffis
2016-01-28Add support for cap-notifyPatrick Griffis
2015-04-21Remove r from mode buttonsTingPing
2014-12-31Fix some unused warningsTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-15Fixed some more signed-unsigned-comparison warnings.Arnavion
2014-12-04Fix some obvious type warnings.Arnavion
2014-05-12Fixed truncation of the reason when receiving a KILL message.Derp Derpingston
2014-04-06Add account to Join eventTingPing
2014-01-12Tweak 908 syntaxTingPing
2014-01-12Support numeric 908TingPing
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
2013-10-03Topic bar improvementsTingPing
2013-09-20Fix messages on networks that have chantypes the same as nick prefixesTingPing
2013-09-07Disable challangeauth without opensslTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-08-20Handle lists in MONITOR repliesTingPing
2013-08-07Format Channel URLsTingPing
2013-07-10Indentation fixes and code cleanup.Diogo Sousa
2013-07-09Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is calledDiogo Sousa
2013-07-04Default to nickserv when using /ghost or /id commandsTingPing
2013-07-02Fixed get_timezone() to work on windows.Diogo Sousa
2013-07-02Now handle_message_tag_time() doesn't use "timezone" since it is not definedDiogo Sousa
2013-06-30Fixed server-time timestamps issue regarding local time.Diogo Sousa
2013-06-28Fixed another bug in handle_message_tag_time(): tm_mon is between 0 and 11.Diogo Sousa
2013-06-28Fixed bug in handle_message_tag_time().Diogo Sousa
2013-06-28A few messages missing regarding server-time.Diogo Sousa
2013-06-28Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace forDiogo Sousa
2013-06-28server-time for all numerical messages.Diogo Sousa
2013-06-28server-time supported in all named servermsg: ping, error, notice andDiogo Sousa
2013-06-28Organized cap inbound code in inbound.c instead of proto-irc.c.Diogo Sousa