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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Fix some whitespace issues
Attila Molnar
2015-12-28
5
-12
/
+12
*
|
|
|
m_cap Fix incorrect syntax of empty CAP LIST reply
•••
Fixes issue #1120 reported by @ProgVal
Attila Molnar
2015-12-28
1
-1
/
+1
*
|
|
|
m_xline_db Don't flush database when an xline expires
Attila Molnar
2015-12-18
1
-5
/
+0
*
|
|
|
Strip all control codes except \001 in InspIRCd::StripColor()
•••
Fixes issue #1100 reported by @uecasm
Attila Molnar
2015-12-08
1
-1
/
+2
*
|
|
|
Deduplicate code in InspIRCd::FindNick()
Attila Molnar
2015-12-07
1
-8
/
+1
*
|
|
|
Remove some IS_SERVER() checks
•••
- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly
Attila Molnar
2015-12-07
10
-11
/
+11
*
|
|
|
Do not insert FakeUsers into UserManager::uuidlist
•••
Inserting them causes FindUUID() and FindNick() to return server users which is not what modules want
Attila Molnar
2015-12-07
2
-8
/
+7
*
|
|
|
m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...
Attila Molnar
2015-12-07
1
-7
/
+17
*
|
|
|
m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...
Attila Molnar
2015-12-06
2
-5
/
+2
*
|
|
|
m_spanningtree Implement ServerCommand::RegisterService()
Attila Molnar
2015-12-06
2
-2
/
+9
*
|
|
|
Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension
Attila Molnar
2015-12-06
1
-0
/
+68
*
|
|
|
Add minimum channel rank and exception list parameters to the OnUserInvite hook
Attila Molnar
2015-12-06
4
-6
/
+13
*
|
|
|
cmd_invite Fire the OnUserInvite event before announcing the invite
Attila Molnar
2015-12-06
1
-1
/
+2
*
|
|
|
cmd_invite Extend scope of the prefix character variable
Attila Molnar
2015-12-06
1
-20
/
+17
*
|
|
|
Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension
Attila Molnar
2015-12-06
1
-0
/
+70
*
|
|
|
Remove <options:ircumsgprefix> entirely
Attila Molnar
2015-12-06
2
-10
/
+2
*
|
|
|
Merge branch 'master+cap'
Attila Molnar
2015-12-06
9
-43
/
+711
|
\
\
\
\
|
*
|
|
|
Add m_ircv3_chghost which implements the IRCv3.2 chghost extension
Attila Molnar
2015-12-05
2
-2
/
+69
|
*
|
|
|
m_ircv3 Make WriteNeighborsWithCap() available for use in other modules
Attila Molnar
2015-12-05
1
-22
/
+3
|
*
|
|
|
m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...
Attila Molnar
2015-12-05
1
-0
/
+2
|
*
|
|
|
Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension
Attila Molnar
2015-12-05
1
-0
/
+149
|
*
|
|
|
m_cap Save and restore the cap state of a module when it is reloaded
Attila Molnar
2015-12-05
1
-1
/
+81
|
*
|
|
|
m_cap Specialize extension item
Attila Molnar
2015-12-05
1
-1
/
+54
|
*
|
|
|
m_sasl Advertise SASL mechanism list to supporting clients
Attila Molnar
2015-12-05
1
-0
/
+22
|
*
|
|
|
m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...
Attila Molnar
2015-12-05
1
-0
/
+6
|
*
|
|
|
m_cap Provide the OnCapAddDel() event
Attila Molnar
2015-12-05
1
-2
/
+11
|
*
|
|
|
m_cap Add Capability::GetCapValue(), list capabilities with values
Attila Molnar
2015-12-05
1
-4
/
+16
|
*
|
|
|
m_cap Reject CAP CLEAR from clients newer than 3.1
Attila Molnar
2015-12-05
1
-1
/
+1
|
*
|
|
|
m_cap Learn the supported capability negotiation protocol of a client from CA...
•••
Let modules implementing caps query this information
Attila Molnar
2015-12-05
1
-0
/
+12
|
*
|
|
|
m_cap Add Capability::OnList() hook
Attila Molnar
2015-12-05
1
-0
/
+3
|
*
|
|
|
m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque...
Attila Molnar
2015-12-05
1
-2
/
+21
|
*
|
|
|
m_cap Add Capability::OnRequest() hook
Attila Molnar
2015-12-05
1
-1
/
+9
|
*
|
|
|
Add rewritten m_cap module
•••
- Caps are now managed by m_cap - Each cap uses one bit in an extension item shared with other caps
Attila Molnar
2015-12-05
6
-21
/
+266
|
*
|
|
|
m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, rename
Attila Molnar
2015-12-05
1
-7
/
+7
*
|
|
|
|
m_sasl Enforce usage of uuids in server-to-server SASL command
Attila Molnar
2015-12-05
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Nuke m_cap
Attila Molnar
2015-12-05
1
-148
/
+0
*
|
|
|
Merge branch 'master+serviceinit'
Attila Molnar
2015-12-02
4
-24
/
+43
|
\
\
\
\
|
*
|
|
|
Implement ExtensionItem::RegisterService()
Attila Molnar
2015-11-23
2
-4
/
+6
|
*
|
|
|
Implement ModeHandler::RegisterService()
Attila Molnar
2015-11-23
2
-7
/
+6
|
*
|
|
|
Implement Command::RegisterService()
Attila Molnar
2015-11-23
2
-4
/
+6
|
*
|
|
|
Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()
Attila Molnar
2015-11-23
2
-1
/
+5
|
*
|
|
|
Extract code that manipulates the ModuleManager::DataProviders map into methods
Attila Molnar
2015-11-23
1
-9
/
+21
*
|
|
|
|
Merge branch 'master+reloadmod'
Attila Molnar
2015-12-01
5
-70
/
+595
|
\
\
\
\
\
|
*
|
|
|
|
core_reloadmodule Allow modules to handle reload failures of other mods
Attila Molnar
2015-11-26
1
-0
/
+14
|
*
|
|
|
|
core_reloadmodule Allow modules to save and restore their own data when reloa...
Attila Molnar
2015-11-26
1
-2
/
+32
|
*
|
|
|
|
core_reloadmodule Save and restore module state (modes, extensions) on reload
Attila Molnar
2015-11-26
1
-0
/
+497
|
*
|
|
|
|
Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK
Attila Molnar
2015-11-26
1
-0
/
+12
|
*
|
|
|
|
Fix FORMAT_INTERNAL handling in LocalIntExt::serialize() and LocalStringExt::...
Attila Molnar
2015-11-26
1
-2
/
+2
|
*
|
|
|
|
Add typedef ExtensionManager::ExtMap
Attila Molnar
2015-11-26
1
-3
/
+3
|
*
|
|
|
|
m_services_account Handle FORMAT_INTERNAL when unserializing the accountname
•••
Skip sending the numeric and firing the OnAccountChange event
Attila Molnar
2015-11-26
1
-0
/
+5
[prev]
[next]