summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-02Bump version number to rc4w00t
2009-08-02Patch to not increment nickchange counter for nick changes that would be bloc...w00t
2009-08-01Don't apply bans to E:Lined connections. Should fix bug #896.w00t
2009-08-01Show config warnings/errors regardless of loglevel on startup.w00t
2009-08-01Various rehash fixes that it seems were introduced by untested code.w00t
2009-08-01Check that the <connect> block actually specifies a host before checking whet...w00t
2009-08-01Reconnect to LDAP server if connection goes away, fixes bug #818.w00t
2009-07-31Rehash message fixes from Ankit, thanksdanieldg
2009-07-27Send a failure numeric instead of QuitUser when STARTTLS is used after regist...special
2009-07-26don't send out global snotices from every server on NICKUNLOCK, fixes bug #89...dz
2009-07-19Use correct behavior (as per C++) for 'delete NULL' on windows; found by Adam...special
2009-07-07Remove bad check for channel op in m_auditorium, fixes bug #886danieldg
2009-07-04Remove m_ssl_oper_cert and clarify how to use it in m_sslinfo. Patch by jdhore.peavey
2009-07-04Fix possible segfault on giving an unknown cmdline argument. index holds the ...peavey
2009-07-03Use server name for source of remote TIME rather than SIDdanieldg
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