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
2018-04-08
Fix an invalid mode parameters numeric upon attempting to view a list mode
B00mX0r
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-04-07
SQL: Add HasColumn() to check if a result contains a named column.
Daniel Vassdal
2018-03-31
Move <security:announceinvites> to core_channel.
Peter Powell
2018-03-29
Ignore expired or invalid client certificates (#1468).
Dylan Frank
2018-03-25
Separate secret and private channels on whois for non-opers (#1447)
Dylan Frank
2018-02-17
Fix building on Windows (mostly).
Peter Powell
2018-02-02
Add names for a bunch of numerics.
Peter Powell
2018-01-29
Add ERR_INVALIDMODEPARAM for responding to invalid mode params.
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::SendTo().
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::Connect().
Peter Powell
2018-01-14
Fix some minor Doxygen errors.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2018-01-03
Fix m_chanhistory sending the history notice directly to the user.
Peter Powell
2018-01-03
Make InspIRCd::Format return std::string instead of const char*.
Peter Powell
2017-12-23
Get rid of InspIRCd::QuickExit.
Peter Powell
2017-12-22
Improve and modernize the SQL system API.
Peter Powell
2017-12-22
Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics
B00mX0r
2017-12-22
Rename <security:hidewhois> to <security:hideserver>.
Peter Powell
2017-12-21
Add SHUN as a /filter action
B00mX0r
2017-12-10
Extract RFC modes from the core to core_channel and core_user.
Peter Powell
2017-12-09
Clean up numeric usage in WHOIS and WHOWAS.
Peter Powell
2017-12-03
Move OnSync{Channel,Network,User} to ServerEventListener.
Peter Powell
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
2017-11-25
Convert the remaining things away from the caller/handler API.
Peter Powell
2017-11-25
Convert GenRandom to std::function.
Peter Powell
2017-11-25
Convert IsChannel to std::function.
Peter Powell
2017-11-25
Convert IsIdent to std::function.
Peter Powell
2017-11-25
Convert IsNick to std::function.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-11-16
Add events which are fired when a service is added or deleted.
Attila Molnar
2017-11-13
Add a class which encapsulates the concept of token lists.
Peter Powell
2017-11-13
Unite SSL service providers and SSL profile classes
Attila Molnar
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-11-09
Implement support for draft-brocklesby-irc-isupport-03 escapes.
Peter Powell
2017-11-06
Enable using m_customprefix to alter core prefix modes.
Peter Powell
2017-11-06
Move depriv from m_customprefix into PrefixMode.
Peter Powell
2017-11-06
Add support for setting the unset rank in ModeHandler.
Peter Powell
2017-10-29
Add support to IOHook for retrieving the hostname sent via SNI.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-27
Change SetClientIP to take a C++ string instead of a char array.
Peter Powell
2017-10-22
Deduplicate error handling in the socket engines.
Peter Powell
2017-10-22
Convert GetMaxFds() to size_t and deduplicate setting code.
Peter Powell
2017-10-21
Remove CMD_EPERM as it is not used anywhere.
Peter Powell
2017-10-21
Tweak the module flags in MODULES slightly.
Peter Powell
2017-10-21
Add a helper function for calling the OnCheckExemption event.
Peter Powell
2017-10-18
Add a constructor to OperInfo and use it to set the type name.
Peter Powell
2017-10-18
Clean up OnCleanup.
Peter Powell
[next]