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
/
coremods
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
core_dns Only clear the slot of the request if the object in the slot matches...
Attila Molnar
2015-05-13
1
-1
/
+2
*
|
core_dns Add DNS timeout timer in Process() not in DNS::Request constructor
Attila Molnar
2015-05-13
1
-0
/
+3
*
|
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
Attila Molnar
2015-05-13
1
-0
/
+7
*
|
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
-2
/
+2
*
|
cmd_modules Don't show the memory addresses of Module objects to opers
Attila Molnar
2015-05-12
1
-4
/
+4
|
/
*
Merge branch 'master+whoiscontext'
Attila Molnar
2015-05-04
1
-33
/
+74
|
\
|
*
core_whois Fix numeric 319 not obeying MaxLine
Attila Molnar
2015-05-04
1
-2
/
+7
|
*
core_whois Simplify CommandWhois::SplitChanList()
Attila Molnar
2015-04-28
1
-6
/
+3
|
*
Move OnWhois* events to core_whois, add Whois::Context
•••
Remove InspIRCd::SendWhoisLine()
Attila Molnar
2015-04-28
1
-26
/
+65
|
*
Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()
Attila Molnar
2015-04-28
1
-14
/
+14
*
|
core_hostname_lookup Don't adjust DnsBad stats
•••
This is done by core_dns
Attila Molnar
2015-05-01
1
-2
/
+0
|
/
*
Merge branch 'master+dns'
Attila Molnar
2015-04-27
1
-118
/
+53
|
\
|
*
core_dns Drop incoming packets containing a different question from what we a...
Attila Molnar
2015-04-27
1
-0
/
+7
|
*
core_dns Update DNS::Request::name to be the same as in the packet
Attila Molnar
2015-04-27
1
-0
/
+3
|
*
core_dns Remove incomplete support for multiple questions per query
Attila Molnar
2015-04-21
1
-15
/
+13
|
*
core_dns Reject incoming packets with qdcount != 1
Attila Molnar
2015-04-21
1
-0
/
+3
|
*
core_dns Don't store query class code in Question
Attila Molnar
2015-04-21
1
-4
/
+4
|
*
core_dns Remove ability to pack answers
Attila Molnar
2015-04-21
1
-77
/
+2
|
*
core_dns Add typedef for request id, change it to uint16_t
Attila Molnar
2015-04-21
1
-4
/
+1
|
*
core_dns Allow usage of id 65535
Attila Molnar
2015-04-21
1
-6
/
+6
|
*
core_dns Allow usage of id 0
Attila Molnar
2015-04-21
1
-6
/
+8
|
*
core_dns Move packet source address checking before packet processing
Adam
2015-04-21
1
-9
/
+9
*
|
Merge insp20
Attila Molnar
2015-04-20
9
-16
/
+58
|
/
*
Dispatch EventHandler events to dedicated virtual functions
•••
Remove enum EventType
Attila Molnar
2015-04-12
1
-6
/
+5
*
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-18
1
-2
/
+2
*
Fix issues with some numerics introduced in the WriteNumeric() conversion and...
Attila Molnar
2015-01-11
2
-3
/
+8
*
Reduce std::string::substr() usage
•••
substr() returns a new string while erase() and assign() modify the existing one
Attila Molnar
2015-01-10
2
-2
/
+2
*
cmd_invite Send RPL_AWAY after RPL_INVITING if the target user is away
•••
This is consistent with other server implementations and the RFC
Attila Molnar
2015-01-03
1
-0
/
+4
*
Merge insp20
Attila Molnar
2014-10-27
2
-2
/
+2
*
cmd_mode Exempt remote users and servers from max modes limitation when chang...
Attila Molnar
2014-09-04
1
-1
/
+4
*
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
-1
/
+136
*
core_user Expand the MODE handler into its own file
Attila Molnar
2014-09-04
3
-28
/
+54
*
core_who Remove redundant NULL checks from CanView()
Attila Molnar
2014-08-06
1
-3
/
+0
*
Merge insp20
Attila Molnar
2014-07-25
3
-4
/
+4
*
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
3
-3
/
+4
*
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2014-07-19
3
-5
/
+5
*
core_stats Deduplicate stats L and l code
Attila Molnar
2014-07-19
1
-14
/
+13
*
Move typedef OperIndex to ServerConfig::OperIndex
Attila Molnar
2014-07-16
2
-2
/
+2
*
Move typedef ClassVector to ServerConfig::ClassVector
Attila Molnar
2014-07-16
1
-2
/
+2
*
core_stats Simplify uptime stats code, don't output years because it is ambig...
Attila Molnar
2014-07-16
1
-19
/
+3
*
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-14
3
-3
/
+3
*
Remove typedef UserMembIter, use Channel::MemberMap::iterator instead
•••
Remove the now unused UserMembList typedef too
Attila Molnar
2014-07-14
1
-1
/
+1
*
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
1
-1
/
+1
*
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
1
-1
/
+1
*
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-07-14
1
-3
/
+2
*
core_hostname_lookup Change source of log messages to MODNAME
Attila Molnar
2014-07-10
1
-3
/
+3
*
core_dns Change source of log messages to MODNAME, remove "Resolver: " from a...
Attila Molnar
2014-07-10
1
-24
/
+24
*
Remove current time parameter of the Timer constructor
Attila Molnar
2014-07-10
1
-1
/
+1
*
core_whowas Rename and move WhoWasGroup to WhoWas::Entry
Attila Molnar
2014-07-09
1
-5
/
+10
*
core_whowas Return a WhoWas::Manager::Stats struct from GetStats() instead of...
Attila Molnar
2014-07-09
1
-3
/
+6
[prev]
[next]