summary refs log tree commit diff stats
path: root/src/common/inbound.c
AgeCommit message (Expand)Author
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
2013-07-11Fix requesting sasl multiple timesTingPing
2013-06-28Also support znc.in/server-time-isoTingPing
2013-06-28Added preferences options to enable the server-time extension when available.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
2013-06-28server-time supported in most named messages.Diogo Sousa
2013-06-28First step towards message tags extension supportDiogo Sousa
2013-06-09Emit FOUNDIP in server sessionTingPing
2013-06-03treat banlist event as a generic list event (for quiets etc)TingPing
2013-05-19Login type cleanupBerke Viktor
2013-05-18Fix text event for erroneous nicksBerke Viktor
2013-05-18Fix prototype, return value is used by joindelay_tagBerke Viktor
2013-05-17Respect irc_join_delay if connect command setTingPing
2013-05-17Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTHBerke Viktor
2013-05-16Make sure the created favchannel instances have a NULL key when the session's...Berke Viktor
2013-05-15Fix reconnect keysBerke Viktor
2013-05-15CosmeticsBerke Viktor
2013-05-15Fix autojoins for sessionsBerke Viktor
2013-05-15Change prototypeBerke Viktor
2013-05-14Fix warningsBerke Viktor
2013-05-14Fix initial autojoins and some erroneous copies/freesBerke Viktor
2013-05-13Use macros instead of raw numbers for login typeBerke Viktor
2013-05-12Fix favorite channels except in inbound.cBerke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-04-07Notify away status of friendsTingPing
2013-04-03Add MONITOR supportTingPing
2013-04-03Support account-notify and extended-join capabilitiesTingPing
2013-04-03Merge pull request #448 from TingPing/awaynotify2TingPing
2013-03-22ensure lasttalk gets updatedTingPing
2013-03-21Do an XP_TE_BANLIST only for ban, not exempt/invite/quietRichard Hitt
2013-03-20Redesign the Ban List window. Closes Issues #303, #342, #427RichardHitt
2013-03-14Merge pull request #444 from TingPing/noticepos2TingPing