summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-04Remove m_testcommand toow00t
2009-08-04Fix non-interactive configure asking SSL certificate generation question, pat...danieldg
2009-08-03Hooray unused variables. Thanks MSVC.w00t
2009-08-03Now that the official repository is on gitorious, remove my redundant repositorydanieldg
2009-08-03Change link of official third party repo to point to gitorious repo.w00t
2009-08-03Comment on what looks like incorrect behaviour in User::Oper().w00t
2009-08-03Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs...w00t
2009-08-03Revert "Find the right variable so it actually works, too."w00t
2009-08-03Find the right variable so it actually works, too.w00t
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-03Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special.w00t
2009-08-03Change default connect timeouts to 10. There's really no need to have anythin...w00t
2009-08-03Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY...w00t
2009-08-02We dont support these compilers any morebrain
2009-08-02I am sure i deleted these beforebrain
2009-08-02Fix our getops implementation on windows. Have optind available, and make sur...peavey
2009-08-02Make sure usage lines up neatly.peavey
2009-08-02Fix a few typos in here so it compiles again.peavey
2009-08-02Trivial commit to add .gitignore to ..gitignore!w00t
2009-08-02Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...w00t
2009-08-02Forget to remove a #endifpeavey
2009-08-02No forget using windows' broken inet_pton and inet_ntop, they are not POSIX c...peavey
2009-08-02Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION >=...peavey
2009-08-02Push SVN ignores to .gitignore, so I can stop going insane.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-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