summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_openssl.cpp
AgeCommit message (Expand)Author
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-18Apply to clictx toobrain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-06-24This is more correct, thanks Phoenixbrain
2008-06-20It is unnecessary and rather less efficient to use memmove() everywhere; it's...special
2008-06-19Whos been commiting a quarter of a fix?brain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Fix these toobrain
2008-05-16MD_update causes valgrind warnings, remove it..... ...... JUST KIDDNG :)brain
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-04-27More stuff so that freebsd users can still use the ports version of openssl i...brain
2008-04-27and make it work right...brain
2008-04-27Add some stuff from the freebsd port based on ideas by Matthew Seaman which a...brain
2008-04-09Fix thesew00t
2008-04-04Make all our modules use the new stuff rather than the send_ eventsbrain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-04-01Some metadata commands were using nicknames to identify the nick to apply the...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-24Should now work with ports bound to all interfacesbrain
2008-03-24openssl should now work toobrain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-24Wheeeeeebrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-12-Wshadow fixes for some modules in extra/aquanight
2008-02-05dz, you cant delete a nonpointer!brain
2008-02-02Patch: /rehash (not /rehash ssl) will now rebind SSL ports, but not dh params...w00t
2008-01-31applink.c should be included in the link command, not #included in the sourcefez
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-25Make install list list automatically generated from build targets and provide...brain
2007-10-24/usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-10-21Remove debugbrain
2007-10-21Fixed ssl clients on trunk. The problem peavey was having was that before Rea...brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-13Add sanity checks to the ssl modules so that theres no possibility of an out ...brain
2007-10-03PROPAGATE this fixbrain
2007-09-29Removed extremely verbose debugging from the SSL modules, as I believe that b...special
2007-08-29I lose for being slow. also tidyup a bit, still needs to fix that sizeof..peavey
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-05Try thisbrain
2007-08-05Fix to trigger the write notification on successful writes, toobrain
2007-08-05Revert my fix and apply the flushevent, and a bit of debugging output.peavey
2007-08-04Remove debug again.peavey
2007-08-04Fix openssl.peavey
2007-08-03Second part of fix, in theorybrain