| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.0.0 alpha 1 v3.0.0a1 | 2016-09-02 | 1 | -1/+1 | |
| | | |||||
| * | Update stuff for the new versioning system. | 2016-09-02 | 10 | -16/+20 | |
| | | |||||
| * | Bump version to 3.0 in comments and messages | 2016-09-02 | 6 | -12/+12 | |
| | | |||||
| * | Merge insp20 | 2016-09-02 | 2 | -2/+4 | |
| |\ | |||||
| | * | m_jumpserver Prevent OnUserRegister from running in other modules for users ↵ | 2016-09-02 | 1 | -1/+1 | |
| | | | | | | | | | we quit | ||||
| | * | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | |
| | | | |||||
| * | | m_dnsbl Use FindAnswerOfType | 2016-09-02 | 1 | -2/+4 | |
| | | | |||||
| * | | m_spanningtree Allow multiple valid ips for link blocks as a result of ↵ | 2016-09-02 | 1 | -3/+6 | |
| | | | | | | | | | SecurityIPResolver | ||||
| * | | Fix Windows build and most MSVC warnings | 2016-09-02 | 4 | -4/+5 | |
| | | | |||||
| * | | m_spanningtree Add workaround to make SVS* commands work when using ENCAP | 2016-09-02 | 1 | -0/+11 | |
| | | | |||||
| * | | m_spanningtree Refuse topic changes that would result in desync | 2016-09-02 | 2 | -0/+14 | |
| | | | | | | | | | This is a workaround until the protocol is updated | ||||
| * | | Fix whitespace issues | 2016-09-02 | 2 | -4/+4 | |
| | | | |||||
| * | | Return std::string from Membership::GetAllPrefixChars() | 2016-08-30 | 3 | -9/+6 | |
| | | | |||||
| * | | m_deaf Remove pointless member prefix check | 2016-08-30 | 1 | -3/+0 | |
| | | | | | | | | | Inserting members who lack the required status into the except list makes no difference, they won't get the message either way | ||||
| * | | m_deaf Fix inverted check | 2016-08-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Change Membership:hasMode() to accept a PrefixMode | 2016-08-30 | 8 | -12/+17 | |
| | | | |||||
| * | | Replace loop over alphabet with loop over mode list in several places | 2016-08-30 | 3 | -28/+31 | |
| | | | |||||
| * | | Pass the ModeHandler to User::HasModePermission() | 2016-08-30 | 4 | -12/+11 | |
| | | | | | | | | | Mark the method as const | ||||
| * | | Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and ↵ | 2016-08-30 | 1 | -0/+33 | |
| | | | | | | | | | IsParameterMode() | ||||
| * | | Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const | 2016-08-29 | 2 | -7/+2 | |
| | | | |||||
| * | | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 8 | -27/+26 | |
| | | | |||||
| * | | Unregister modes before unhooking extensions when unloading a module | 2016-08-29 | 1 | -3/+4 | |
| | | | | | | | | | Listmodes store their list in an extension that must be present when they are unset to show the modes being unset | ||||
| * | | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and ↵ | 2016-08-29 | 2 | -17/+20 | |
| | | | | | | | | | extract into a method | ||||
| * | | Remove unused EventHandlerIter typedef | 2016-08-29 | 1 | -4/+0 | |
| | | | |||||
| * | | m_spanningtree Drop unnecessary c_str() call when passing Link::Name to ↵ | 2016-08-26 | 3 | -4/+4 | |
| | | | | | | | | | methods expecting std::string | ||||
| * | | m_spanningtree Handle unload in resolvers | 2016-08-25 | 1 | -1/+7 | |
| | | | |||||
| * | | core_dns Fail new requests when this module or the owner of the request is ↵ | 2016-08-25 | 1 | -0/+8 | |
| | | | | | | | | | being unloaded | ||||
| * | | spanningtree: use bindip aftype as a hint for dns lookup type | 2016-08-25 | 1 | -1/+9 | |
| | | | |||||
| * | | core_dns Make question a member of request, move common FindAnswerOfType to ↵ | 2016-08-25 | 4 | -29/+32 | |
| | | | | | | | | | be a member of query | ||||
| * | | core_dns Change type of all log messages to MODNAME | 2016-08-25 | 1 | -6/+6 | |
| | | | |||||
| * | | Update UserManager documentation and comments | 2016-08-24 | 2 | -33/+20 | |
| | | | |||||
| * | | Default defer to on for SSL listeners | 2016-08-24 | 1 | -1/+2 | |
| | | | | | | | | | Issue #1112 | ||||
| * | | Check for errors after calling IOHookProvider::OnAccept() | 2016-08-24 | 3 | -6/+30 | |
| | | | |||||
| * | | Call IOHookProviders after the socket has been added to the SocketEngine in ↵ | 2016-08-24 | 1 | -8/+8 | |
| | | | | | | | | | UserManager::AddUser() | ||||
| * | | Add socket into the SocketEngine as soon as possible in UserManager::AddUser() | 2016-08-24 | 1 | -7/+7 | |
| | | | |||||
| * | | m_messageflood Improve kick message | 2016-08-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixes issue #1019 reported by @B00mX0r Also add back a missing word caused by an oversight in #531 | ||||
| * | | Remove broken mssql module | 2016-08-23 | 4 | -882/+0 | |
| | | | | | | | | | Issue #1006 | ||||
| * | | Merge branch 'master+ircstring' | 2016-08-23 | 23 | -230/+144 | |
| |\ \ | |||||
| | * | | Update documentation in hashcomp.h | 2016-08-22 | 1 | -8/+6 | |
| | | | | |||||
| | * | | Remove all non-member irc::string operators | 2016-08-22 | 1 | -72/+0 | |
| | | | | |||||
| | * | | m_censor Pass irc::string as C string to WriteNumeric() | 2016-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Avoids a call to the templated ConvToStr() which uses std::stringstream for conversion | ||||
| | * | | Remove now unused SearchAndReplace() function | 2016-08-22 | 1 | -23/+0 | |
| | | | | |||||
| | * | | m_censor Switch to stdalgo::string::replace_all() | 2016-08-22 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Add stdalgo::string::replace() and replace_all() | 2016-08-22 | 1 | -0/+35 | |
| | | | | |||||
| | * | | Remove now unused assign() functions | 2016-08-22 | 1 | -8/+0 | |
| | | | | |||||
| | * | | m_spanningtree Use ASCII case insensitive map for matching server names | 2016-08-22 | 2 | -4/+4 | |
| | | | | |||||
| | * | | m_spanningtree Change type of Link::Name to std::string | 2016-08-22 | 5 | -14/+13 | |
| | | | | | | | | | | | | | Switch to stdalgo::string::equalsci() | ||||
| | * | | m_timedbans Remove TimedBan::channel | 2016-08-22 | 1 | -7/+2 | |
| | | | | |||||
| | * | | m_cban Remove now unnecessary field CBan::displaytext | 2016-08-22 | 1 | -3/+1 | |
| | | | | |||||
| | * | | Switch to irc::equals() from irc::string in modules that use it for ↵ | 2016-08-22 | 5 | -19/+15 | |
| | | | | | | | | | | | | | comparing names of IRC objects | ||||
