summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-03Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ...w00t
2009-08-03Remove m_foobar. This has no practical purpose, except as a module basis,w00t
2009-08-02Make sure usage lines up neatly.peavey
2009-08-02Fix a few typos in here so it compiles again.peavey
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-08-02Fix a missed referencew00t
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-07Remove bad check for channel op in m_auditorium, fixes bug #886danieldg
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-03Fix excessive snomask sending on fitler add/removaldanieldg
2009-07-03Fix double-send of SSL metadata in openssl, possible segfault in gnutlsdanieldg
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-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-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-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-12This file *BROKEN AGAIN* in windows builds (VC9) - uint_16t and uint_32t do n...brain
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-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-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