summary refs log tree commit diff stats
path: root/src/common/inbound.c
AgeCommit message (Expand)Author
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-07-22SASL EXTERNAL doesn't necessitate a certificatejesopo
2019-11-24Fix capability negotiation ending before sasl finishes with multi-line capPatrick Griffis
2019-05-28Make dcc_ip being a per-server value.Stepan Broz
2017-10-25Fix crash when connect commands change networkPatrick Griffis
2017-10-07Improve CTCP notice handlingPatrick Griffis
2017-09-19Handle leading spaces when matching extra alertsPatrick Griffis
2017-09-18Fix oob read caused by ptr[0] being NULL in inbound_noticeJoseph Bisch
2016-11-11Further tab color improvementsPatrick Griffis
2016-10-08Update usercount in inbound_nameslist_endgaffatape
2016-07-24Kill fe_set_hilight()Patrick Griffis
2016-06-29Introduce and use fe_timeout_add_secondsBen Gamari
2016-01-29Remove DH-AES/DH-BLOWFISH mechanisms and misc cleanupPatrick Griffis
2016-01-29Add support for twitch.tv/membershipPatrick Griffis
2016-01-29Add support for chghostPatrick Griffis
2016-01-29Add support for CAP 3.2Patrick Griffis
2016-01-28Fix missed commaPatrick Griffis
2016-01-28Add support for cap-notifyPatrick Griffis
2016-01-28Clean up handling CAP LSPatrick Griffis
2015-02-01Fix logging hostname of queriesTingPing
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for all allocationsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-04Fix some obvious type warnings.Arnavion
2014-05-12Properly support notices to prefix'd users on a channelDerp Derpingston
2014-04-06Add account to Join eventTingPing
2014-04-02Add marker-line functionality for scrollback, instant seek.RichardHitt
2014-03-24Improve handling scrollback when gui_tab_server==FALSERichardHitt
2014-01-30Now make_ping_time() in common/util.c returns the time in milliseconds insteadDiogo Sousa
2014-01-12Support numeric 908TingPing
2014-01-08Fix warningsTingPing
2014-01-08Rewrite dns commandTingPing
2013-12-27Properly request server-time when it's the only capTingPing
2013-11-17Fix crash with negative timestamp in banlistTingPing
2013-11-01Don't auto unmark away when getting znc playbackTingPing
2013-10-22fix another warningTingPing
2013-10-20Fix SASL on some networksTingPing
2013-10-20Ignore nick prefix when splitting NAMES replyTingPing
2013-10-20Only split NAMES reply if server supports userhost-in-namesTingPing
2013-10-18Add support for userhost-in-names capabilityTingPing
2013-10-17Add option to auto +x on connectTingPing
2013-10-17Respect use global flag with SASLTingPing
2013-09-23Strip trailing space from CAP REQTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
2013-08-26Handle incoming messages from yourselfTingPing
2013-08-10And free connect command..TingPing
2013-08-10Only replace variables in connect commandsTingPing