summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-05Don't catch and rethrow, as with the mutexing here removed it's no longer req...w00t
2009-08-05How about we abort if there were errors, not if there weren't any? Great idea...danieldg
2009-08-05Fix config errors being detected even if there were nonedanieldg
2009-08-04Write .modulemanager after everything has finished, not in a loop.w00t
2009-08-04Dependancies need string version support too.w00t
2009-08-04Provide some kind of output so it doesn't look like it's doing nothingw00t
2009-08-04Track installed module versions, so we can do upgrades properly.w00t
2009-08-04Allow for string comparison of git IDs.w00t
2009-08-04Use string versions in "module" line instead of numerical versions.w00t
2009-08-04Exit if there were errors reading configuration on startup.w00t
2009-08-04Apparantly modulemanager can't handle empty lines.w00t
2009-08-04Missed removing m_testcommand.peavey
2009-08-04Updates for added/removed files.peavey
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