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
...
*
|
Convert all code to use StreamSocket::SendQueue
•••
Let OnStreamSocketWrite see the entire sendq instead of one element at a time
Attila Molnar
2015-06-06
2
-8
/
+8
*
|
Add class StreamSocket::SendQueue
Attila Molnar
2015-06-06
1
-0
/
+106
*
|
Expand module names in ServerConfig::ApplyModules()
Attila Molnar
2015-06-04
1
-7
/
+7
*
|
Allow modules to be called as "foo" instead of "m_foo.so"
Attila Molnar
2015-05-20
1
-0
/
+7
*
|
Merge branch 'master+movenames'
Attila Molnar
2015-05-19
1
-6
/
+0
|
\
\
|
*
|
Move Channel::UserList() from core to cmd_names
Attila Molnar
2015-05-16
1
-6
/
+0
*
|
|
New m_ldap from Anope
•••
Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined.
Adam
2015-05-18
1
-27
/
+20
*
|
|
Move InspIRCd::SendError() to cmd_die
•••
Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
Attila Molnar
2015-05-17
1
-5
/
+0
|
/
/
*
|
core_dns Add DNS timeout timer in Process() not in DNS::Request constructor
Attila Molnar
2015-05-13
1
-1
/
+0
*
|
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
Attila Molnar
2015-05-13
1
-6
/
+0
*
|
Remove support for non-unloadable (VF_STATIC) modules
•••
No module we ship uses this flag and new modules should not use it either to make hotfixing possible
Attila Molnar
2015-05-12
1
-1
/
+0
*
|
Move OnWhois* events to core_whois, add Whois::Context
•••
Remove InspIRCd::SendWhoisLine()
Attila Molnar
2015-04-28
3
-40
/
+120
*
|
Merge branch 'master+dns'
Attila Molnar
2015-04-27
1
-8
/
+10
|
\
\
|
*
|
core_dns Drop incoming packets containing a different question from what we a...
Attila Molnar
2015-04-27
1
-0
/
+1
|
*
|
core_dns Remove incomplete support for multiple questions per query
Attila Molnar
2015-04-21
1
-2
/
+2
|
*
|
core_dns Don't store query class code in Question
Attila Molnar
2015-04-21
1
-5
/
+4
|
*
|
core_dns Add typedef for request id, change it to uint16_t
Attila Molnar
2015-04-21
1
-1
/
+3
*
|
|
Merge insp20
Attila Molnar
2015-04-20
2
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge pull request #1004 from SaberUK/insp20+fix-various-warnings
•••
[2.0] Fix various warnings with the new Doxygen and LLVM releases.
Attila Molnar
2015-03-23
1
-0
/
+2
|
|
\
|
|
*
Fix various Doxygen warnings.
Peter Powell
2015-02-27
1
-0
/
+2
|
*
|
Rebuild clone counts on rehash
Adam
2015-03-21
1
-0
/
+4
|
|
/
|
*
Fix modules not being versioned on Windows.
Peter Powell
2015-01-17
1
-1
/
+2
*
|
Change StreamSocket::DoRead() and DoWrite() to be non-virtual, make DoRead() ...
Attila Molnar
2015-04-12
1
-4
/
+8
*
|
Dispatch EventHandler events to dedicated virtual functions
•••
Remove enum EventType
Attila Molnar
2015-04-12
3
-36
/
+35
*
|
Merge pull request #1005 from SaberUK/master+minor-tweaks
•••
Various changes mainly relating to the build system.
Attila Molnar
2015-03-23
1
-1
/
+1
|
\
\
|
*
|
Fix building modules that use cap.h with a C++11 compiler.
Peter Powell
2015-03-06
1
-1
/
+1
*
|
|
Add SocketEngine::WriteV()
Attila Molnar
2015-03-04
1
-0
/
+35
|
/
/
*
|
Eliminate constant return value of the all events version of ModuleManager::S...
Attila Molnar
2015-02-15
1
-1
/
+1
*
|
Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t...
Attila Molnar
2015-02-15
1
-6
/
+0
*
|
Remove I_BEGIN from enum Implementation
Attila Molnar
2015-02-15
1
-1
/
+0
*
|
m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events
Attila Molnar
2015-02-12
1
-2
/
+2
*
|
Remove class Event and the OnEvent hook
Attila Molnar
2015-02-11
1
-35
/
+1
*
|
Convert the spanningtree events to use the new cross-module event system
Attila Molnar
2015-02-11
1
-14
/
+15
*
|
Remove unused parameters from HTTPRequest constructor
Attila Molnar
2015-02-11
1
-1
/
+1
*
|
Convert the HTTPd request event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-2
/
+13
*
|
Convert the HTTPd ACL event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-0
/
+12
*
|
Convert the SASL fallback event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-5
/
+7
*
|
Convert the CAP event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-8
/
+8
*
|
Allow enabling/disabling caps via GenericCap::SetActive()
Attila Molnar
2015-02-11
1
-1
/
+10
*
|
Convert the account login event to use the new cross-module event system
Attila Molnar
2015-02-11
1
-10
/
+17
*
|
Add new cross-module event system
Attila Molnar
2015-02-11
1
-0
/
+146
*
|
Add missing const operators to dynamic_reference[_nocheck]
Attila Molnar
2015-02-11
1
-0
/
+20
*
|
Allow dynrefs to have an OnCapture() hook
Attila Molnar
2015-02-11
1
-0
/
+16
*
|
Merge pull request #971 from SaberUK/master+numeric-xline
•••
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
Attila Molnar
2015-02-05
1
-0
/
+1
|
\
\
|
*
|
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
•••
This is specified in RFC 1459 so we should probably use it.
Peter Powell
2015-01-24
1
-0
/
+1
*
|
|
Merge branch 'master+foreachneighbor'
Attila Molnar
2015-01-26
1
-5
/
+21
|
\
\
\
|
*
|
|
Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager
Attila Molnar
2015-01-24
1
-7
/
+0
|
*
|
|
Add User::ForEachNeighbor()
Attila Molnar
2015-01-24
1
-0
/
+23
*
|
|
|
Move implementation of Command and CommandBase functions into a source file
Attila Molnar
2015-01-24
1
-18
/
+4
*
|
|
|
Remove unused CommandBase::DecodeParameter()
Attila Molnar
2015-01-24
1
-10
/
+0
[prev]
[next]