summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2009-08-10Fix thread join not working for subclasses of Thread because of C++ destructo...danieldg
2009-08-02Fix a few typos in here so it compiles again.peavey
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-08-01Reconnect to LDAP server if connection goes away, fixes bug #818.w00t
2009-07-27Send a failure numeric instead of QuitUser when STARTTLS is used after regist...special
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
2009-07-02Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modulesdanieldg
2009-07-02Send ssl_cert metadata on signondanieldg
2009-07-02Remove memory-wasting map in ssl_certdanieldg
2009-07-02Migrate SSL metadata and visible information (/whois line) to single moduledanieldg
2009-07-02Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ...danieldg
2009-06-27m_sslinfo does not depend on external libraries, it should not be in extradanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-06-06Don't display locally bound SSL ports in SSL= (for hidden services and such)w00t
2009-06-03Use pkg-config to search for gnutls rather than the now-removed libgnutls-configdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-07Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutlsdanieldg
2009-05-06Fix two compile errors found by Shawnspecial
2009-05-06Set errno in openssl when handshake failsdanieldg
2009-05-06Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i...w00t
2009-05-06Set errno properly on GnuTLS sessions that die during the SSL handshakedanieldg
2009-05-02Globally route "a" snotices for more modules. Patch from Milliways.danieldg
2009-04-29How about we make this compile?danieldg
2009-04-29Normalize IPv6 addresses when producing SSL port list, fixes bug #853danieldg
2009-04-26Correct 005 output of m_ssl_gnutls when used for STARTTLS with no client SSL ...danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-04-03Use 'c' snomask instead of 'A' snomask for ldap auth failures, reported by dr...w00t
2009-03-27Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n...peavey
2009-03-27Fix potential crash on uninitialised varpeavey
2009-03-23Make this compile.peavey
2009-03-23Fix compile error due to mismergedanieldg
2009-03-23ThreadEngine: Allow interthread signaling without needing as many hacksdanieldg
2009-03-23ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...danieldg
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-18Fix for bug #791, if an error is set treat this as 'could not get certificate'brain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-13Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroPdanieldg
2009-02-23m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM...special
2009-02-23Forward port r11142: Commands that only give a response locally should not be...special
2009-02-22Forward port r11137 from stable:peavey
2009-02-19Remove unneeded "fd" member of issl_sessiondanieldg
2009-02-19Remove unneeded comment about warnings on 64-bitdanieldg
2009-02-19GnuTLS does not need a double-copy input bufferdanieldg
2009-02-16Remove redundant PriorityState, enum Priority does the exact same thing.w00t
2009-02-14Nuke trailing spacespeavey
2009-02-12and here, and herepeavey
2009-02-12Ah pasting, also remove this var from herepeavey
2009-02-12Nuke an unused varpeavey
2009-02-12Several fixes to mysql module:peavey
2009-02-11I really dont get the oddball count()? rewrite itbrain