summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-03Fix m_callerid message routing for remote users, destination got no notice of...danieldg
2009-07-03Ask the user if they want to generate SSL certificates before generating onedanieldg
2009-07-03Fix symlink creation of openssl if both it and gnutls are selecteddanieldg
2009-07-03Fix excessive snomask sending on fitler add/removaldanieldg
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
2009-07-02Updates to example configuration [by jdhore]danieldg
2009-07-02Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modulesdanieldg
2009-07-02Merge m_ssl_data with m_ssinfo 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-07-01Fix error reporting on rehashdanieldg
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-07-01Move list of open ports out of Config objectdanieldg
2009-06-30Check for oper max chans before user max chans, fixes code weirdness and bug ...w00t
2009-06-30Fix +g messages being borked with multiple servers, fixes bug #880w00t
2009-06-30Add BS/BotServ to default atheme aliases.w00t
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-06-27m_sslinfo does not depend on external libraries, it should not be in extradanieldg
2009-06-26Make pkg-config failure error clearerdanieldg
2009-06-18Rebuild modeclasses.a when configure -update is rundanieldg
2009-06-16Fix incorrect attempted inline of irc::sockets::sa_sizedanieldg
2009-06-16Fix sockaddr length argument, BSD will complain if it doesn't exactly match t...danieldg
2009-06-15Fix ENCAP forwarding with multiword final parameter, noticed by Namegdufdanieldg
2009-06-14Improve valdebug-unattended: increase timeout to 90 seconds, and generate/use...danieldg
2009-06-14Backport BufferedSocket::DoConnect rewrite to fix valgrind warningdanieldg
2009-06-14These commands do not need to be VF_COMMONdanieldg
2009-06-14Don't globally route SETNAME, the FNAME is sufficient. Fixes bug #875danieldg
2009-06-12more fixes. inet_pton is now in error, this is because the windows 6.0 sdk de...brain
2009-06-12This file *BROKEN AGAIN* in windows builds (VC9) - uint_16t and uint_32t do n...brain
2009-06-07Makefile updates: clean up some installation assumptionsdanieldg
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-06Makefile updates: Add "make help" and "make M=m_modname" to build an individu...danieldg
2009-06-05Add daniel's third-party module repositorydanieldg
2009-06-03Use pkg-config to search for gnutls rather than the now-removed libgnutls-configdanieldg
2009-06-02Change m_override to send snomasks globallydanieldg
2009-06-01Ignore and remove {BSD,GNU}makefiledanieldg
2009-06-01Makefile updates: Fix BSD make conditionalsdanieldg
2009-06-01Makefile updates: Allow run-cc wrapper to be disabled by "make V=1"danieldg
2009-06-01Makefile updates: clean up command linesdanieldg
2009-06-01This time it's actually compile testeddanieldg
2009-06-01OK, it's more useful if this compiles...danieldg
2009-06-01Fix unsafe iteration pattern in m_timedbans - vector::erase invalidates all i...danieldg
2009-05-30Makefile updates: remove MAKEPROG/MAKEORDERdanieldg
2009-05-25Remove the ServerConfig::DirValid check that breaks symlinksdanieldg
2009-05-24Make timestamp output in /CHECK consistentdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-23m_dnsbl: Add default duration and error message on invalid durationdanieldg