Age | Commit message (Expand) | Author |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-13 | Remove magic path resolution from certificate files | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | 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-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-07-03 | Fix double-send of SSL metadata in openssl, possible segfault in gnutls | 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-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-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 | 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-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-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-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-01-25 | This is more accurate | brain |
2009-01-25 | Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r... | dz |
2009-01-25 | Try this as the ssl crash fix | brain |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-15 | m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls.. | special |
2008-10-04 | We are including tons more than we need to here, its a mess :p | brain |
2008-09-07 | Fix missing semicolon in m_ssl_openssl [danieldg] | w00t |