Age | Commit message (Expand) | Author |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Use a set to mark client SSL ports rather than going by textual IP/port pairs | danieldg |
2009-09-02 | Change OnHookUserIO to OnHookIO, making it usable for more than User* and les... | danieldg |
2009-09-02 | Misc removal of pointless Extend strings | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-02 | Read multiple GnuTLS records in one RawSocketRead operation | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-09-01 | Rename User::GetPort to GetServerPort to clarify its purpose | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-02 | Fix a few typos in here so it compiles again. | peavey |
2009-08-02 | Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u... | w00t |
2009-08-01 | Reconnect to LDAP server if connection goes away, fixes bug #818. | w00t |
2009-07-27 | Send a failure numeric instead of QuitUser when STARTTLS is used after regist... | special |
2009-07-03 | Fix double-send of SSL metadata in openssl, possible segfault in gnutls | danieldg |
2009-07-02 | Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modules | danieldg |
2009-07-02 | Send ssl_cert metadata on signon | danieldg |
2009-07-02 | Remove memory-wasting map in ssl_cert | danieldg |
2009-07-02 | Migrate SSL metadata and visible information (/whois line) to single module | danieldg |
2009-07-02 | Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ... | danieldg |
2009-06-27 | m_sslinfo does not depend on external libraries, it should not be in extra | danieldg |
2009-06-07 | Allow SSL fingerprint-based server authentication | danieldg |
2009-06-06 | Don't display locally bound SSL ports in SSL= (for hidden services and such) | w00t |
2009-06-03 | Use pkg-config to search for gnutls rather than the now-removed libgnutls-config | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-07 | Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutls | danieldg |
2009-05-06 | Fix two compile errors found by Shawn | special |
2009-05-06 | Set errno in openssl when handshake fails | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-05-06 | Set errno properly on GnuTLS sessions that die during the SSL handshake | danieldg |
2009-05-02 | Globally route "a" snotices for more modules. Patch from Milliways. | danieldg |
2009-04-29 | How about we make this compile? | danieldg |
2009-04-29 | Normalize IPv6 addresses when producing SSL port list, fixes bug #853 | danieldg |
2009-04-26 | Correct 005 output of m_ssl_gnutls when used for STARTTLS with no client SSL ... | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-04-03 | Use 'c' snomask instead of 'A' snomask for ldap auth failures, reported by dr... | w00t |
2009-03-27 | Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n... | peavey |
2009-03-27 | Fix potential crash on uninitialised var | peavey |
2009-03-23 | Make this compile. | peavey |
2009-03-23 | Fix compile error due to mismerge | danieldg |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-18 | Fix for bug #791, if an error is set treat this as 'could not get certificate' | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-13 | Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroP | danieldg |
2009-02-23 | m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM... | special |
2009-02-23 | Forward port r11142: Commands that only give a response locally should not be... | special |