2009-05-24 |
danieldg | OnRehash changes: split to multiple hooks to clarify... |
blob | commitdiff | raw |
2009-05-06 |
special | Fix two compile errors found by Shawn |
blob | commitdiff | raw | diff to current |
2009-05-06 |
w00t | Remove FindDescriptor wrapper for GetRef, it doesn... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
danieldg | Set errno properly on GnuTLS sessions that die during... |
blob | commitdiff | raw | diff to current |
2009-04-29 |
danieldg | How about we make this compile? |
blob | commitdiff | raw | diff to current |
2009-04-29 |
danieldg | Normalize IPv6 addresses when producing SSL port list... |
blob | commitdiff | raw | diff to current |
2009-04-26 |
danieldg | Correct 005 output of m_ssl_gnutls when used for STARTT... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
danieldg | Fix bug #779, SSL metadata sent using the wrong case... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
danieldg | Remove unneeded "fd" member of issl_session |
blob | commitdiff | raw | diff to current |
2009-02-19 |
danieldg | Remove unneeded comment about warnings on 64-bit |
blob | commitdiff | raw | diff to current |
2009-02-19 |
danieldg | GnuTLS does not need a double-copy input buffer |
blob | commitdiff | raw | diff to current |
2009-02-16 |
w00t | Remove redundant PriorityState, enum Priority does... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
peavey | Nuke trailing spaces |
blob | commitdiff | raw | diff to current |
2009-01-28 |
w00t | Remove an incorrect comment |
blob | commitdiff | raw | diff to current |
2009-01-25 |
brain | This is more accurate |
blob | commitdiff | raw | diff to current |
2009-01-25 |
dz | Properly check if the SSL handshake is completed in... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
brain | Try this as the ssl crash fix |
blob | commitdiff | raw | diff to current |
2009-01-17 |
brain | Fix for bug #679 reported by Namegduf, based on suggest... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
brain | Readability: pointless construct of a std::string from... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-12-31 |
brain | Change numeric 671, starttls failure to 691. 671 confli... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
w00t | Modify STARTTLS error message to clarify that it may... |
blob | commitdiff | raw | diff to current |
2008-12-18 |
dz | Properly disconnect clients that send STARTTLS after... |
blob | commitdiff | raw | diff to current |
2008-12-13 |
psychon | m_ssl_gnutls: Log ssl errors |
blob | commitdiff | raw | diff to current |
2008-11-01 |
w00t | Second attempt at time() -> SI->Time(), now problems... |
blob | commitdiff | raw | diff to current |
2008-10-30 |
w00t | Better error message for erroring on loading server... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
w00t | Revert earlier time() -> SI->Time() diff for now, this... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
w00t | Patch from Namegduf converting all instances (where... |
blob | commitdiff | raw | diff to current |
2008-10-04 |
brain | We are including tons more than we need to here, its... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
w00t | Initialise SSL session pointer to NULL to prevent a... |
blob | commitdiff | raw | diff to current |
2008-09-17 |
brain | Roll back tweak to the starttls spec requested by kvirc... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
w00t | Merge the second interface for socket hooking into... |
blob | commitdiff | raw | diff to current |
2008-09-07 |
w00t | Fix IO hooking modules to use the new (not old) hooking... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
brain | this new stuff in m_ssl_gnutls is NOT in our spec!... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
w00t | Add CAP REQ tls support, thanks to psychon |
blob | commitdiff | raw | diff to current |
2008-08-25 |
w00t | Change module versions to use a string instead of fixed... |
blob | commitdiff | raw | diff to current |
2008-07-12 |
special | Fixed #568 - gnutls does not allow reuse of credentials... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
brain | This is more correct, thanks Phoenix |
blob | commitdiff | raw | diff to current |
2008-06-20 |
special | It is unnecessary and rather less efficient to use... |
blob | commitdiff | raw | diff to current |
2008-06-19 |
brain | Whos been commiting a quarter of a fix? |
blob | commitdiff | raw | diff to current |
2008-06-11 |
pippijn | fixed some indentation and spacing in modules |
blob | commitdiff | raw | diff to current |
2008-06-09 |
brain | Slight adjustment to our standard to avoid an obvious... |
blob | commitdiff | raw | diff to current |
2008-06-08 |
brain | Properly ignore second STARTTLS request on same socket... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
brain | Kick the client in the balls if they try STARTTLS after... |
blob | commitdiff | raw | diff to current |
2008-05-24 |
brain | Fix memory leak if we send STARTTLS twice, thanks speci... |
blob | commitdiff | raw | diff to current |
2008-05-19 |
brain | Fix these too |
blob | commitdiff | raw | diff to current |
2008-05-13 |
brain | Check for windows drive letters on the start of paths... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
peavey | Convert even more |
blob | commitdiff | raw | diff to current |
2008-04-09 |
w00t | Fix these |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Make all our modules use the new stuff rather than... |
blob | commitdiff | raw | diff to current |
2008-04-02 |
brain | Automatic detection and allocation of max fds. No longe... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
brain | Some metadata commands were using nicknames to identify... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
aquanight | Commit -Wformat=2 -Wmissing-format-attributes, printf... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Allow activation of TLS via STARTTLS even if CAP REQ... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Should now work with ports bound to all interfaces |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | openssl should now work too |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Port bindings for gnutls now bind via ip:port, rather... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Add stuff so that modules can hook users by altering... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
brain | Wheeeeee |
blob | commitdiff | raw | diff to current |
2008-03-23 |
brain | CAP TLS now implemented, this needs someone to make... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-13 |
brain | Commit patch from danieldg that makes a ton of stuff... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
aquanight | -Wshadow fixes for some modules in extra/ |
blob | commitdiff | raw | diff to current |
2008-02-02 |
w00t | Patch: /rehash (not /rehash ssl) will now rebind SSL... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Remove Implements() method from every module. booya. |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Honking huge commit. Removal of DELETE() template that... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Convert all to new Attach() system. The Implements... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
brain | Make install list list automatically generated from... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
brain | All of insp now builds with -pedantic (theres some... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | InspSocket -> BufferedSocket. Paves the way for a Simpl... |
blob | commitdiff | raw | diff to current |
2007-10-15 |
w00t | In the grand tradition of huge fucking commits: |
blob | commitdiff | raw | diff to current |
2007-10-13 |
brain | Add sanity checks to the ssl modules so that theres... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
brain | PROPAGATE this fix |
blob | commitdiff | raw | diff to current |
2007-09-29 |
special | Removed extremely verbose debugging from the SSL module... |
blob | commitdiff | raw | diff to current |
2007-08-28 |
om | Move everything module-related out of InspIRCd and... |
blob | commitdiff | raw | diff to current |
2007-08-06 |
brain | Part of our fix didnt make it to here! |
blob | commitdiff | raw | diff to current |
2007-08-05 |
brain | Fixes from experiences on chatspike. Use the proper... |
blob | commitdiff | raw | diff to current |
2007-08-05 |
brain | Fix random debian (well, duplicated on debian) breakage... |
blob | commitdiff | raw | diff to current |
2007-07-24 |
w00t | A few more I missed. |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
special | Made m_ssl_gnutls throw an exception when unable to... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
brain | Warning: Loads of craq logging in here atm. /connect... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
brain | Add ISUPPORT SSL token requested by tabris. |
blob | commitdiff | raw | diff to current |
2007-06-17 |
brain | More |
blob | commitdiff | raw | diff to current |
2007-06-13 |
brain | Me so dummee. |
blob | commitdiff | raw | diff to current |
2007-06-09 |
brain | A ton more clear() and empty() stuff thats been lingeri... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
brain | Header rearrangement, move inspircd.h to top, remove... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
brain | SPACE INDENTING ACTION RANGERS -- ATTACK! |
blob | commitdiff | raw | diff to current |
2007-05-19 |
w00t | Windows support. Tested and working to compile on freeb... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
brain | Refactor port binding, warning not yet tested fully |
blob | commitdiff | raw | diff to current |
2007-05-10 |
brain | Add m_taxonomy and api minor tweak to make it work... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
brain | Add feature outlined in bug #192, give a notice showing... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
brain | Add -config parameter to bin/inspircd which allows... |
blob | commitdiff | raw | diff to current |
2007-03-25 |
brain | Remove excessive debugging |
blob | commitdiff | raw | diff to current |
2007-03-22 |
brain | EAGAIN fixes for gnutls |
blob | commitdiff | raw | diff to current |
2007-03-22 |
brain | We're checking for non-null session->sess in VerifyCert... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
brain | Some tweaks for gnutls |
blob | commitdiff | raw | diff to current |
next |