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
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
2014-03-14
Change allocation of InspIRCd::chanlist to be physically part of the object c...
Attila Molnar
2014-03-14
Add InspIRCd::GetChans(), remove ChannelCount()
Attila Molnar
2014-03-12
Deduplicate and move the *MatchesEveryone() functions to core_xline
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-01-25
Convert InspIRCd::PassCompare to return bool instead of int.
Peter Powell
2014-01-24
Convert UserChanList to an intrusively linked list
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-05
Move server description field from TreeServer into Server; remove OnGetServer...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-12-15
Make various self contained methods static.
Peter Powell
2013-12-15
Move stuff around a bit:
Peter Powell
2013-09-14
Fix ConvToStr(char)
attilamolnar
2013-09-08
Remove InspIRCd::HandleRehash functor
attilamolnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
Fix a crash when running as systemd service
ChrisTX
2013-08-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
attilamolnar
2013-08-12
Clean up wildcard code.
Peter Powell
2013-07-19
Move dynamic_reference and related classes to dynref.h
attilamolnar
2013-06-21
Fix Doxygen comments.
Peter Powell
2013-06-18
Remove dead code from the InspIRCd and CommandParser classes and typedefs.h
attilamolnar
2013-06-18
Minor changes to the startup and shutdown code
attilamolnar
2013-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
2013-06-06
Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager
attilamolnar
2013-06-06
Convert ConvNumeric() to use std::string instead of char[MAXBUF].
Peter Powell
[next]