Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2016-09-02 | m_dnsbl Use FindAnswerOfType | Adam | |
2016-09-02 | m_spanningtree Allow multiple valid ips for link blocks as a result of ↵ | Adam | |
SecurityIPResolver | |||
2016-09-02 | Fix Windows build and most MSVC warnings | Attila Molnar | |
2016-09-02 | m_spanningtree Add workaround to make SVS* commands work when using ENCAP | Attila Molnar | |
2016-09-02 | m_spanningtree Refuse topic changes that would result in desync | Attila Molnar | |
This is a workaround until the protocol is updated | |||
2016-09-02 | m_jumpserver Prevent OnUserRegister from running in other modules for users ↵ | Attila Molnar | |
we quit | |||
2016-09-02 | Fix whitespace issues | Attila Molnar | |
2016-08-30 | Return std::string from Membership::GetAllPrefixChars() | Attila Molnar | |
2016-08-30 | m_deaf Remove pointless member prefix check | Attila Molnar | |
Inserting members who lack the required status into the except list makes no difference, they won't get the message either way | |||
2016-08-30 | m_deaf Fix inverted check | Attila Molnar | |
2016-08-30 | Change Membership:hasMode() to accept a PrefixMode | Attila Molnar | |
2016-08-30 | Replace loop over alphabet with loop over mode list in several places | Attila Molnar | |
2016-08-30 | Pass the ModeHandler to User::HasModePermission() | Attila Molnar | |
Mark the method as const | |||
2016-08-30 | Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and ↵ | Attila Molnar | |
IsParameterMode() | |||
2016-08-29 | Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const | Attila Molnar | |
2016-08-29 | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | Attila Molnar | |
2016-08-29 | Unregister modes before unhooking extensions when unloading a module | Attila Molnar | |
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset | |||
2016-08-29 | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and ↵ | Attila Molnar | |
extract into a method | |||
2016-08-29 | Remove unused EventHandlerIter typedef | Attila Molnar | |
2016-08-26 | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to ↵ | Attila Molnar | |
methods expecting std::string | |||
2016-08-25 | m_spanningtree Handle unload in resolvers | Attila Molnar | |
2016-08-25 | core_dns Fail new requests when this module or the owner of the request is ↵ | Attila Molnar | |
being unloaded | |||
2016-08-25 | spanningtree: use bindip aftype as a hint for dns lookup type | Adam | |
2016-08-25 | core_dns Make question a member of request, move common FindAnswerOfType to ↵ | Adam | |
be a member of query | |||
2016-08-25 | core_dns Change type of all log messages to MODNAME | Attila Molnar | |
2016-08-24 | Update UserManager documentation and comments | Attila Molnar | |
2016-08-24 | Default defer to on for SSL listeners | Attila Molnar | |
Issue #1112 | |||
2016-08-24 | Check for errors after calling IOHookProvider::OnAccept() | Attila Molnar | |
2016-08-24 | Call IOHookProviders after the socket has been added to the SocketEngine in ↵ | Attila Molnar | |
UserManager::AddUser() | |||
2016-08-24 | Add socket into the SocketEngine as soon as possible in UserManager::AddUser() | Attila Molnar | |
2016-08-24 | m_messageflood Improve kick message | Attila Molnar | |
Fixes issue #1019 reported by @B00mX0r Also add back a missing word caused by an oversight in #531 | |||
2016-08-23 | Remove broken mssql module | Attila Molnar | |
Issue #1006 | |||
2016-08-23 | Merge branch 'master+ircstring' | Attila Molnar | |
2016-08-22 | Update documentation in hashcomp.h | Attila Molnar | |
2016-08-22 | Remove all non-member irc::string operators | Attila Molnar | |
2016-08-22 | m_censor Pass irc::string as C string to WriteNumeric() | Attila Molnar | |
Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion | |||
2016-08-22 | Remove now unused SearchAndReplace() function | Attila Molnar | |