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
/
inspircd.h
Age
Commit message (
Expand
)
Author
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-01-14
Fix some minor Doxygen errors.
Peter Powell
2018-01-06
Rework message handling.
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-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-09-11
Move operquit out of the core and into core_user.
Peter Powell
2017-08-26
Fix a bunch of Doxygen warnings.
Peter Powell
2017-03-20
Move the OnCheckExemption hook out of the core.
Peter Powell
2016-08-17
Merge insp20
Attila Molnar
2016-06-17
Don't exit on rehash if the pid file cannot be written
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2016-02-25
Add Numeric::Numeric
Attila Molnar
2016-02-25
Move implementation of ConvTo*() and related functions into convto.h
Attila Molnar
2016-02-25
Include stdint.h from inspircd.h
Attila Molnar
2015-12-30
Add Numeric::Builder
Attila Molnar
2015-12-08
Strip all control codes except \001 in InspIRCd::StripColor()
Attila Molnar
2015-05-17
Move InspIRCd::SendError() to cmd_die
Attila Molnar
2015-04-28
Move OnWhois* events to core_whois, add Whois::Context
Attila Molnar
2014-12-15
Add flat_[multi]{map,set} containers
Attila Molnar
2014-09-27
Add the insp::aligned_storage template
Attila Molnar
2014-08-04
Remove InspIRCd::BindSocket()
Attila Molnar
2014-07-14
Move ISupportManager class declaration to isupportmanager.h from inspircd.h
Attila Molnar
2014-06-28
Add InspIRCd::TimingSafeCompare() function that compares strings in a timing-...
Attila Molnar
2014-06-25
Add parameter to InspIRCd::TimeString for UTC time formats.
Peter Powell
2014-06-25
Add formatting to InspIRCd::TimeString; switch all code to use it.
Peter Powell
2014-06-24
Change allocation of InspIRCd::Users to be physically part of the object cont...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::SNO to be physically part of the object contai...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Modules to be physically part of the object co...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Logs to be physically part of the object conta...
Attila Molnar
2014-06-24
Change allocation of InspIRCd::Modes to be physically part of the object cont...
Attila Molnar
2014-06-24
Add the fakederef class
Attila Molnar
2014-06-14
Remove unused #define ERROR -1
Attila Molnar
2014-06-13
Make the default ProtocolInterface instance part of class InspIRCd
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::BanCache to be physically part of the object c...
Attila Molnar
2014-06-13
Pull in bancache.h from inspircd.h
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-06-13
Change allocation of InspIRCd::stats to be physically part of the object cont...
Attila Molnar
2014-06-11
Add ConvToUInt64()
Attila Molnar
2014-03-24
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
2014-03-24
Create the stdalgo namespace for container-related algorithms, add stdalgo::v...
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
[next]