index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
core_whowas Rename misleading variables and typedefs
Attila Molnar
2014-07-09
1
-5
/
+5
*
|
core_whowas Switch from map to a hash map and from irc::string to std::string
Attila Molnar
2014-07-09
1
-3
/
+3
*
|
core_whowas Change the FIFO to be an intrusive list
Attila Molnar
2014-07-09
1
-6
/
+6
*
|
core_whowas Store the nickname in WhoWas::Nick
Attila Molnar
2014-07-09
1
-1
/
+5
*
|
core_whowas Store time added in WhoWas::Nick
Attila Molnar
2014-07-09
1
-0
/
+8
*
|
core_whowas Delete elements of the per nick deque in the destructor of WhoWas...
Attila Molnar
2014-07-09
1
-0
/
+4
*
|
core_whowas Create class WhoWas::Nick, store pointers to those in the map
Attila Molnar
2014-07-09
1
-1
/
+13
*
|
Add intrusive_list_tail container that maintains a pointer to the last element
Attila Molnar
2014-07-09
2
-0
/
+49
*
|
Make the name of intrusive list class configurable using a define
Attila Molnar
2014-07-09
2
-2
/
+4
*
|
Split intrusive list implementation into a separate file
Attila Molnar
2014-07-09
2
-110
/
+130
*
|
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
1
-1
/
+1
*
|
Remove now needless User::ForceNickChange()
•••
Change call sites to call ChangeNick()
Attila Molnar
2014-07-03
1
-11
/
+1
*
|
Add InspIRCd::TimingSafeCompare() function that compares strings in a timing-...
Attila Molnar
2014-06-28
1
-0
/
+9
*
|
Add parameter to InspIRCd::TimeString for UTC time formats.
•••
Missing doc added by @attilamolnar
Peter Powell
2014-06-25
1
-1
/
+2
*
|
Add formatting to InspIRCd::TimeString; switch all code to use it.
•••
m_httpd also now uses the correct timestamp format. Windows-specific fixes by @attilamolnar, original PR #849
Peter Powell
2014-06-25
1
-1
/
+4
*
|
Inherit ThreadQueueData from Mutex to avoid duplicating code
Attila Molnar
2014-06-24
2
-32
/
+6
*
|
Remove empty Thread destructor
Attila Molnar
2014-06-24
1
-3
/
+0
*
|
Move and rename class ThreadData to ThreadEngine::ThreadState
Attila Molnar
2014-06-24
3
-15
/
+15
*
|
Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document...
Attila Molnar
2014-06-24
2
-2
/
+24
*
|
Make Thread::state private
Attila Molnar
2014-06-24
1
-4
/
+9
*
|
Change allocation of ThreadData to be physically part of the object containin...
Attila Molnar
2014-06-24
1
-2
/
+2
*
|
Remove empty ThreadEngine constructors and destructors
Attila Molnar
2014-06-24
2
-14
/
+0
*
|
Remove the unused ThreadEngine::GetName() method from both implementations
Attila Molnar
2014-06-24
2
-16
/
+0
*
|
Change allocation of InspIRCd::Users to be physically part of the object cont...
Attila Molnar
2014-06-24
2
-2
/
+2
*
|
Change allocation of InspIRCd::SNO to be physically part of the object contai...
Attila Molnar
2014-06-24
2
-2
/
+2
*
|
Change allocation of InspIRCd::Modules to be physically part of the object co...
Attila Molnar
2014-06-24
2
-2
/
+2
*
|
Change allocation of InspIRCd::Logs to be physically part of the object conta...
Attila Molnar
2014-06-24
2
-2
/
+2
*
|
Change allocation of InspIRCd::Modes to be physically part of the object cont...
Attila Molnar
2014-06-24
2
-2
/
+2
*
|
Add the fakederef class
Attila Molnar
2014-06-24
1
-0
/
+11
*
|
Change the type of the user parameter in the OnUserPreNick() hook from User t...
•••
No remote users were passed to this hook before. Remove needless IS_LOCAL() checks.
Attila Molnar
2014-06-20
1
-5
/
+2
*
|
Update the description field in the Server object representing the local serv...
Attila Molnar
2014-06-17
1
-2
/
+7
*
|
Remove unused #define ERROR -1
Attila Molnar
2014-06-14
1
-4
/
+0
*
|
Make the default ProtocolInterface instance part of class InspIRCd
•••
The protocol module no longer has to delete it on load and construct it on unload, only assign a new value to ServerInstance->PI
Attila Molnar
2014-06-13
1
-0
/
+4
*
|
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-06-13
1
-1
/
+1
*
|
Remove global Commandtable typedef
Attila Molnar
2014-06-13
2
-6
/
+2
*
|
Make CommandParser::cmdlist private
Attila Molnar
2014-06-13
1
-1
/
+1
*
|
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...
Attila Molnar
2014-06-13
1
-0
/
+8
*
|
Change allocation of InspIRCd::BanCache to be physically part of the object c...
Attila Molnar
2014-06-13
1
-1
/
+1
*
|
Pull in bancache.h from inspircd.h
Attila Molnar
2014-06-13
1
-0
/
+1
*
|
Move the definition of the BanCacheHit constructor into the source file from ...
Attila Molnar
2014-06-13
1
-4
/
+1
*
|
Move BanCacheHash typedef into the private part of BanCacheManager
Attila Molnar
2014-06-13
1
-5
/
+4
*
|
Change allocation of BanCacheManager::BanHash to be physically part of the ob...
Attila Molnar
2014-06-13
1
-5
/
+1
*
|
Change allocation of InspIRCd::Threads to be physically part of the object co...
Attila Molnar
2014-06-13
1
-1
/
+1
*
|
Change allocation of InspIRCd::stats to be physically part of the object cont...
•••
While at it, remove "stats" from all field names
Attila Molnar
2014-06-13
1
-13
/
+13
*
|
Add foundation for membership ids
Attila Molnar
2014-06-11
1
-0
/
+20
*
|
Add ConvToUInt64()
Attila Molnar
2014-06-11
1
-0
/
+9
*
|
Return the newly created Membership object from Channel::ForceJoin()
Attila Molnar
2014-06-10
1
-1
/
+2
*
|
Change Channel::KickUser() to accept an iterator, add overload that accepts a...
•••
Remove srcmemb parameter
Attila Molnar
2014-06-10
1
-3
/
+14
*
|
Deduplicate ParseStack::ParseFile() and ParseExec()
Attila Molnar
2014-06-09
1
-2
/
+1
*
|
Change the number reported by SocketEngine::GetMaxFds() to be informal
•••
Do not exit if we can't determine it
Attila Molnar
2014-06-07
1
-2
/
+4
[prev]
[next]