index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2016-12-30
Remove remaining doxygen doc for "pcnt" parameters
Attila Molnar
2016-10-25
Allow classes to take a port range.
Peter Powell
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
Fix Windows build and most MSVC warnings
Attila Molnar
2016-09-02
Fix whitespace issues
Attila Molnar
2016-08-30
Return std::string from Membership::GetAllPrefixChars()
Attila Molnar
2016-08-30
Change Membership:hasMode() to accept a PrefixMode
Attila Molnar
2016-08-30
Pass the ModeHandler to User::HasModePermission()
Attila Molnar
2016-08-30
Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and IsPar...
Attila Molnar
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
Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...
Attila Molnar
2016-08-29
Remove unused EventHandlerIter typedef
Attila Molnar
2016-08-25
core_dns Make question a member of request, move common FindAnswerOfType to b...
Adam
2016-08-24
Update UserManager documentation and comments
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
Remove now unused SearchAndReplace() function
Attila Molnar
2016-08-22
Add stdalgo::string::replace() and replace_all()
Attila Molnar
2016-08-22
Remove now unused assign() functions
Attila Molnar
2016-08-22
Create irc::equals() from StrHashComp
Attila Molnar
2016-08-22
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
Replace irc::string in XLineLookup with irc::insensitive_swo map
Attila Molnar
2016-08-22
Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_...
Attila Molnar
2016-08-22
Remove unused irc::tokenstream::GetToken() overload accepting an irc::string
Attila Molnar
2016-08-22
Remove unused irc::hash
Attila Molnar
2016-08-22
Remove unused trim() function
Attila Molnar
2016-08-17
Merge insp20
Attila Molnar
2016-08-11
Update description of class EventHandler
Attila Molnar
2016-08-11
Replace HandleEvent() references in the SocketEngine documentation with OnEve...
Attila Molnar
2016-08-11
Remove virtual destructor of class Version
Attila Molnar
2016-08-08
Update comments for classes IOHookProvider and IOHook
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2016-08-08
Include <array> or <tr1/array> globally
Attila Molnar
2016-08-08
Change return type of ListenSocket::ResetIOHookProvider() to void
Attila Molnar
2016-08-08
Add StreamSocket::SendQueue::moveall() for moving data between sendqs
Attila Molnar
2016-08-08
Add support for multiple IOHooks per StreamSocket
Attila Molnar
2016-08-08
Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...
Attila Molnar
2016-08-08
Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2016-08-08
Pass sendq to OnStreamSocketWrite
Attila Molnar
2016-08-08
Predeclare IOHookProvider, remove iohook.h include from socket.h
Attila Molnar
2016-07-22
Add a method which calculates the maximum mask length. (#1171)
Peter Powell
2016-06-22
Fix sending the wrong numeric when an empty new nick is received.
Peter Powell
2016-06-17
Don't exit on rehash if the pid file cannot be written
Attila Molnar
2016-04-28
Export the GetCiphersuite() method from the SSL modules
Attila Molnar
2016-04-28
Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not
Attila Molnar
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
2016-04-04
Rename PURE_STATIC to INSPIRCD_STATIC.
Peter Powell
[next]