Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

PyLink 0.8-alpha4

Compare
Choose a tag to compare
@jlu5 jlu5 released this 30 Jun 18:56
· 2501 commits to master since this release

Major changes in this snapshot release:

  • SECURITY: Forbid SSLv2 and SSLv3 in SSL socket creation (0fbf9e1)
  • Configurable nicks for services (per-net and global, #220, #229)
  • Resolve server hostnames when connecting (#158).
  • protocols/ts6: fix incorrect WHOIS syntax causing connection abort (6060a88)
  • protocols/nefarious: fix bad /join 0 handling causing connection abort (b1e138d)
  • relay: forbid linking two channels on the same network (e47738c)
  • protocols: various fixes for mode definitions, including missing +i handling on ts6 and unreal (26df48c, 3e19e9c)
  • Consistent defaults to ping frequency and timeout (now 90 and 180 seconds respectively)
  • Example conf: fix various typos (0edb516, cd4bf55) and be more clear about link blocks only being examples
  • Various freezes and crash bugs fixed (dd08c01, 1ad8b2e, 504a9be, 5f2da1c)

Full diff: 0.8-alpha3...0.8-alpha4