Age | Commit message (Expand) | Author |
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 |
2009-07-03 | Use server name for source of remote TIME rather than SID | danieldg |
2009-07-03 | Fix m_callerid message routing for remote users, destination got no notice of... | danieldg |
2009-07-03 | Ask the user if they want to generate SSL certificates before generating one | danieldg |
2009-07-03 | Fix symlink creation of openssl if both it and gnutls are selected | danieldg |
2009-07-03 | Fix excessive snomask sending on fitler add/removal | danieldg |
2009-07-03 | Fix double-send of SSL metadata in openssl, possible segfault in gnutls | danieldg |
2009-07-02 | Updates to example configuration [by jdhore] | danieldg |
2009-07-02 | Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modules | danieldg |
2009-07-02 | Merge m_ssl_data with m_ssinfo to reduce the number of SSL modules | danieldg |
2009-07-02 | Send ssl_cert metadata on signon | danieldg |
2009-07-02 | Remove memory-wasting map in ssl_cert | danieldg |
2009-07-02 | Migrate SSL metadata and visible information (/whois line) to single module | danieldg |
2009-07-02 | Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ... | danieldg |
2009-07-01 | Fix error reporting on rehash | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |