Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-16 | Merge pull request #1234 from SaberUK/master+config2 | Attila Molnar | |
Rework the example services aliases. | |||
2016-11-16 | Rework the example services aliases. | Peter Powell | |
- Split common stuff into a generic configuration file. - Reserve all nicknames used by services by default. - Exempt all services clients from filtering. - Add missing aliases for services pseudoclients. | |||
2016-11-16 | Merge pull request #1248 from SaberUK/master+listen | Attila Molnar | |
Allow listeners to be able to listen on unavailable addresses. | |||
2016-11-16 | Merge pull request #1216 from SaberUK/master+tls | Attila Molnar | |
Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | |||
2016-11-15 | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | Peter Powell | |
2016-11-15 | Merge pull request #1241 from SaberUK/master+helpop | Attila Molnar | |
Update helpop for recent LOCKSERV and <connect:port> changes. | |||
2016-11-12 | Allow listeners to be able to listen on unavailable addresses. | Peter Powell | |
2016-11-08 | Merge pull request #1246 from SaberUK/master+perl | Attila Molnar | |
Update build system for the removal of . from @INC. | |||
2016-11-08 | Update build system for the removal of . from @INC. | Peter Powell | |
2016-11-01 | Update helpop for recent LOCKSERV and <connect:port> changes. | Peter Powell | |
2016-11-01 | Merge pull request #1238 from SaberUK/master+openssl | Attila Molnar | |
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | |||
2016-11-01 | Merge pull request #1236 from SaberUK/master+port | Attila Molnar | |
Allow classes to take a port range. | |||
2016-11-01 | Merge pull request #1215 from SaberUK/master+config | Attila Molnar | |
Strip carriage returns in the config parser. | |||
2016-11-01 | Merge pull request #1185 from SaberUK/master+lockserv | Attila Molnar | |
Allow the reason for locking to be specified in m_lockserv. | |||
2016-11-01 | Merge pull request #1184 from SaberUK/master+flood | Attila Molnar | |
Improvements to flood modules | |||
2016-10-25 | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | Peter Powell | |
2016-10-25 | Allow classes to take a port range. | Peter Powell | |
2016-09-21 | Merge pull request #1228 from SaberUK/master+directive-env | Attila Molnar | |
Fix the directive parser using invalid environment variables. | |||
2016-09-21 | Fix the directive parser using invalid environment variables. | Peter Powell | |
2016-09-20 | Strip carriage returns in the config parser. | Peter Powell | |
This prevents problems when configuration files have been edited on a Windows machine. | |||
2016-09-20 | Merge pull request #1225 from SaberUK/master+cppflags | Attila Molnar | |
Use the environment's CPPFLAGS as well as its CXXFLAGS. | |||
2016-09-20 | Merge pull request #1226 from SaberUK/master+fix-insp20-channels-compat | Attila Molnar | |
Fix compatibility with the legacy <channels> tag. | |||
2016-09-20 | Fix compatibility with the legacy <channels> tag. | Peter Powell | |
We should only use OperMaxChans if they have the right privilege. | |||
2016-09-17 | Use the environment's CPPFLAGS as well as its CXXFLAGS. | Peter Powell | |
2016-09-16 | Add CentOS PackageInfo | Adam | |
2016-09-16 | Make the duration of nickflood and joinflood configurable. | Peter Powell | |
2016-09-16 | Allow the reason for locking to be specified in m_lockserv. | Peter Powell | |
2016-09-16 | Merge pull request #1223 from SaberUK/master+travis | Attila Molnar | |
Speed up Travis builds. | |||
2016-09-16 | Merge pull request #1222 from SaberUK/master+warnings | Attila Molnar | |
Fix various compiler warnings | |||
2016-09-16 | Merge pull request #1219 from SaberUK/master+directive | Attila Molnar | |
Rewrite the build system directive parser. | |||
2016-09-16 | Merge pull request #1176 from SaberUK/master+format | Attila Molnar | |
Replace snprintf usage with InspIRCd::Format. | |||
2016-09-16 | Rewrite the build system directive parser. | Peter Powell | |
2016-09-15 | Speed up Travis builds. | Peter Powell | |
- Switch Linux builds to Ubuntu 14.04 from 12.04. - Split dynamic and static builds into different jobs. - Remove OS X builds as the infrastructure is slow and unreliable. | |||
2016-09-15 | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell | |
2016-09-15 | Fix m_geoip warning about the use of C++11 features. | Peter Powell | |
2016-09-14 | Fix print_format breaking when formatting empty strings. | Peter Powell | |
2016-09-14 | Allow print_error and print_warning to take multiple lines. | Peter Powell | |
2016-09-14 | Merge pull request #1220 from SaberUK/master+isupport | Attila Molnar | |
Improve the default ISUPPORT tokens. | |||
2016-09-14 | Improve the default ISUPPORT tokens. | Peter Powell | |
- Replace the deprecated MAXCHANNELS token with CHANLIMIT. - Remove the deprecated FNC token (other implementations can force a nick change without sending this token so informing clients of that we might force a nick change is pointless) | |||
2016-09-12 | m_shun Add support for shunning CIDR masks | Attila Molnar | |
Issue #1195 | |||
2016-09-12 | Change type of log messages to MODNAME in several modules | Attila Molnar | |
2016-09-12 | Merge pull request #1217 from SaberUK/master+die-restart | Attila Molnar | |
Undocument <power> and set the default to the server name. | |||
2016-09-12 | Merge pull request #1214 from SaberUK/master+hash | Attila Molnar | |
Update documentation for password hashing. | |||
2016-09-12 | Undocument <power> and set the default to the server name. | Peter Powell | |
2016-09-12 | Update documentation for password hashing. | Peter Powell | |
- Follow best current practises by using bcrypt almost everywhere in the example configuration files. - Document the existence of new hashing modules in master. | |||
2016-09-09 | Replace snprintf usage with InspIRCd::Format. | Peter Powell | |
2016-09-02 | Release v3.0.0 alpha 1 | Attila Molnar | |
2016-09-02 | Update stuff for the new versioning system. | Peter Powell | |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar | |
2016-09-02 | Merge insp20 | Attila Molnar | |