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
*
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
*
|
|
Switch to unsigned ints in CommandBase constructor for min and max params
Attila Molnar
2015-01-24
1
-1
/
+1
|
/
/
*
|
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-18
3
-8
/
+24
*
|
cmode_k Fix oversight in substr() conversion
•••
While at it, introduce a named constant for maximum key length
Attila Molnar
2015-01-14
1
-0
/
+1
|
/
*
Remove the unused OnGlobalOper hook
Attila Molnar
2015-01-10
1
-9
/
+1
*
Merge branch 'master+listmode'
Attila Molnar
2014-12-19
1
-1
/
+1
|
\
|
*
Change listmode storage type to vector
Attila Molnar
2014-12-16
1
-1
/
+1
*
|
Merge branch 'master+flatmap'
Attila Molnar
2014-12-19
6
-8
/
+395
|
\
\
|
*
|
Change type of some associative containers to their flat versions, including ...
Attila Molnar
2014-12-15
4
-5
/
+5
|
*
|
Add flat_[multi]{map,set} containers
Attila Molnar
2014-12-15
2
-0
/
+384
|
*
|
Add typedef ModeParser::ModeWatcherMap, remove ModeWatchIter
Attila Molnar
2014-12-15
1
-3
/
+5
|
*
|
Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs
Attila Molnar
2014-12-15
1
-2
/
+3
|
|
/
*
|
Pass the empty tag to Limits when constructing a ServerConfig, remove default...
Attila Molnar
2014-12-09
1
-8
/
+0
*
|
Add ServerLimits constructor that reads limits from a ConfigTag and use it
Attila Molnar
2014-12-09
1
-0
/
+5
|
/
*
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+12
*
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+18
*
Merge insp20
Attila Molnar
2014-10-27
1
-0
/
+5
|
\
|
*
Avoid calling methods on NULL pointers wherever possible.
•••
The trick we use to allow this is undefined behaviour and is not liked by LLVM. We should stop using it but it has the potential to break to many things for a minor release.
Peter Powell
2014-10-13
2
-1
/
+6
|
*
Fix hash_map.h on non-GNU C++ standard library implementations.
Peter Powell
2014-10-05
1
-9
/
+9
|
*
Do not use the result of the dns cache when the query type of the result is d...
Adam
2014-09-08
1
-24
/
+30
*
|
Store Membership objects physically in the nodes of Channel::MemberMap
Attila Molnar
2014-09-27
1
-1
/
+1
*
|
Add the insp::aligned_storage template
Attila Molnar
2014-09-27
3
-0
/
+53
*
|
Remove listmode hiding support from the core
•••
This is now handled by m_hidelist
Attila Molnar
2014-09-10
1
-6
/
+0
*
|
Migrate code from ModeParser into cmd_mode (core_user)
•••
- Process() that takes a std::vector<std::string> - DisplayCurrentModes() - DisplayListModes()
Attila Molnar
2014-09-04
2
-22
/
+1
*
|
Split ModeParser::DisplayListMode() into two parts
•••
ShowListModeList() sends the list of one listmode to a user, DisplayListMode() calls it for each mode letter
Attila Molnar
2014-09-04
1
-0
/
+7
*
|
Remove unused parameter passed to ModeParser::DisplayCurrentModes()
Attila Molnar
2014-09-04
1
-1
/
+1
*
|
Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable
•••
This gets rid of the duplicated mode parsing logic in m_namedmodes
Attila Molnar
2014-09-04
1
-2
/
+2
*
|
Let callers customize the begin/end positions for ModeParser::ModeParamsToCha...
•••
This helps spanningtree when it deals with a vector of parameters where the modes begin at different positions
Attila Molnar
2014-09-04
1
-1
/
+5
[next]