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
/
src
/
inspircd.cpp
Age
Commit message (
Expand
)
Author
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
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-14
Kill needless #includes in source files
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-05-23
Prefix all definitions in config.h to avoid potential collisions.
Peter Powell
2014-04-07
Merge insp20
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-02-11
Fix various problems detected by Clang 3.4.
Peter Powell
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-07
Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined
Attila Molnar
2014-01-24
Convert LocalUserList 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
Move stuff around a bit:
Peter Powell
2013-11-21
Fix a few issues
attilamolnar
2013-09-26
Improve error reporting for <security:runas{user,group}>.
Peter Powell
2013-09-08
Remove InspIRCd::HandleRehash functor
attilamolnar
2013-09-08
Fix a crash when running as systemd service
ChrisTX
2013-08-30
Merge insp20
attilamolnar
2013-08-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
attilamolnar
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-08
Fix a couple of issues
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-07-07
Fix low risk crash when we can't determine maximum open socket count.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-01
Fix a few oversights
attilamolnar
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-18
Remove unused exit codes
attilamolnar
2013-06-06
Move code between usermanager.(cpp|h), clarify comments
attilamolnar
2013-06-06
Move DoBackgroundUserStuff() and AllModulesReportReady() into UserManager
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-05-23
Update authors
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-19
Purge a ton of code related to non <log> related logging.
Peter Powell
2013-05-18
Get rid of the NICKForced extension
attilamolnar
2013-05-18
Initialize local_count
attilamolnar
2013-05-07
Clean up cross-platform compatibility.
Peter Powell
[next]