Age | Commit message (Expand) | Author |
2009-08-04 | Write .modulemanager after everything has finished, not in a loop. | w00t |
2009-08-04 | Dependancies need string version support too. | w00t |
2009-08-04 | Provide some kind of output so it doesn't look like it's doing nothing | w00t |
2009-08-04 | Track installed module versions, so we can do upgrades properly. | w00t |
2009-08-04 | Allow for string comparison of git IDs. | w00t |
2009-08-04 | Use string versions in "module" line instead of numerical versions. | w00t |
2009-08-04 | Exit if there were errors reading configuration on startup. | w00t |
2009-08-04 | Apparantly modulemanager can't handle empty lines. | w00t |
2009-08-04 | Missed removing m_testcommand. | peavey |
2009-08-04 | Updates for added/removed files. | peavey |
2009-08-04 | Remove m_testcommand too | w00t |
2009-08-04 | Fix non-interactive configure asking SSL certificate generation question, pat... | danieldg |
2009-08-03 | Hooray unused variables. Thanks MSVC. | w00t |
2009-08-03 | Now that the official repository is on gitorious, remove my redundant repository | danieldg |
2009-08-03 | Change link of official third party repo to point to gitorious repo. | w00t |
2009-08-03 | Comment on what looks like incorrect behaviour in User::Oper(). | w00t |
2009-08-03 | Revert "Don't do all the oper gubbins if the opertype doesn't exist. I've abs... | w00t |
2009-08-03 | Revert "Find the right variable so it actually works, too." | w00t |
2009-08-03 | Find the right variable so it actually works, too. | w00t |
2009-08-03 | Don't do all the oper gubbins if the opertype doesn't exist. I've absolutely ... | w00t |
2009-08-03 | Remove m_foobar. This has no practical purpose, except as a module basis, | w00t |
2009-08-03 | Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special. | w00t |
2009-08-03 | Change default connect timeouts to 10. There's really no need to have anythin... | w00t |
2009-08-03 | Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY... | w00t |
2009-08-02 | We dont support these compilers any more | brain |
2009-08-02 | I am sure i deleted these before | brain |
2009-08-02 | Fix our getops implementation on windows. Have optind available, and make sur... | peavey |
2009-08-02 | Make sure usage lines up neatly. | peavey |
2009-08-02 | Fix a few typos in here so it compiles again. | peavey |
2009-08-02 | Trivial commit to add .gitignore to ..gitignore! | w00t |
2009-08-02 | Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u... | w00t |
2009-08-02 | Forget to remove a #endif | peavey |
2009-08-02 | No forget using windows' broken inet_pton and inet_ntop, they are not POSIX c... | peavey |
2009-08-02 | Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION >=... | peavey |
2009-08-02 | Push SVN ignores to .gitignore, so I can stop going insane. | w00t |
2009-08-02 | Fix a missed reference | w00t |
2009-08-02 | Bump version number to rc4 | w00t |
2009-08-02 | Patch to not increment nickchange counter for nick changes that would be bloc... | w00t |
2009-08-01 | Don't apply bans to E:Lined connections. Should fix bug #896. | w00t |
2009-08-01 | Show config warnings/errors regardless of loglevel on startup. | w00t |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |
2009-08-01 | Check that the <connect> block actually specifies a host before checking whet... | w00t |
2009-08-01 | Reconnect to LDAP server if connection goes away, fixes bug #818. | w00t |
2009-07-31 | Rehash message fixes from Ankit, thanks | danieldg |
2009-07-27 | Send a failure numeric instead of QuitUser when STARTTLS is used after regist... | special |
2009-07-26 | don't send out global snotices from every server on NICKUNLOCK, fixes bug #89... | dz |
2009-07-19 | Use correct behavior (as per C++) for 'delete NULL' on windows; found by Adam... | special |
2009-07-07 | Remove bad check for channel op in m_auditorium, fixes bug #886 | danieldg |
2009-07-04 | Remove m_ssl_oper_cert and clarify how to use it in m_sslinfo. Patch by jdhore. | peavey |
2009-07-04 | Fix possible segfault on giving an unknown cmdline argument. index holds the ... | peavey |